

/* Start:/local/templates/stonefair_012024/assets/css/normalize.css?17048762436138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/stonefair_012024/assets/css/slick.css?17048762431775*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/stonefair_012024/assets/css/style.css?174885971723632*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: transparent;
  padding: 0;
}

.app-svg {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}




body.oh {
  overflow: hidden;
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  z-index: 100;
}

.header .header__wrapper {
  position: fixed;
  width: 100%;
  background: #fff;
  background: #FFF;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
  z-index: 999;
  top: 0;
  left: 0;
}
.container {
  max-width: 1338px;
  width: 100%;  
  padding: 0 15px;
  margin: 0 auto;
}
.container--big {
  max-width: 1638px;
}
.header__flex {
  padding: 27px 0;
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: auto;
}

.header__logo a {
  display: block;
}

.header__nav {
  margin-left: 20px;
  margin-right: 80px;
}

.header__nav > ul {
  display: flex;
  gap: 0 20px;
}

.header__nav > ul > li > span {
  position: relative;
  display: block;
  padding-right: 22px;
  cursor: pointer;
}

.header__nav > ul > li > span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/sub_menu_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}

.header__nav > ul > li.active > span::after,
.header__nav > ul > li:hover span::after {
  transform: translateY(-50%) rotate(-180deg);
} 

.header__nav ul > li {
  position: relative;
}

.header__nav > ul > li::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: transparent;
  opacity: 0;
}

.submenu {
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  border-radius: 15px;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08);
  transform: translateY(-20px);
  transition: .45s;
  opacity: 0;
  pointer-events: none;
}


.header__nav ul > li:hover .submenu,
.submenu.active {
  opacity: 1;
  transform: none;
  pointer-events: auto  ;
}



.submenu a {
  transition: .3s;
}

.submenu a:hover {
  color: #FF4200;
}

.header__lang {
  display: flex;
  align-items: center;
}

.header__lang button, .header__lang a {
  display: block;
  padding: 0 8px; 
  color: #D0D0D0;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  transition: .3s;
}

.header__lang button.active {
  color: #FF4200;
}

.header__lang button:not(:last-child),
.header__lang a:not(:last-child) {
  position: relative;
}

.header__lang button:not(:last-child)::after,
.header__lang a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: #D0D0D0;
}

.intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro__flex {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 125px);
  min-height: 800px;
  color: #fff;
  padding: 40px 0;
}
.intro__content {
  max-width: 820px;
  margin-right: auto ;
}
.section__title-big {
  color: #FFF;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.intro__title {
  margin-bottom: 26px;
}

.intro__title span {
  color: #FF4200;
}
.intro__place {
  color: #FF4200;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  padding-left: 64px;
  position: relative;
  margin-bottom: 40px;
}

.intro__place::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /*width: 44px;
  height: 48px;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/place-svg.svg);*/

  width: 45px;
  height: 45px;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/logo-krokus-ekspo-mini.png);

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.buttons__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.btn {
  padding: 20px 25px;
  border-radius: 100px;
  font-weight: 700;
  transition: .3s;
  text-align: center;
}
.btn--orange {
  color: #fff;
  background-color: #FF4200;
}

.btn--orange:hover {
  background-color: #fff;
  color: #000;
}

.btn--gray {
  background: #F4F4F4;
}

.form__submit .btn--orange:hover, .cookie_popup-btn .btn--orange:hover {
  color: #fff;
  background-color: #000;
}

.btn--white {
  background-color: #fff;
  color: #000;
}

.btn--white:hover,
.btn--gray:hover {
  color: #fff;
  background-color: #FF4200;
}

.intro__video {
  margin-left: 20px;
}

.intro__video,
.intro__video button,
.intro__video a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.intro__video button,
.intro__video a  {
  position: relative;
  padding-right: 90px;
  transition: .3s;
}


.intro__video button svg,
.intro__video a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  fill: #fff;
  stroke: #fff;
  transition: .3s;
}

.about {
  padding: 150px 0;
}
.about__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section__title {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}
.about__title {
  max-width: 640px;
  margin-right: 24px;
  width: 100%;
}
.about__text {
  max-width: 480px;
  width: 100%;
}

.video {
  padding-bottom: 75px;
}

