

/* Start:/local/templates/mine/assets/css/main.css?175648048944576*/
:root {
  --orange: #EB5731;
  --green: #00806C;
  --gold:#980e22;
   --gap: 15px;
    --gap-half: calc(var(--gap) / 2);
    --success:hsla(162, 48%, 49%, 1);

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  padding: 0.2em 0;
  color: #000;
  background: #ccc;
}
@font-face {
  font-family: "Futuris";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/mine/assets/css/../fonts/ftx55/ftx55__u-webfont.woff") format("woff"),
    url("/local/templates/mine/assets/css/../fonts/ftx55/ftx55__u-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Medium";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/mine/assets/css/../fonts/ftx55/futuramedium.otf") format("otf");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Futuris", sans-serif;
  background: #e8eceb;
}
.container {
  width: 88.4%;
  margin: 0 auto;
}
.owl-slider {
  position: relative;
}
.owl-slider .owl-dots {
  margin-right: 30px;
}
.owl-slider .owl-next,
.owl-slider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-slider .owl-next:hover,
.owl-slider .owl-prev:hover {
  background: none !important;
}
.owl-slider .owl-next {
  right: 0;
}
.owl-slider .owl-prev {
  left: 0;
}
a {
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #e8eceb;
  z-index: 10;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}
header.header .container {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
}
header.header p {
  display: block;
  margin: 0 3px;
  color: #4e4b4c;
}
header.header .lang-switch {
  display: flex;
  flex-direction: row;
}
header.header .lang-switch .lang {
  font-family: "Futuris";
  font-size: 16px;
  font-weight: 400;
  color: #4e4b4c;
  color: #a3a1a2;
  text-decoration: none;
  text-transform: uppercase;
}
header.header .lang-switch .lang.active {
  color: #4e4b4c;
}
footer.footer {
  padding: 62px 0 60px 0;
  background: #e8eceb;
}
footer.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-menu {
  margin-bottom: 54px;
}
footer.footer .footer-menu ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  footer.footer .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
footer.footer .footer-menu li {
  margin: 0 45px;
}
footer.footer .footer-menu li:first-child {
  margin-left: 0;
}
footer.footer .footer-menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  footer.footer .footer-menu li {
    margin: 15px 0;
  }
}
footer.footer .footer-menu a {
  font-family: "Futuris", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #474747;
  text-decoration: underline;
  letter-spacing: 5px;
  text-transform: uppercase;
}
footer.footer .footer-copyright .copyright {
  font-family: "Futuris", sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.5;
  color: #474747;
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(/local/templates/mine/assets/css/../img/top-bg.jpg) no-repeat center center/cover;
}
section.hero--de {
  background-image: url("/local/templates/mine/assets/css/../img/ny_de.png");
}
section.hero--en {
  background-image: url("/local/templates/mine/assets/css/../img/ny_en.png");
}
section.hero .container {
  height: 100%;
}
section.hero .main-logo {
  position: absolute;
  top: calc(50% - 145px);
  left: calc(50% - 173.5px);
  transition: all 1s ease;
}
section.hero .main-logo:hover {
  color: #fff;
}
section.hero .main-logo:hover svg path {
  transition: all 1s ease;
  fill: #fff;
}
@media screen and (max-width: 480px) {
  section.hero .main-logo {
    top: calc(50% - 130px);
    left: calc(50% - 140px);
  }
}
section.hero .main-logo svg {
  transition: all 1s ease;
}
section.hero .main-logo svg path {
  transition: all 1s ease;
}
@media screen and (max-width: 480px) {
  section.hero .main-logo svg {
    width: 280px;
    height: 160px;
  }
}
section.main {
  z-index: 1;
}
section.main .review-block {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
  padding: 0 4%;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  section.main .review-block {
    align-items: center;
  }
}
section.main .review-block .img {
  z-index: 5;
  width: 674px;
  height: 450px;
  margin: 0 55px 55px 0;
  border: 10px solid #fff;
}
@media screen and (max-width: 960px) {
  section.main .review-block .img {
    margin: 0 0 55px 0;
  }
}
@media screen and (max-width: 768px) {
  section.main .review-block .img {
    width: 100%;
    height: 100%;
    min-height: 350px;
  }
}
section.main .review-block .opinion {
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
section.main .review-block .opinion .top-part {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 27px;
  align-items: flex-end;
  justify-content: flex-end;
}
section.main .review-block .opinion .top-part.top-part--middle {
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.main .review-block .opinion .top-part {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.main .review-block .opinion .top-part .logo {
  margin: 0 8px 20px 0;
}
section.main .review-block .opinion .top-part .txt {
  max-width: 715px;
}
@media screen and (max-width: 960px) {
  section.main .review-block .opinion .top-part .txt {
    margin-left: 40px;
  }
}
section.main .review-block .opinion .top-part .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #616161;
  text-transform: uppercase;
}
section.main .review-block .opinion .top-part .txt p:not(:last-child) {
  margin-bottom: 15px;
}
section.main .review-block .opinion .bott-part {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  section.main .review-block .opinion .bott-part {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 660px) {
  section.main .review-block .opinion .bott-part {
    align-items: center;
  }
}
section.main .review-block .opinion .bott-part .logo {
  margin: 0 8px 20px 0;
}
section.main .review-block .opinion .bott-part .logo img {
  width: 185px;
}
@media screen and (max-width: 660px) {
  section.main .review-block .opinion .bott-part .logo {
    margin-top: 15px;
  }
}
section.main .review-block .opinion .bott-part .txt {
  max-width: 380px;
  margin-top: 23px;
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  section.main .review-block .opinion .bott-part .txt {
    margin-left: 40px;
  }
}
section.main .review-block .opinion .bott-part .txt p {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
}
section.main .review-slider {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.main .review-slider {
    margin-bottom: 50px;
  }
}
section.main .review-slider .single-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.main .review-slider .single-slide .logo {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 36px;
  padding: 40px 0;
}
section.main .review-slider .single-slide .logo:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  border: 2px solid #4c4c4c;
  content: "";
  transform: translateX(-50%);
}
section.main .review-slider .single-slide .rev-body {
  max-width: 656px;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  section.main .review-slider .single-slide .rev-body {
    max-width: 65%;
  }
}
section.main .review-slider .single-slide .rev-body p {
  font-family: "Futuris", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #474747;
  text-align: center;
}
section.main .review-slider .single-slide .read-more {
  font-family: "Futuris", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #474747;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
section.middle {
  height: 700px;
}
@media screen and (max-width: 960px) {
  section.middle {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  section.middle {
    height: 450px;
  }
}
section.middle .middle-slider {
  height: 100%;
}
section.middle .middle-slider .owl-stage-outer {
  height: 100%;
}
section.middle .middle-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
section.middle .middle-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
section.middle .middle-slider .single-slide {
  width: 100%;
  height: 100%;
}
section.middle .middle-slider .single-slide .img {
  width: 100%;
  height: 100%;
}
section.middle .middle-slider .owl-next {
  right: 8%;
}
section.middle .middle-slider .owl-prev {
  left: 8%;
}
section.docs {
  padding: 130px 0 90px 0;
}
section.docs .docs-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 540px) {
  section.docs .docs-block {
    grid-template-columns: 1fr;
  }
}
section.docs .docs-block .single-doc {
     display: inline-block;
    outline: 0;
    margin: 0 auto;
    text-decoration: none;
}
@media screen and (max-width: 960px) {
  section.docs .docs-block .single-doc {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  section.docs .docs-block .single-doc {
    margin-bottom: 25px;
  }
}
section.docs .docs-block .single-doc svg {
  width: 69px;
  min-width: 69px;
  height: 89px;
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  section.docs .docs-block .single-doc svg {
    margin-right: 0;
  }
}
section.docs .docs-block .single-doc svg.yellow path {
  fill: #f5a623;
}
section.docs .docs-block .single-doc svg.green path {
  fill: #1cc497;
}
section.docs .docs-block .single-doc svg.red path {
  fill: #d0021b;
}
section.docs .docs-block .single-doc .descr .doc-title,
section.docs .docs-block .single-doc .descr .doc-info {
  font-family: "Futuris", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  color: #474747;
  text-decoration: none;
  letter-spacing: 5px;
  text-transform: uppercase;
}
section.docs .docs-block .single-doc .descr .doc-title,
section.docs .docs-block .single-doc .descr .doc-snoska {
  font-family: "Futuris", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #474747;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  section.docs .docs-block .single-doc .descr .doc-title,
  section.docs .docs-block .single-doc .descr .doc-info,
  section.docs .docs-block .single-doc .descr .doc-snoska {
    text-align: center;
  }
}
section.posts {
  margin-top: 170px;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  section.posts {
    margin-top: 0;
  }
}
section.posts .post1 {
  display: flex;
  flex-direction: column;
  padding: 40px 6.5% 40px 8.5%;
}
@media screen and (max-width: 768px) {
  section.posts .post1 {
    padding: 40px 10px 40px 10px;
  }
}
@media screen and (min-width: 1460px) {
  section.posts .post1 {
    align-items: center;
  }
}
section.posts .post1 .logo {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 63px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  section.posts .post1 .logo {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1460px) {
  section.posts .post1 .logo {
    width: 80%;
  }
}
section.posts .post1 .logo img {
  width: 267px;
  height: 63px;
}
section.posts .post1 .logo .img2 {
  position: absolute;
  top: -190px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  section.posts .post1 .logo .img2 {
    position: unset;
    width: 70%;
    max-width: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  section.posts .post1 .logo .img2 {
    width: calc(100% - 20px);
  }
}
section.posts .post1 .text {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 560px) {
  section.posts .post1 .text {
    flex-flow: column;
  }
}
@media screen and (min-width: 1460px) {
  section.posts .post1 .text {
    width: 80%;
  }
}
section.posts .post1 .text .img1 {
  position: inherit;
}
section.posts .post1 .text .block {
  display: flex;
  flex-direction: column;
  max-width: 470px;
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  section.posts .post1 .text .block {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
section.posts .post1 .img1,
section.posts .post1 .img2 {
  width: 400px;
  max-width: 400px;
  height: 600px;
  max-height: 600px;
  border: 10px solid #fff;
}
@media screen and (max-width: 1100px) {
  section.posts .post1 .img1,
  section.posts .post1 .img2 {
    width: calc(100% - 20px);
    height: 400px;
  }
}
section.posts .post2 {
  display: flex;
  flex-direction: column;
  max-width: 805px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  section.posts .post2 {
    margin: 0 -15%;
  }
}
section.posts .post2 .img {
  width: 655px;
  height: 430px;
  margin-bottom: 61px;
  border: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  section.posts .post2 .img {
    width: calc(100% - 20px);
    height: 350px;
  }
}
section.posts .post2 .title {
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 70%;
}
section.posts .post2 .title {
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 70%;
}
@media (max-width: 600px) {
  section.posts .post2 .title {
    margin-bottom: 35px;
    font-size: 21px;
    letter-spacing: 5px;
  }
}
section.posts .post2 .subtitle {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
section.posts .post2 .for-subtitle {
  margin-bottom: 35px;
}
section.posts .post2 p {
  margin-bottom: 43px;
}
section.posts .post2 a {
  margin: 0;
}
section.posts p {
  font-family: "Futuris", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #474747;
}
section.posts a {
  margin: 41px 0 33px 0;
  font-family: "Futuris", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #474747;
  text-decoration: underline;
  letter-spacing: 5px;
  text-transform: uppercase;
}
section.contacts {
  padding: 250px 0 150px 0;
}
@media screen and (max-width: 960px) {
  section.contacts {
    padding: 60px 0 100px 0;
  }
}
section.contacts .container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  section.contacts .container {
    flex-direction: column;
    align-items: center;
  }
}
section.contacts .container .left-side {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 960px) {
  section.contacts .container .left-side {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  section.contacts .container .left-side {
    width: 100%;
  }
}
section.contacts .container .left-side .img3,
section.contacts .container .left-side .img4 {
  width: 50%;
  height: 100%;
  border: 10px solid #fff;
}
@media screen and (max-width: 1100px) {
  section.contacts .container .left-side .img3,
  section.contacts .container .left-side .img4 {
    height: 80%;
  }
}
@media screen and (max-width: 960px) {
  section.contacts .container .left-side .img3,
  section.contacts .container .left-side .img4 {
    width: calc(100% - 20px);
    height: 250px;
    margin: 10px 20px;
  }
}
@media screen and (max-width: 700px) {
  section.contacts .container .left-side .img3,
  section.contacts .container .left-side .img4 {
    margin: 0;
    margin-bottom: 20px;
  }
}
section.contacts .container .left-side .img3 {
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  section.contacts .container .left-side .img3 {
    margin-left: 0;
  }
}
section.contacts .container .left-side .img4 {
  position: absolute;
  top: -150px;
  right: 50px;
}
@media screen and (max-width: 960px) {
  section.contacts .container .left-side .img4 {
    position: unset;
  }
}
section.contacts .container .right-side {
  width: 50%;
}
@media screen and (max-width: 700px) {
  section.contacts .container .right-side {
    width: 100%;
  }
}
section.contacts .container .right-side .logo {
  margin-bottom: 62px;
}
@media screen and (max-width: 700px) {
  section.contacts .container .right-side .logo {
    margin-bottom: 25px;
  }
}
section.contacts .container .right-side .address {
  margin-bottom: 47px;
  line-height: 24px;
  color: #4d4d4d;
}
section.contacts .container .right-side .time {
  margin-bottom: 30px;
  color: #4d4d4d;
}
section.contacts .container .right-side .main {
  max-width: 523px;
  margin-bottom: 30px;
  line-height: 24px;
  color: #4d4d4d;
}
section.contacts .container .right-side .extra-info {
  margin-bottom: 10px;
  color: #4d4d4d;
}
.contact-icons {
  margin-top: 20px;
}
.social {
  display: inline-flex;
  gap: 25px;
  margin-right: 40px;
}
section.contacts .container .right-side .social a {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: transparent;
}

.route {
  display: inline-flex;
  gap: 25px;
}

.route__item {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
}

section.map {
  position: relative;
  height: 700px;
}
#map {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.map {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  section.map {
    height: 400px;
  }
}
main .wrapper .menu_block .book_online {
  width: 90%;
  margin-bottom: 50px;
}
.book_online.fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  margin: 0;
  opacity: 0.8;
  z-index: 15;
}
.book_online__button {
  text-decoration: none;
  display: block;
  outline: 0;
  cursor: pointer;
}
.book_online.fixed .book_online__button {
  margin: 0;
}
.book_online.fixed span {
  margin: 0;
  background: #f0f1f1;
}
.book_online span {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 3px;
  line-height: 25px;
  width: 120px;
  height: 120px;
  border: 2px #ed1c24 solid;
  border-radius: 50%;
  margin: 35px auto 0;
}
.book_online span:hover {
  color: #f0f1f1;
  background: #ed1c24;
}
/*modal 14F*/
.greetings {
  max-width: 700px;
  background: #f5a623;
  padding: 35px 40px 45px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.greetings .greetings-text h3 {
  font-family: "Futura-Medium", sans-serif;
  font-size: 44px;
  line-height: 52px;
  margin: 0 0 25px 0;
}

.greetings .greetings-text p {
  font-family: "Futura-Medium", sans-serif;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 30px;
}
.greetings .greetings-text a {
  font-family: "Futura-Medium", sans-serif;
  font-size: 23px;
  line-height: 32px;
  text-decoration: underline;
  letter-spacing: 5px;
  margin-bottom: 30px;
  color: #ffffff;
}
.greetings .greetings-text p:last-child {
  margin-bottom: 0;
}

.jquery-modal.blocker {
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  box-shadow: none;
  z-index: 1000 !important;
}

.modal a.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
}

.modal a.close-modal {
  display: none;
}

@media screen and (max-width: 560px) {
  .greetings .greetings-text h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .greetings .greetings-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.header__toggler {
  display: none;
}

@media screen and (max-width: 620px) {
  .header__toggler {
    display: block;
    color: #111;
    cursor: pointer;
  }
}
.header__menu {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 620px) {
  .header__menu {
    position: fixed;
    left: -100%;
    top: 40px;
    width: 100%;
    opacity: 0;
    height: calc(100% - 40px);
    flex-direction: column;
    padding-top: 50px;
    background: #e8eceb;
    transition: 0.5s;
    overflow: hidden;
  }
}

.header__menu.is-active {
  left: 0;
  opacity: 1;
}

.header__menu-link {
  margin: 0 15px 0 0;
  font-family: "Futuris";
  font-size: 16px;
  font-weight: 400;
  color: #4e4b4c;
  text-decoration: none;
  white-space: nowrap;
}

.header__menu-link.red, .header__menu-link.active{
  font-weight: 400;
  color: #FE0000;
}

.header__menu-link:hover {
  color: #a3a1a2;
}

@media screen and (max-width: 620px) {
  .header__menu-link {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .header__menu-link:last-child {
    margin: 0;
  }
}

.tablebodytext {
  display: none;
}

.michelin {
  position: fixed;
  right: 50%;
  top: 50px;
  display: flex;
  gap: 15px;
  transform: translateX(50%);
  z-index: 15;
  transition: 0.5s;
}

.michelin__logo {
  width: 90px;
}

@media screen and (max-width: 620px) {
  .michelin__logo {
    width: 65px;
  }
}

.michelin__logo--mobile {
  display: none;
}

.michelin.scrolled {
  flex-direction: column;
  right: 10px;
  top: auto;
  bottom: 20px;
  transform: none;
  /* transform: translateY(-50%); */
}

.michelin.scrolled .michelin__logo {
  display: none;
  /* width: 90px; */
}

.michelin.scrolled .michelin__logo--mobile {
  display: block;
}

.team-slider .owl-stage {
  padding: 90px 0;
}

.team-slider .owl-nav {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  transform: translateY(calc(-50% - 22px));
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 600px) {
  .team-slider .owl-nav {
    width: 90%;
    left: 5%;
  }
}

.team-slider .owl-prev,
.team-slider .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  width: 50px;
  height: 50px;
  color: #fff !important;
  filter: drop-shadow(0 0 9px rgb(0 0 0 / 60%));
}

.team-slider .owl-prev:hover,
.team-slider .owl-next:hover {
  background: none !important;
  color: #fff !important;
}

.team-slider svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-slider .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.team-slider .owl-item.active {
  opacity: 0.7;
  visibility: visible;
}

.team-slider .owl-item.center {
  opacity: 1;
  z-index: 50;
  transform: scale(1.3);
}

.team-slider__view {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.team-slider .owl-item.center .team-slider__view::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.45)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.45) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45) 0,
    rgba(0, 0, 0, 0) 50%
  );
  z-index: 2;
}

.team-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-slider__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;

  display: flex;
  flex-direction: column;
  gap: 4px;

  color: #fff;
  text-shadow: 0 2px 6px rgb(0 0 0 / 60%);

  opacity: 0;
  visibility: 0;
  transition: 0.3s;
  z-index: 3;
}

.team-slider .owl-item.center .team-slider__content {
  opacity: 1;
  visibility: visible;
}

.team-slider__name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .team-slider__name {
    font-size: 20px;
  }
}

.team-slider__position {
  font-size: 18px;
}

.team-slider__actions {
  line-height: 1.3;
  margin-top: 20px;
  opacity: 0;
}

.team-slider__actions-link {
  letter-spacing: normal !important;
  text-transform: initial !important;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 400;
  color: #474747;
  padding: 0.5rem;
  border: 2px solid #980e22;
  text-decoration: none!important;
}

.team-slider .owl-item.center .team-slider__actions {
  opacity: 1;
}

[data-modal-open] {
  cursor: pointer;
}
.modal {
  display: none !important;
}
.modal.is-open {
  display: block !important;
}
.modal--fade[aria-hidden="false"] .modal__window {
  -webkit-animation: mwfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mwfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--fade[aria-hidden="true"] .modal__window {
  -webkit-animation: mwfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mwfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--fade[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mofadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mofadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--fade[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mofadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mofadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--fade .modal__window,
.modal--fade .modal--fade .modal__overlay {
  will-change: transform;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}
.modal__window {
  position: relative;
  background-color: #fff;
  padding: 25px 30px;
  width: 800px;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__window--small {
  width: 480px;
}
@media (max-width: 768px) {
  .modal__window {
    padding: 20px;
  }
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 15px 0 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: var(--text-color-dark);
  cursor: pointer;
  padding: 0;
}
.modal__close svg {
  height: 32px;
  width: 32px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .modal__close svg {
    height: 25px;
    width: 25px;
  }
}
.modal__content {
  padding-top: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .modal__content {
    margin-top: 15px;
  }
}
@-webkit-keyframes mwfadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mwfadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes mwfadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes mwfadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes mofadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mofadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mofadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mofadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.form {
  position: relative;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__fieldset {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(var(--gap-half)* -1) var(--gap);
}

.form__field {
  width: 100%;
    padding: 0 var(--gap-half);
    margin-bottom: var(--gap);
    box-sizing: border-box;
}
.form__field--half {
    width: 50%;
}
@media (max-width: 575.98px) {
  .form__field {
    margin: 0 0 15px 0;
  }
}
.form__field--empty {
  display: none;
}
.form__field--fourth {
  width: 50%;
}
.form__field--text-center {
    text-align: center;
}
@media (min-width: 576px) {
  .form__field {
    width: 100%;
  }
  .form__field--half {
    width: 50%;
  }
  .form__field--third {
    width: calc(100% / 3);
  }
  .form__field--fourth {
    width: calc(100% / 4);
  }
  .form__field--auto {
    width: auto;
  }
  .form__field--empty {
    display: block;
  }
}
.form__field--first {
  margin-top: 0;
}
.form__field--last {
  margin-bottom: 0;
}
.form__field-description {
  font-size: 13px;
  line-height: 15px;
  opacity: .7;
  font-weight: 400;
  margin-top: 10px;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .form__group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--font-size-medium);
  font-weight: 500;
  margin: 0 0 15px 0;
}
.form__label--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 15px 0 0;
}
.form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .form__actions {
    margin-top: 15px;
  }
}
.form__actions--center {
  text-align: center;
}
.form__actions .btn:not(:last-child) {
  margin: 0 15px 0 0;
}
@media (max-width: 575.98px) {
  .form__actions .btn:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.form__actions--fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
}
.form__actions--fill .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: var(--gap-0-5);
}
.form__actions--fill .btn:first-child {
  margin-left: 0;
}

.button {
    color: #616161;
    display: inline-block;
    font-size: 25px;
    padding: 7px 13px;
    border: 2px solid currentColor;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.textfield {
    font-family: "Futuris", sans-serif;
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    font-size: 16px;
    height: 50px;
    color: #383838;
    background-color: #F0F0F0;
    border: 2px solid #616161;
    transition: 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.textfield:focus {
    border-color: #f1f1f1;
    background-color: #fff;
}

.attach {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 60px;
  border: 2px dashed #616161;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.attach:hover {
  border-color: #f1f1f1;
}

.attach--filled {
  border-style: solid;
}

.attach__input {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  position: absolute;
}

.form__result {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}

.form__result--show {
  opacity: 1;
  visibility: visible;
}

.book-plugin {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 5;
}

.book-plugin__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #f0f1f1;
  border-radius: 50%;
  border: 2px #ed1c24 solid;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
  outline: none;
}

.book-plugin__label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: none;
}

.book-plugin__trigger {
  position: absolute;
  left: 34px;
  bottom: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f0f1f1;
  border-radius: 50%;
  cursor: pointer;
  border: 2px #ed1c24 solid;
  z-index: 1;
  opacity: 0;
  visibility: 0;
  transition: .3s;
}

.book-plugin--active .book-plugin__trigger {
  opacity: 1;
}

.book-plugin--active .book-plugin__trigger--route {
  bottom: 140px;
  transition: .3s;
}
.book-plugin--active .book-plugin__trigger--call {
  bottom: 210px;
  transition: .4s;
}
.book-plugin--active .book-plugin__trigger--book {
  bottom: 280px;
  transition: .5s;
}

.book-plugin__trigger-icon {
  stroke-width: 2;
  stroke: #222;
}

section.docs .docs-block {
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

section.docs .docs-block .single-doc-block {
        display: block;
    outline: 0;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 33%;
    text-align: center;
}
@media (max-width: 575.98px) {
  section.docs .docs-block {
    flex-wrap: wrap;
 width: 100%;
  }
  section.docs .docs-block .single-doc-block{
 width: 100%;
  }
}
 
a.single-doc {
  padding: 1rem;
    border: 2px solid #980e22;
}

.address a {
  color:#980e22;
}

.address a:hover {
  color:#980e22;
  opacity: 0.8;

}

section.event {
    padding: 90px 0;
}

section.event .event-header {
    width: 80%;
    margin: auto;
    text-align: center;
}

section.event .event-header .title {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.event .event-header .event-desc {
  font-size: 17px;
    font-weight: 400;
    color: #616161;
    line-height: 1.3;
    margin-bottom: 3rem;
}
section.event .event-slider{
  position: relative;
}
section.event .event-slider .img {
    height: 400px;
    background-size: cover;
    border: 10px solid var(--gold);
    background-position: center;
}
.circle-block{
    display: flex;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
}
.circle-banner{
  width: 90px;
}
section.event .content{
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  row-gap: 2rem;
}
section.event .event-left{
  width: 43%;
}
section.event .event-right{
    width: 55%;
    
}
section.event .event-left p {
  font-size: 17px;
  font-weight: 400;
  color: #616161;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: left;
}
section.event .owl-slider .owl-prev {
  left: 1rem;
}
section.event .owl-slider .owl-next {
  right: 1rem;
}
section.event-wine {
    padding: 90px 0;
}

section.event-wine .event-wine-header {
    width: 80%;
    margin: auto;
    text-align: center;
}

section.event-wine .event-wine-header .title {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.event-wine .event-wine-header .event-wine-desc {
  font-size: 17px;
    font-weight: 400;
    color: #616161;
    line-height: 1.3;
    margin-bottom: 3rem;
}
section.event-wine .event-wine-slider{
  position: relative;
}
section.event-wine .event-wine-slider .img {
    height: 400px;
    background-size: cover;
    border: 10px solid #fff;
    background-position: center;
}
section.event-wine .content{
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  row-gap: 2rem;
}
section.event-wine .event-wine-left{
  width: 60%;
}
section.event-wine .event-wine-right{
    width: 33%;
    
}
section.event-wine .event-wine-left a {
    margin: 41px 0 33px 0;
    font-family: "Futuris", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #474747;
    text-decoration: underline;
    letter-spacing: 5px;
    text-transform: uppercase;
}
section.event-wine .event-wine-right p {
  font-size: 17px;
  font-weight: 400;
  color: #616161;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: left;
}
section.event-wine .owl-slider .owl-prev {
  left: 1rem;
}
section.event-wine .owl-slider .owl-next {
  right: 1rem;
}
.info-data{
  text-align: center;
}
.info-data-title{
  font-size: 2rem;
  font-weight: 600;
}
.info-data-desc{
  font-size: 17px;
  font-weight: 400;
  color: #616161;
  line-height: 1.3;
  margin-top:0.5rem;
}
.events-buttons-container{
  justify-content: left;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
}
.event-wines-buttons-container{
  justify-content: left;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  row-gap: 1rem;
  column-gap: 1rem;
}
.btn-gold{
  padding: 1rem;
  border: 2px solid #980e22;
  font-family: 'AvenirNext', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #474747;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--gold)!important;
}

@media screen and (max-width: 700px) {

  section.event .event-slider .img {
    height: 300px;
  }
  section.event .content{
    flex-direction: column;
  }
  section.event .event-left, section.event .event-right{
    width: 100%;
  }
  .info-data-title {
    font-size: 1.5rem;
  }
  .info-data-desc{
    font-size: 15px;
  }
  .events-buttons-container{
    flex-wrap: wrap;
  }
  .event-wines-buttons-container{
    flex-wrap: wrap;
  }
  .events-buttons-container > div {
    width: 100%;
    flex: auto;
    display: flex;
  }
  .event-wines-buttons-container > div {
    width: 100%;
    flex: auto;
    display: flex;
  }
  .btn-gold {
    width: 100%;
  }
  section.event .owl-slider .owl-dots {
    margin-right: 0px;
  }

  section.event-wine .event-wine-slider .img {
    height: 300px;
  }
  section.event-wine .content{
    flex-direction: column-reverse;
  }
  section.event-wine .event-wine-left, section.event-wine .event-wine-right{
    width: 100%;
  }
  section.event-wine .owl-slider .owl-dots {
    margin-right: 0px;
  }

}

.awards{
    display: flex;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.awards img{
    width: 100px;
}


.tags-block{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.tags-item {
    padding: 0.5rem;
    text-align: center;
    background: #fff;
    border: 3px solid var(--gold);
    border-radius: 0px;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}

.agb{
  padding: 2rem 0;
}
.agb h1{font-size: 2.1rem; margin-bottom: 1.5rem;}
.agb h2{font-size: 1.7rem; margin-bottom: 1.5rem;}
.agb h3{font-size: 1.3rem; margin-bottom: 1.5rem;}
.agb h4{font-size: 1.1rem; margin-bottom: 1.2rem;}
.agb p{margin-bottom: 2.1rem; line-height: 1.2}

@media screen and (max-width: 700px) {

  .tags-block{
        flex-wrap: wrap;
        row-gap: 0.5rem;
        bottom: 50px;
  }
  .tags-item {
     font-size: 0.7rem;
   }


}

.img-modal img{
    width: auto;
    max-height: 70vh;
  }
.img-modal .modal__window{
  width: auto;
}

@media screen and (max-width: 700px) {

  .img-modal img {
      width: 100%;
      /* max-height: 70vh; */
  }
}
.grecaptcha-badge{
  display: none;
}
/* End */
/* /local/templates/mine/assets/css/main.css?175648048944576 */
