/* Base */
h1 {
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 30px;
}

h1.large {
  display: none;
}

button,
input {
  -webkit-appearance: none;
  appearance: none;
}

body {
  background: #f9f9f9;
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
  padding-right: 17px;
}

.main-wrapper {
  justify-content: space-between;
}

.region-sidebar-first {
  max-width: 220px;
  padding: 0 20px 0 0;
}

.path-ploshchadki .col-sidebar,
.path-favorites .col-sidebar,
.page-route-entity-taxonomy-term-canonical .col-sidebar {
  width: 256px;
}

.path-ploshchadki .col-main,
.page-route-entity-taxonomy-term-canonical .col-main,
.path-favorites .col-main {
  width: calc(100% - 256px);
}

a {
  color: #618491;
}

a:hover {
  text-decoration: none;
}

.dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

.container {
  --bs-gutter-x: 30px;
  width: 1200px;
  max-width: 100%;
}

.region-content,
.region-footer {
  padding: 0;
}

.ajax-progress {
  display: none;
}

#preloder {
  text-align: center;
  overflow: auto;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloder::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/loader-black.svg) no-repeat center;
  background-size: contain;
}

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

.hr-heart-blue, .hr-heart-pink {
  display: block;
  width: 841px;
  max-width: 100%;
  height: 39px;
  background: none;
  border: 0px none;
  margin: 0px auto 14px;   
}

.hr-heart-pink {
  background-position: 0 -41px;
}

.hr-num-blue {
  max-width: 100%;
  width: 916px;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  background: url(../images/separator-num-new.png) no-repeat center;
  background-size: contein;
  position: relative;
}

.hr-num-blue:before,
.hr-num-blue:after {
  content: "";
  display: block;
  width: calc(50% - 73px);
  height: 0.5px;
  background: #1F1C1A;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-num-blue:after {
  left: initial;
  right: 0;
}

td {
  padding: 5px;
  vertical-align: top;
}

.path-frontpage .block-page-title-block h1 {
  display: none;
}

.media__icon.media__icon--litebox {
  display: none;
}

.pagination {
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0 0 54px 0;
  text-align: left;
  font-size: 0;
  justify-content: start;
  line-height: 1;
  --bs-pagination-padding-x: 8px;
  --bs-pagination-padding-y: 5px;
  --bs-pagination-border-width: 0;
  --bs-border-width: 0;
  --bs-pagination-bg: transparent;
  --bs-pagination-active-bg: #866E64;
  --bs-pagination-active-border-color: #866E64;
  --bs-pagination-color: rgba(0, 0, 0, 0.9);
  --bs-pagination-font-size: 15px;
  --bs-pagination-hover-color: #866E64;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-focus-color: #866E64;
  --bs-pagination-disabled-bg: transparent;
}

.pagination .page-link {
  min-width: 26px;
  min-height: 26px;
  text-align: center;
}

.pagination .page-item.pager__item--last,
.pagination .page-item.pager__item--first {
  display: none;
}

.pagination .page-item.pager__item--next > .page-link,
.pagination .page-item.pager__item--previous > .page-link {
  background: #F6EFED;
  margin: 0 10px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.view-footer .more-link,
.pager--load-more {
  text-align: center;
  margin-top: 45px;
}

.pager--load-more .pager__items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pager--load-more .pager__item {
  display: block;
  padding: 0;
}

#backtotop {
  bottom: 100px;
  height: 65px;
  width: 65px;
  right: 22px;
  background-size: contain;
}

.breadcrumb {
  padding-bottom: 9px;
  margin-bottom: 10px;
  margin-top: -1px;
}

.breadcrumb li {
  line-height: 1;
}

.breadcrumb-item a,
.breadcrumb li {
  text-decoration: none;
  color: rgba(31, 28, 26, 0.4);
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.breadcrumb-item a:hover {
  color: #be6288;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\e906";
  font-family: "1portal", serif;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotateZ(-90deg);
  font-size: 10px;
  color: rgba(31, 28, 26, 0.4);
  float: none;
  padding: 0;
  vertical-align: bottom;
  margin: 0 2px 0 4px;
}

/* tooltip */
.icon-with-tooltip {
  position: relative;
}

.icon-with-tooltip__icon a {
  font-size: 32px;
  cursor: pointer;
  color: #CDC5C1;
  text-decoration: none;
}

.icon-with-tooltip__description {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 10px 25px rgba(89, 89, 89, 0.15);
  border: 0.3px solid #755D4D;
  font-size: 10px;
  line-height: 1.17;
  color: #1F1C1A;
  margin-bottom: 11px;
}

.icon-with-tooltip__description::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 10px 25px rgba(89, 89, 89, 0.15);
  border: 0.3px solid #755D4D;
  border-bottom: none;
  border-right: none;
}

.icon-with-tooltip:hover .icon-with-tooltip__icon a {
  color: #BD5880;
}

.icon-with-tooltip:hover .icon-with-tooltip__description {
  display: block;
}

.portal-tooltip,
.portal-tooltip.ui-tooltip.ui-widget {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 10px 25px rgb(89 89 89 / 15%);
  border: 0.3px solid #755D4D;
  font-size: 10px;
  line-height: 1.17;
  color: #1F1C1A;
  margin-bottom: 10px;
  z-index: 5;
}

.portal-tooltip.ui-tooltip.ui-widget img {
  display: block;
}

.portal-tooltip::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 10px 25px rgb(89 89 89 / 15%);
  border: 0.3px solid #755D4D;
  border-bottom: none;
  border-right: none;
}

.portal-tooltip.top::before {
  top: -20px;
  padding-top: 20px;
  padding-bottom: 0;
  bottom: auto;
}

.portal-tooltip.top::after {
  top: -7px;
  bottom: auto;
  transform: rotate(45deg);
}

.portal-tooltip::before {
  content: "";
  display: block;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

.portal-tooltip.ui-tooltip-content {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Buttons */
.pager--load-more a,
.view-footer .more-link a,
.landing-btn,
.webform-popup-actions a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.59;
  text-transform: uppercase;
  color: #1f1c1a;
  text-decoration: none;
  width: 300px;
  display: inline-block;
  max-width: 100%;
  border: 0.5px solid #1f1c1a;
  border-radius: 2px;
  transition: all 0.1s;
  text-align: center;
  padding: 16px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f9f9f9;
}

.pager--load-more a:hover,
.view-footer .more-link a:hover,
.landing-btn:hover,
.landing-btn.active,
.webform-popup-actions a:hover {
  background: #f6efed;
  border-color: #866e64;
  color: #755d4d;
  text-decoration: none;
}

.landing-btn.active:hover {
  background-color: transparent;
  border-color: #1f1c1a;
  color: #1f1c1a;
}

.btn-back {
  font-size: 22px;
  color: #56433b;
  font-family: ER, serif;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: lowercase;
}

.btn-back::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 12px;
  vertical-align: middle;
  background: url(../images/arrow-left.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  transition: transform 100ms;
}

.btn-back:hover::before {
  transform: translateX(-5px);
}

.form-collapse .webform-submit,
.form-collapse .form-submit,
.form-btn {
  width: 314px;
  background: #F6EFED;
  border: 0.5px solid #755D4D;
  border-radius: 2px;
  font-family: Montserrat, Geneva, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #755D4D;
  margin: 0 auto;
  display: block;
  padding: 16px;
  max-width: 100%;
  text-decoration: none;
}

/* Header */

.offcanvas.offcanvas-end {
  align-items: center;
}

.header-menu__wrapper {
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.region-header-left,
.region-header-right {
  width: 40%;
  display: flex;
  align-items: center;
}

.region-header-right {
  justify-content: right;
}

.region-header-center {
  width: 20%;
  text-align: center;
  position: relative;
  top: -3px;
}

.region-header-center .navbar-brand {
  justify-content: center;
  margin: 0;
}

.region-header-center .navbar-brand img {
  height: auto;
  width: 185px;
  margin: 0;
}

.navbar .block-menu > ul > li {
  position: relative;
}


.navbar .block-menu > ul > li::before,
.navbar .block-menu > ul > li:last-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #1F1C1A;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 2px;
}

.navbar .block-menu > ul > li:last-of-type::after {
  left: initial;
  right: 0;
}

.navbar .block-menu > ul > li.nav-item > a {
  color: #1F1C1A;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.33333;
  display: inline-block;
  letter-spacing: 0.9px;
  padding: 0 14px 23px 23px;
  position: relative;
  text-transform: uppercase;
}

.navbar .block-menu > ul > li.nav-item > a[class^="icon-1portal-"] {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
}

.navbar .block-menu > ul > li.nav-item > a[class^="icon-1portal-"]::before {
  font-size: 26px;
  line-height: 24px;
  position: relative;
  top: -2px;
}

.navbar .block-menu > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1.5px dashed #755D4D;
  transform: translateX(-50%);
  bottom: 16px;
  width: 0;
  left: 50%;
  transition: all 0.2s;
}

.navbar .block-menu > ul > li:hover > a::after,
.navbar .block-menu > ul > li > a.active::after {
  width: 88%;
}

.navbar .region-header-right .block-menu > ul > li:last-of-type::after {
  display: none;
}

.navbar .block-menu .dropdown__menu {
  display: none;
  box-shadow: 0 10px 25px 0 rgba(89, 89, 89, 0.2);
  background: #F9F9F9;
  width: max-content;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  padding: 7px 0 12px;
  list-style: none;
}

.navbar .block-menu .dropdown__menu li {
  border-bottom: 1px solid #fff;
}

.navbar .block-menu .dropdown__menu li a {
  font-family: Montserrat, serif;
  font-size: 16px;
  line-height: 1.25;
  color: #484747;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  transition: background 20ms;
}

.navbar .block-menu .dropdown__menu li a:hover {
  background: #F6EFED;
  color: #755D4D;
}

.navbar .block-menu li:hover > .dropdown__menu {
  display: block;
}

header .navbar {
  padding: 18px 0 15px;
}

/* Search block */
#block-portal-header-search,
#block-portal-search-mobile {
  position: relative;
  z-index: 10;
}

#block-portal-header-search .toggle-search,
#block-portal-search-mobile .toggle-search {
  color: #1F1C1A;
  display: inline-block;
  cursor: pointer;
  font-size: 26px;
  padding-right: 23px;
  padding-bottom: 23px;
  position: relative;
  top: 1px;
}

#block-portal-header-search form,
#block-portal-search-mobile form {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

#block-portal-header-search.open-search form,
#block-portal-search-mobile.open-search form {
  display: initial;
}

#block-portal-header-search form input,
#block-portal-header-search form input:focus,
#block-portal-search-mobile form input,
#block-portal-search-mobile form input:focus {
  border: 0;
  outline: none;
  background: #F9F9F9;
  padding: 17px 15px 18px;
  font-size: 18px;
  line-height: 1.22222;
  color: #000;
  box-shadow: none;
  border-radius: 0;
}

#block-portal-header-search form [name="search"],
#block-portal-header-search form [name="search"]:focus,
#block-portal-search-mobile form [name="search"],
#block-portal-search-mobile form [name="search"]:focus  {
  background: #F9F9F9;
  box-shadow: 0 10px 25px rgba(89, 89, 89, 0.15);
  display: flex;
  align-items: center;
  width: 426px;
  max-width: 100%;
}

#block-portal-header-search form .form-actions,
#block-portal-search-mobile form .form-actions {
  display: none;
}

.view-search .view-header {
  margin-bottom: 30px;
}

.view-search .view-content .views-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.view-search .view-content .views-row h2 {
  font-size: inherit;
}

.node__meta {
  padding: 10px 0;
}

/* Footer */

.footer {
  padding: 40px 0 47px;
  position: relative;
  margin: 60px 0 0;
  border-top: 1px solid #484747;
}

.footer .field--name-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.61;
  text-align: center;
  color: #484747;
  max-width: 100%;
  margin: 0 auto;
}

.footer .field--name-body p {
  margin: 0;
  padding: 0;
}

.footer .region-footer {
  flex-wrap: wrap;
  flex-direction: initial;
  align-items: center;
}

.footer .navbar-brand img {
  width: 185px;
  height: auto;
}

.footer .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.footer .navbar-nav li a {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  text-decoration: none;
  display: inline-block;
  padding: 0 36px;
  position: relative;
}

.footer .navbar-nav li a:hover {
  text-shadow: 0 0 1px black;
}

.footer .navbar-nav li a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #1F1C1A;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.footer .navbar-nav li:first-of-type a::before {
  display: none;
}

.footer .navbar-nav li a.telegram {
  font-size: 15px;
  padding-left: 52px;
  width: min-content;
}

.footer .navbar-nav li a.telegram::after {
  content: "\e92f";
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 19px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #856e63;
  padding-right: 2px;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -12px;
}

#block-portal-footer {
  margin-left: auto;
}

#block-portal-copyright {
  width: 100%;
  margin-top: 10px;
}

/* Titles */
.classic-title h2,
.block-type-slider h2 {
  padding: 0 22px;
  position: relative;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.131;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  max-width: 100%;
  margin: 0 auto 60px;
}

.classic-title h2::after,
.classic-title h2::before,
.block-type-slider h2::after,
.block-type-slider h2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 29px;
  background: #1F1C1A;
  position: absolute;
  top: 8px;
  right: 0;
}

.classic-title h2::before,
.block-type-slider h2::before {
  left: 0;
  right: initial;
}

.pink-line-title h2,
.pink-line-title h1 {
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.pink-line-title h2::before,
.pink-line-title h1::before {
  content: "";
  display: block;
  height: 1px;
  background: #755d4d;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.pink-line-title h2 span,
.pink-line-title h1 span {
  background: url(../images/title-bg.png) no-repeat center;
  display: inline-block;
  color: #352016;
  padding: 5px 55px;
  position: relative;
  margin-top: -7px;
  background-color: #f9f9f9;
  background-size: contain;
  min-width: 160px;
  padding: 20px 25px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  text-transform: uppercase;
  z-index: 5;
}

.simple-title h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Playfair Display';
  font-weight: 400;
  margin-bottom: 0.83em;
}

/* Block types */

.block-type-banner {
  margin-bottom: 70px;
}

.block-type-screen {
  margin-bottom: 70px;
}

.block-type-screen .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.block-type-screen .content > div {
  width: calc(50% - 15px);
}

.block-type-screen .field--name-field-screen-img {
  text-align: right;
}

.block-type-screen .field--name-field-screen-img img {
  max-width: 93%;
}

.block-type-screen .field--name-field-screen-title {
  display: inline-block;
  position: relative;
  padding: 0 22px;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 1.131;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  text-align: center;
  margin: 0 auto 60px;
}

.block-type-screen .field--name-field-screen-title::after,
.block-type-screen .field--name-field-screen-title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 29px;
  background: #1F1C1A;
  position: absolute;
  top: 8px;
  right: 0;
}

.block-type-screen .field--name-field-screen-title::before {
  left: 0;
  right: initial;
}

.block-type-screen .field--name-field-screen-description {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #1F1C1A;
  margin-bottom: 40px;
}

.block-type-screen .field--name-field-screen-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.block-type-screen .field--name-field-screen-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.59;
  text-transform: uppercase;
  color: #1F1C1A;
  text-decoration: none;
  width: 300px;
  display: inline-block;
  max-width: 100%;
  border: 0.5px solid #1F1C1A;
  border-radius: 2px;
  transition: all 0.1s;
  text-align: center;
  padding: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.block-type-screen .field--name-field-screen-links a:hover {
  background: #F6EFED;
  border-color: #866E64;
  color: #755D4D;
  text-decoration: none;
}

.block-type-screen .group-screen-left {
  text-align: center;
}

.screen-right.block-type-screen .content {
  flex-direction: row-reverse;
}

.screen-right.block-type-screen .field--name-field-screen-img {
  text-align: left;
}

.screen-right.block-type-screen .field--name-field-screen-links .field__item {
  width: calc(50% - 15px);
}

.block-type-slider {
  text-align: center;
  margin-bottom: 80px;
}

.block-type-slider img {
  padding: 1px;
}

.block-type-slider .content {
  padding: 0 21px;
  position: relative;
}

.slick--optionset--wedding-planners nav .slick-arrow,
.block-type-slider nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  padding: 20px 0;
}

.slick--optionset--wedding-planners  nav .slick-arrow::before,
.block-type-slider nav .slick-arrow::before {
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #755D4D;
  font-size: 20px;
  opacity: .75;
}

.slick--optionset--wedding-planners nav .slick-arrow:hover::before,
.block-type-slider nav .slick-arrow:hover::before {
  opacity: 1;
}

.slick--optionset--wedding-planners nav .slick-next,
.block-type-slider nav .slick-next {
  left: initial;
  right: 0;
}

.slick--optionset--wedding-planners nav .slick-next::before,
.block-type-slider nav .slick-next::before {
  content: "\e918";
}

.slick--optionset--wedding-planners nav .slick-prev::before,
.block-type-slider nav .slick-prev::before {
  content: "\e917";
}

.block-type-slider .slick--optionset--wedding-planners .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.specialists-link {
  margin-top: 45px;
  margin-bottom: 50px;
  text-align: center;
}

.specialists-link__items {
  display: flex;
  gap: 30px;
}

.specialists-link__item {
  width: 16.666666666%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.specialists-link__item a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 50px 0 32px;
  background: #FFFFFF;
  border: 0.5px solid #866E64;
  box-sizing: border-box;
  border-radius: 2px;
  height: 100%;
  color: #1F1C1A;
  transition: all 0.2s;
}

.specialists-link__item a:hover {
  background: #F6EFED;
  color: rgba(117, 93, 77, 1);
}

.specialists-link__item-icon {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}

.specialists-link__item-title {
  display: block;
}

/* Article, Folder */

.node--type-article.node--view-mode-teaser,
.vocabulary-folders.term--view-mode-teaser {
  padding: 20px;
  border: 0.5px solid #866E64;
  background: #fff;
  height: 100%;
}

.node--type-article.node--view-mode-teaser .title,
.vocabulary-folders.term--view-mode-teaser .title {
  padding-top: 7px;
  height: 58px;
  overflow: hidden;
}

.node--type-article.node--view-mode-teaser .title a,
.vocabulary-folders.term--view-mode-teaser .title a {
  color: rgba(31, 28, 26, 1);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.32;
  text-decoration: none;
}

.node--type-article.node--view-mode-teaser .title a:hover,
.vocabulary-folders.term--view-mode-teaser .title a:hover {
  color: #bc4474;
}

.node--type-article.node--view-mode-teaser img,
.vocabulary-folders.term--view-mode-teaser img {
  transition: all 0.2ms;
  width: 100%;
}

.node--type-article.node--view-mode-teaser:hover img,
.vocabulary-folders.term--view-mode-teaser:hover img {
  opacity: 0.7;
}

#block-portal-journal {
  text-align: center;
}

.journal-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  padding: 18px 26px 18px 20px;
  z-index: 99;
  outline: none;
  background: #F9F9F9;
  border: 0.5px solid #1F1C1A;
  border-radius: 2px;
  margin: 0 auto 45px;
  position: relative;
  font-size: 16px;
  color: #56433b;
}

.journal-btn::before {
  content: "";
  display: block;
  border-top: 0.5px solid #1F1C1A;
  left: 20px;
  right: 26px;
  position: absolute;
  bottom: 1px;
  opacity: 0;
}

.journal-btn.show {
  background: #fff;
}

.journal-btn.show::before {
  opacity: 1;
}

.journal-select {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.journal-menu {
  padding: 12px 26px 18px 20px;
  border-radius: 0;
  width: 370px;
  border: 0.5px solid #1F1C1A;
  border-top: none;
  margin-top: -2px!important;
}

.journal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-menu a {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  color: #484747;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  transition: background 20ms;
}

.journal-menu a:hover,
.journal-menu a.is-active {
  background: #F6EFED;
  color: #755D4D;
}

#block-portal-journal-main {
  background: url(../images/journal-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  padding: 130px 24px 85px;
  margin-bottom: 20px;
}

#block-portal-journal-main h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #755D4D;
  margin-bottom: 35px;
  margin-top: 0;
}

.node--type-article.node--view-mode-teaser-portfolio {
  margin-bottom: 15px;
}

.node--type-article.node--view-mode-teaser-portfolio .field--name-field-image {
  margin-bottom: 20px;
}

.node--type-article.node--view-mode-teaser-portfolio .title {
  text-align: center;
  margin-bottom: 4px;
  line-height: 1.25;
}

.node--type-article.node--view-mode-teaser-portfolio .title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #755d4d;
  text-decoration: none;
  cursor: pointer;
}

.node--type-article.node--view-mode-teaser-portfolio .title a:hover {
  color: #1f1c1a;
}

.node--type-article.node--view-mode-teaser-portfolio .field--name-field-article-portfolio-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #1f1c1a;
  text-align: center;
}

.node--type-article.node--view-mode-teaser-portfolio .field--name-field-article-portfolio-subtitle a {
  color: #000;
  text-decoration: none;
}

.node--type-article.node--view-mode-teaser-portfolio .field--name-field-article-portfolio-subtitle a:hover {
  color: #755d4d;
}