.video__item {
  padding-top: 53.25%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.calendar__wrap {
  border-radius: 15px;
  background: #FF4200;
  padding: 40px;
  position: relative;

}
.calendar__content {
  max-width: 866px;
  width: 100%;
}
.calendar__title {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  margin-bottom: 30px;
}
 
.calendar__img {
  position: absolute;
  right: 80px;
  bottom: 0;
}

.calendar__content .buttons__flex {
  gap: 10px 15px;
}

.calendar__content .btn--orange {
  border: 2px solid #fff;
}

.partners {
  padding: 75px 0 90px;
}

.partners__title {
  margin-bottom: 75px;
}
.partners__slider {
  max-width: 730px;
  margin: 0 auto;
}

.partners__slider .slick-list {
  margin: 0 -10px;
}

.partners__slide-wrap {
  padding: 0 10px;
}

.partners__slide a {
  display: block; 
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 0 9px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -49px;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: .3s;
}

.slick-dots li.slick-active button {
  background-color: #FF4200;
}

.members {
  padding-bottom: 90px; 
}

.members__title {
  margin-bottom: 75px;
}
.members__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -13px;
}
.member__item-wrap {
  width: 14.286%;
  padding: 13px;
}
.page__content .member__item-wrap {width: 25%;}
.member__item a {
  display: block;
}

.cards {
  padding: 150px 0;
  background: #F4F4F4;
}

.cards__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.card__item-wrap {
  padding: 12px;
  width: 33.3333%;
}
.card__item {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  transition: 0.3s;
}
.card__item:hover {box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03), 0px 20px 24px -4px rgba(0, 0, 0, 0.08);}
.card__img {
}