.page-node-type-article .main-wrapper {
  background: #fff;
  padding: 15px;
}

.page-node-type-article .block-page-title-block h1 {
  font-family: MontserratNumber, "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #131212;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: normal;
}

.page-node-type-article .node .field--name-body table {
  width: 921px!important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.node--type-article.node--view-mode-full .field--name-field-image {
  margin-bottom: 40px;
}

.node--type-article.node--view-mode-full .field--name-field-text-value p {
  margin: 1em 0;
}

.field--name-field-article-components > .field__item > .paragraph {
  position: relative;
  width: 921px;
  margin: 30px auto 20px;
  max-width: 100%;
}

.node--type-article.node--view-mode-full .field--name-field-article-components > .field__item > .paragraph {
  margin-top: 0;
}

.node--type-article.node--view-mode-full .paragraph--type--ilightbox-photos-1b-2l,
.node--type-article.node--view-mode-full .paragraph--type--ilightbox-photos-3,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-three-sqr-photos,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-one-b-two-s-photos,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-two-photos,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-two-photos-tall,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-three-photos,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-three-vertical,
.node--type-article.node--view-mode-full .paragraph--type--kollazh-row-one-photo {
  gap: 6px;
  margin-bottom: 6px;
}

.field--name-field-article-components > .field__item > .paragraph.paragraph--type--hall-reference,
.node--type-page.node--view-mode-full .field--name-field-article-components > .field__item > .paragraph {
  width: 100%;
}

.node--type-article.node--view-mode-full .field--name-body img {
  max-width: 100%;
  height: auto;
}

.node--type-article.node--view-mode-full .field--name-body > p,
.node--type-article.node--view-mode-full .field--name-body > center,
.node--type-article.node--view-mode-full .field--name-body > ul {
  width: 921px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.node--type-article.node--view-mode-full .field--name-field-article-wedding-date {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-style: italic;
  font-weight: 275;
  margin-top: -18px;
  margin-bottom: 16px;
}

.group-article-portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 921px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.group-article-portfolio .field {
  font-size: 18px;
  line-height: 1.222;
  color: #000000;
  position: relative;
}

.group-article-portfolio .field .field__label {
  font-weight: 500;
  text-transform: lowercase;
  color: #755D4D;
}

.group-article-portfolio .field .field__label::after {
  content: ':';
  display: inline;
}

.group-article-portfolio .field--name-field-article-budget {
  padding-left: 60px;
}

.group-article-portfolio .field--name-field-article-budget::before {
  content: url(../images/icon-portfolio-budget.png);
  position: absolute;
  left: 0;
  top: 0;
}

.group-article-portfolio .field--name-field-article-guests {
  padding-left: 75px;
}

.group-article-portfolio .field--name-field-article-guests::before {
  content: url(../images/icon-portfolio-guests.png);
  position: absolute;
  left: 0;
  top: 0;
}

.group-article-portfolio .field--name-field-article-preparation {
  padding-left: 42px;
}

.group-article-portfolio .field--name-field-article-preparation::before {
  content: url(../images/icon-portfolio-preparation.png);
  position: absolute;
  left: 0;
  top: 6px;
}

.group-article-organizer {
  padding-top: 25px;
  border-top: 1px solid #C4C4C4;
  width: 921px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 48px;
}

.group-article-organizer h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.318;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #755D4D;
  margin-top: 0;
  margin-bottom: 25px;
}

.node--type-article .circles-menu {
  text-align: center;
  display: block;
  max-width: 100%;
}

.node--type-article .circles-menu p {
  margin: 0;
}

.node--type-article .circles-menu a {
  font-family: Montserrat;
  font-size: 18px;
  display: inline-block;
  line-height: 1.5;
  color: rgba(43,43,43,0.5);
  transition: all 300ms;
  padding: 6px 20px;
  margin: 0px 5px 14px;
  background: #FFFFFF;
  border: 0.5px solid #C3B7B1;
  text-transform: lowercase;
  text-decoration: none;
}

.node--type-article .circles-menu a.active,
.node--type-article .circles-menu a:hover {
  background: #F6EFED;
  border: 0.5px solid #866E64;
  color: #755D4D;
  font-weight: initial;
}

.node--type-article .circles-menu a.active b {
  font-weight: initial;
}

.node--type-article .circles-menu a.active span {
  color: #755D4D!important;
}

.node--type-article .circles-menu a.active strong {
  font-weight: normal;
}

.node--type-article .circles-menu a::before {
  display: none;
}

.node--type-article .circles-menu td {
  display: inline-block;
  width: auto!important;
  padding: 0;
}

.node--type-article .circles-menu tr {
  display: inline;
}

.page-node-type-article .field--name-body h2 {
  width: 375px;
  max-width: 100%;
  z-index: 5;
  background: #fff;
  padding: 0 28px;
  margin: 10px auto 50px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.31;
  text-align: center;
  letter-spacing: 0.05em;
  color: #755D4D;
  text-transform: uppercase;
}

/* End Article */

/* Grid */

.articles-grid,
.articles-grid-three {
  padding-bottom: 30px;
}

.path-frontpage .articles-grid {
  padding-bottom: 0;
}

.articles-grid .view-content,
.articles-grid-three .view-content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.articles-grid .view-content .views-row:nth-of-type(1),
.articles-grid .view-content .views-row:nth-of-type(8),
.articles-grid .view-content .views-row-1,
.articles-grid .view-content .views-row-8 {
  grid-column: span 2;
  grid-row: span 2;
}

.articles-grid .view-content .views-row:nth-of-type(1) .node--type-article.node--view-mode-teaser .title,
.articles-grid .view-content .views-row:nth-of-type(8) .node--type-article.node--view-mode-teaser .title,
.articles-grid .view-content .views-row-1 .node--type-article.node--view-mode-teaser .title,
.articles-grid .view-content .views-row-8 .node--type-article.node--view-mode-teaser .title {
  height: 76px;
  font-size: 22px;
  padding-top: 14px;
}

.articles-grid .view-content .views-row:nth-of-type(1) .node--type-article.node--view-mode-teaser .title a,
.articles-grid .view-content .views-row:nth-of-type(8) .node--type-article.node--view-mode-teaser .title a,
.articles-grid .view-content .views-row-1 .node--type-article.node--view-mode-teaser .title a,
.articles-grid .view-content .views-row-8 .node--type-article.node--view-mode-teaser .title a {
  font-size: 22px;
}

/* Facets links */

.facets-widget-links .item-list__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 18px;
}

.facets-widget-links .item-list__links a {
  display: inline-block;
  color: rgba(43, 43, 43, 0.5);
  transition: all 300ms;
  padding: 6px 20px;
  background: #FFFFFF;
  border: 0.5px solid #C3B7B1;
  text-transform: lowercase;
  text-decoration: none;
}

.facets-widget-links .item-list__links a:hover {
  background: #F6EFED;
  border-color: #866E64;
  color: #755D4D;
}

/* Banner (store, podbor, feedback) */
.page-banner {
  padding: 202px 64px 214px 47px;
  background: url(../images/store-banner.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 50px;
}

.page-banner.podbor {
  background-image: url(../images/podbor-banner-1.jpg);
  padding-top: 182px;
  padding-bottom: 168px;
}

.page-banner.feedback {
  background-image: url(../images/feedback.jpg);
  padding-top: 182px;
  padding-bottom: 25px;
  background-size: contain;
  background-position: top center;
  aspect-ratio: 2.91;
  padding-top: 140px;
  padding-left: 233px;
  margin-top: 23px;
  margin-bottom: 47px;
}

.page-banner__title {
  font-family: "AlayaRoza Demo", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 127.021px;
  line-height: 0.4;
  color: #CD9576;
  margin: 0;
  text-align: right;
  text-transform: initial;
  letter-spacing: initial;
}

.page-banner__title span {
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #755D4D;
  display: block;
  margin-right: -50px;
}

.page-banner.podbor .page-banner__title {
  text-align: left;
}

.page-banner.podbor .page-banner__title span {
  margin-left: 104px;
  line-height: 1.3;
  margin-top: -10px;
}

.page-banner.podbor .page-banner__title span:nth-of-type(2) {
  margin-left: 157px;
}

.page-banner.feedback .page-banner__title {
  text-align: left;
  color: #A7766A;
  font-size: 150px;
}

.page-banner__subtitle {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 36px;
  position: relative;
  top: 30px;
  left: -11px;
  line-height: 1.4;
  color: #56433b;
}

.page-contacts__description {
  width: 830px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #1F1C1A;
  text-align: justify;
  font-size: 16px;
  margin-bottom: 50px;
}

.page-contacts__actions {
  text-align: center;
  margin-bottom: 42px;
}

.page-contacts__actions-item.landing-btn {
  width: 370px;
  max-width: 100%;
}

.page-contacts__items {
  text-align: center;
  margin-bottom: 30px;
}

.page-contacts__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .018em;
  color: #1f1c1a;
  text-decoration: none;
}

.page-contacts__items .division::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #1f1c1a;
  margin-left: 14px;
  margin-right: 14px;
  vertical-align: middle;
}

/* Webform modal */
.ui-dialog {
  max-width: 100%;
  z-index: 302 !important;
}

.ui-widget,
.ui-dialog,
.ui-widget.ui-dialog,
.ui-widget.ui-dialog input,
.ui-widget.ui-dialog select,
.ui-widget.ui-dialog textarea,
.ui-widget.ui-dialog button {
  font-family: Montserrat, serif;
}

.ui-widget.ui-dialog .webform-submission-form .alert {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-titlebar {
  border: 0;
  background: transparent;
  padding: 36px 40px 45px;
}

.ui-widget.ui-dialog .ui-dialog-title,
.webform__subtitle {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f1c1a;
  float: none;
  width: 532px;
  max-width: 100%;
  margin: 0 auto;
  white-space: normal;
}

.ui-widget.ui-dialog .ui-dialog-title {
  overflow: visible;
  font-size: 32px;
  line-height: 1.131;
  letter-spacing: 0.01em;
  color: #565656;
  width: auto;
}

.webform__subtitle {
  color: rgba(86, 86, 86, 1);
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

.ui-widget.ui-dialog .ui-dialog-title::before {
  content: "";
  background: url(../images/popup-title-bg.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 298px;
  height: 95px;
  margin-top: 6px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.ui-widget.ui-dialog.hide-titlebar .ui-dialog-titlebar {
  padding: 42px 0 0;
}

.webform__with-subtitle.ui-widget.ui-dialog .ui-dialog-titlebar {
  padding-bottom: 0;
}

.ui-widget.ui-dialog.short-titlebar .ui-dialog-titlebar {
  margin-bottom: -18px;
}

.webform__with-subtitle.ui-widget.ui-dialog .ui-dialog-title::before {
  margin-top: 30px;
  width: 352px;
  height: 108px;
}

.webform__with-subtitle.ui-widget.ui-dialog .ui-dialog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(86, 86, 86, 1);
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
}

.ui-widget.ui-dialog.hide-titlebar .ui-dialog-title {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: none;
}

.ui-widget.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-titlebar-close.ui-button-icon-only {
  text-indent: 0;
  font-size: 0;
}

.ui-widget.ui-dialog .ui-dialog-titlebar-close::before {
  content: "\e939";
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #CDC5C1;
}

.ui-widget.ui-dialog .ui-dialog-content {
  padding: 0 40px;
  position: static;
}

.ui-widget.ui-dialog .ui-dialog-content .form-description {
  font-size: 20px;
  text-align: center;
  color: #1f1c1a;
  margin-bottom: 40px;
}

.ui-widget.ui-dialog .ui-dialog-content .form-item,
.ui-widget.ui-dialog .ui-dialog-content .form-item.radios--wrapper {
  margin-top: 0;
  margin-bottom: 28px;
  position: relative;
  width: 100%;
}

.ui-widget.ui-dialog .ui-dialog-content .form-item.form-type-radio {
  margin-bottom: 10px;
}

.ui-widget.ui-dialog .ui-dialog-content .form-wrapper {
  margin: 0;
}

.ui-widget.ui-dialog .ui-dialog-content [data-drupal-selector="edit-row"] > .fieldset-wrapper,
.ui-widget.ui-dialog .ui-dialog-content [data-drupal-selector="edit-row-top"] > .fieldset-wrapper {
  display: flex;
  gap: 30px;
}

.ui-widget.ui-dialog .ui-dialog-content legend {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-content input[type="text"],
.ui-widget.ui-dialog .ui-dialog-content input[type="email"],
.ui-widget.ui-dialog .ui-dialog-content textarea,
.ui-widget.ui-dialog .ui-dialog-content select,
.form-collapse .webform-submission-form textarea,
.form-collapse .webform-submission-form input[type="text"],
.form-collapse .webform-submission-form input[type="email"],
.select2.select2-container--default .select2-selection--single {
  font-size: 18px;
  line-height: 1.5;
  color: #1F1C1A;
  border: none;
  border-bottom: 0.5px solid #1F1C1A;
  border-radius: 0;
  padding: 8px 20px 8px 0;
  box-shadow: none;
  height: 44px;
}

.select2.select2-container--default .select2-selection--single {
  display: block;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0; 
  color: #8f8d8c;
  line-height: 1.5;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 38px;
}

.select2-container--default .select2-dropdown {
  border-color: #1F1C1A;
  border-width: 0.5px;
}

.select2-dropdown .select2-search,
.select2-dropdown [id*="select2-edit-who"][id*="-empty"] {
  display: none;
}

.select2-container--default .select2-dropdown .select2-results__option {
  padding: 5px 20px;
  font-size: 14px;
  color: #8f8d8c;
}

.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #F6EFED;
  color: #755D4D;
}

.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-vashe-imya"],
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-phone"],
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-telefon"],
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-name"],
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-title-0-value"],
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-field-feedback-date-0-value"],
.ui-widget.ui-dialog .ui-dialog-content select,
.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget-data,
.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget::after,
.webform-submission-contact-form input,
.webform-submission-contact-form textarea,
.form-collapse .webform-submission-form input[data-drupal-selector="edit-vashe-imya"],
.form-collapse .webform-submission-form input[data-drupal-selector="edit-telefon"],
.form-collapse .webform-submission-form input[data-drupal-selector="edit-phone"] {
  border: 0.5px solid #1f1c1a;
  border-radius: 2px;
  padding: 15px 20px 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #000;
  height: auto;
}

.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-vashe-imya"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-phone"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-telefon"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-name"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-title-0-value"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[data-drupal-selector="edit-field-feedback-date-0-value"]::placeholder,
.webform-submission-contact-form input::placeholder,
.webform-submission-contact-form textarea::placeholder,
.form-collapse .webform-submission-form input[data-drupal-selector="edit-vashe-imya"]::placeholder,
.form-collapse .webform-submission-form input[data-drupal-selector="edit-telefon"]::placeholder,
.form-collapse .webform-submission-form input[data-drupal-selector="edit-phone"]::placeholder {
  color: rgba(31, 28, 26, 0.5);
}

.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 15px;
  position: relative;
  width: 100%;
}

.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget-data {
  display: block;
  flex-grow: 1;
}

.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget-data::before {
  content: 'Ваша фотография';
  display: block;
}

.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .image-widget::after {
  content: 'Выбрать файл';
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.59;
  text-transform: uppercase;
  color: rgb(31, 28, 26);
  width: 180px;
  height: auto;
  margin: 0px;
  background: rgb(252, 252, 252);
  padding: 15px 20px;
  white-space: nowrap;
}

.ui-widget.ui-dialog .ui-dialog-content .form-type-managed-file .description {
  display: block;
  order: 1;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 28, 26, 0.7);
  margin: 12px 0 18px;
}

.ui-widget.ui-dialog .ui-dialog-content .field--name-field-feedback-image {
  width: 100%;
}

.ui-widget.ui-dialog .ui-dialog-content  .image-widget input[type="file"],
.ui-widget.ui-dialog .ui-dialog-content  .image-widget input[data-drupal-selector="edit-field-feedback-image-0-remove-button"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #866E64 transparent transparent transparent;
  border-width: 5px 6px 0 6px;
  margin-left: -6px;  
}

.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 5px 6px;
}

.ui-widget.ui-dialog .ui-dialog-content select,
.select2.select2-container--default .select2-selection--single {
  background-color: transparent;
  background-position: right 4px center;
  color: #000;
}

.ui-widget.ui-dialog .ui-dialog-content input[type="text"].error,
.ui-widget.ui-dialog .ui-dialog-content input[type="email"].error,
.ui-widget.ui-dialog .ui-dialog-content textarea.error,
.webform-submission-contact-form input.error,
.webform-submission-contact-form textarea.error,
.webform-submission-form input.error,
.webform-submission-form textarea.error,
.form-collapse .webform-submission-form input[type="text"].error {
  background-color: #f3e4dd;
  border-color: #9d9490;
  border-width: 0.5px;
}

.ui-widget.ui-dialog .ui-dialog-content .form-item--error-message,
.webform-submission-contact-form .form-item--error-message,
.webform-submission-form .form-item--error-message {
  padding: 0;
  background: none;
  box-shadow: none;
  color: #af9f93;
  display: block;
  border-radius: 0;
  text-align: left;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.17;
}

.ui-widget.ui-dialog .ui-dialog-content .form-item--error-message strong,
.webform-submission-contact-form .form-item--error-message strong,
.webform-submission-form .form-item--error-message strong {
  font-weight: normal;
}

.ui-widget.ui-dialog .ui-dialog-content .form-item--error-message::before,
.webform-submission-contact-form .form-item--error-message::before,
.webform-submission-form .form-item--error-message::before {
  content: "*";
  background: transparent;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane {
  padding: 0 40px 40px;
  text-align: center;
  background: transparent;
  border: 0;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane button,
.webform-submission-contact-form .webform-button--submit,
.form-contact-manager .webform-button--submit,
.ui-widget.ui-dialog .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.59;
  text-transform: uppercase;
  color: #755d4d;
  text-decoration: none;
  width: 300px;
  display: inline-block;
  max-width: 100%;
  border: 0.5px solid #866e64;
  border-radius: 2px;
  transition: all 0.1s;
  text-align: center;
  padding: 16px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f6efed;
  white-space: nowrap;
  margin: 0 auto;
  
  border: 0.5px solid rgba(134, 110, 100, 1);
  background: rgba(86, 86, 86, 1);
  color: #fff;  
}

.ui-widget.ui-dialog .btn.js-hide {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-buttonpane button:hover,
.webform-submission-contact-form .webform-button--submit:hover,
.form-contact-manager .webform-button--submit:hover,
.ui-widget.ui-dialog .btn:hover {
  background: transparent;
  border-color: #1f1c1a;
  color: #1f1c1a;
  text-decoration: none;
}

.ui-widget.ui-dialog .node-form {
  margin: 0;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.ui-widget.ui-dialog .node-form .field--type-string,
.ui-widget.ui-dialog .node-form .field--type-entity-reference,
.ui-widget.ui-dialog .node-form .field--type-list-string {
  width: calc(50% - 15px);
}

.ui-widget.ui-dialog .node-form [data-drupal-selector="edit-body-wrapper"],
.ui-widget.ui-dialog .webform-type-textarea {
  width: 100%;
}

.ui-widget.ui-dialog .node-form label {
  display: none;
}

.ui-widget.ui-dialog .node-form [data-drupal-selector="edit-body-0-format"],
.ui-widget.ui-dialog .node-form [data-drupal-selector="edit-field-feedback-section-wrapper"],
.ui-widget.ui-dialog .node-form .vertical-tabs,
.ui-widget.ui-dialog .node-form .field--name-field-feedback-type {
  display: none;
}

.ui-dialog.webform-confirmation-modal {
  text-align: center;
  padding: 40px 26px 40px;
  line-height: 135%;
  font-size: 22px;
  color: #866e64;
}

.webform-confirmation-modal h2 {
  text-transform: uppercase;
  font-family: Playfair Display, serif;
  letter-spacing: 3.6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 113%;
}

.webform-confirmation-modal p:last-child {
  margin-bottom: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
  background: none;
  border: none;
  position: static;
  padding: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-title {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #866e64;
  margin-bottom: 20px;
}

.ui-dialog .webform-confirmation-modal--content {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  color: #866e64;
  width: 595px;
  max-width: 100%;
  margin: auto;
}

.form-check {
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  width: 340px;
  max-width: 100%;
}

input[type="radio"] + label {
  width: auto;
  font-size: 18px;
  line-height: 1.5;
  color: #1f1c1a;
}

input[type="checkbox"] + label a {
  text-decoration: underline;
}

input[type="checkbox"] + label a,
input[type="checkbox"] + label a:hover {
  color: inherit;
}

input[type="checkbox"] + label a:hover {
  text-decoration: none;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #1f1c1a;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

input[type="radio"].error + label::before,
input[type="checkbox"].error + label::before {
  background-color: #f3e4dd;
  border-color: #9d9490;
}

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
  content: "\e93a";
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: 12px;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -6px;
  transition: .2s;
  background: transparent;
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
}

input[type="radio"] + label::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
}

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.webform-popup-block.new-design {
  padding-top: 16px;
  padding-bottom: 28px;
}

.webform-popup-description {
  color: #1F1C1A;
  width: 563px;
  max-width: 100%;
  margin: 0 auto 35px;
  text-align: center;
}

.webform-popup-block.new-design .webform-popup-contacts {
  margin-top: 20px;
}

.webform-popup-block.new-design::before {
  display: none;
}

.webform-popup-block.new-design h2 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.webform-popup-actions {
  text-align: center;
  margin-bottom: 30px;
}

.webform-popup-contacts {
  text-align: center;
  margin-top: 20px;
}

.webform-popup-contacts .item {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.018em;
  color: #1F1C1A;
  text-decoration: none;
}

.webform-popup-contacts .division::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #1F1C1A;
  margin-left: 14px;
  margin-right: 14px;
  vertical-align: middle;
}

.webform-popup-location {
  color: #423731;
  margin-top: 5px;
  font-size: 16px;
}

.form-collapse {
  margin-bottom: 25px;
}

.form-collapse__title-mobile {
  display: none;
}

.form-collapse__title-mobile__free {
  font-family: "AlayaRoza Demo", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #9D7463;
  text-align: center;
}

.form-collapse__description {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.47;
  text-align: justify;
  color: #1F1C1A;
  margin-bottom: 14px;
}

.form-collapse__description ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.form-collapse__description ul li {
  list-style: none;
  margin-bottom: 10px;
}

.form-collapse__description ul li:last-of-type {
  margin-bottom: 0;
}

.form-collapse__content {
  max-height: 700px;
  overflow: hidden;
  transition: all 300ms;
}

.form-collapse__wrapper {
  background: url(../images/specialist-form-bg.png) no-repeat;
  background-size: cover;
  padding: 40px 30px;
  border: 0.5px solid #BDB6B4;
  border-radius: 2px;
  background-position: bottom;
  display: flex;
  flex-wrap: wrap;
}

.form-collapse__wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.form-collapse__wrapper form .form-actions {
  order: 10;
  width: 100%;
  margin: 0;
}

.form-collapse__wrapper-left {
  width: 370px;
}

.form-collapse__btn-open {
  background: #F6EFED;
  border: .3px solid #755D4D;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  color: #755D4D;
  padding: 10px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  z-index: 10;
  transition: all 200ms;
  opacity: 0.6;
  display: none;
}

.form-collapse__btn-hide {
  font-size: 14px;
  line-height: 1.2;
  color: #755D4D;
  display: inline-block;
  border-bottom: 1px dashed #755D4D;
  cursor: pointer;
}

.form-collapse .form-collapse__wrapper-right {
  width: calc(100% - 370px);
  margin-left: auto;
  padding-left: 48px;
}

.form-collapse__specialist .form-collapse__wrapper-right {
  padding-left: 0;
}

.form-collapse__title {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.131;
  color: #1F1C1A;
  margin-bottom: 20px;
  font-weight: 400;
}

.form-collapse__specialist .form-collapse__title {
  margin-bottom: 60px;
}

.form-collapse .webform-submission-form input[type="text"],
.form-collapse .webform-submission-form textarea {
  padding: 5px 10px;
  background: transparent;
  font-size: 14px;
  height: auto;
  line-height: 1.29;
}

.form-collapse .webform-submission-form textarea {
  height: 31px;
  -webkit-appearance: none;
}

.form-collapse .webform-submission-form input[data-drupal-selector="edit-vashe-imya"],
.form-collapse .webform-submission-form input[data-drupal-selector="edit-telefon"],
.form-collapse .webform-submission-form input[data-drupal-selector="edit-phone"] {
  padding: 12px 10px;
}

.form-collapse .webform-submission-form .form-item {
  margin: 0;
  width: 100%;
}

.form-collapse .webform-submission-form .form-item-fz152-agreement {
  margin-bottom: 40px;
  margin-top: 10px;
}

.form-collapse .webform-submission-form .form-item-fz152-agreement input[type="checkbox"] + label {
  width: 100%;
}

.form-collapse .webform-submission-form .form-item-fz152-agreement input[type="checkbox"] + label::before,
.form-collapse .webform-submission-form .form-item-fz152-agreement input[type="checkbox"] + label::after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}

.form-collapse .webform-submission-form .form-item-vashe-imya,
.form-collapse .webform-submission-form .form-item-telefon,
.form-collapse .webform-submission-form .form-item-data-svadby,
.form-collapse .webform-submission-form .form-item-phone,
.form-collapse .webform-submission-form .form-item-data-meropriyatiya,
.form-collapse .webform-submission-form .form-item-kolichestvo-gostey,
.form-collapse__favorites .webform-submission-form .form-item-kol-vo-gostey {
  width: calc(50% - 7px);
}

.form-collapse .webform-submission-form .form-item.hiddens {
  display: none;
}

.form-collapse.hide-form .form-collapse__content {
  max-height: 0;
}

.form-collapse.hide-form .form-collapse__btn-open {
  display: inline-block;
  opacity: 1;
}

.form-collapse.hide-form {
  margin-top: -36px;
}

.form-collapse.complete-form input, .form-collapse.complete-form textarea,
.form-collapse.complete-form .webform-submission-form input,
.form-collapse.complete-form .webform-submission-form textarea {
  border-color: #ff0000;
}

.form-collapse.form-collapse__favorites .webform-flagged-entities-wrapper,
.form-collapse.form-collapse__favorites .webform-type-textarea {
  display: none;
}

.form-collapse.form-collapse__favorites .form-collapse__title {
  font-size: 20px;
}

.form-collapse.form-collapse__favorites .form-collapse__wrapper {
  background-image: url(../images/favorites-form-bg.png);
  padding: 30px;
}

.form-collapse__favorites::after {
  content: "*В ближайшее время Вам придет ответ в Whats App, какие площадки и специалисты свободны на Вашу дату и их стоимость.";
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.59;
  text-align: center;
  color: #1F1C1A;
  margin: 15px auto 40px;
  width: 800px;
  max-width: 100%;
}

.form-collapse__favorites.hide-form::after {
  display: none;
}

.form-collapse__favorites [data-drupal-selector="edit-row-top"] legend {
  display: none;
}

.form-collapse__favorites [data-drupal-selector="edit-row-top"] .fieldset-wrapper,
.form-collapse__favorites [data-drupal-selector="edit-row"] .fieldset-wrapper {
  display: flex;
  gap: 14px;
}

/* 
  Form order restaurant selection 
  Form request_price_and_availability
  Form clarify_restaurant_availability
  Form request-specialist-date-form
*/


.ui-widget.ui-dialog .ui-dialog-content .attention {
  color: rgba(254, 32, 32, 0.7);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.webform-submission-order-restaurant-selection-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24.5px;
  margin-bottom: 24px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form [data-drupal-selector="edit-row"] > .fieldset-wrapper, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form [data-drupal-selector="edit-row"] > .fieldset-wrapper, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form [data-drupal-selector="edit-row"] > .fieldset-wrapper, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper {
  column-gap: 24.5px;
  row-gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form [data-drupal-selector="edit-row"] > .fieldset-wrapper, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form [data-drupal-selector="edit-row"] > .fieldset-wrapper, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper {
  flex-wrap: initial;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form [data-drupal-selector="edit-row"] > .fieldset-wrapper > .form-item, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form [data-drupal-selector="edit-row-top"] > .fieldset-wrapper > .form-item {
  width: calc(33.33333% - (49px / 3));
}

.webform-submission-order-restaurant-selection-form .webform-type-textarea {
  grid-row: span 2;
  grid-column: span 2;  
}

.webform-submission-order-restaurant-selection-form .form-item-phone {
  grid-column: 1;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="text"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="email"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form textarea, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form select,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="text"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="email"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form textarea, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form select,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="text"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="email"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form textarea, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form select,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="text"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="email"], 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form textarea, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form select,
.select2.select2-container--default .select2-selection--single {
  border: 0.5px solid #1f1c1a;
  border-radius: 2px;
  padding: 15px 20px 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  /*color: #8f8d8c;*/
  height: auto;
}

.select2-container.select2-container--default .select2-results > .select2-results__options {
  max-height: 265px;
}

[id^="select2-edit-who"][id$="-container"]::after {
  content: " *";
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form textarea::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form textarea::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form textarea::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input::placeholder,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form textarea::placeholder,
.ui-widget.ui-dialog .ui-dialog-content input[type="text"]::placeholder, 
.ui-widget.ui-dialog .ui-dialog-content input[type="email"]::placeholder,
.ui-widget.ui-dialog .ui-dialog-content textarea::placeholder {
  color: #8f8d8c;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form textarea {
  height: 135px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form textarea,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form textarea,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form textarea {
  height: 120px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form select option {
  color: #8f8d8c;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form select option[value="empty"],
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form select option[value="empty"] {
  display: none;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item.radios--wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form .form-item, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form .form-item.radios--wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item.radios--wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item.radios--wrapper {
  margin-bottom: 19px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form .form-wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-wrapper,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-wrapper {
  margin-bottom: 0;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item-number-of-persons + .js-webform-states-hidden {
  order: 10;
  grid-column: 1 / 4;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="checkbox"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="radio"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="checkbox"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="radio"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="checkbox"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="radio"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="checkbox"] + label::before,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 15px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="radio"]:checked + label::after, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form input[type="checkbox"]:checked + label::after,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="radio"]:checked + label::after, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form input[type="checkbox"]:checked + label::after,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="radio"]:checked + label::after, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form input[type="checkbox"]:checked + label::after,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="radio"]:checked + label::after, 
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form input[type="checkbox"]:checked + label::after {
  font-size: 15px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item-fz152-agreement {
  margin-top: -12px;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item-fz152-agreement,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item-fz152-agreement,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item-fz152-agreement .form-item--error-message,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item-fz152-agreement .form-item--error-message {
  text-align: center;
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item-fz152-agreement input[type="checkbox"] + label,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form .form-item-fz152-agreement input[type="checkbox"] + label,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item-fz152-agreement input[type="checkbox"] + label,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item-fz152-agreement input[type="checkbox"] + label {
  font-size: 14px;
  color: rgba(31, 28, 26, 0.5);
}

.ui-widget.ui-dialog .ui-dialog-content .webform-submission-order-restaurant-selection-form .form-item-fz152-agreement input[type="checkbox"] + label .text-danger,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-price-and-availability-form .form-item-fz152-agreement input[type="checkbox"] + label .text-danger,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-item-fz152-agreement input[type="checkbox"] + label .text-danger,
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form .form-item-fz152-agreement input[type="checkbox"] + label .text-danger {
  position: absolute;
  margin-left: 4px;
}

.webform-submission-clarify-restaurant-availability-form,
.webform-submission-request-specialist-date-form,
.webform-submission-request-price-and-availability-form {
  display: flex;
  flex-direction: column;
}

.webform-submission-request-price-and-availability-form .form-item-fz152-agreement {
  order: 5;
}

.webform-submission-clarify-restaurant-availability-form .webform-component-header,
.webform-submission-request-specialist-date-form .webform-component-header {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #1F1C1A;
}

.webform-submission-clarify-restaurant-availability-form .webform-component-header [class^="icon-1portal-"],
.webform-submission-request-specialist-date-form .webform-component-header [class^="icon-1portal-"] {
  font-size: 32px;
  color: rgba(117, 93, 77, 1);
  vertical-align: bottom;
  margin-right: 10px;
}

.webform-submission-clarify-restaurant-availability-form .webform-component-bottom,
.webform-submission-request-specialist-date-form .webform-component-bottom {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  width: 574px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.webform-submission-clarify-restaurant-availability-form .webform-component-bottom br,
.webform-submission-request-specialist-date-form .webform-component-bottom br {
  display: none;
}

.webform-submission-clarify-restaurant-availability-form .webform-component-bottom a,
.webform-submission-request-specialist-date-form .webform-component-bottom a {
  text-decoration: none;
  color: #755D4D;
}

.webform-submission-clarify-restaurant-availability-form [id^="edit-footer"],
.webform-submission-request-specialist-date-form [id^="edit-footer"] {
  order: 5;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.41;
  color: #1F1C1A;
}

.webform-submission-clarify-restaurant-availability-form [data-drupal-selector="edit-actions"],
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-clarify-restaurant-availability-form .form-wrapper[data-drupal-selector="edit-actions"],
.webform-submission-request-specialist-date-form [id^="edit-actions"],
.ui-widget.ui-dialog .ui-dialog-content .webform-submission-request-specialist-date-form [id^="edit-actions"] {
  order: 4;
  text-align: center;
  margin-bottom: 16px;
}

.ui-widget-content a {
  text-decoration: none;
  color: initial;
}

.form-item-fz152-agreement input[type="checkbox"] + label {
  width: auto;
}

/* Store */

.view-store .view-header .pink-line-title h1 {
  margin-top: 0;
}

/* Podbor */
.view-menu-links-item a {
  padding: 23px 23px 23px;
  position: relative;
  height: 308px;
  border: 0.5px solid #866E64;
  font-family: "Playfair Display", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.15em;
  text-align: center;
  z-index: 10;
  background-image: url(../images/view-menu-links-3.png);
  background-size: cover;
  text-decoration: none;
  text-transform: uppercase;
  color: #755D4D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-menu-links-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 20px solid #fff;
}

.view-menu-links-item a:hover {
  opacity: 0.7;
}

.view-articles-node.view-display-id-block_2 .view-filters {
  margin-bottom: 25px;
}

.view-articles-node.view-display-id-block_2 .view-filters .form-item {
  margin: 0;
  float: none;
}

.view-articles-node.view-display-id-block_2 .view-filters .form-item label {
  display: none;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul a {
  font-size: 33px;
  font-weight: 400;
  text-align: center;
  color: #755D4D;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul a::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1.5px dashed #755d4d;
  transform: translateX(-50%);
  bottom: 5px;
  width: 0;
  left: 50%;
  transition: all .2s;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul a:hover::after,
.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul a.bef-link--selected::after {
  width: 100%;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul li {
  position: relative;
  padding: 0 15px;
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul li::after {
  content: "";
  display: inline-block;
  height: 29px;
  width: 2px;
  background: #755D4D;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.view-articles-node.view-display-id-block_2 .view-filters .bef-links ul li:last-of-type::after {
  display: none;
}

.view-articles-node.view-display-id-block_2 {
  margin-bottom: 67px;
}

.view-articles-node.view-display-id-block_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  font-size: 18px;
  justify-content: center;
}

.view-articles-node.view-display-id-block_2 .views-row a {
  display: inline-block;
  color: rgba(43, 43, 43, 0.5);
  transition: all 300ms;
  padding: 6px 20px;
  background: #FFFFFF;
  border: 0.5px solid #C3B7B1;
  text-transform: lowercase;
  text-decoration: none;
}

.view-articles-node.view-display-id-block_2 .views-row a:hover {
  background: #F6EFED;
  border-color: #866E64;
  color: #755D4D;
}

/* Accordion */

.accordion {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0 auto 25px;
  padding: 33px 0 30px;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:not(:first-of-type) {
  border: none;
  border-radius: 0;
  background: transparent;
  border-top: 0.5px solid #866E64;
}

.accordion-item:last-of-type {
  border-bottom: 0.5px solid #866E64;
}

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:last-of-type > .accordion-header .accordion-button,
.accordion-button {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.accordion-header .accordion-button {
  font-family: Roboto, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #755D4D;
  padding: 30px 112px 30px 0;
  box-shadow: none;
  background: transparent;
}

.accordion-button p {
  margin: 0;
}

.accordion-button::after {
  content: "\e918";
  display: inline-block;
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  transform: rotate(90deg);
  transition: all 0.2s;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
}

.accordion-button:not(.collapsed)::after {
  background: transparent;
  transform: rotate(-90deg);
}

.accordion-body {
  padding: 0 0 20px 0;
  text-align: justify;
}

.accordion-body p:last-of-type {
  margin: 0;
}

/* Feedback*/
.block-views-blockfeedbacks-block-3,
.block-views-blockfeedbacks-block-2,
.block-views-blockfeedbacks-block-1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 142px;
}

.block-views-blockfeedbacks-block-3 .view-footer,
.block-views-blockfeedbacks-block-2 .view-footer,
.block-views-blockfeedbacks-block-1 .view-footer {
  margin-top: 0.75em;
}

.node--type-feedback.node--view-mode-teaser {
  padding: 25px 42px 58px;
  position: relative;
  margin-bottom: 60px;
  text-align: left;
  min-height: 213px;
}

.node--type-feedback.node--view-mode-teaser::after {
  content: "";
  width: 400px;
  height: 100px;
  border-top: 3px solid #E8E1DE;
  border-left: 3px solid #E8E1DE;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 17px;
  top: 35px;
}

.node--type-feedback.node--view-mode-teaser::before {
  content: "";
  width: 400px;
  height: 100px;
  border-bottom: 3px solid #E8E1DE;
  border-right: 3px solid #E8E1DE;
  bottom: -20px;
  right: 16px;
  box-sizing: border-box;
  display: block;
  position: absolute;
}

.node--type-feedback.node--view-mode-teaser .feedback__name {
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.131;
  color: #1f1c1a;
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(-50%);
  position: relative;
  z-index: 5;
}

.node--type-feedback.node--view-mode-teaser .feedback__content {
  color: #1f1c1a;
}

.node--type-feedback.node--view-mode-teaser .feedback__content > div {
  position: relative;
  z-index: 5;
}

.node--type-feedback.node--view-mode-teaser .feedback__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0px;
  box-shadow: 1px 2px 5px 0 rgba(146, 109, 93, 0.1), 6px 8px 10px 0 rgba(146, 109, 93, 0.09), 22px 32px 16px 0 rgba(146, 109, 93, 0.01), 13px 18px 13px 0 rgba(146, 109, 93, 0.05), 35px 50px 17px 0 rgba(146, 109, 93, 0);
  border-radius: 2px;
  z-index: 3;
}

.node--type-feedback.node--view-mode-teaser .feedback__submitted {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.131;
  color: #858080;
}

/* Catalog typography */
.new-typography {
  font-size: 16px;
  line-height: 1.5;
  color: #1F1C1A;
  clear: both;
  font-weight: 400;
}

.new-typography h2 {
  color: #755D4D;
  font-weight: 600;
  margin-bottom: 27px;
  font-size: 18px;
}

.new-typography h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.new-typography strong {
  font-weight: 500;
}

.new-typography p {
  margin-bottom: 28px;
}

.new-typography ul {
  padding-left: 26px;
  list-style: none;
  margin-bottom: 26px;
}

.new-typography ul li {
  position: relative;
}

.new-typography ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: -15px;
  top: 11px;
}

.new-typography ul.list-clear {
  padding: 0;
}

.new-typography ul.list-clear li::before {
  display: none;
}

.new-typography a {
  color: #1F1C1A;
}

.new-typography a:hover {
  text-decoration: none;
  color: #755D4D;
}

.rounded_ol {
  counter-reset: diy_materials_counter;
  list-style-type: none;
  padding: 0;
}

.rounded_ol li {
  margin-left: 4em;
  margin-bottom: 22.5px;
  position: relative;
}

.rounded_ol li::before {
  content: counter(diy_materials_counter);
  counter-increment: diy_materials_counter;
  width: 2em;
  height: 2em;
  line-height: 2em;
  left: -4em;
  position: absolute;
  text-align: center;
  border: 1px solid #000;
  font-weight: 700;
  border-radius: 50%;
  font-size: 75%;
}

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

.flexible_two_colum_block {
  width: 49%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .flexible_two_colum_block {
    width: 100%;
  }
}

iframe {
  max-width: 100%;
}

/* End Catalog typography */

.read-more-block {
  width: 1030px;
  max-width: 100%;
}

.read-more-collapsed {
  max-height: 0;
  overflow: hidden;
  transition: all 400ms;
}

.read-more-collapsed.open {
  max-height: max-content;
}

.read-more-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../images/icon-arrow-bottom.svg) no-repeat center;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 300ms;
}

.read-more-btn.up::after {
  transform: rotateZ(-180deg);
}

.read-more-btn {
  color: #866E64;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  margin-top: 7px;
}

/* Landing page */

.landing-banner {
  position: relative;
  overflow: hidden;
}

.landing-banner__wrapper {
  padding: 116px 96px 155px;
  position: relative;
  z-index: 10;
}

.landing-banner__title {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  font-size: 55px;
  text-align: right;
  display: inline-block;
  width: min-content;
  color: #755d4d;
  letter-spacing: 0.1em;
}

.landing-banner__title:first-line {
  margin-right: 42px;
}

.landing-banner__title span {
  margin-right: -41px;
}

.landing-banner__description {
  font-family: "AlayaRoza Demo", serif;
  font-size: 127.021px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 3.85393px 10px rgba(125, 104, 87, 0.5);
  margin-left: 33px;
  margin-top: -14px;
}

.landing-body__wrapper {
  padding-top: 50px;
  width: 830px;
  max-width: 100%;
  margin: 0 auto 65px;
  font-family: Montserrat, serif;
}

.landing-body__text {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  font-family: Montserrat, serif;
  color: #1f1c1a;
  margin-bottom: 39px;
}

.landing-body__contacts {
  text-align: center;
  margin-bottom: 28px;
  margin-top: 15px;
  font-size: 0;
}

.landing-body__contacts-title,
.landing-body__contacts-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: justify;
  letter-spacing: 0.018em;
  color: #1f1c1a;
}

.landing-body__contacts-title {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 17px;
}

.landing-body__contacts-item {
  text-decoration: none;
  display: inline-block;
//  width: calc(50% - 15px);
  vertical-align: middle;
}

.landing-body__contacts-item:nth-of-type(2n-1) {
//  text-align: right;
}

.landing-body__contacts .division::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #1f1c1a;
  margin-left: 14px;
  margin-right: 14px;
  vertical-align: middle;
}

.landing-body__actions {
  text-align: center;
  font-size: 0;
}

.landing-body__actions-item {
  display: inline-block;
  margin: 0 15px 20px;
}

/* Wedding planner */

.node--type-wedding-planner.node--view-mode-teaser {
  text-align: center;
  padding: 0 15px;
}

.node--type-wedding-planner.node--view-mode-teaser .field--name-field-wedding-planner-front-img {
  margin-bottom: 22px;
}

.node--type-wedding-planner.node--view-mode-teaser .field--name-field-wedding-planner-front-img img {
  opacity: 1;
  transition: all 300ms;
}

.node--type-wedding-planner.node--view-mode-teaser:hover .field--name-field-wedding-planner-front-img img {
  opacity: 0.9;
}

.node--type-wedding-planner.node--view-mode-teaser a {
  text-decoration: none;
  color: #755d4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  transition: all 300ms;
}

.node--type-wedding-planner.node--view-mode-teaser a:hover {
  color: #0f0f0e;
}

.node--type-wedding-planner.node--view-mode-teaser a span {
  display: block;
  text-transform: initial;
  font-weight: 400;
  color: #1f1c1a;
}

.node--type-wedding-planner.node--view-mode-teaser-short {
  width: 266px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: auto;
  text-align: center;
  position: relative;
}

.node--type-wedding-planner.node--view-mode-teaser-short h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.node--type-wedding-planner.node--view-mode-teaser-short h2 a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
}

.node--type-wedding-planner.node--view-mode-teaser-short .field--name-field-wedding-planner-img {
  margin-bottom: 15px;
}

.node--type-wedding-planner.node--view-mode-teaser-short .field--name-field-wedding-planner-img img {
  display: block;
  border-radius: 50%;
  width: auto;
  margin: auto;
  max-width: 100%;
}

.node--type-wedding-planner.node--view-mode-teaser-short.field--name-field-wedding-planner-company {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

.node--type-wedding-planner.node--view-mode-teaser-short .line-heart {
  font-size: 39px;
  color: #baaea5;
  position: relative;
}

.node--type-wedding-planner.node--view-mode-teaser-short .line-heart::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #baaea5;
  left: 0;
  right: 0;
}

.node--type-wedding-planner.node--view-mode-teaser-short .line-heart span {
  background: #fff;
  position: relative;
  padding: 0 16px;
}

.view-wedding-planners.view-display-id-block_1 .view-content {
  padding: 0 21px;
  position: relative;
}

.view-wedding-planners.view-display-id-block_1 .slick {
  margin-left: -10px;
  margin-right: -10px;
}

.wedding_planners__portfolio {
  margin-bottom: 30px;
}

.wedding_planners__portfolio h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.333;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 44px;
  margin-top: 0.83em;
}

.landing-banner.wedding {
  background-color: #dddbde;
  position: relative;
}

.landing-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.landing-banner.wedding .landing-banner__wrapper {
  padding: 234px 15px 184px;
  width: 55%;
  text-align: center;
  box-sizing: border-box;
}

.landing-banner.wedding .landing-banner__title {
  text-align: center;
  color: #1f1c1a;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 45px;
}

.landing-banner.wedding .landing-banner__title span {
  margin-right: 0;
}

.landing-banner__title .alaya-roza,
.landing-banner.wedding .landing-banner__title .alaya-roza {
  font-family: "AlayaRoza Demo", serif;
  text-transform: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 197.7px;
  color: #866e64;
  text-shadow: 0 3.85393px 10px #d7d8d9;
  letter-spacing: 0;
  line-height: 0.35;
  display: block;
  margin: 0 59% 0 0;
}

.landing-banner__title .alaya-roza-desc,
.landing-banner.wedding .landing-banner__title .alaya-roza-desc {
  margin-right: -58%;
}

.landing-banner__title .alaya-roza-desc span {
  margin: 0;
  display: block;
}

.page-node-type-wedding-planner .paragraph--type--articles .field--name-field-articles-link {
  margin-bottom: 30px;
}

.page-node-type-wedding-planner .block-views-blockportfolio-block-1 {
  margin-bottom: 181px;
}

.page-node-type-wedding-planner .ui-widget.ui-dialog .node-form .field--name-field-feedback-type,
.page-node-type-wedding-planner .ui-widget.ui-dialog .node-form .field--name-field-feedback-type label {
  display: block;
}

.page-node-type-wedding-planner .ui-widget.ui-dialog .node-form .field--name-field-feedback-type legend {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1;
}

.page-node-type-wedding-planner .ui-widget.ui-dialog .node-form .field--name-field-feedback-type .form-item-field-feedback-type:first-of-type {
  display: none;
}

/* Specialists */
main.with-sidebar-first .regions-wrapper {
  background: #fff;
  padding: 44px 20px;
}

main.with-sidebar-first .regions-wrapper h1 {
  line-height: 1;
  margin-top: 13px;
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F1C1A;
}

.path-specialist .regions-wrapper,
.page-node-type-restaurant .regions-wrapper {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}

.path-specialist .regions-wrapper.bottom {
  padding: 20px 15px 0;
  background: transparent;
}

.page-node-type-restaurant .regions-wrapper.bottom {
  padding: 20px 10px;
}

.regions-wrapper.middle {
  padding: 20px 10px;
}

.regions-wrapper.middle .main-wrapper > div {
  padding: 0 10px;
}

.region-middle-sidebar-second {
  position: sticky;
  top: 15px;
}

.path-specialist .block-page-title-block h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  color: #000;
  margin-top: -15px;
  margin-bottom: 12px;
  letter-spacing: initial;
  text-transform: initial;
}

.specialist.specialist--view-mode-teaser {
  margin-bottom: 30px;
  position: relative;
  padding-top: 12px;
}

.specialist.specialist--view-mode-teaser .specialist__title {
  margin-bottom: 31px;
  margin-top: 10px;
}

.specialist.specialist--view-mode-teaser .specialist__title a {
  text-decoration: none;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 30px;
  line-height: 0.91;
  color: #1F1C1A;
}

.specialist__actions {
  position: absolute;
  right: -8px;
  top: 17px;
}

.specialist__actions-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}

.specialist__actions-item:last-of-type {
  margin-right: 6px;
}

.specialist__actions-item a {
  color: #755D4D;
}

.specialist__actions-item .flag-specialist {
  margin-top: 5px;
}

.link {
  color: #755D4D;
}

.flag,
.flag-specialist {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #755D4D;
  position: relative;
}

.flag a,
.flag-specialist a {
  font-size: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.flag a::before,
.flag a::after,
.flag-specialist a::before,
.flag-specialist a::after {
  content: "\e921";
  /* stylelint-disable-next-line */
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  width: 34px;
  height: 34px;
  display: inline-block;
  transition: color 200ms;
  color: transparent;
}

.flag a::after,
.flag-specialist a::after {
  content: "\e91e";
  position: absolute;
  top: 0;
  left: 0;
  color: #755D4D;
}

.flag a.half-favorite::before {
  content: "\e935";
  color: #F3E4DD;
}

.flag a:hover::before,
.flag.action-unflag a::before,
.flag-specialist a:hover::before,
.flag-specialist.action-unflag a::before {
  color: #F3E4DD;
}

.flag .flag-description,
.flag-specialist .flag-description {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 10px 25px rgb(89 89 89 / 15%);
  border: 0.3px solid #755D4D;
  font-size: 10px;
  line-height: 1.17;
  color: #1F1C1A;
  margin-bottom: 10px;
}

.flag-description::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  box-shadow: 0 10px 25px rgb(89 89 89 / 15%);
  border: 0.3px solid #755D4D;
  border-bottom: none;
  border-right: none;
}

.path-specialist .flag-specialist a::before,
.path-specialist .flag-specialist a::after {
  width: 56px;
  height: 56px;
  font-size: 56px;
}

@media (min-width: 768px) {
  .flag-specialist a:hover .flag-description,
  .flag a:hover .flag-description {
    display: block;
  }
}

.path-specialist .region-middle-content > .block::after {
  content: "";
  display: block;
  height: 20px;
  background: #f9f9f9;
  margin: 0 -20px 20px;
}

.path-specialist .region-middle-content > .block:last-of-type::after {
  display: none;
}

.specialist.specialist--view-mode-teaser .specialist__content {
  overflow-x: auto;
}

.specialist.specialist--view-mode-teaser .specialist__content-wrapper {
  display: inline-block;
  vertical-align: top;
  width: max-content;
}

.specialist .specialist__images {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 0;
  display: flex;
  gap: 20px;
}

.specialist.specialist--view-mode-teaser .specialist__images .paragraph--type--album,
.specialist.specialist--view-mode-teaser .specialist__images .field--name-field-videos {
  display: flex;
  width: max-content;
  gap: 20px;
}

.specialist .specialist__images * {
  display: inline-block;
}

.specialist .specialist__images .field__item {
  width: fit-content;
  max-width: 320px;
}

.specialist__properties {
  background: #fafafa;
  margin-bottom: 20px;
  position: relative;
}

.specialist__properties-wrapper {
  width: 320px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  position: sticky;
  left: 0;
}

.specialist__properties .field {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.specialist__properties .field::after {
  display: none;
}

.specialist__properties .field:last-of-type {
  margin-bottom: 0;
}

.specialist__properties .field .field__label {
  font-weight: 400;
  font-size: 10px;
  color: rgba(31, 28, 26, 0.5);
  padding: 0;
}

.specialist__properties .field .field__item {
  font-weight: 500;
  font-size: 12px;
  color: #1F1C1A;
}

.specialist__contacts .contacts_head,
.specialist__contacts .contacts_type {
  display: none;
}

.specialist__contacts-title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755D4D;
  width: 560px;
  max-width: 100%;
  position: relative;
  margin: 0 auto 42px;
  box-sizing: border-box;
  padding: 35px 15px 0;
  text-align: center;
  margin-top: -35px;
}

.specialist__contacts-title__value {
  position: relative;
   z-index: 10;
}

.specialist__contacts-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.41;
  text-align: center;
  color: #1F1C1A;
  margin-bottom: 30px;
}

.specialist__contacts-info span {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  color: #755D4D;
}

.specialist__contacts-footer {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin: 0 auto 45px;
  width: 370px;
  max-width: 100%;
}

.specialist__contacts-body {
  text-align: center;
}

.specialist__contacts-body .field--name-contact-phone,
.specialist__contacts-body .field--name-contact-site {
  display: inline-block;
  margin: 0 6px;
}

.specialist__contacts-body .field--name-contact-phone a,
.specialist__contacts-body .field--name-contact-site a,
.specialist__contacts-btns a {
  display: inline-block;
  background: #FFFFFF;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: justify;
  color: #000000;
  padding: 18px 20px 18px 67px;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  width: 245px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.specialist__contacts-links {
  margin-top: 20px;
  margin-bottom: 45px;
}

.specialist__contacts-links > div {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin: 0 5px 10px;
  line-height: 1;
  font-size: 0;
}

.specialist__contacts-links a {
  color: #866E64;
  text-decoration: none;
  display: inline-block;
}

.specialist__contacts-links a span::before {
  font-size: 36px;
}

.specialist__contacts-body .field--name-contact-phone a::before {
  content: "\e922";
  font-size: 32px;
  position: absolute;
  left: 20px;
  top: 10px;
  color: #755D4D;
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.specialist__contacts-body .field--name-contact-site a::before {
  content: "\e92b";
  font-size: 32px;
  position: absolute;
  left: 20px;
  top: 11px;
  color: #755D4D;
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* Specialist full page */

.specialist.specialist--view-mode-full {
  position: static;
}

.specialist-full__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.specialist-full__main-photo {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 10px;
}

.specialist-full__main-photo picture {
  display: block;
  font-size: 0;
}

.specialist-full__content-item {
  width: 66.66666667%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 64px;
}

.specialist-full__content-item.without-contacts {
  padding-bottom: 0;
}

.specialist-full__actions {
  position: absolute;
  right: 8px;
  top: 25px;
  display: flex;
  align-items: center;
}

.specialist-full__actions-item {
  font-size: 0;
}

.specialist-full__actions-item .throbber {
  display: none;
}

.specialist-full__actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.specialist-full__address {
  font-size: 12px;
  color: #1F1C1A;
  margin-bottom: 20px;
}

.specialist-full__links {
  position: absolute;
  right: 10px;
  top: -8px;
  display: flex;
  align-items: center;
}

.specialist-full__links a {
  display: block;
  text-decoration: none;
  font-size: 0;
  line-height: 1;
  color: #866E64;
}

.specialist-full__links a > span {
  font-size: 38px;
}

.specialist-full__btns {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.specialist-full__btns > div {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 7px;
  display: none;
}

.specialist-full__btns > .field--name-contact-whatsapp,
.specialist-full__btns > .field--name-contact-phone,
.specialist-full__btns > .field--name-contact-telegram {
  display: block;
}

.specialist-full__btns .slick-list {
  width: 100%;
}

.specialist-full__btns .field--name-contact-phone button,
.specialist-full__btns a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  padding: 7px 22px;
  white-space: nowrap;
  overflow: hidden;
}

.specialist-full__btns a > span {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 10px;
}

.specialist-full__btns a > span.call {
  display: none;
}

.specialist-full__btns > .field--name-contact-phone a {
  display: none;
}

.specialist-full__btns .field--name-contact-phone button {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
}

.specialist-full__btns .field--name-contact-phone button::before {
  content: "\e922";
  font-size: 36px;
  vertical-align: middle;
  margin-right: 10px;
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.specialist-full__info {
  display: table;
  width: 400px;
  max-width: 100%;
  margin-bottom: 12px;
  margin-top: -7px;
}

.specialist-full__info > .field {
  width: 100%;
  display: table-row;
}

.specialist-full__info .field__label {
  font-weight: 500;
  font-size: 16px;
  color: #858280;
  float: none;
  display: table-cell;
  padding-bottom: 6px;
}

.specialist-full__info .field__item {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  float: none;
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}

.specialist-full__description {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 210px;
  position: relative;
}

.specialist-full__description.count-prices-0 {
  height: 366px;
}

.specialist-full__description.count-prices-1 {
  height: 336px;
}

.specialist-full__description.count-prices-2 {
  height: 304px;
}

.specialist-full__description.count-prices-3 {
  height: 272px;
}

.specialist-full__description p {
  margin-top: 0;
}

.specialist-full__description p:last-of-type {
  margin-bottom: 0;
}

.specialist-full__description .field--name-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #1F1C1A;
  margin-bottom: 30px;
}

.specialist-full__description .field--name-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: justify;
  color: #858280;
  margin-bottom: 30px;
}

.specialist-full__description.show {
  height: initial;
}

.specialist-full__description button.full-text {
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #866E64;
  padding: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 0.5px dashed #866E64;
  font-family: Montserrat;
  cursor: pointer;
  background: transparent;
}

.specialist-full__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  text-align: right;
}

.specialist-full__shadow::before {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(180deg,hsla(0,0%,100%,0), #fff);
  content: "";
}

.specialist-full__description.show .specialist-full__shadow {
  display: none;
}

.restaurant-full__fixed,
.specialist-full__fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0 -10px 25px rgba(89, 89, 89, 0.15);
  z-index: 1000;
  display: none;
}

.restaurant-full__fixed .inner,
.specialist-full__fixed .inner {
  display: flex;
}

@media(max-width: 767px) {
  .restaurant-full__fixed,
  .specialist-full__fixed {
    display: block;
  }
}

.restaurant-full__fixed-item,
.specialist-full__fixed-item {
  padding: 5px;
  box-sizing: border-box;
  flex: 1;
}

.restaurant-full__fixed-item a,
.specialist-full__fixed-item a {
  border: 1px solid #866E64;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 7px 10px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #1F1C1A;
  cursor: pointer;
  background: transparent;
  margin: 0;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.restaurant-full__fixed-item a > span,
.specialist-full__fixed-item a > span {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 6px;
}

.view-favorites {
  position: relative;
}

a.favorites-back {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #1F1C1A;
  text-decoration: none;
  position: absolute;
  top: -94px;
  left: 0;
  display: none;
}

.favorites-back span {
  font-size: 7px;
  margin-right: 5px;
}

.restaurant-full .favorites-back,
.specialist.specialist--view-mode-full .favorites-back {
  left: 0px;
  top: 5px;
}

.full__share-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.255;
  text-align: center;
  color: #1F1C1A;
  margin-bottom: 40px;
  margin-top: 20px;
}

.full__share-info__img {
  width: 95px;
  height: 64px;
  float: left;
}

.full__share-info__img div {
  height: 100%;
}

.full__share-info__img img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.full__share-body .ya-share2 {
  clear: both;
  min-height: 148px;
}

.full__share-body {
  padding: 0 0 98px;
}

.full__share-info {
  margin-bottom: 33px;
}

.full__share-info::after {
  content: "";
  display: block;
  clear: both;
}

.full__share-info__title {
  margin-left: 112px;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 2px;
}

.full__share-info__address {
  margin-left: 112px;
  color: #1F1C1A;
  font-size: 12px;
}

.full__share-info__address span {
  font-size: 16px;
  margin-left: -3px;
  margin-right: 5px;
}

.full__share-container .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: inline-block;
}

.full__share-container .ya-share2__list {
  display: block;
  margin: 0 -10px;
}

.full__share-container .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.full__share-container .ya-share2__link,
.full__share-container .ya-share2__item_copy .ya-share2__link_copy {
  background: #FFFFFF;
  border: 0.5px solid #1F1C1A;
  border-radius: 2px;
  padding: 18px 15px 18px 72px;
  position: relative;
  display: block;
}

.full__share-container .ya-share2__badge {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.full__share-container .ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
  margin-left: 0;
  color: #1F1C1A;
  font-size: 16px;
  line-height: 1;
  font-family: Montserrat;
}

.full__share-container .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 32px;
  height: 32px;
}

.full__share-container  .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 30px 30px;
}

.full__share-container .ya-share2__item_copy .ya-share2__icon {
  background: none;
}

.full__share-container .ya-share2__item_copy .ya-share2__icon::before {
  content: "\e92c";
  /* stylelint-disable-next-line */
  font-family: '1portal' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  display: block;
  text-align: center;
  color: #1F1C1A;
}

.full__share-container .ya-share2__item_copy .ya-share2__badge {
  background: none;
  border-radius: 0;
}

.full__share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.full__share-btns  > .field {
  width: calc(50% - 10px);
}

.full__share-btns a {
  display: block;
  text-decoration: none;
  border: 0.5px solid #1F1C1A;
  border-radius: 2px;
  padding: 18px 15px 18px 72px;
  position: relative;
  line-height: 1;
  color: #1F1C1A;
  font-size: 16px;
}

.full__share-btns a span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  display: block;
}

.full__share-btns a span::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/link-site.svg) no-repeat center;
  background-size: contain;
}