.card__img a {
  display: block;
  min-height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card__title {
  padding: 24px;
  color: #000;
   font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
}

.card__title a {
  transition: .3s;
}
.card__item:hover a {color: #FF4200;}



.intro__text {
  margin-bottom: 40px;
}

.intro__flex.big .intro__content {
  max-width: 894px;
  width: 100%;
  margin: 0 auto;
}

.contacts {
  padding: 75px 0;
}

.contacts__title {
  margin-bottom: 75px;
}
.contacts__flex {
  display: flex;
  margin: -12px;
}
.contacts__column {
  width: 50%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.contacts__column .js-form.done {
  height: 100%;
  background: #00800036;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.contacts__card {
  height: 33.3333%;
  padding: 90px 40px 10px 40px;
  border-radius: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.contacts__card-img {
  position: absolute;
  right: 27px;
  bottom: 0;
  z-index: -1;
}

.contacts__card.black {
  color: #525251;
}

.contacts__link {
  display: block;
  padding-left: 45px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; 
  max-width: 285px;
}

.contacts__link:not(:last-of-type) {
  margin-bottom: 25px;
}

.contacts__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts__link.phone::after {
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/phone-icon.svg);

}
.contacts__link.mail::after {
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/mail-icon.svg);
}

.contacts__link.address::after {
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/location-icon.svg);
}

.contacts__card-title {
  color: #525251;
  font-size: 20px;
  margin-bottom: 10px;
}

.contacts__form {
  padding: 60px 55px;
  background-color: #F4F4F4;
  border-radius: 15px;
}
.form__title {
  color: #525251;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.form__field {
  margin-bottom: 20px;
}

.form__field input:not([type=checkbox]):not([type=radio]), 
.form__field textarea,
.form__field select {
  border-radius: 9px;
  border: 1px solid #A1A1A1;
  background: #FFF;
  padding: 20px 25px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
}



.register__form .form__field input:not([type=checkbox]):not([type=radio]), 
.register__form .form__field textarea,
.register__form .form__field select {
  max-width: 531px;
}

.form__field input::placeholder, 
.form__field select::placeholder, 
.form__field textarea::placeholder {
  color: #A1A1A1;
}

.form__field textarea {
  resize: none;
  min-height: 180px;
}

.form__submit {
  text-align: center;
}

.map {
  background-color: #F4F4F4;
  padding-top: 75px;
}
.map__title {
  margin-bottom: 75px;
}
.map__wrap {
  /*min-height: 788px;
  position: relative;*/
}

.footer {
  margin-top: auto;
  background-color: #000;
  padding: 114px 0 134px;
  color: #fff;
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 40px;
}
.footer__logo {
  margin-right: 347px;
}

.footer__logo a {
  display: block;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}

.footer__nav li {
  font-size: 16px;
  line-height: 1;
}

.footer__nav li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer__nav-column:first-of-type {
  margin-right: 90px;
}
.footer__copy {
  font-size: 14px;
}

.mobile__hamburger {
  display: none;
}

.page__top {
  margin-bottom: 30px;
}
.page__top-img {
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page__top-title {
  padding: 75px 40px;
  border-radius: 0px 0px 15px 15px;
  background:#F4F4F4;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}
.breadcrumbs__wrap {
  padding: 20px 0;
  color: #A1A1A1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.date {
  margin-right: 40px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs li:not(:last-of-type) {
  margin-right: 15px;
  position: relative;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: '/';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs li a {
  transition: .3s;
}
.breadcrumbs li a:hover {
  color: #FF4200;
}

.page__content h2,
.page__content h3, 
.page__content h4, 
.page__content h5 {
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin-bottom: 20px;
}
.page__content table {width: 100%;border-spacing: 0;border-collapse: collapse;font-size: 16px;margin-bottom: 30px;}
.page__content table td {border: 1px solid #000;padding: 5px 10px;}
.page__content table h3 {margin: 0;}

.page__content h2 {
  font-size: 48px;
}

.page__content h3 {
  font-size: 40px;
}

.page__content h4 {
  font-size: 32px;
}

.page__content h5 {
  font-size: 24px;
}

.page__content a:not(.btn), .contacts__form a {
  color: #FF4200;
  text-decoration: underline;
  font-weight: 700;
  /* width: 100%;
  overflow: hidden; */
}

.page__content p:not(:last-child) {
  margin-bottom: 30px;
}

.page__content img:not(:last-child) {
  /*margin-bottom: 30px;*/
}

.page__content ul:not(:last-child) {
  margin-bottom: 30px;
}

.page__content ul li {
  position: relative;
  padding-left: 30px;
}

.page__content ul li::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #A1A1A1;
  left: 9px;
  top: 10px;
  /*transform: translateY(-50%);*/
}


.page__content ol {
  padding: 0;
}

.page__content ol li {
  list-style: auto;
  margin-left: 20px;
}

.page__content blockquote {
  padding: 30px 30px 30px 90px;
  border-radius: 15px;
  background: #F4F4F4;
  color: #525251;
  position: relative;
  margin: 0;
}

.page__content blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.page__content blockquote::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/blockquote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.author {
  font-size: 16px;
  color: #A1A1A1;
  text-align: right;
  margin-top: 30px;
}

.author span {
  font-weight: 700;
}

.text {
  padding-bottom: 50px;
}

.page__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.page__content {
  padding: 12px;
  width: 68%;
}
.page__aside {
  padding: 12px;
  width: 32%;
  position: sticky;
  top: 140px;
}

.page__aside-wrap {
  position: sticky;
  top: 140px;
}

.aside__box {
  padding: 60px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;

}
.aside__box-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  margin-bottom: 40px;
}
.aside__box .buttons__flex {
  justify-content: center;
}

.aside__links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.aside__links .btn {
  width: 100%;
}

.page__top-text {
  color: #525251;
  font-size: 14px;
}

.register__form .form__field {
  margin-bottom: 40px;
}

.form__field label {
  display: block;
  position: relative;
}

.check__wrap:not(:last-child) {
  margin-bottom: 8px;
} 

.check {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.check__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  outline: none;
  opacity: 0;
}
.form__field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.check__box {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #525251;
  background: #FFF;
  left: 0;
  top: 1px;
  /*
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  transition: .3s;
}

.check__input[type=radio] + .check__box {
  border-radius: 50%;
}

.check__box::after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 10px;
  opacity: 0;
  transition: .3s;
}


.check__input:checked+.check__box {
  background-color: #FF4200;
  border-color: #FF4200;
}

.check__input:checked+.check__box::after {
  opacity: 1;
}

.register__form .form__submit {
  text-align: left;
}

.submit__text {
  color: #525251;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 620px;
}
.popup .submit__text {max-width:100%;}

.submit__text a {
  text-decoration: underline;
}

.select__wrap {
  position: relative;
  max-width: 531px;
}

.select__wrap select {
  padding-right: 60px;
}

.select__wrap::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/stonefair_012024/assets/css/../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.thank {
  padding: 40px 0 50px;
}

.thank__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  align-items: center;
  text-align: center;
  min-height: 500px;
  border-radius: 15px;
  background: #F4F4F4;
  padding: 40px 0;
}

.thank__img {
}
.thank__title {
  color: #525251;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
.thank__text {
  color: #525251;
  max-width: 480px;
}

.thank__text p:not(:last-child) {
  margin-bottom: 20px;
}

.calendar.gray {
  padding-bottom: 50px;
}

.calendar.gray .calendar__wrap {
  background: #A1A1A1;
}

.video__wrapper video {width: 100%;}

.page__content ul li p:not(:last-child) {margin-bottom: 15px;}
.page__content ul li p:not(:first-child) {font-size: 0.9em;}

.contacts__column .js-form {height: 100%;}
.contacts__column .js-form .ok {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00800024;
}
.photos_list {display: flex;flex-wrap: wrap;margin: -10px;}
.photos_list .item {padding: 10px;width: calc(100% / 3);}

.bx-pagination {margin: 20px 0;}
.bx-pagination .bx-pagination-container ul li {margin: 0 5px;padding-left: 0;}
.bx-pagination .bx-pagination-container ul li:after {display: none;}
.bx-pagination .bx-pagination-container ul li.bx-active span {background: #ff4200;}

.page__content ul.left-menu li {padding: 0;}
.page__content ul.left-menu li::after {display: none;}
.page__content ul.left-menu li a {color: #ff4200;display: block;padding: 15px 20px;transition: 0.3s;}
.page__content ul.left-menu li a:hover {background-color: #ff4200;color: #fff;}

.onlayn-registratsiya-step2 {display: none;}
.form__field.has-error input {border-color:red !important;}
.form__field.has-error h5 {color: red;}

.video_iframe {width: 100%;height: 800px;}

.table-border thead tr {background: #ff4200;}

.table-border tbody tr {transition: 0.3s;}
.table-border tbody tr:nth-child(2n-1) {background: #f4f4f4;}
.table-border tbody tr:nth-child(2n) {background: #cfcfcf;}
.table-border tbody tr:hover {cursor: pointer;background: #424242;color: #fff;}

#blank {
  position: fixed;
  z-index: 600;
  width: 100%;
  height: 100%;
  background: rgba(5,37,81,.26);
  left: 0;
  top: 0;
  transition: .3s;
  display: none;
}
.popup {
  display: none;
  left: 50%;
  top: 100px;
  position: absolute;
  z-index: 910;
  width: 800px;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 40px;
  color: #535356;
  background: linear-gradient(180deg,#EDEDED 0%,#F5F5F5 100%);
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0 60px 100px rgba(55,65,79,.21);
  border-radius: 25px;
}
.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup .close svg {
  fill: none;
  width: 40px;
  height: 40px;
}

.popup_element-text .head {
  font-size: 28px;
  padding-right: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}
.popup_element-text .company_info {display: flex;margin-bottom: 20px;}
.popup_element-text .img {
  margin-right: 30px;
  width: 300px;
  display: flex;
  align-items: center;
  padding: 30px;
  background: #fff;
}
.popup_element-text .props {flex:1;}
.popup_element-text .prop {margin-bottom: 16px;}
.popup_element-text .prop_text .inner {font-size: 0.9em;line-height: 1.3;padding-top: 5px;}

.filter_items {display: flex;gap:30px;margin-bottom: 40px;}
.filter_items .btns_wrap {display: flex;gap:30px;padding-top: 30px;}
.filter_items .name {font-size: 12px;height: 30px;}
.filter_items select, .filter_items input, .filter_items .btn {font-size: 14px;height: 40px;}
.filter_items select, .filter_items input {padding: 0 10px;max-width: 200px;border: 1px solid #000000;border-radius: 5px;}
.filter_items .btn {padding: 0 20px;}
a.btn {display: flex;align-items: center;}
.autocomplete_wrap {position: relative;}
.autocomplete_wrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box; }
.autocomplete_wrap .dropdown-menu li {
    position: relative;
    padding: 5px 10px;
    line-height: 1.2;
} 
.autocomplete_wrap .dropdown-menu li::after {display: none;} 


#cookie_popup {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: #fff; color: #333; padding: 14px 20px; font-size: 14px; 
  display: none;
  z-index: 1000; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
  border-radius: 8px; max-width: 600px; width: calc(100% - 30px);
}
.cookie_popup-container {display: flex; justify-content: space-between; align-items: center; }
.cookie_popup-text {}
.cookie_popup-text a {color: #FF4200;border-bottom: 1px solid;}
.cookie_popup-text a:hover {border-bottom:0}
.cookie_popup-btn button {
  height: 32px;
  padding: 0 20px;
  line-height: 32px;
}
/* End */


/* Start:/local/templates/stonefair_012024/assets/css/responsive.css?17488588878647*/
@media (max-width: 1400px) {
    .header__nav {
        margin-right: 20px;
        font-size: 18px;
    }

    .header__logo {
        max-width: 200px;
    }

    .intro__flex {
        height: calc(100vh - 100.25px);
    }
}

@media (max-width: 1300px) {
    .calendar__img {
        right: 20px;
    }

    .calendar__content {
        max-width: calc(100% - 280px);
    }

    .partners__title,
    .members__title,
    .contacts__title {
        margin-bottom: 40px;
    }
}


@media (max-width: 1200px) {
    .video_iframe {height: 600px;}
    
    .page__top-img {
        min-height: 250px;
    }

    .page__top-title {
        padding: 50px 20px;
    }

    .footer {
        padding: 80px 0;
    }

    .footer__logo {
        margin-right: auto;
    }

    .header__nav,
    .header__lang button {
        font-size: 16px;
    }

    .header__nav > ul {
        gap: 0 15px;
    }

    .about,
    .cards {
        padding: 80px 0;
    }

    .about__title {
     width: fit-content;   
     margin-right: auto;
    }

    .map__wrap {
        min-height: 600px;
    }

    .page__flex {
        flex-wrap: wrap;
    }

    .page__aside {
        order: -1;
        width: 100%;
        top: auto;
        position: initial;
    }

    .page__content {
        width: 100%;
    }

}

@media (max-width: 1024px) {
    .header__nav > ul > li > span::after {
        content: none;
    }

    .contacts__flex {
        flex-wrap: wrap;
    }

    .contacts__column {
        width: 100%;
    }

    .contacts__card {
        padding: 40px;
    }

    .member__item-wrap {
        width: 20%;
    }

    .intro__flex {
        /* min-height: calc(100vh - 100.25px); */
        padding: 40px 0;
    }

    .header__lang {
        margin-left: 20px;
        flex-shrink: 0;
    }

    .header__nav > ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    .header__nav ul > li {
        width: 100%;
    }

    .mobile__hamburger {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #FF4200;
        margin-left: 20px;
        position: relative;
        flex-shrink: 0;
    }

    .mobile__hamburger span {
        position: absolute;
        left: 4px;
        width: 20px;
        transition: .3s;
        height: 2px;
        background-color: #FF4200;
    }

    .mobile__hamburger span:nth-of-type(1) {
        top: 8px;
    }

    .mobile__hamburger span:nth-of-type(2) {
        top: 13px;
    }

    .mobile__hamburger span:nth-of-type(3) {
        top: 18px;
    }

    .mobile__hamburger.opened span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 13px;
    }

    .mobile__hamburger.opened span:nth-of-type(2) {
        transform: translateX(4px); 
        opacity: 0;
    }

    .mobile__hamburger.opened span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 13px;
    }

    .header__nav {
        position: fixed;
        z-index: 1001;
        /* top: 67px; */
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        margin: 0;
        padding: 20px 15px;
        transition: all .25s ease-in-out;
        transform: translateX(-100%);
        background: #fff;
        color: #1C3048;
        font-size: 26px;
    }

    .header__nav ul li > span {
        display: inline;
    }

    ul.submenu {
        position: initial;
        top: auto;
        left: auto;
        border: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        background-color: transparent;
        border-radius: 0;
        transform: none;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 0 20px;
        transition: .3s;
        white-space: normal;
        gap: 0;
    }

    ul.submenu > li:not(:last-of-type) {
        margin-bottom: 8px;
    }

    .header__nav.opened {
        transform: translateX(0);
    }

    .header__flex {
        padding: 15px 0;
    }

}

@media (max-width: 900px) {
    .filter_items {gap: 20px;flex-wrap: wrap;}
    .filter_items .btns_wrap {padding-top: 0;width: 100%;}

    .video_iframe {height: 400px;}
    
    .map__wrap {
        min-height: 600px;
    }

    body {
        font-size: 16px;
    }

    .card__item-wrap {
        width: 100%;
    }

    .calendar__content {
        width: 100%;
        max-width: none;
        padding-bottom: 180px;
    }

    .calendar__img {
        right: 50%;
        transform: translateX(50%);
    }

    .section__title {
        font-size: 38px;
    }

    .about,
    .cards {
        padding: 50px 0;
    }

    .video,
    .members {
        padding-bottom: 50px;
    }

    .map {
        padding-top: 50px;
    }


    .btn {
        padding: 15px 20px;
    }

    .section__title-big,
    .page__top-title {
        font-size: 50px;
    }

    .page__content h2 {
        font-size: 44px;
      }
      
      .page__content h3 {
        font-size: 36px;
      }
      
      .page__content h4 {
        font-size: 28px;
      }
      
      .page__content h5 {
        font-size: 24px;
      }


    .intro__flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .intro__content {
        max-width: none;
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }

    .intro__video {
        margin-left: 0;
    }

    .popup {left: 5%;width: 90%;transform: none;padding: 20px;}
    .popup_element-text .head {font-size: 22px;padding-right: 40px;}
    .popup .close svg {width: 30px;height: 30px;}
    .popup_element-text .img {width: 200px;}
}


@media (max-width: 767px) {
    
}


@media (max-width: 600px) {
    .filter_items .item {width: 100%;}
    .filter_items select, .filter_items input {width: 100%;max-width: 100%;}

    .popup_element-text .company_info {display: block;}
    .popup_element-text .img {margin: 0 0 20px;}
    
    .video_iframe {height: 300px;}

    .page__top {
        margin-bottom: 20px;
    }

    .aside__box-title {
        font-size: 26px;
    }
    
    .page__top-title {
        padding: 30px 15px;
    }

    .page__top-img {
        min-height: 200px;
    }

    .footer {
        padding: 40px 0;
    }

    .map__wrap {
        min-height: 500px;
    }

    .contacts__column:nth-of-type(2) {
        order: -1;
    }
    
    .form__field input, .form__field textarea {
        padding: 15px;
    }

    .form__submit .btn {
        width: 100%;
    }

    .contacts__form,
    .contacts__card {
        padding: 50px 20px;
    }

    .contacts__card  {
        padding-bottom: 120px;
    }

    .contacts__card-img {
        max-width: 200px;
    }

    .contacts__link {
        font-size: 18px;
    }

    .member__item-wrap {
        width: 25%;
        padding: 8px;
    }

    .members__flex {
        margin: -8px;
    }

    .intro__flex {
        min-height: 600px;
        height: auto;
    }

    .calendar__wrap {
        padding: 20px;
    }

    .calendar__img {
        max-width: 200px;
        width: 100%;
    }

    .intro__flex.big .section__title-big   {
        font-size: 35px;
    }

    .page__content h2 {
        font-size: 40px;
      }
      
      .page__content h3 {
        font-size: 32px;
      }
      
      .page__content h4 {
        font-size: 24px;
      }
      
      .page__content h5 {
        font-size: 22px;
      }

      .form__field input:not([type=checkbox]):not([type=radio]), .form__field textarea, .form__field select {
        padding: 15px;
      }

      .register__form .form__field {
        margin-bottom: 20px;
    }

    .page__content table {font-size: 14px;}

    .cookie_popup-container {display: block;}
    .cookie_popup-text {margin-bottom: 10px;}
    .cookie_popup-btn button {width: 100%;}

}

@media (max-width: 460px) {
    .page__content blockquote::after {
        width: 20px;
        height: 20px;
        top: 35px;
    }

    .page__content blockquote {
        padding: 30px 30px 30px 70px;
    }

    

    .member__item-wrap {
        width: 33.3333%;
    }

    .calendar__title,
    .card__title a {
        font-size: 20px;
    }

    .section__title {
        font-size: 30px;
    }

    .section__title-big,
    .page__top-title  {
        font-size: 40px;
    } 

    .intro__place {
        font-size: 22px;
    }

    .intro__content .buttons__flex .btn,
    .calendar__content .buttons__flex .btn {
        display: block;
        width: 100%;
    }

    .intro__video {
        width: 100%;
        text-align: center;
    }

    .intro__video button svg {
        width: 40px;
        height: 40px;
    }

    .intro__video button {
        padding-right: 60px;
    }

}
/* End */


/* Start:/local/templates/stonefair_012024/template_styles.css?172902555385*/
#bx-panel + header {position: relative;z-index: 30;}

.check.disabled {opacity: 0.3;}
/* End */
/* /local/templates/stonefair_012024/assets/css/normalize.css?17048762436138 */
/* /local/templates/stonefair_012024/assets/css/slick.css?17048762431775 */
/* /local/templates/stonefair_012024/assets/css/style.css?174885971723632 */
/* /local/templates/stonefair_012024/assets/css/responsive.css?17488588878647 */
/* /local/templates/stonefair_012024/template_styles.css?172902555385 */