.full__share-btns a .icon-1portal-social-facebook::before {
  background-image: url(../images/link-fb.svg);
}

.full__share-btns a .icon-1portal-social-instagram::before {
  background-image: url(../images/link-inst.svg);
}

.full__share-btns a .icon-1portal-social-vk::before {
  background-image: url(../images/link-vk.png);
}

@media(max-width: 960px) {
  .restaurant-full .favorites-back,
  .specialist.specialist--view-mode-full .favorites-back {
    display: inline-block;
  }
}

.view-specialists-blocks.view-display-id-block_1 .view-content {
  display: flex;
  gap: 15px;
}

.view-specialists-blocks.view-display-id-block_1 .views-row {
  flex-grow: 1;
  flex-basis: 100%;
  height: inherit;
}

.view-specialists-blocks.view-display-id-block_1 .views-row .views-field,
.view-specialists-blocks.view-display-id-block_1 .views-row .field-content {
  height: 100%;
}

.view-specialists-blocks.view-display-id-block_2::after {
  content: "";
  display: block;
  height: 20px;
  background: #f9f9f9;
  margin: 0 -20px 20px;
}

.paragraph--type--service-package {
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 28px 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 35px;
  height: 100%;
}

.view-specialists-blocks.view-display-id-block_1 .views-row-first.views-row-last .paragraph--type--service-package {
  text-align: left;
}

.paragraph--type--service-package > div {
  width: 90%;
  margin: auto;
}

.paragraph--type--service-package .field--name-field-service-package-title {
  font-weight: 500;
  font-size: 20px;
  color: #1F1C1A;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.paragraph--type--service-package .field--name-field-service-package-price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.paragraph--type--service-package .field--name-field-service-package-work-scope {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
}

.paragraph--type--service-package .field--name-field-service-package-body {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.paragraph--type--service-package .field--name-field-service-package-body ul,
.paragraph--type--service-package .field--name-field-service-package-body ol {
  margin: 0;
  padding: 0;
}

/* Simple scrollbar */
.simplebar-track.simplebar-horizontal {
  height: 5px;
}

.simplebar-track.simplebar-horizontal::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #EBE5E2;
  border-radius: 2px;
}

.simplebar-scrollbar {
  background: #755D4D;
  border-radius: 3px;
}

.simplebar-scrollbar::before {
  background: #755D4D;
  border-radius: 3px;
  opacity: 1;
}

.simplebar-scrollbar:hover::before,
.simplebar-dragging .simplebar-scrollbar::before {
  background: #755D4D;
  opacity: 1;
  cursor: pointer;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 5px;
  top: 0;
}

/* Some blocks */

.block-views-blockwedding-planners-block-1 {
  text-align: center;
  margin-bottom: 103px;
}

.block-views-blockportfolio-block-1 {
  text-align: center;
}

.landing-block {
  margin-bottom: 138px;
  text-align: center;
}

.landing-tabs {
  border-radius: 0;
  border: none;
  background: none;
  color: #1f1c1a;
}

.landing-tabs__titles {
  border-radius: 0;
  border: none;
  background: none;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.landing-tabs__titles-item {
  width: calc(33.333333% - 20px);
  box-sizing: border-box;
  border: none;
  background: transparent;
  border-radius: 0;
}

.landing-tabs__titles-item > a {
  display: block;
  height: 100%;
  background: #fff;
  border: 0.5px solid #484747;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  padding: 30px 30px 75px;
  position: relative;
  transition: all 0.2s;
  color: #1f1c1a;
  opacity: 1;
  text-decoration: none;
}

.landing-tabs__titles-item > a.active,
.landing-tabs__titles-item > a:hover {
  background: #f6efed;
  border-color: #866e64;
  color: #755d4d;
}

.landing-tabs__titles-item > a.active::before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-top: 15px solid #755d4d;
  width: 0;
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
}

.landing-tabs__titles-icon {
  font-size: 80px;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}

.landing-tabs__titles-value {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.295;
  margin-bottom: 6px;
}

.landing-tabs__titles-desc {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #484747;
  margin-bottom: 25px;
}

.landing-tabs__titles-price {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  font-size: 30px;
  line-height: 1.5;
}

.landing-tabs__item {
  background: #fff;
  border: 0.5px solid #484747;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 45px;
}

.landing-tabs__item-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.333333;
  letter-spacing: 0.05em;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/tabs-title-bg.png) no-repeat center 10px;
  margin-top: -22px;
}

.landing-tabs__item-wrapper {
  padding: 30px;
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #1f1c1a;
}

.landing-tabs__item-wrapper p {
  margin-top: 0;
  margin-bottom: 28px;
}

.landing-tabs__item-wrapper h3 {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #484747;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -2px;
}


.landing-tabs__item-wrapper ul {
  font-family: Montserrat, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #1f1c1a;
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-tabs__item-wrapper ul li::before {
  content: "-";
}

.landing-tabs__item-actions {
  text-align: center;
  margin-top: 25px;
}

.landing-process__items {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid #866e64;
  box-sizing: border-box;
  border-radius: 2px;
  border-bottom: none;
  border-right: none;
  font-family: Montserrat, serif;
}

.landing-process__item {
  width: 50%;
  box-sizing: border-box;
  border-right: 0.5px solid #866e64;
  border-bottom: 0.5px solid #866e64;
  display: flex;
  align-items: center;
}

.landing-process__item-num {
  font-family: Montserrat, serif;
  font-weight: 600;
  font-size: 106.667px;
  line-height: 1;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(223, 214, 210, 0.2);
  background: url(../images/landing-process-bg.png) no-repeat center;
  background-size: contain;
  width: 223px;
  height: 220px;
  text-align: center;
  padding: 57px 0;
  box-sizing: border-box;
}

.landing-process__item-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #1f1c1a;
  text-align: left;
}

.landing-process__item-description ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.landing-process__item-description ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff5f1;
  border: 0.5px solid #866e64;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 0;
}

.landing-process__item-description ul li:last-of-type {
  margin-bottom: 0;
}

.landing-footer-banner {
  padding: 141px 30px 123px;
  background: url(../images/landing-footer-banner-bg.png) no-repeat left top;
  background-size: cover;
  box-sizing: border-box;
}

.landing-footer-banner__wrapper {
  width: 672px;
  max-width: 100%;
  margin-left: auto;
}

.landing-footer-banner__title {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  color: #1f1c1a;
  margin-bottom: 28px;
}

.landing-footer-banner__actions {
  text-align: center;
}

/* Paragraphs */
.paragraph--type--articles .field--name-field-articles-link {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.view-portfolio.view-display-id-block_1 {
  margin-bottom: 138px;
}

.paragraph--type--kollazh-row-one-b-two-s-photos,
.paragraph--type--kollazh-row-two-photos,
.paragraph--type--kollazh-row-two-photos-tall,
.paragraph--type--kollazh-row-three-photos,
.paragraph--type--kollazh-row-three-vertical,
.paragraph--type--ilightbox-photos-1b-2l,
.paragraph--type--ilightbox-photos-3,
.paragraph--type--kollazh-row-three-sqr-photos,
.paragraph--type--kollazh-row-one-photo  {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.paragraph--type--kollazh-row-three-photos,
.paragraph--type--ilightbox-photos-1b-2l,
.paragraph--type--ilightbox-photos-3,
.paragraph--type--kollazh-row-three-sqr-photos,
.paragraph--type--kollazh-row-three-vertical {
  grid-template-columns: repeat(3, 1fr);
}

.paragraph--type--kollazh-row-one-photo {
  grid-template-columns: repeat(1, 1fr);
}

.paragraph--type--ilightbox-photos-1b-2l,
.paragraph--type--ilightbox-photos-3 {
  gap: 20px;
  margin-bottom: 20px;
}

.paragraph--type--kollazh-row-one-b-two-s-photos {
  grid-auto-flow: column;
}

.paragraph--type--kollazh-row-two-photos div,
.paragraph--type--kollazh-row-one-b-two-s-photos div,
.paragraph--type--kollazh-row-two-photos-tall div,
.paragraph--type--kollazh-row-three-photos div,
.paragraph--type--kollazh-row-three-vertical div,
.paragraph--type--ilightbox-photos-1b-2l div,
.paragraph--type--ilightbox-photos-3 div,
.paragraph--type--kollazh-row-three-sqr-photos div,
.paragraph--type--kollazh-row-one-photo div {
  height: 100%;
}

.paragraph--type--kollazh-row-two-photos a,
.paragraph--type--kollazh-row-one-b-two-s-photos a,
.paragraph--type--kollazh-row-two-photos-tall a,
.paragraph--type--kollazh-row-three-photos a,
.paragraph--type--kollazh-row-three-vertical a,
.paragraph--type--ilightbox-photos-1b-2l a,
.paragraph--type--ilightbox-photos-3 a,
.paragraph--type--kollazh-row-three-sqr-photos a,
.paragraph--type--kollazh-row-one-photo a {
  display: block;
  height: 100%;
}

.paragraph--type--kollazh-row-two-photos img,
.paragraph--type--kollazh-row-one-b-two-s-photos img,
.paragraph--type--kollazh-row-two-photos-tall img,
.paragraph--type--kollazh-row-three-photos img,
.paragraph--type--kollazh-row-three-vertical img,
.paragraph--type--ilightbox-photos-1b-2l img,
.paragraph--type--ilightbox-photos-3 img,
.paragraph--type--kollazh-row-three-sqr-photos img,
.paragraph--type--kollazh-row-one-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.paragraph--type--kollazh-row-one-b-two-s-photos .field--name-field-kollazh-row-photos-2 {
  grid-column: 1;
}

.paragraph--type--kollazh-row-one-b-two-s-photos .field--name-field-kollazh-row-photo-big,
.paragraph--type--ilightbox-photos-1b-2l .field--name-field-ilightbox-big-photo {
  grid-row: span 2;
  grid-column: 2;
}

.paragraph--type--ilightbox-photos-1b-2l .field--name-field-ilightbox-big-photo {
  grid-column: span 2;
}

.paragraph--type--section-kollazh {
  position: relative;
  margin: 30px auto 20px;
}

.field--name-field-section-kollazh-title {
  margin-bottom: 45px;
  margin-top: 80px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.31;
  text-align: center;
  color: #755D4D;
  text-transform: uppercase;
  position: relative;
}

.field--name-field-section-kollazh-title::before {
  content: "";
  display: block;
  height: 1px;
  background: #755d4d;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 921px;
  max-width: 100%;
}

.field--name-field-section-kollazh-title .field__wrapper {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 28px;
}

.field--name-field-section-kollazh-circle {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  text-align: center;
  position: relative;
  margin: 90px auto 30px;
}

.field--name-field-section-kollazh-circle .field__wrapper {
  display: inline-block;
  min-width: 146px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 28px;
}

.field--name-field-section-kollazh-circle::before {
  content: "";
  display: block;
  height: 1px;
  background: #755d4d;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 921px;
  max-width: 100%;
}

.field--name-field-section-kollazh-circle .field__wrapper::before {
  content: url(../images/separator-num-new.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 6px;
}

.field--name-field-section-kollazh-circle .field__wrapper span {
  position: relative;
  z-index: 5;
}

.field--name-field-section-kollazh-photos .field__items {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6px;
}

.field--name-field-section-kollazh-photos .field__item:first-of-type {
  grid-column: span 2;
}

.field--name-field-section-kollazh-photos img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.field--name-field-section-kollazh-body {
  text-align: justify;
  margin-bottom: 42px;
}

.paragraph--type--links .field--name-field-links-items {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 18px;
  justify-content: center;
}

.paragraph--type--links a {
  display: inline-block;
  color: rgba(43, 43, 43, 0.5);
  transition: all 300ms;
  padding: 6px 20px;
  background: #FFFFFF;
  border: 0.5px solid #C3B7B1;
  text-transform: lowercase;
  text-decoration: none;
}

.paragraph--type--links a:hover,
.paragraph--type--links a.active {
  background: #F6EFED;
  border-color: #866E64;
  color: #755D4D;
}

.paragraph--type--text-title-border,
.field--name-field-article-components > .field__item > .paragraph.paragraph--type--text-title-border {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 60px;
}

.field--name-field-text-title-border-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.31;
  letter-spacing: 0.05em;
  color: #755D4D;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.field--name-field-text-title-border-text ul {
  margin-top: 0;
  padding-left: 24px;
  list-style: none;
}

.field--name-field-text-title-border-text ul li {
  position: relative;
}

.field--name-field-text-title-border-text ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -14px;
  top: 11px;
}

/* Paragraphs in new design for restaurant page */
.page-node-type-restaurant .paragraphs-item-section-kollazh {
  margin-top: 0;
}

.page-node-type-restaurant .field--name-field-section-kollazh-title {
  text-transform: initial;
  font-family: inherit;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #1f1c1a;
  margin-bottom: 28px;
  text-align: left;
  margin-top: 0;
  display: block;
}

.page-node-type-restaurant .field--name-field-section-kollazh-title::before {
  display: none;
}

.page-node-type-restaurant .field--name-field-section-kollazh-title .field__wrapper {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.view-restaurants-blocks.view-display-id-block_1 > .view-content > .views-row::before {
  content: "";
  display: block;
  height: 20px;
  background: #f9f9f9;
  margin: 0 -20px 20px;
}

.page-node-type-restaurant .paragraphs-item-text,
.page-node-type-restaurant .field--name-field-section-kollazh-body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  color: #1f1c1a;
  margin-bottom: 32px;
}

.page-node-type-restaurant .paragraphs-item-text p,
.page-node-type-restaurant .field--name-field-section-kollazh-body p {
  margin-bottom: 28px;
}

.page-node-type-restaurant .paragraphs-item-text p:last-of-type,
.page-node-type-restaurant .field--name-field-section-kollazh-body p:last-of-type {
  margin-bottom: 0;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  padding: 0;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .extra-photos-one-mode {
  display: none;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos.open .extra-photos-one-mode {
  display: block;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .btn.restaurant-more-photo {
  display: block;
  margin-left: auto;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__item {
  width: initial;
  float: none;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__item:first-of-type {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__item img {
  padding: 0;
  height: 100%;
  object-fit: cover;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__item:first-of-type img {
  height: 100%;
  object-fit: cover;
}

.page-node-type-restaurant .field--name-field-section-kollazh-photos .field__item a {
  display: initial;
}


/* Page contacts */
.path-webform .regions-wrapper {
  padding-top: 22px;
  padding-bottom: 53px;
  padding-left: 45px;
  background-color: #fff;
}

.path-webform .block-page-title-block h1 {
  color: #755D4D;
  font-family: 'Playfair Display';
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 53px;
  margin-top: 0.67em;
  line-height: 1;
}

.webform-submission-contact-form {
  display: flex;
  flex-wrap: wrap;
  padding-right: calc(100% - 631px);
  position: relative;
}

.webform-submission-contact-form > * {
  width: 100%;
}

.webform-submission-contact-form [id^='edit-media'].form-item {
  width: calc(100% - 693px);
  max-width: 430px;
  position: absolute;
  right: 0;
  top: -38px;
  bottom: 0;
  margin: 0;
}

.webform-submission-contact-form [id^='edit-media']::before {
  content: '';
  display: block;
  background: url(../images/webform-contact-img.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.webform-submission-contact-form [id^='edit-media']::after {
  content: '';
  display: block;
  background: #D9D9D9;
  top: -47px;
  bottom: 0;
  right: 0;
  width: 91%;
  position: absolute;
  z-index: 1;
}

.webform-submission-contact-form .form-item {
  margin-top: 0;
  margin-bottom: 16px;
}

.webform-submission-contact-form .form-actions {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  order: 1;
}

.webform-submission-contact-form legend {
  display: none;
}

.webform-submission-contact-form fieldset.form-item {
  margin-bottom: 0;
}

.webform-submission-contact-form .webform-type-webform-markup {
  margin-top: 42px;
}

.webform-submission-contact-form .webform-type-webform-markup h2 {
  color: #1F1C1A;
  font-family: 'Playfair Display';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.25px;
  margin: 0 0 0 4px;
}

.webform-submission-contact-form .alert,
.webform-submission-form .alert {
  display: none;
}

.webform-submission-contact-form input[type="checkbox"] + label {
  width: auto;
}

.webform-submission-contact-form input[type="checkbox"] + label::before,
.webform-submission-contact-form input[type="checkbox"] + label::after {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 16px;
}

.portal-contacts-webform-item {
  position: relative;
  color: #1F1C1A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  white-space: nowrap;
}

.portal-contacts-webform-item::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.portal-contacts-webform-whatsapp::before {
  background-image: url("../images/icon-whatsapp.svg");
}

.portal-contacts-webform-whatsapp .wa-label {
  border-left: 2px solid #1F1C1A;
  margin-left: 20px;
  padding-left: 20px;
}

.portal-contacts-webform-mail::before {
  background-image: url("../images/icon-email.svg");
}

.portal-contacts-webform-item a {
  text-decoration: none;
  color: inherit;
}

.portal-contacts-webform-item a:hover {
  text-decoration: underline;
}

/* Feedback page */
.feedback-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 18px 40px 19px;
  font-family: "Playfair Display";
  margin-bottom: 38px;
}

.feedback-actions .button-feedback {
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  color: #302A2A;
  border-right: 1px solid #E8E1DE;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-right: 12px;
  padding: 21px 12px 21px 66px;
  margin-bottom: 0;
  position: relative;
  transition: all 200ms;
}

.feedback-actions .button-feedback::before {
  content: "";
  background: #E8E1DE;
  height: 1px;
  width: calc(100% - 66px);
  position: absolute;
  right: 0;
  bottom: 0;

}

.feedback-actions .button-feedback:hover {
  background: #f9f1ee;
  color: #302A2A;
  border-color: #f9f1ee;
}

.feedback-actions .button-feedback:hover::before {
  opacity: 0;
}

.feedback-actions .icon-1portal-pencil {
  position: absolute;
  left: 0;
  width: 61px;
  height: 56px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/background_pencil.png) no-repeat center;
  background-size: cover;
  line-height: 56px;
  font-size: 24.5px;
}

.feedback-actions .icon-1portal-pencil::before {
  margin-left: 6px;
}

.yandex-feedback {
  display: flex;
  gap: 38px;
  align-items: center;
}

.yandex-feedback .rating-block {
  display: flex;
  gap: 20px;
  position: relative;
}

.yandex-feedback .rating-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.yandex-feedback .rating-block .rating-value {
  font-weight: 600;
  font-size: 60px;
  display: flex;
  line-height: 1;
  font-family: Akatab, sans-serif;
  color: rgba(81, 75, 75, 1);
}

.yandex-feedback .rating-block .rating-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
}

.yandex-feedback .rating-block .rating-wrapper .stars {
  display: flex;
  gap: 7px;
}

.yandex-feedback .rating-block .rating-wrapper .stars .star {
  background-image: url(../images/star-rating.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 19px;
}

.yandex-feedback .rating-block span {
  display: block;
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.button-yandex {
  text-decoration: none;
  background-color: #F9F1EE;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 38px;
  display: flex;
  align-items: center;
  margin-top: -4px;
  text-align: center;
  color: #302A2A;
  transition: all 200ms;
  border: 0.5px solid #F9F1EE;
}

.button-yandex:hover {
  background: transparent;
  border-color: #1f1c1a;
  color: #1f1c1a;
}

/* Page podbor-specialistov */
.specialist-form-item {
  display: flex;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 40px 27px 29px;
  position: relative;
  margin-bottom: 20px;
}

.specialist-form-item:hover,
.specialist-form-item.active {
  box-shadow: 2px 5px 12px 0 #9c78681c, 9px 20px 22px 0 #9c78681a, 21px 44px 29px 0 #9c78680f, 37px 78px 35px 0 #9c786805, 57px 122px 38px 0 #9c786800;
}

.specialist-form-item .form-check-label {
  width: auto;
  white-space: nowrap;
  display: block;
  font-size: 16px;
}

.specialist-form-item > legend {
  display: none;
}

.specialist-form-item [class*="form-item-specialist-type-name-"] {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 21px;
  margin-top: 0;
}

.specialist-form-item > .fieldset-wrapper {
  width: 100%;
}

.specialist-form-item > .fieldset-wrapper > .form-wrapper {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.specialist-form-item > .fieldset-wrapper > .form-wrapper .form-type-checkboxes {
  margin: 0;
}

.specialist-form-item > .fieldset-wrapper > .form-wrapper .form-type-checkboxes.form-item > label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  white-space: nowrap;
}

.specialist-form-item > .form-type-checkbox {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 0;
}

.specialist-form-item > .form-type-checkbox label {
  font-size: 0;
  width: auto;
}

.specialist-form-item > .form-type-checkbox label::before,
.specialist-form-item > .form-type-checkbox label::after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 4px;
}

.specialist-form-item > .form-type-checkbox::after {
  content: "";
  display: block;
  width: 279px;
  height: 234px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  margin-left: 28px;
}

.specialist-form-item > .form-item-chosen-specialists-showman::after {
  background: url(../images/specialists/showman.png);
}

.specialist-form-item > .form-item-chosen-specialists-photographer::after {
  background-image: url(../images/specialists/photographer.png);
}

.specialist-form-item > .form-item-chosen-specialists-videographer::after {
  background-image: url(../images/specialists/videographer.png);
}

.specialist-form-item > .form-item-chosen-specialists-decorator::after {
  background-image: url(../images/specialists/decorator.png);
}

.specialist-form-item > .form-item-chosen-specialists-musical-group::after {
  background-image: url(../images/specialists/musical.png);
}

.specialist-form-item > .form-item-chosen-specialists-organizer::after {
  background-image: url(../images/specialists/coordinator.png);
}

.specialist-form-item .form-textarea-wrapper {
  height: 100%;
}

.specialist-form-item .form-type-textarea {
  margin: 0;
}

.specialist-form-item textarea {
  width: 325px;
  height: 100%;
  max-width: 100%;
  border-radius: 12px;
  resize: none;
  border: 0.5px solid #1f1c1a;
  padding: 17px 19px;
  font-size: 16px;
  font-weight: 400;
}

.specialist-select-banner {
  background: url("../images/specialist-select-banner.png") no-repeat;
  padding: 50px 255px 96px 81px;
  background-size: 100% 100%;
  color: #755d4d;
  margin-top: 96px;
  margin-left: -34px;
  margin-right: -60px;
}

.specialist-select-banner h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 38px;
  letter-spacing: .8px;
  margin-top: 0.83em;
}

.specialist-select-banner .line_1 {
  font-size: 20px;
  margin-bottom: 43px;
  max-width: 790px;
  line-height: 1.6;
}

.specialist-select-banner .line_2 {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 44px;
}

.specialist-select-banner .line_3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form-label {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 38px;
}

.page-specialists-select .block-page-title-block h1.page-title {
  display: none;
}

.page-specialists-select .podbor.page-banner {
  background: url("../images/specialist-select-banner-header.png") no-repeat, url("../images/teal.jpg");
  padding-top: 77px;
  padding-bottom: 268px;
  padding-left: 143px;
  margin-top: 10px;
  margin-bottom: 52px;
}

.page-specialists-select .page-banner__title {
  font-size: 102px;
}

.page-specialists-select .page-banner .page-banner__title span {
  font-size: 50px;
  margin-left: 247px;
  letter-spacing: 0.06em;
  margin-top: 7px;
}

.page-specialists-select .podbor .page-banner__title span:nth-of-type(2) {
  margin-left: 322px;
  margin-top: 2px;
}

.specialist-selection-form-header {
  text-align: center;
  margin-bottom: 50px;
}

.specialist-selection-form-header h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-top: 0;
  margin-bottom: 28px;
}

.page-specialists-select .page-contacts .page-contacts__description {
  text-align: center;
  width: auto;
  margin-bottom: 33px;
}

.page-specialists-select .page-contacts h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-specialists-select .page-contacts p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 22px;
}

.page-specialists-select .page-contacts__item:first-child::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 19px;
  background: #1f1c1a;
  margin: 0 23px;
  vertical-align: middle;
}

.page-specialists-select .page-contacts__item {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
}

.page-specialists-select .page-contacts__item::before {
  flex-shrink: 0;
  margin-right: 5px;
}

.page-specialists-select .page-contacts__item:first-child::before {
  content: url("../images/icons/specialists/specialist-phone.svg");
}

.page-specialists-select .page-contacts__item:last-child::before {
  content: url("../images/icons/specialists/specialist-whatsapp.svg");
}

.webform-submission-share-contacts-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.webform-submission-share-contacts-form > .form-item-,
.webform-submission-share-contacts-form > fieldset {
  width: 100%;
}

.webform-submission-share-contacts-form [data-drupal-selector="edit-specialists"] {
  border: none;
  margin-bottom: 51px;
}

.webform-submission-share-contacts-form .webform-type-textfield,
.webform-submission-share-contacts-form .webform-type-date {
  width: 32%;
  margin: 0 0 22px 0;
}

.webform-submission-share-contacts-form .webform-type-textfield input,
.webform-submission-share-contacts-form .webform-type-date input {
  width: 100%;
  border: 1px solid #636363;
  border-radius: 10px;
  padding: 15px 15px 16px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}

.webform-submission-share-contacts-form .chosen-specialist {
  display: none;
}

.webform-submission-share-contacts-form .form-item-fz152-agreement input[type="checkbox"] + label {
  font-size: 16px;
  padding-left: 55px;
  width: auto;
  margin: 24px 0;
}

.webform-submission-share-contacts-form .form-item-fz152-agreement input[type="checkbox"] + label::before,
.webform-submission-share-contacts-form .form-item-fz152-agreement input[type="checkbox"] + label::after {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 4px;
}

.webform-submission-share-contacts-form .form-submit,
.webform-submission-share-contacts-form .form-submit:active,
.webform-submission-share-contacts-form .form-submit:hover,
.webform-submission-share-contacts-form .form-submit:focus {
  background: #f9f1ee;
  width: 434px;
  border: none;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #222121;
  transition: all 300ms;
  margin: auto;
  padding: 17px 18px;
  border-radius: 0;
  font-family: "Playfair Display", serif;
  cursor: pointer;
  margin: 24px 0;
}

.webform-submission-share-contacts-form .webform-actions {
  order: 2;
}

/* Exposed filter */
.views-exposed-form.bef-exposed-form .form--inline > .form-item {
  float: none;
  margin: 0 0 28px;
}

.views-exposed-form .form-composite > legend, .views-exposed-form .label {
  font-weight: 500;
  font-size: 14px;
  color: #1F1C1A;
  margin-bottom: 14px;
}

.views-exposed-form .form--inline .form-item {
  margin: 0 0 5px;
}

.views-exposed-form input[type="checkbox"] + label,
.views-exposed-form input[type="radio"] + label {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.views-exposed-form input[type="checkbox"] + label::before,
.views-exposed-form input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}

.views-exposed-form .form-autocomplete,
.views-exposed-form input[data-drupal-selector="edit-title"].form-autocomplete.ui-autocomplete-input,
.views-exposed-form input[data-drupal-selector="edit-label"].form-autocomplete.ui-autocomplete-input {
  display: block;
  border-radius: 0;
  color: #000;
  background: #F9F9F9;
  border: 0.5px solid rgba(72, 71, 71, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 17px 10px;
  box-shadow: none;
  background-image: none;
}

.views-exposed-form input[data-drupal-selector="edit-title"].form-autocomplete.ui-autocomplete-input::placeholder,
.views-exposed-form input[data-drupal-selector="edit-label"].form-autocomplete.ui-autocomplete-input::placeholder {
  color: rgba(72, 71, 71, 0.5);
}

.ui-widget.ui-widget-content.ui-autocomplete {
  height: auto;
  background: #F9F9F9;
  border: 0.5px solid rgba(72, 71, 71, 0.5);
  box-shadow: 0 10px 25px rgba(89, 89, 89, 0.15);
}

.ui-widget.ui-widget-content.ui-autocomplete li a {
  padding: 12.5px 14px;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  color: #484747;
  line-height: 1.222222;
  white-space: initial;
  display: block;
  text-decoration: none;
  border: none;
  border: 0.5px solid transparent;
  margin: 0;
}

.ui-widget.ui-widget-content.ui-autocomplete li a.ui-state-active,
.ui-widget.ui-widget-content.ui-autocomplete li a:hover {
  background: #F6EFED;
}

.ui-widget-content a:hover {
  color: #866E64;
}

fieldset[data-drupal-selector="edit-showman-prices"],
fieldset[data-drupal-selector="edit-photographer-prices"],
fieldset[data-drupal-selector="edit-photographer-price-hour"],
fieldset[data-drupal-selector="edit-videographer-prices"],
fieldset[data-drupal-selector^="edit-dj-"],
fieldset[data-drupal-selector^="edit-stylist-"] {
  display: none;
}

/* photographer */
.term-page-875 fieldset[data-drupal-selector^="edit-photographer-"] {
  display: block;
}

/* showman */
.term-page-877 fieldset[data-drupal-selector^="edit-showman-"] {
  display: block;
}

/* videographer */
.term-page-876 fieldset[data-drupal-selector^="edit-videographer-"] {
  display: block;
}

/* dj */
.term-page-1070 fieldset[data-drupal-selector^="edit-dj-"] {
  display: block;
}

/* stylist */
.term-page-1073 fieldset[data-drupal-selector^="edit-stylist-"] {
  display: block;
}

.views-exposed-form .form-item-sort-by,
.views-exposed-form .form-actions {
  display: none;
}

.views-exposed-form .bef-soft-limit-link {
  font-size: 14px;
  line-height: 1.5;
  color: #866E64;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0.5px dashed #866E64;
  margin-top: -5px;
}

.views-filters-summary {
  border-top: 1px solid #eeeded;
  padding-top: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.views-filters-summary .value {
  margin: 0;
  border: none;
  padding: 0;
}

.views-filters-summary .items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 6px;
}

.views-filters-summary .item {
  background: #F9F9F9;
  border: 0.5px solid rgba(72, 71, 71, 0.5);
  color: rgba(43, 43, 43, 0.5);
  font-size: 14px;
  line-height: 1;
  padding: 10px 32px 10px 19px;
  min-width: 120px;
  box-sizing: border-box;
  position: relative;
  text-transform: lowercase;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
}

.views-filters-summary .item .remove-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 8px;
  font-size: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.views-filters-summary .item .remove-filter::before {
  content: "\e920";
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  color: #fff;
}

.views-filters-summary a.reset {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(43, 43, 43, 0.5);
  border-bottom: 0.5px dashed #866E64;
  text-decoration: none;
  margin-left: 15px;
}

.view-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeded;
  font-size: 12px;
  line-height: 1.33;
  color: #999999;
}

.view-info__count {
  font-size: 12px;
  line-height: 1.33;
  color: #999999;
}

.view-info__count span {
  color: #191919;
  margin-left: 1px;
}

.view-info__sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-toggle-btn {
  display: none;
  width: 32px;
  height: 32px;
  font-size: 17px;
  line-height: 1;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 1px;
  color: #1F1C1A;
  outline: none;
  cursor: pointer;
  display: none;
  text-align: center;
}

.filter-exposed-btn {
  margin-left: auto;
  height: 32px;
  font-size: 17px;
  line-height: 1;
  color: #1F1C1A;
  outline: none;
  cursor: pointer;
  margin-right: 13px;
}

.filter-exposed-btn .restaurant-map-load-link {
  text-decoration: none;
}

.filter-exposed-btn .restaurant-map-load-link span {
  max-width: 70px;
  line-height: 1;
  border: none;
  text-decoration: none;
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: left;
  color: rgba(0, 0, 0, .9);
}

.filter-exposed-btn .restaurant-map-load-link span::before {
  content: "\e91b";
  font-family: '1portal';
  line-height: 1;
  margin-right: 10px;
  font-size: 22px;
}

.filter-exposed-btn .restaurant-map-load-link span::after {
  content: "Поиск по карте";
  display: inline;
  font-size: 10px;
}

.additional-sort select,
.additional-sort select:focus {
  padding: 0;
  border: 0;
  font-size: 12px;
  box-shadow: none;
  margin-left: 4px;
  background-position: right;
  padding-right: 17px;
  background-image: url(../images/arrow-select-bottom.svg);
  background-repeat: no-repeat;
  background-position: center right 0;
  text-align: left;
  appearance: none;
  max-width: min-content;
}

.additional-sort select[data-selected="totalcount"],
.additional-sort select[data-selected="popularity"] {
  max-width: 130px;
}

.additional-sort select[data-selected="field_rating"],
.additional-sort select[data-selected="rating"] {
  max-width: 99px;
}

.additional-sort select option {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.214;
  color: #484747;
}

.additional-sort select option[selected="selected"] {
  background: #F6EFED;
}

.view-specialists .view-empty {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.28;
  text-align: center;
  color: #000000;
}

.view-specialists.view-display-id-page_1 {
  padding-bottom: 30px;
}

.view-specialists.view-display-id-page_1 .view-content {
  border-bottom: 1px solid #EBE5E2;
  padding-bottom: 23px;
}

.view-specialists .view-empty p {
  word-break: break-word;
  margin: 20px 0;
}

.view-specialists .view-header {
  margin-bottom: 13px;
  padding-bottom: 10px;
}

/* Menu sidebar */
.block-menu-blockservice {
  margin-bottom: 25px;
}

.block-menu-blockservice h2 {
  background: #F6EFED;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755D4D;
  padding: 18px 10px;
  margin-top: 0;
  margin-bottom: 15px;
}

.block-menu-blockservice .navbar-nav .nav-link {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  color: #1F1C1A;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms;
}

.block-menu-blockservice .navbar-nav .nav-link.active,
.block-menu-blockservice .navbar-nav .nav-link:hover {
  text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}

/* favorites */
.favorites-counter__block {
  background: #FFF9F6;
  margin-bottom: 25px;
}

.favorites-counter__title a {
  text-decoration: none;
  display: block;
  text-align: center;
  background: #FFF9F6;
  line-height: 1;
  padding: 16px 37px 16px 10px;
  box-sizing: border-box;
  font-family: Montserrat, serif;
  font-weight: 400;
  font-size: 14px;
  color: #1F1C1A;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.favorites-counter__title a:hover {
  text-decoration: none;
  color: #866E64;
}

.favorites-counter__title .icon-1portal-favorite-border {
  font-size: 23px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.favorites-counter {
  display: block;
  cursor: pointer;
}

.favorites-counter__value {
  width: 50px;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755D4D;
  position: relative;
}

.favorites-counter__value::before,
.favorites-counter__value::after {
  content: "\e921";
  /* stylelint-disable-next-line */
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  display: inline-block;
  color: #F3E4DD;
  width: 50px;
  height: 48px;
  transition: color 200ms;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.favorites-counter__value::after {
  content: "\e91e";
  color: #755D4D;
}

.favorites-counter__value a {
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.favorites-counter__value.zero::before,
.favorites-counter__value:hover::before {
  color: transparent;
}

.favorites-counter__value.zero::before:hover {
  color: #755D4D;
}

.favorites-counter__value.simple {
  width: auto;
  height: auto;
  background: transparent;
  color: #847977;
  font-weight: initial;
  margin-left: 5px;
  vertical-align: baseline;
  line-height: 1;
}

.favorites-counter__value.simple::before,
.favorites-counter__value.simple::after {
  display: none;
}

.favorites-counter__info {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

.favorites-counter__info-description {
  display: none;
  position: absolute;
  background: #8C8C8C;
  border-radius: 1px;
  padding: 8px 7px 11px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 10px;
  width: 216px;
  text-align: left;
  text-transform: initial;
  line-height: 1.28;
  bottom: 100%;
  left: -6px;
  margin-bottom: 10px;
  z-index: 20;
  white-space: initial;
}

.favorites-counter__info-description::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #8C8C8C;
  transform: rotate(-135deg);
  position: absolute;
  bottom: -4px;
  left: 14px;
  margin-left: -6px;
  z-index: 10;
}

.favorites-counter__info-icon {
  background: #F2DFDA;
  border: 0.583333px solid #755D4D;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 8.16667px;
  color: #755D4D;
  display: block;
  line-height: 13px;
  text-align: center;
}

.favorites-counter__info:hover .favorites-counter__info-description {
  display: block;
}

/* Restaurant */
.node--type-restaurant.node--view-mode-teaser {
  margin-bottom: 30px;
  position: relative;
  padding-top: 12px;
}

.node--type-restaurant.node--view-mode-teaser > .title {
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 140px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 0.91;
  color: #1F1C1A;
}

.node--type-restaurant.node--view-mode-teaser > .title:hover {
  color: #866E64;
}

.node--type-restaurant.node--view-mode-teaser > .title a {
  text-decoration: none;
  color: inherit;
}

.node--type-restaurant.node--view-mode-teaser .field-name-field-restaurant-address {
  margin-bottom: -8px;
}

.node--type-restaurant.node--view-mode-teaser .field-name-field-restaurant-address a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #1F1C1A;
  text-decoration: none;
}

.node--type-restaurant.node--view-mode-teaser .field-name-field-restaurant-address a span {
  font-size: 18px;
  margin-left: -2px;
  margin-right: 14px;
  vertical-align: text-bottom;
  color: #866E64;
}

.node--type-restaurant.node--view-mode-teaser .field-name-field-restaurant-address a:hover {
  color: #866E64;
}

.node--type-restaurant.node--view-mode-teaser .group-restaurant-actions {
  position: absolute;
  right: 14px;
  top: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.node--type-restaurant.node--view-mode-teaser .group-restaurant-actions a {
  color: #755D4D;
  margin-top: -6px;
}

.node--type-restaurant.node--view-mode-teaser .restaurant-halls__scroll {
  overflow: auto hidden;
  white-space: nowrap;
  padding: 35px 0 31px;
}

.node--type-restaurant.node--view-mode-teaser .restaurant-halls__scroll .restaurant-halls {
  display: flex;
  gap: 20px;
  width: max-content;
}

.node--type-restaurant.node--view-mode-teaser .restaurant-halls__scroll .views-row {
  width: 320px;
}

.restaurant-special-offers__toggle {
  font-size: 32px;
  cursor: pointer;
  color: #755D4D;
}

.restaurant-special-offers__toggle:hover {
  color: #BD5880;
}

.restaurant-special-offers__title {
  font-size: 15px;
  line-height: 1.13;
  color: #755D4D;
  margin-bottom: 13px;
}

.restaurant-special-offers__content {
  display: none;
  position: absolute;
  top: 100%;
  right: -9px;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  width: 264px;
  font-size: 14px;
  line-height: 1.57;
  color: #4c4c4c;
}

.restaurant-special-offers__actions {
  margin-top: 17px;
}

.restaurant-special-offers__actions a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  width: 119px;
  max-width: 100%;
  text-align: center;
  background: #BD5880;
  border-radius: 21px;
  padding: 6px 20px;
  box-sizing: border-box;
}

.restaurant-special-offers__actions a:hover {
  background: #cf889d;
}

.restaurant-special-offers__content p {
  margin-top: 0;
}

.restaurant-special-offers__content p:last-of-type {
  margin-bottom: 0;
}

.field--name-field-restaurant-special-offers:hover .restaurant-special-offers__content {
  display: block;
}

.field--name-field-restaurant-special-offers:hover .restaurant-special-offers__toggle {
  color: #BD5880;
}

.node--type-hall.node--view-mode-teaser {
  position: relative;
}

.node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__items {
  position: relative;
  display: flex;
  gap: 20px;
  width: max-content;
  margin-bottom: 10px;
}

.node--type-hall.node--view-mode-favorites .field--name-field-hall-photos .field__items {
  width: 100%;
}

.node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  max-width: 320px;
}

.node--type-hall.node--view-mode-favorites .field--name-field-hall-photos .field__item {
  max-width: 100%;
}

.node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__item:first-of-type {
  position: relative;
  z-index: 10;
  transition: all 200ms;
}

.node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__item:first-of-type:hover {
  opacity: 0;
}

.node--type-hall.node--view-mode-teaser .group-hall-decription {
  background: #FAFAFA;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper {
  padding: 10px 10px 15px;
  min-height: 110px;
  position: sticky;
  left: 5px;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline::after {
  display: none;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline .field__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(31, 28, 26, 0.5);
  float: none;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline .field__items,
.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline .field__item,
.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--label-inline .paragraph--type--week > div {
  font-size: 12px;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.9);
  float: none;
  padding: 0;
  font-weight: 500;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--name-field-hall-number-persons {
  position: absolute;
  top: 19px;
  right: 10px;
  color: #1F1C1A;
  font-size: 12px;
  line-height: 1;
  padding-left: 20px;
  font-weight: 200;
  width: initial;
  display: block;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--name-field-hall-number-persons::before {
  content: "\e91f";
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.node--type-hall.node--view-mode-teaser .group-hall-wrapper .field--name-field-hall-number-persons .field__label  {
  display: none;
}

.node--type-hall.node--view-mode-teaser .title {
  font-size: 15px;
  line-height: 1.07;
  color: rgba(0, 0, 0, 0.9);
  overflow-wrap: break-word;
  margin-bottom: 15px;
  padding-right: 45px;
}

.node--type-hall.node--view-mode-teaser .title a {
  overflow-wrap: break-word;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.71;
  color: #1F1C1A;
  white-space: initial;
}

.node--type-hall.node--view-mode-teaser .title a:hover {
  color: #866E64;
}

.node--type-hall.node--view-mode-teaser .flag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.node--type-hall.node--view-mode-teaser .flag a::after,
.node--type-hall.node--view-mode-teaser .flag a::before {
  font-size: 32px;
  display: inline-block;
  color: rgba(255, 254, 254, 0.7);
  width: 32px;
  height: 32px;
  transition: color 200ms;
}

.node--type-hall.node--view-mode-teaser .flag a::after {
  color: #755D4D;
}

.node--type-hall.node--view-mode-teaser .flag a:hover::before,
.node--type-hall.node--view-mode-teaser .flag.action-unflag a::before {
  color: #F2DFDA;
}

.one-mode .node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__item {
  position: static;
}

.node--type-restaurant.node--view-mode-teaser .restaurant-halls__scroll .one-mode .views-row {
  width: max-content;
}

.one-mode .node--type-hall.node--view-mode-teaser .group-hall-wrapper {
  width: 320px;
}

.one-mode .node--type-hall.node--view-mode-teaser .field--name-field-hall-photos .field__item:first-of-type:hover {
  opacity: 1;
}

.one-mode .node--type-hall.node--view-mode-teaser .flag {
  right: initial;
  left: 276px;
}

.field--name-field-hall-similar-style {
  padding-bottom: 20px;
}

.field--name-field-hall-similar-style > .field__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 18px;
}

.field--name-field-hall-similar-style > .field__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.field--name-field-hall-similar-style > .field__items > .field__item {
  width: calc(33.3333% - 40px / 3);
}

.node--type-hall.node--view-mode-teaser-with-preview .field--name-field-hall-photos {
  position: relative;
  margin-bottom: 8px;
}

.node--type-hall.node--view-mode-teaser-with-preview .field--name-field-hall-photos a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  color: #1F1C1A;
  padding: 10px;
  display: block;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  opacity: 0;
  transition: all 200ms;
}

.node--type-hall.node--view-mode-teaser-with-preview .field--name-field-hall-photos:hover a {
  opacity: 1;
}

.node--type-hall.node--view-mode-teaser-with-preview .title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6875;
  color: #1F1C1A;
  text-decoration: none;
}

.node--type-hall.node--view-mode-teaser-with-preview .title a:hover {
  color: #866E64;
}

.node--type-restaurant.node--view-mode-full {
  position: relative;
}

.page-node-type-restaurant .block-page-title-block h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755d4d;
  margin-top: 0;
  margin-bottom: 7px;
}

.restaurant-full__address {
  font-size: 12px;
  color: #1F1C1A;
  margin-bottom: 30px;
}

.restaurant-full__address span {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 4px;
  color: #866E64;
}

.restaurant-full__address a {
  color: #755D4D;
  border-bottom: 0.5px dashed #755D4D;
  text-decoration: none;
  margin-left: 10px;
  white-space: nowrap;
}

.restaurant-full__images {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.restaurant-full__images-item {
  position: relative;
}

.restaurant-full__images-item:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
}

.restaurant-full__images-item .field--name-field-restaurant-main-photo,
.restaurant-full__images-item .field--name-field-restaurant-main-photo div {
  height: 100%;
}

.restaurant-full__images-item .field--name-field-restaurant-main-photo img {
  height: 100%;
  object-fit: cover;
}

.restaurant-full__images img {
  display: block;
  max-width: 100%;
  height: auto;
}

.restaurant-full__images-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

a.restaurant-full__images-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 245, 243, 0.76);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1F1C1A;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all 200ms;
}

.restaurant-full__images-item .ajax-progress {
  display: none;
}

.restaurant-full__images-btn:hover {
  background: rgba(249, 245, 243, 0.85);
}

.restaurant-full__images-btn span {
  display: inline-block;
  border-bottom: 0.5px dashed #1F1C1A;
}

.page-node-type-restaurant .flag-restaurant {
  position: absolute;
  top: -59px;
  right: 0;
}

.page-node-type-restaurant .flag-restaurant a::before,
.page-node-type-restaurant .flag-restaurant a::after {
  width: 56px;
  height: 56px;
  font-size: 56px;
}

.node--type-restaurant.node--view-mode-full .field--name-field-body {
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
  color: #1F1C1A;
  margin-top: 30px;
}

.node--type-restaurant.node--view-mode-full .field--name-field-body p:last-of-type {
  margin-bottom: 0;
}

.hall-full {
  position: relative;
}

.hall-full::after {
  content: "";
  display: block;
  height: 20px;
  background: #f9f9f9;
  margin: 0 -20px 20px;
}

.view-halls .views-row-last .hall-full::after {
  display: none;
}

.hall-full__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #1F1C1A;
  margin-bottom: 9px;
}

.hall-full__persons,
.hall-full__address {
  position: relative;
  padding-left: 29px;
  font-weight: 600;
  font-size: 16px;
  color: #1F1C1A;
  margin-bottom: 14px;
}

.hall-full__persons::before,
.hall-full__address::before {
  content: "\e92e";
  font-family: "1portal" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  display: block;
  text-align: center;
  color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  width: 29px;
}

.hall-full__address::before {
  content: "\e91b";
}

.hall-full__persons .field-label {
  display: none;
}

.hall-full__body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  color: #1F1C1A;
  margin-bottom: 32px;
}

.hall-full__body p {
  margin-bottom: 28px;
}

.hall-full__body p:last-of-type {
  margin-bottom: 0;
}

.hall-full__images {
  text-align: right;
  margin-bottom: 15px;
}

.hall-full__images .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hall-full__images .field__items .field__item:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}

.hall-full__images .field__items .field__item:first-of-type div {
  height: 100%;
}

.hall-full__images .field__items .field__item:first-of-type img {
  height: 100%;
  object-fit: cover;
}

.hall-full__images img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.hall-full__images .extra-photos-one-mode {
  display: none;
}

.hall-full__images .open .extra-photos-one-mode {
  display: block;
}

.hall-full__images .btn,
.btn.restaurant-more-photo {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #866E64;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 0.5px dashed #866E64;
  margin-top: 12px;
  margin-right: 7px;
  font-family: Montserrat;
  cursor: pointer;
}

.hall-full__coasts {
  margin-bottom: 20px;
}

.hall-full__coasts-values {
  display: grid;
  grid-template-columns: 240px 240px 1fr 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.hall-full__coasts-item {
  background: #FAFAFA;
  padding: 20px 15px;
}

.hall-full__coasts-item:first-of-type,
.hall-full__coasts-item:nth-of-type(2) {
  grid-row-start: 1;
  grid-row-end: 3;
}

.hall-full__coasts-title,
.field-name-field-hall-similar-style > .field__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 10px;
}

.hall-full__coasts-item__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #1F1C1A;
  margin-bottom: 3px;
}

.hall-full__coasts-item__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1F1C1A;
  /* white-space: nowrap; */
}

.hall-full__coasts-tabs .nav-tabs {
  gap: 8px;
  border: none;
  margin-bottom: 20px;
}

.hall-full__coasts-tabs .nav-link {
  border: 0.5px solid rgba(132, 121, 119, 0.5);
  padding: 15px 13px;
  font-weight: 600;
  font-size: 12px;
  color: #1F1C1A;
  text-transform: lowercase;
  display: block;
  border-radius: 0;
}

.hall-full__coasts-item__value > .field > .field__label {
  display: none;
}

.paragraph--type--week.paragraph--view-mode--default .field {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1F1C1A;
  white-space: nowrap;
  clear: both;
}

.paragraph--type--week.paragraph--view-mode--default .field__label {
  float: right;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
  width: 102px;
  margin-top: 2px;
}

.paragraph--type--week.paragraph--view-mode--default .field__label::after {
  display: none;
}

.hall-full__coasts-tabs .nav-link.active,
.hall-full__coasts-tabs .nav-link:hover {
  background: #FFF9F7;
  opacity: 0.48;
  border-color: #755D4D;
  color: #755D4D;
}

.hall-full .field--name-field-hall-extra-conditions {
  margin-top: -8px;
  margin-bottom: 24px;
}

.hall-full .field--name-field-hall-extra-conditions .field__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 25px;
}

.hall-full .field--name-field-hall-extra-conditions .field__label::after {
  display: inline-block;
  content: ":";
}

.hall-full .field--name-field-hall-extra-conditions .field__item,
.hall-full .field--name-field-hall-description .field__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

.hall-full .field-name-field-hall-description {
  margin-bottom: 28px;
}

.hall-full .flag {
  position: absolute;
  top: 7px;
  right: -3px;
}

.hall-full .flag a::before,
.hall-full .flag a::after {
  width: 56px;
  height: 56px;
  font-size: 56px;
}

.hall-preview__content {
  display: flex;
  flex-wrap: wrap;
}

.hall-preview__images {
  width: 58%;
}

.hall-preview__body {
  width: 42%;
  padding: 0 24px 45px;
  box-sizing: border-box;
  position: relative;
}

.hall-preview__images img {
  width: 100%;
  height: auto;
}

.hall-preview__title a {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1F1C1A;
  margin-bottom: 5px;
  display: block;
}

.hall-preview__title a:hover {
  color: #866E64;
}

.hall-preview__address {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: #1F1C1A;
  margin-bottom: 25px;
}

.hall-preview__address span {
  font-size: 16px;
  color: #866E64;
}

.hall-preview__images .field__items {
  overflow: hidden;
}

.hall-preview__images .main {
  background: #F9F9F9;
}

.hall-preview__images .thumb .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.hall-preview__images .thumb .field__item img {
  padding: 10px 5px 0;
}

.hall-preview__title-hall {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #1F1C1A;
  margin-bottom: 18px;
}

.hall-preview__info {
  margin-bottom: 56px;
}

.hall-preview__info .field,
.hall-preview__phone {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 410px;
  max-width: 100%;
}

.hall-preview__phone {
  margin-bottom: 20px;
}

.hall-preview__info .field::after {
  display: none;
}

.hall-preview__phone .label,
.hall-preview__info .field__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(31, 28, 26, 0.5);
}

.hall-preview__info .field__items,
.hall-preview__info .field__item,
.hall-preview__phone a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1F1C1A;
  text-decoration: none;
  padding: 0;
}

.hall-preview__phone a {
  white-space: nowrap;
}

.hall-preview__phone a::before {
  content: "\e922";
  /* stylelint-disable-next-line */
  font-family: '1portal';
  line-height: 1;
  font-size: 26px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #755D4D;
}

.hall-preview__order {
  text-align: center;
}

.hall-preview__order a {
  display: block;
  background: #F6EFED;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.59;
  text-align: center;
  text-transform: uppercase;
  color: #755D4D;
  text-decoration: none;
  padding: 15px;
  margin-bottom: 6px;
}

.hall-preview__order a:hover {
  color: initial;
}

.hall-preview__order span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #1F1C1A;
}

.hall-preview__more-info {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.hall-preview__more-info a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.255;
  text-align: center;
  color: #1F1C1A;
  text-decoration: none;
  white-space: nowrap;
}

.hall-preview__more-info a:hover {
  color: #866E64;
}

.hall-preview-modal.ui-widget.ui-dialog .ui-dialog-content {
  padding: 0 20px 20px;
}


.hall-preview-modal.ui-widget.ui-dialog .ui-dialog-titlebar {
  padding: 20px 0 0;
}

/* Webform with map popup*/

.restaurant-map-modal.ui-widget.ui-dialog .ui-dialog-content {
  padding: 0 20px 20px;
}

.webform-map__header {
  padding-bottom: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.webform-map__header-title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755D4D;
  margin-bottom: 14px;
}

.view-restaurants.view-display-id-block_1 .webform-map__header-title {
  text-transform: initial;
  font-family: inherit;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #1f1c1a;
  margin-bottom: 6px;
  text-align: left;
  margin-top: 0;
}

.webform-map__header-location {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1F1C1A;
}

.webform-map__header-location br {
  display: none;
}

.webform-map__header-location span {
  font-size: 19px;
  margin-right: 7px;
  color: #866E64;
}

.view-restaurants.view-display-id-block_1,
.restaurant-map-modal .view-restaurants {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.restaurant-map-modal .view-content {
  padding: 0 0 20px;
  width: calc(100% - 288px - 18px);
}

.restaurant-map-modal .view-footer {
  width: 288px;
}

.view-restaurants.view-display-id-page_1 .view-header,
.view-specialists.view-display-id-page_1 .view-header {
  margin-bottom: 13px;
  padding-bottom: 10px;
}

.view-restaurants.view-display-id-block_1 {
  gap: 0;
}

.view-restaurants.view-display-id-block_1 > div {
  padding: 0 10px;
}

.view-restaurants.view-display-id-block_1 .view-content {
  width: 75%;
}

.view-restaurants.view-display-id-block_1 .view-footer {
  width: 25%;
}

.view-restaurants.view-display-id-block_1 .yandex-map,
.restaurant-map-modal .yandex-map {
  height: 568px;
  width: 100%;
  overflow: hidden;
}

.restaurant-map-modal form,
.restaurant-photos-modal .view-footer form,
.view-restaurants.view-display-id-block_1 .view-footer form {
  border: 0.5px solid #1F1C1A;
  border-top: none;
  padding: 0 15px 25px;
  display: flex;
  flex-direction: column;
}

.restaurant-map-modal form input[type="text"],
.view-restaurants.view-display-id-block_1 form input[type="text"],
.restaurant-map-modal.ui-widget.ui-dialog .ui-dialog-content input[type="text"],
.restaurant-photos-modal form input[type="text"],
.restaurant-photos-modal.ui-widget.ui-dialog .ui-dialog-content input[type="text"] {
  padding: 10px 15px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  color: #1F1C1A;
  border: 0.5px solid #1F1C1A;
}

.restaurant-map-modal.ui-widget.ui-dialog .ui-dialog-content textarea,
.restaurant-photos-modal.ui-widget.ui-dialog .ui-dialog-content textarea,
.view-restaurants.view-display-id-block_1 textarea {
  padding: 10px 15px;
  border: 0.5px solid #1F1C1A;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.29;
  height: 76px;
  resize: none;
  color: #1F1C1A;
}

.view-restaurants.view-display-id-block_1 form .form-actions,
.restaurant-map-modal form .form-actions,
.restaurant-map-modal.ui-widget.ui-dialog form .form-actions,
.restaurant-photos-modal.ui-widget.ui-dialog form .form-actions {
  order: 1;
  margin-top: 28px;
}

.view-restaurants.view-display-id-block_1 form .form-actions {
  margin-bottom: 10px;
}

.view-restaurants.view-display-id-block_1 form .form-actions input[type="submit"],
.restaurant-map-modal form .form-actions input[type="submit"],
.restaurant-photos-modal form .form-actions input[type="submit"] {
  background: #F6EFED;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #755D4D;
  transition: all 300ms;
  margin: auto;
  padding: 17px 18px;
}

.view-restaurants.view-display-id-block_1 form .form-actions input[type="submit"] {
  width: 100%;
}

.view-restaurants.view-display-id-block_1 form .form-item,
.restaurant-map-modal.ui-widget.ui-dialog .ui-dialog-content .form-item,
.restaurant-photos-modal.ui-widget.ui-dialog .ui-dialog-content .form-item {
  margin-bottom: 10px;
}

.view-restaurants.view-display-id-block_1 form .form-item {
  margin-top: 0;
}

.webform-map__form-top {
  border: 0.5px solid #1F1C1A;
  border-bottom: none;
  padding: 25px 15px 0;
  overflow: hidden;
}

.webform-map__form-title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 26px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 20px;
}

.webform-map__manager {
 text-align: center;
 margin-bottom: 14px;
 min-height: 166px;
}

.webform-map__manager-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 0.5px solid #755D4D;
}

.webform-map__manager-img img {
  width: 100%;
  height: 100%;
}

.webform-map__manager-name {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.131;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  margin-bottom: 5px;
}

.webform-map__manager-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.131;
  color: #484747;
}

.webform-map__manager-phone .field__label {
  display: none;
}

.webform-map__manager-phone a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.131;
  color: #1F1C1A;
  text-decoration: none;
  margin-bottom: 10px;
}

/* Webform with gallery popup*/
.restaurant-photos-modal {
  max-width: 90vw;
}

.restaurant-photos-modal .view {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.restaurant-photos-modal.ui-widget.ui-dialog .ui-dialog-content {
  overflow: hidden;
  padding: 0;
}

.restaurant-photos-modal .view-header {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 26px;
  text-align: center;
  margin-top: -12px;
}

.restaurant-photos-modal .view-filters {

}

.restaurant-photos-modal .view-header__wrapper {
  width: 75%;
  position: absolute;
  background: #fff;
  z-index: 10;
  top: -1px;
}

.restaurant-photos-modal .view-content {
  width: 75%;
  padding: 112px 10px 0;
  box-sizing: border-box;
  height: calc(90vh - 75px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.restaurant-photos-modal .view-footer {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.restaurant-photos-modal .bef-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin-bottom: 19px;
  justify-content: center;
}

.restaurant-photos-modal .bef-links a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #1F1C1A;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 0.5px solid #1F1C1A;
}

.restaurant-photos-modal .bef-links a.bef-link--selected,
.restaurant-photos-modal .bef-links a:hover {
  background: #F6EFED;
  border: 0.5px solid #866E64;
  color: #866E64;
}

.restaurant-photos-modal .view-content__main {
  display: block;
  columns: 4;
  column-gap: 10px;
  position: relative;
  font-size: 0;
}

.restaurant-photos-modal .view-content__main .slick-slide {
  text-align: center;
}

.restaurant-photos-modal .view-content__main .slick-slide img {
  height: 541px;
  width: 100%;
  margin: auto;
  object-fit: contain;
}

.restaurant-photos-modal .view-content__main .views-row {
  display: inline-block;
  margin-bottom: 10px;
  height: auto;
}

.restaurant-photos-modal .view-content__main .views-field-field-hall-photos-1 {
  display: none;
}

.restaurant-photos-modal .view-content__thumbnails,
.restaurant-photos-modal .view-content__thumbnails .views-field-field-hall-photos {
  display: none;
}

.restaurant-photos-modal .view-content__thumbnails.slick-slider {
  display: block;
  position: static;
  padding: 0 40px;
}

.slick-slide-num {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #1F1C1A;
  display: block;
  margin-bottom: 10px;
}

.restaurant-photos-modal .view-content__main.slick-slider {
  columns: initial;
  column-gap: 0;
  padding: 0 40px;
}

.restaurant-photos-modal .view-content__main.slick-slider .views-row  {
  pointer-events: none;
}

.restaurant-photos-modal .views-row img,
.restaurant-photos-modal .view-content__thumbnails img {
  max-width: 100%;
  height: auto;
}

.restaurant-photos-modal .views-row img:hover {
  opacity: 0.7;
}

.restaurant-photos-modal .view-content__thumbnails .views-row {
  margin: 0 4.5px;
}

.specialist-full__btns.slick-slider {
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}

.restaurant-full__images .slick-prev,
.restaurant-full__images .slick-next,
.specialist-full__btns .slick-prev,
.specialist-full__btns .slick-next,
.restaurant-photos-modal .slick-prev,
.restaurant-photos-modal .slick-next {
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.restaurant-full__images .slick-prev::before,
.restaurant-full__images .slick-next::before,
.specialist-full__btns .slick-prev::before,
.specialist-full__btns .slick-next::before,
.restaurant-photos-modal .slick-prev::before,
.restaurant-photos-modal .slick-next::before {
  /* stylelint-disable-next-line */
  font-family: '1portal';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #755D4D;
  font-size: 20px;
}

.specialist-full__btns .slick-prev::before,
.specialist-full__btns .slick-next::before,
.restaurant-full__images .slick-prev::before,
.restaurant-full__images .slick-next::before {
  font-size: 14px;
}

.specialist-full__btns .slick-prev::before,
.restaurant-photos-modal .slick-prev::before,
.restaurant-full__images .slick-prev::before {
  content: "\e917";
}

.specialist-full__btns .slick-next::before,
.restaurant-photos-modal .slick-next::before,
.restaurant-full__images .slick-next::before {
  content: "\e918";
}

.specialist-full__btns .slick-prev,
.restaurant-photos-modal .slick-prev {
  left: 0;
}

.specialist-full__btns .slick-next,
.restaurant-photos-modal .slick-next {
  right: 0;
}

.restaurant-full__images .slick-prev {
  left: -15px;
}

.restaurant-full__images .slick-next {
  right: -15px;
}


/* btn phone */
.tel-btn__wrapper {
  margin-bottom: 10px;
  line-height: 1;
}

.tel-btn__wrapper a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.131;
  color: #1F1C1A;
  text-decoration: none;
}

.tel-btn__button {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.131;
  text-decoration-line: underline;
  outline: none;
  color: #755D4D;
  border: none;
  background: none;
  cursor: pointer;
}

/* Album */
.field--name-field-album-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Playfair Display';
  font-weight: 400;
}

.field--name-field-album-photos .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(8, min-content);
  grid-auto-rows: 0px;
  overflow: hidden;
  margin: -10px -10px 0;
}

.field--name-field-album-photos .field__item {
  padding: 10px;
}

.field--name-field-album-photos .field__item.vertical {
  grid-row: span 2;
}

.field--name-field-album-photos .field__item.big {
  grid-column: span 2;
  grid-row: span 2;
}

.field--name-field-album-photos .field__item:first-of-type div {
  height: 100%;
}

.field--name-field-album-photos .field__item img {
  display: block;
  height: 100%;
  min-height: 205px;
  object-fit: cover;
}

.field--name-field-album-photos .field__item img:hover {
  opacity: 0.7;
}

.field--name-field-album-photos.open .field__items {
  grid-auto-rows: min-content;
}

.more-photo {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #866E64;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 0.5px dashed #866E64;
  margin-bottom: 20px;
  font-family: Montserrat;
  cursor: pointer;
  position: relative;
  top: -10px
}

.field--name-field-album-photos .more-photo {
  top: 0;
  margin-left: auto;
  display: block;
  margin-top: 2px;
}

.field--name-field-album-photos .more-photo.mobile {
  display: none;
}

/* Content manager form */
.form-contact-manager {
  border: 0.5px solid #1F1C1A;
  padding: 25px 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 67px;
}

.form-contact-manager .block__title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 26px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  padding: 0;
  margin-bottom: 9px;
  max-width: 100%;
}

.contact-manager__manager {
  text-align: center;
  margin-bottom: 14px;
}

.contact-manager__manager-img {
  width: 80px;
  height: 80px;
  border: 0.5px solid #755D4D;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 12px;
}

.contact-manager__manager-name {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.131;
  letter-spacing: 0.05em;
  color: #1F1C1A;
  margin-bottom: 5px;
}

.field--name-manager-phone .field__label {
  display: none;
}

.form-contact-manager input,
.form-contact-manager textarea {
  background: #FFFFFF;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 10px 15px;
  width: 100%;
  box-shadow: none;
  resize: none;
}

.form-contact-manager input:focus,
.form-contact-manager textarea:focus {
  box-shadow: none;
  border-color: initial;
}

.form-contact-manager .form-item {
  margin: 0 0 10px;
  width: 100%;
}

.form-contact-manager form {
  display: flex;
  flex-direction: column;
}

.form-contact-manager [data-drupal-selector="edit-actions"] {
  order: 2;
  margin: 10px 0;
}

.form-contact-manager .form-item[id^="edit-bottom"] {
  order: 3;
  font-size: 12px;
  text-align: center;
}

.form-contact-manager .form-item[id^="edit-bottom"] a {
  color: #755D4D;
  text-decoration: none;
}

.form-contact-manager .form-item[id^="edit-bottom"] a span {
  font-size: 15px;
}

.form-contact-manager .webform-button--submit {
  font-size: 14px;
  width: 100%;
  padding: 17px 18px;
  line-height: 1;
}

/* Video block */
.block-videos h2 {
  font-size: 40px;
  line-height: 1;
  color: #000;
  margin-top: 0;
  font-family: 'Playfair Display';
  font-weight: 400;
  margin-bottom: 0.83em;
}

.page-node-type-restaurant .block-videos {
  padding: 0 10px;
  margin-bottom: 30px;
}

.page-node-type-restaurant .block-videos h2 {
  text-transform: initial;
  font-family: inherit;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #1f1c1a;
  margin-bottom: 28px;
  text-align: left;
  margin-top: 0;
}

.block-videos__content .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.block-videos__content .view-content .views-row {
  position: relative;
  cursor: pointer;
  background: #000;
}

.block-videos__content .view-content .views-row img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  opacity: 1;
}

.block-videos__content .view-content .views-row .views-field:first-of-type::before {
  content: '';
  display: block;
  z-index: 10;
  position: absolute;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 40px solid #fff;
  border-top: 24px solid transparent;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -22px;
}

.block-videos__content .pager--load-more {
  padding: 0;
  margin: 0 0 0.75em;
}

.block-videos__content .pager--load-more .pager__items {
  text-align: right;
}

.block-videos__content .pager--load-more a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #866E64;
  border: none;
  border-bottom: 0.5px dashed #866E64;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 0;
  width: auto;
  text-transform: none;
  background-color: transparent;
}

/* Colorbox gallery */
#colorbox {
  inset: 0 !important;
  position: fixed !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  background: #fff;
}

#cboxContent {
  overflow: hidden;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  display: flex;
  align-items: center;
  background: #fff;
}

#colorbox #cboxLoadedContent {
  min-width: 100%;
  height: calc(100% - 88px) !important;
  display: flex;
  margin-bottom: 0;
  margin-top: 10px;
}

#colorbox #cboxCurrent {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: initial;
  z-index: 10;
}

#cboxTitle {
  display: none !important;
}

#colorbox img.cboxPhoto {
  min-width: 100%;
  min-height: auto;
  object-fit: contain;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

#colorbox #cboxClose {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url(../images/icon-npop-close.svg) no-repeat center;
  background-size: contain;
}

#cboxPrevious,
#cboxNext {
  display: none!important;
}

/* Webform sidebar restaurant */
.webform-design-sidebar.restaurant {
  border: 0.5px solid #866E64;
  box-sizing: border-box;
  padding: 25px 15px 25px 15px;
  background: #fff7f3 url(../images/bg-sidebar-form.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

.webform-design-sidebar.restaurant h2 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 26px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 15px;
  margin-top: 0;
}

.webform-design-sidebar.restaurant .webform-submission-clarify-restaurant-availability-form [id^="edit-footer"] {
  order: -1;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.41;
  text-align: center;
  color: #1F1C1A;
  margin: 0 auto 17px;
  width: 195px;
  max-width: 100%;
}

.webform-design-sidebar.restaurant .webform-submission-clarify-restaurant-availability-form [id^="edit-bottom"] {
  order: 3;
}

.webform-design-sidebar.restaurant .webform-component-bottom__body br {
  display: none;
}

.webform-design-sidebar.restaurant .webform-component-footer__body p:last-of-type {
  margin-bottom: 0;
}

.webform-design-sidebar.restaurant form legend {
  display: none;
}

.webform-design-sidebar.restaurant form fieldset input,
.webform-design-sidebar.restaurant form textarea,
.webform-design-sidebar.restaurant .select2.select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 10px 15px;
}

.webform-design-sidebar.restaurant form textarea {
  height: 80px;
  margin: 10px 0;
}

.webform-design-sidebar.restaurant form textarea::-webkit-input-placeholder {
  color: rgba(31, 28, 26, 0.5);
  font-weight: 400;
  font-size: 14px;
}

.webform-design-sidebar.restaurant form textarea::placeholder {
  color: rgba(31, 28, 26, 0.5);
  font-weight: 400;
  font-size: 14px;
}

.webform-design-sidebar.restaurant form fieldset input::placeholder {
  color: rgba(31, 28, 26, 0.5);
  font-weight: 400;
  font-size: 14px;
}

.webform-design-sidebar.restaurant form .form-item {
  margin: 0;
}

.webform-design-sidebar.restaurant form fieldset .fieldset-wrapper .form-item {
  margin-bottom: 10px;
  position: relative;
}

.webform-design-sidebar.restaurant form fieldset .fieldset-wrapper .form-item:last-of-type {
  margin: 0;
}

.webform-design-sidebar.restaurant [id^='edit-svobodna-li-vasha-data'] {
  display: none;
}

.webform-design-sidebar.restaurant fieldset {
  margin: 0;
}

.webform-design-sidebar.restaurant [data-drupal-selector="edit-row-top"] .fieldset-wrapper {
  margin-bottom: 10px;
}

.webform-design-sidebar.restaurant form .form-actions {
  order: 1;
  margin-bottom: 15px;
}

.webform-design-sidebar.restaurant form .webform-actions {
  margin-bottom: 15px;
}

.webform-design-sidebar.restaurant form .webform-button--submit {
  background: #F6EFED;
  border: 0.5px solid #866E64;
  border-radius: 2px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #755D4D;
  transition: all 300ms;
  width: 100%;
  padding: 17px 18px;
}

.webform-design-sidebar.restaurant form .webform-button--submit:hover {
  opacity: 0.9;
}

.webform-component--bottom {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}

.webform-component--bottom a {
  text-decoration: none;
  color: #755D4D;
}

.webform-component--bottom span {
  font-size: 15px;
}

.webform-design-sidebar .webform-component--bottom {
  display: block;
  order: 2;
}

.view-favorites .views-exposed-form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.view-favorites .views-exposed-form .form-checkboxes .form-item {
  margin: 0;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label {
  cursor: pointer;
  background: transparent;
  border: 0.5px solid #755D4D;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.27;
  color: #1F1C1A;
  padding: 6px 38px 9px 10px;
  box-sizing: border-box;
  height: 48px;
  width: 139px;
  margin: 0;
  display: flex;
  align-items: center;
  transition: all 300ms;
  position: relative;
  white-space: normal;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon::after,
.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon::before {
  content: "\e921";
  font-family: "1portal";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  display: inline-block;
  color: rgba(255, 254, 254, 0.2);
  width: 26px;
  height: 26px;
  transition: color 200ms;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon::before {
  content: "\e921";
  color: transparent;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon::after {
  content: "\e91e";
  position: absolute;
  top: 0;
  left: 0;
  color: #755D4D;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label .fav-icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #755D4D;
  margin-top: -2px;
  margin-right: -2px;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check input:checked + label,
.view-favorites .views-exposed-form .form-checkboxes .form-check label:hover {
  background: #FFF9F7;
  color: #755D4D;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check label:hover .fav-icon::before,
.view-favorites .views-exposed-form .form-checkboxes .form-check input:checked + label .fav-icon::before {
  color: #F2DFDA;
}

.view-favorites .views-exposed-form .form-checkboxes .form-check input[type="radio"] + label::after,
.view-favorites .views-exposed-form .form-checkboxes .form-check input[type="checkbox"] + label::after,
.view-favorites .views-exposed-form .form-checkboxes .form-check input[type="checkbox"] + label::before,
.view-favorites .views-exposed-form .form-checkboxes .form-check input[type="checkbox"] + label::before {
  display: none;
}

.view-favorites .section-title {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 0.906;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F1C1A;
  margin-bottom: 54px;
  margin-top: 54px;
}

.view-favorites .section-title::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 29px;
  background: #1F1C1A;
  margin-right: 17px;
}

.view-favorites .section-title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 29px;
  background: #1F1C1A;
  margin-left: 20px;
}

.view-favorites .section-title__wrapper {
  display: inline-block;
  vertical-align: top;
}

.view-favorites .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.view-favorites .view-content > .views-row {
  width: calc(50% - 10px);
}

.view-favorites .favorites-mobile-text {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.59;
  text-align: justify;
  color: #1F1C1A;
  margin-bottom: 20px;
  margin-top: 30px;
}

.view-favorites .views-row .views-field-label,
.view-favorites .views-row .views-field-title,
.view-favorites .views-row .views-field-title-1 {
  margin-bottom: 15px;
}

.view-favorites .views-row .views-field-title a,
.view-favorites .views-row .views-field-label a,
.view-favorites .views-row .views-field-title-1 a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #1F1C1A;
  text-decoration: none;
}

.know-block {
  margin-top: 70px;
  text-align: center;
}

.know-block__action a {
  width: 314px;
  background: #F6EFED;
  border: 0.5px solid #755D4D;
  border-radius: 2px;
  font-family: Montserrat, Geneva, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #755D4D;
  margin: 0 auto 20px;
  display: block;
  padding: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

.know-block__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.59;
  text-align: center;
  color: #1F1C1A;
}

/* Node favorites teaser */
.node-favorites,
.node--type-hall.node--view-mode-favorites {
  margin-bottom: 18px;
  position: relative;
}

.node-favorites__images {
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

.node-favorites__images a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.node-favorites__images a:first-of-type {
  position: relative;
  z-index: 10;
  transition: all 200ms;
}

.node-favorites__images:hover a:first-of-type {
  opacity: 0;
}

.node-favorites__images:hover .field--name-field-specialist-albums a:first-of-type {
  opacity: 1;
}

.node-favorites__images:hover .field--name-field-specialist-albums a:first-of-type {
  opacity: 0;
}

.node-favorites__images img {
  width: 100%;
}

.node-favorites__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.node-favorites__actions-item a {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.node-favorites__properties {
  background: #FAFAFA;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  min-height: 110px;
}

.node-favorites__properties .field {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.node-favorites__properties .field:last-of-type {
  margin-bottom: 0;
}

.node-favorites__properties .field::after {
  display: none;
}

.node-favorites__properties .field__label {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(31, 28, 26, 0.5);
}

.node-favorites__properties .field__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #1F1C1A;
}

.node-favorites__properties-title a {
  overflow-wrap: break-word;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.71;
  color: #1F1C1A;
  display: block;
}

.node-favorites__properties-title a:hover {
  color: #866E64;
}

.page-route-entity-taxonomy-term-canonical .view-restaurants.view-display-id-page_1 > .view-footer {
  display: none;
}

/* Hall as article */
.field--name-field-hall-reference .node--type-hall.node--view-mode-article {
  padding-top: 50px;
}

.field--name-field-hall-reference .hall-full__title-wrapper {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.31;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.field--name-field-hall-reference .hall-full__title-wrapper .field__items {
  display: inline-block;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 28px;
  box-sizing: content-box;
}

.title-article .field__items {
  padding: 0 50px;
}

.field--name-field-hall-reference .hall-full__title-wrapper .field__item {
  max-width: 400px;
}

.field--name-field-hall-reference .hall-full__title-wrapper::before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  opacity: .26;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.field--name-field-hall-reference .field--name-field-hall-title.title-article {
  color: #1f1c1a;
}

.field--name-field-hall-reference .field--name-field-hall-title.title-article::before {
  background-color: #1f1c1a;
}

.field--name-field-hall-reference .paragraphs-item-week > div,
.field--name-field-hall-reference .hall-full__coasts-item__value {
  font-size: 14px;
}

.field--name-field-hall-reference .hall-full__body {
  font-size: 16px;
}

.field--name-field-hall-reference .hall-full__persons,
.field--name-field-hall-reference .hall-full__address {
  display: flex;
  align-items: center;
  gap: 1ex;
  padding: 0;
}

.field--name-field-hall-reference .hall-full__persons::before,
.field--name-field-hall-reference .hall-full__address::before {
  position: relative;
  transform: none;
}

.field--name-field-hall-reference .hall-full__persons::before {
  content: url(../images/icons/article/icon-article-people.svg);
  width: 35px;
}

.field--name-field-hall-reference .hall-full__address::before {
  content: url(../images/icons/article/icon-article-location.svg);
  width: 35px;
  flex-shrink: 0;
}

.field--name-field-hall-reference .field-name-field-hall-photos img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.hall-full__more {
  font-size: 14px;
  color: #1f1c1a !important;
  font-weight: 600;
  text-decoration: none !important;
  margin-bottom: 14px;
  display: block;
  text-align: right;
}

.hall-full__header-right {
  flex-shrink: 0;
  align-self: flex-start;
}

.hall-full__more::after {
  content: "⟶";
  margin-left: 1ex;
}

.hall-full__more:hover span {
  text-decoration: underline !important;
}

.hall-full__more-restaurant-tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: flex-start;
}

.hall-full__more-restaurant-tel a {
  color: inherit !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .hall-full__more-restaurant-tel a {
    pointer-events: none;
    cursor: default;
  }
}

.hall-full__more-restaurant-tel::after {
  content: none;
}

.hall-full__more-restaurant-tel .icon-1portal-phone1 {
  font-size: 26px;
  margin-left: 5px;
}

/* .hall-full__more-restaurant-tel::after {
  content: url("../images/icons/icon-inline-phone.svg");
  display: inline-block;
  line-height: 1;
} */

.hall-full__header-left .hall-full__more-restaurant-tel::after {
  content: none;
}

.hall-full__header-left .hall-full__more-restaurant-tel {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 1ex;
  padding: 0;
  justify-content: flex-start;
}

.hall-full__header-left .hall-full__more-restaurant-tel::before {
  content: none;
  content: url("../images/icons/icon-inline-phone.svg");
  display: inline-block;
  width: 35px;
  flex-shrink: 0;
  text-align: center;
}

.hall-full__social {
  width: 100%;
  margin-bottom: 2px;
  margin-top: 35px;
}

.hall-full__social-label {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #1f1c1a;
}

.hall-full__social-items {
  display: flex;
  gap: 3px;
}

.hall-full__social-items .ajax-progress {
  display: none;
}

.hall-full__social-item {
  background-color: #fafafa;
  text-align: center;
  padding: 20px 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #1f1c1a !important;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  white-space: nowrap;
}

.hall-full__social-item::before {
  display: inline-block;
  margin-bottom: 20px;
  height: 44px;
}

.hall-full__social-item-phone::before {
  content: url("../images/icons/article/big/icon-article-phone.svg");
}
.hall-full__social-item-whatsapp::before {
  content: url("../images/icons/article/big/icon-article-whatsapp.svg");
}
.hall-full__social-item-telegram::before {
  content: url("../images/icons/article/big/icon-article-telegram.svg");
}
.hall-full__social-item-calendar::before {
  content: url("../images/icons/article/big/icon-article-calendar.svg");
}

@media (max-width: 767px) {
  .hall-full__header-right .hall-full__more-restaurant-tel::before {
    content: url("../images/icons/icon-inline-phone.svg");
    display: inline-block;
    width: 35px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 1ex;
  }
  .hall-full__header-right .hall-full__more-restaurant-tel .icon-1portal-phone1 {
    display: none;
  }
}

@media (min-width: 768px) {
  .hall-full__more-restaurant-tel {
    justify-content: flex-end;
  }
  .field--name-field-hall-reference .hall-full__title-wrapper::before {
    width: 65%;
  }
  .hall-full__grid {
    display: flex;
    gap: 3px;
    width: 100%;
  }
  .field--name-field-hall-reference .hall-full__header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: baseline;
  }
  .hall-full__social {
    width: 30%;
    flex-direction: column;
    margin-top: 0;
  }
  .hall-full__social-item {
    padding: 20px 15px;
  }
  .hall-full__social-label {
    display: none;
  }
  .hall-full__social-item-phone {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .hall-full__social-items {
    flex-direction: row;
    height: 100%;
  }
}

@media (max-width: 960px) {
  .hall-full__social-item {
    background-color: transparent;
    font-size: 12px;
  }
  .hall-full__social-item::before {
    margin-bottom: 9px;
  }
}

@media (min-width: 961px) and (max-width: 1199px) {
  .hall-full__social-item {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 480px) {
  .field--name-field-hall-reference .hall-full__images .field__items {
    /* Not grid */
    display: block;
  }

  .field--name-field-hall-reference .hall-full__images .field__item {
    margin-bottom: 6px;
  }
}

.field--name-field-hall-reference .hall-full__images .field__items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.field--name-field-hall-reference .hall-full__coasts-item__title {
  white-space: nowrap;
}

.field--name-field-hall-reference .hall-full__coasts-values {
  flex-grow: 2;
  margin-bottom: 2px;
}

.field--name-field-hall-reference .hall-full__persons,
.field--name-field-hall-reference .hall-full__address {
  font-size: 14px;
}

.field--name-field-hall-reference .hall-full__address {
  max-width: 600px;
}

.field--name-field-hall-reference .hall-full::before {
  content: "";
  display: block;
  height: 20px;
  background: #f9f9f9;
  margin: 0 -20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.field--name-field-hall-reference .hall-full::after {
  content: none;
}

.field--name-field-hall-reference .hall-full .flag {
  top: 25px;
}

.field--name-field-hall-reference .btn.restaurant-more-photo {
  font-size: 14px;
  color: #000;
  border-color: #000;
}

.hall-full__title-wrapper .field__items {
  padding: 0 50px;
}

.title-article .field__items::after {
  content: url(../images/separator-num-new.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hall-full__title-wrapper .field__item,
.title-article .field__item  {
  position: relative;
  z-index: 5;
  margin-top: -12px;
  padding-bottom: 5px;
  font-family: Montserrat, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  color: #1f1c1a;
  text-align: center;
}

.field--name-field-hall-reference .hall-full__title-wrapper .field__item  {
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.field--name-field-hall-reference .hall-full__title-wrapper .field__items {
  max-width: 400px;
}

.field--name-field-hall-reference .title-article .hall-full__title-wrapper .field__items {
  max-width: 375px;
  padding: 0 50px;
}

.field--name-field-hall-reference .title-article .hall-full__title-wrapper .field__item {
  font-family: Montserrat, serif;
  font-size: 25px;
}

.view-favorites .views-exposed-form .form-item-type-restaurant {
  display: none;
}

.custom-desired-price-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #1F1C1A;
  font-family: Montserrat, serif;
  position: relative;
}

.custom-desired-price-title a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-desired-price-title br {
  display: none;
}

.custom-desired-price-wrapper {
  background-color: #F9F9F9;
  position: relative;
  display: none;
  padding-bottom: 20px;
}

.custom-desired-price-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: 0px;
  left: -10px;
  background-color: #F9F9F9;
}

.custom-desired-price-title {
  font-size: 20px;
  margin: 10px auto 15px;
  width: auto;
  max-width: 75%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.custom-desired-price-title-question {
  font-weight: 600;
  border: 1px solid #A9A8A3;
  border-radius: 12px;
  padding: 30px 50px 30px 20px;
  box-shadow: 0 3px 30px 10px #F3E8E4;
  background: url("../images/icons/icon-question-balloon.svg") no-repeat center right 20px;
  background-size: auto calc(100% - 20px);
  color: #1c1c1c;
  text-align-last: right;
}

.custom-desired-price-title-blot {
  font-weight: 500;
  text-align: right;
  box-shadow: 1px 2px 5px 0 #926D5D1A,
    6px 8px 10px 0 #926D5D17,
    22px 32px 16px 0 #926D5D03,
    13px 18px 13px 0 #926D5D0D,
    35px 50px 17px 0 #926D5D00,
    -18px -2px 15px 0 #926D5D0D;
  padding: 24px 18px;
  background-image: url("../images/blot.svg");
  background-repeat: no-repeat;
  background-position: 5px 0;
  background-size: auto 95%;
}

.custom-desired-price-title-blot span {
  padding: 18px 15px;
  display: inline-block;
  border-right: 2px solid #F9F1EE;
  position: relative;
}

.custom-desired-price-title-blot span::before,
.custom-desired-price-title-blot span::after {
  content: "";
  display: block;
  position: absolute;
  background: #F9F1EE;
  height: 2px;
  right: 0;
}

.custom-desired-price-title-blot span::before {
  width: 60%;
  top: 0;
}

.custom-desired-price-title-blot span::after {
  bottom: 0;
  width: 80%;
}

.custom-desired-price-options {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 15px;
}

a.custom-desired-price-option {
  background: #F9F9F9;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 1;
  text-transform: lowercase;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 19px;
  white-space: nowrap;
  display: inline-block;
  font-family: Montserrat, serif;
  border: none;
  min-width: auto;
  font-weight: 400;
  margin-right: 8px;
  background-color: #fff;
  box-shadow: 6px 8px 10px 0 #926D5D17, -18px -2px 15px 0 #926D5D0D;
}

.custom-desired-price-title br {
  display: inline;
}

@media (max-width: 768px) {
  .custom-desired-price-wrapper {
    display: block;
  }
}

@media (max-width: 500px) {
  .custom-desired-price-title {
    max-width: none;
  }
}

@media (max-width: 430px) {
  .custom-desired-price-title {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .custom-desired-price-title {
    font-size: 16px;
  }
}
