.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.w100 {
  width: 100%;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.underline:hover {
  text-decoration: underline;
}

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

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

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:after, .before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.initialized {
  display: none;
}
.initialized.slick-initialized {
  display: block;
}

.btn {
  background-color: #09954E;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 60px;
  padding: 0 50px;
  line-height: 120%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s all ease;
}
.btn:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 20px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transform: rotate(15deg);
  z-index: 33;
  animation: 4s btnBlick ease-in infinite;
}
.btn:hover {
  background-color: #861a22;
  box-shadow: 5px 10px 15px rgba(203, 47, 61, 0.5);
}

.slider-arr {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s all ease;
  background-color: #09954E;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider-arr.prev {
  left: 0;
}
.slider-arr.next {
  right: 0;
}
.slider-arr:hover {
  background-color: #861a22;
  transform: translateY(-50%) scale(1.1);
}

.slick-dots {
  left: 50%;
  bottom: 40px;
}

.red {
  color: #861a22;
}

.green {
  color: #09954E;
}

.pointer {
  cursor: pointer;
}

.hover_red:hover {
  color: #861a22;
}

.messengers a {
  background-color: #09954E;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  justify-content: center;
}
.messengers a:hover {
  transform: scale(1.1);
}

.section_label {
  background: #DCEBCC;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
}
.section_label p {
  margin: 0 !important;
}

.play {
  position: relative;
}
.play:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
.play:hover:after {
  display: none;
}
.play:after, .play:before {
  width: 70px;
  height: 70px;
  background: #861a22;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play:before {
  background-image: url("/img/play.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 20px;
  z-index: 1;
}
.play:after {
  animation: 3s playAnimate ease-in infinite;
}

.has_dot {
  position: relative;
}
.has_dot:after, .has_dot:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #09954E;
}
.has_dot:after {
  animation: 2s dotAnimate ease-in infinite;
}

.section_title {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 40px;
}

.text_shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.label_red {
  background: #861a22;
  border-radius: 40px;
  font-size: 14px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.img_fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs {
  margin-top: 170px;
}
.breadcrumbs ol {
  display: inline-block;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs a:after {
  content: "|";
  margin-right: 7px;
  padding-left: 6px;
}
.breadcrumbs a:hover {
  color: #09954E;
  text-decoration: underline;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
}

.show_at_mobile {
  display: none;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .btn {
    height: 3.05vw;
    border-radius: 3.66vw;
    padding: 0 3.05vw;
  }
  .btn:before {
    width: 1.22vw;
    height: 12.2vw;
  }

  .slider-arr {
    width: 2.44vw;
    height: 2.44vw;
  }

  .slick-dots {
    bottom: 2.44vw;
  }

  .messengers a {
    width: 2.01vw;
    height: 2.01vw;
    border-radius: 0.3vw;
  }
  .messengers a svg {
    width: 60%;
    height: 60%;
  }

  .section_label {
    font-size: 0.85vw;
    padding: 0.3vw 0.91vw;
    border-radius: 1.22vw;
  }

  .play:after, .play:before {
    width: 4.27vw;
    height: 4.27vw;
  }
  .play:before {
    background-size: 1.1vw 1.22vw;
  }

  .has_dot:after, .has_dot:before {
    left: -0.91vw;
    width: 0.37vw;
    height: 0.37vw;
  }

  .section_title {
    font-size: 2.44vw;
    margin: 0.91vw 0 2.44vw;
  }

  .label_red {
    border-radius: 2.44vw;
    font-size: 0.85vw;
    padding: 0.12vw 0.61vw;
    gap: 0.61vw;
  }
  .label_red img {
    width: 0.73vw;
  }

  .breadcrumbs {
    margin-top: 10.37vw;
  }
  .breadcrumbs a:after {
    margin-right: 0.43vw;
    padding-left: 0.37vw;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 0.85vw;
  }
}
@media only screen and (max-width: 900px) {
  .hide_at_mobile {
    display: none;
  }

  .section_label {
    font-size: 12px;
    margin: 0 auto;
  }

  .section_title {
    font-size: 30px;
    text-align: center;
  }

  .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .w100_mobile {
    width: 100%;
  }

  .show_at_mobile {
    display: flex;
  }

  .breadcrumbs {
    margin-top: 90px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumbs a:after {
    margin-right: 2px;
    padding-left: 1px;
  }
}
@keyframes btnBlick {
  0% {
    left: -50%;
  }
  30% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@keyframes dotAnimate {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(3);
    opacity: 0;
  }
}
@keyframes playAnimate {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
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;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100vw;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%;
  background: #F8F8F8;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  line-height: 140%;
  color: #000;
}

.container {
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  max-width: 1640px;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: 600;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1a2c0f;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  p, a {
    font-size: 0.98vw;
  }

  .container {
    padding-left: 7.32vw;
    padding-right: 7.32vw;
  }
}
@media only screen and (max-width: 900px) {
  body {
    overflow: hidden;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz28 {
  font-size: 28px;
}

.fz34 {
  font-size: 34px;
}

.br20 {
  border-radius: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.gap50 {
  gap: 50px;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .fz12 {
    font-size: 0.73vw;
  }

  .fz13 {
    font-size: 0.79vw;
  }

  .fz14 {
    font-size: 0.85vw;
  }

  .fz15 {
    font-size: 0.91vw;
  }

  .fz18 {
    font-size: 1.1vw;
  }

  .fz20 {
    font-size: 1.22vw;
  }

  .fz22 {
    font-size: 1.34vw;
  }

  .fz28 {
    font-size: 1.71vw;
  }

  .fz34 {
    font-size: 2.07vw;
  }

  .br20 {
    border-radius: 1.22vw;
  }

  .mt5 {
    margin-top: 0.3vw;
  }

  .mt10 {
    margin-top: 0.61vw;
  }

  .mt20 {
    margin-top: 1.22vw;
  }

  .mt30 {
    margin-top: 1.83vw;
  }

  .mt40 {
    margin-top: 2.44vw;
  }

  .mt60 {
    margin-top: 3.66vw;
  }

  .mt80 {
    margin-top: 4.88vw;
  }

  .mt100 {
    margin-top: 6.1vw;
  }

  .mt120 {
    margin-top: 7.32vw;
  }

  .gap10 {
    gap: 0.61vw;
  }

  .gap20 {
    gap: 1.22vw;
  }

  .gap30 {
    gap: 1.83vw;
  }

  .gap50 {
    gap: 3.05vw;
  }
}
@media only screen and (max-width: 900px) {
  .fz12 {
    font-size: 10px;
  }

  .fz20 {
    font-size: 18px;
  }

  .gap20 {
    gap: 10px;
  }
}
form .input_group label {
  margin-bottom: 10px;
  display: inline-block;
}
form .input_group label b {
  color: #861a22;
}
form .input_field {
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  transition: 0.3s all ease;
  box-sizing: border-box;
}
form .input_field:active, form .input_field:focus {
  border-color: #861a22;
}
form textarea {
  outline: none;
}
form textarea.input_field {
  padding: 15px 20px;
  height: 200px;
  border-radius: 20px;
}
form button {
  border: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
form .agree_row input {
  width: 14px;
  height: 14px;
}
form .agree_row input:after, form .agree_row input:before {
  width: 120%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
form .agree_row input:checked:after {
  background-color: #09954E;
  border-radius: 5px;
  z-index: 2;
  background-image: url("/img/checked.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
form .agree_row input:checked:before {
  background-color: #861a22;
  border: none;
}
form .agree_row input:before {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #F1F5F6;
  border-radius: 5px;
  z-index: 1;
}
form .agree_row a {
  text-decoration: underline;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  form .input_group label {
    margin-bottom: 0.61vw;
    font-size: 0.98vw;
  }
  form .input_field {
    height: 3.05vw;
    font-size: 0.98vw;
    padding: 0 1.22vw;
    border-radius: 3.05vw;
  }
  form textarea.input_field {
    padding: 0.91vw 1.22vw;
    height: 12.2vw;
    border-radius: 1.22vw;
  }
  form button {
    font-size: 0.98vw;
  }
  form .agree_row input {
    width: 0.85vw;
    height: 0.85vw;
  }
  form .agree_row input:checked:after {
    border-radius: 0.3vw;
    background-size: 0.61vw 0.61vw;
  }
  form .agree_row input:before {
    border-radius: 0.3vw;
  }
}
@media only screen and (max-width: 900px) {
  form .input_field {
    width: 100%;
  }
  form.gap20 {
    gap: 20px;
  }
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  margin: 25px 0;
}
.content_seo h1 strong, .content_seo h2 strong, .content_seo h3 strong, .content_seo h4 strong, .content_seo h5 strong, .content_seo h6 strong {
  color: inherit;
}
.content_seo h2 {
  font-size: 30px;
}
.content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  margin: 20px 0 10px;
}
.content_seo h3 {
  font-size: 24px;
}
.content_seo h4 {
  line-height: 150%;
  font-size: 22px;
}
.content_seo h5 {
  line-height: 150%;
  font-size: 20px;
}
.content_seo h6 {
  line-height: 150%;
  font-size: 16px;
}
.content_seo p {
  line-height: 140%;
  margin: 15px 0;
}
.content_seo i {
  font-style: italic;
}
.content_seo a {
  font-weight: 500;
  margin-top: 30px;
  color: #09954E;
  text-decoration: underline;
}
.content_seo a:hover {
  color: #861a22;
}
.content_seo a.btn {
  color: #fff;
  text-decoration: none;
}
.content_seo .play {
  display: inline-block;
}
.content_seo img {
  border-radius: 20px;
}
.content_seo ul li {
  margin: 5px 0;
}
.content_seo ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #861a22;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  top: -3px;
  position: relative;
}
.content_seo .btgrid .row {
  display: flex;
  flex-flow: nowrap;
  gap: 70px;
}
.content_seo .btgrid .col-md-6 {
  width: 50%;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 2.44vw;
    margin: 1.52vw 0;
  }
  .content_seo h2 {
    font-size: 1.83vw;
  }
  .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    margin: 1.22vw 0 0.61vw;
  }
  .content_seo h3 {
    font-size: 1.46vw;
  }
  .content_seo h4 {
    font-size: 1.34vw;
  }
  .content_seo h5 {
    font-size: 1.22vw;
  }
  .content_seo h6 {
    font-size: 0.98vw;
  }
  .content_seo p {
    margin: 0.91vw 0;
  }
  .content_seo a {
    margin-top: 1.83vw;
  }
  .content_seo img {
    border-radius: 1.22vw;
  }
  .content_seo ul li {
    margin: 0.3vw 0;
    font-size: 0.98vw;
  }
  .content_seo ul li:before {
    width: 0.3vw;
    height: 0.3vw;
    margin-right: 0.43vw;
    top: -0.18vw;
  }
  .content_seo .btgrid .row {
    gap: 4.27vw;
  }
}
@media only screen and (max-width: 900px) {
  .content_seo h1 {
    font-size: 28px;
  }
  .content_seo h2 {
    font-size: 24px;
  }
  .content_seo h3 {
    font-size: 22px;
  }
  .content_seo h4 {
    font-size: 20px;
  }
  .content_seo h5 {
    font-size: 18px;
  }
  .content_seo h6 {
    font-size: 16px;
  }
  .content_seo img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .content_seo .btgrid .row {
    flex-flow: wrap;
    gap: 0;
  }
  .content_seo .btgrid .col-md-6 {
    width: 100% !important;
  }
}
header {
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header.fixed nav a {
  padding: 12px 0;
}
header.fixed .menu_row {
  margin-top: 5px;
}
header.fixed .menu_row:after, header.fixed .menu_row:before {
  width: 1000%;
  background: rgba(0, 0, 0, 0.1);
}
header.fixed .child_menu li a {
  padding: 10px 20px;
}
header.fixed .lang_block p {
  padding: 10px 0;
}
header.fixed .lang_block p svg path,
header.fixed .has_child a svg path {
  fill: #333;
}
header.fixed .catalog_btn {
  background-color: transparent;
  color: #861a22;
}
header.fixed .catalog_btn:hover {
  background-color: #861a22;
}
header.fixed .catalog_btn svg path {
  fill: #861a22;
}
header.fixed:before {
  display: none;
}
header.fixed p, header.fixed a {
  color: #333333;
}
header .show_call_me_form {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 4px;
}
header .catalog_btn {
  background: transparent;
  border: 1px solid #861a22;
  padding: 0 30px;
}
header .catalog_btn:hover {
  color: #fff;
}
header .catalog_btn:hover svg path {
  fill: #fff;
}
header .show_callback_form {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.menu_row:after, .menu_row:before {
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.menu_row:after {
  top: 100%;
}
.menu_row a, .menu_row p {
  font-weight: 500;
  font-size: 17px;
}

.lang_block p {
  padding: 15px 0;
  cursor: pointer;
}
.lang_block a:hover {
  opacity: 1;
  color: #861a22;
}
.lang_block:hover p svg {
  transform: rotate(180deg);
}
.lang_block:hover p svg path {
  fill: #861a22;
}
.lang_block:hover .child_langs {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.child_langs {
  position: absolute;
  right: 0;
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

nav .has_child {
  position: relative;
}
nav .has_child:hover .child_menu {
  opacity: 1;
  visibility: visible;
}
nav .has_child:hover > a {
  color: #861a22;
}
nav .has_child:hover > a svg {
  transform: rotate(180deg);
}
nav .has_child:hover > a svg path {
  fill: #861a22;
}
nav .child_menu {
  position: absolute;
  top: 100%;
  left: -20px;
  background: #F8F8F8;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
nav .child_menu a {
  display: block;
  padding: 10px 20px;
}
nav .child_menu a:hover {
  background-color: #09954E;
  color: #fff;
}
nav a {
  display: inline-block;
  padding: 15px 0;
}
nav a:hover {
  color: #861a22;
}

.header_white .child_langs a {
  color: #333;
}
.header_white .child_langs a:hover {
  color: #861a22;
}
.header_white .lang_block svg path {
  fill: #fff;
}
.header_white .menu_row:after, .header_white .menu_row:before {
  background: rgba(255, 255, 255, 0.2);
}
.header_white p, .header_white a {
  color: #fff;
}
.header_white a svg path {
  fill: #fff;
}
.header_white .child_menu a {
  color: #333333;
}
.header_white .catalog_btn {
  background: #861a22;
}
.header_white .catalog_btn svg path {
  fill: #fff;
}
.header_white:before {
  content: "";
  position: absolute;
  display: block;
  height: 150%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(55, 60, 58, 0.6) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.burger_btn {
  display: none;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  background-color: #09954E;
  border-radius: 5px;
}
.burger_btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
.burger_btn span:first-child {
  top: calc(50% - 8px);
}
.burger_btn span:last-child {
  top: calc(50% + 8px);
}
.burger_btn.active span:nth-child(2) {
  left: 70%;
  opacity: 0;
}
.burger_btn.active span:first-child {
  transform: rotate(45deg) translate(-50%, -50%);
  top: calc(50% + 6px);
  left: calc(50% - 4px);
}
.burger_btn.active span:last-child {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: calc(50% - 8px);
  left: calc(50% - 2px);
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  header {
    padding: 0.61vw 0 0;
  }
  header.fixed nav a {
    padding: 0.73vw 0;
  }
  header.fixed .menu_row {
    margin-top: 0.3vw;
  }
  header.fixed .child_menu li a {
    padding: 0.61vw 1.22vw;
  }
  header.fixed .lang_block p {
    padding: 0.61vw 0;
  }
  header .catalog_btn {
    padding: 0 1.83vw;
  }
  header .show_callback_form {
    text-underline-offset: 0.18vw;
  }

  .catalog_btn svg {
    width: 0.91vw;
    height: 0.91vw;
  }

  ._phone_block svg {
    width: 1.1vw;
    height: 1.77vw;
  }

  ._logo img {
    width: 4.76vw;
  }

  .menu_row a, .menu_row p {
    font-size: 1.04vw;
  }

  .has_child svg {
    width: 0.61vw;
    height: 0.37vw;
  }

  .lang_block p {
    padding: 0.91vw 0;
  }

  .child_langs {
    padding: 0.61vw;
  }

  nav .child_menu {
    left: -1.22vw;
  }
  nav .child_menu a {
    padding: 0.61vw 1.22vw;
  }
  nav a {
    padding: 0.91vw 0;
  }
}
@media only screen and (max-width: 900px) {
  .burger_btn {
    display: block;
  }

  header ._messengers,
header ._logo .fz13,
header .catalog_btn,
.menu_row {
    display: none;
  }

  header {
    padding-top: 5px;
  }
  header.open {
    position: fixed;
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 150px;
  }
  header.open .catalog_btn,
header.open ._messengers {
    display: flex;
  }
  header.open .menu_row {
    display: block;
  }
  header.open:before {
    display: none;
  }
  header.open p, header.open a {
    color: #333333 !important;
  }
  header.open nav a svg path {
    fill: #333333 !important;
  }
  header ._phone_block div {
    align-items: center !important;
  }
  header ._phone_block svg {
    display: none;
  }
  header ._logo img {
    width: 70px;
  }
  header .show_call_me_form {
    font-size: 12px;
  }
  header ._messengers {
    position: absolute;
    left: 18px;
    top: 180px;
    z-index: 999;
  }
  header a.catalog_btn {
    position: absolute;
    box-shadow: none !important;
    top: 100px;
    left: 18px;
    background: #861a22 !important;
    width: calc(100% - 36px);
    color: #fff !important;
    z-index: 999;
  }
  header a.catalog_btn svg path {
    fill: #fff !important;
  }

  ._top_row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }

  .menu_row {
    margin-top: 5px;
    padding-top: 160px;
  }
  .menu_row:before, .menu_row:after {
    display: none;
  }
  .menu_row nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .menu_row nav ul li {
    width: 100%;
  }
  .menu_row nav a {
    padding: 10px 0 !important;
    width: 100%;
    position: relative;
  }
  .menu_row nav a svg {
    position: relative;
    left: 40px;
  }
  .menu_row nav a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100vw - 36px);
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 1px;
    pointer-events: none;
  }

  nav .child_menu {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
    border: none;
    position: relative;
    transform: translateY(0);
    display: none;
  }
  nav .child_menu a {
    padding-left: 20px !important;
  }
  nav .child_menu a:hover {
    background: transparent;
  }

  .has_child {
    padding-right: 40px;
  }
  .has_child:hover .child_menu {
    display: block;
    z-index: 999;
  }

  .lang_block p.gap10 {
    display: none;
  }

  .child_langs {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none;
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
}
.hero_slider {
  height: 776px;
  overflow: hidden;
}
.hero_slider .slick-slide {
  height: 0;
}
.hero_slider .slick-slide.slick-current {
  height: -moz-max-content;
  height: max-content;
}
.hero_slider.slick-initialized {
  height: -moz-max-content;
  height: max-content;
  overflow: visible;
}
.hero_slider .slider-arr.prev {
  left: calc(50% - 780px);
}
.hero_slider .slider-arr.next {
  right: calc(50% - 780px);
}

.hero_video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_slide_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_slide_inner {
  padding: 180px 0 120px;
  min-height: 700px;
}
.hero_slide_inner .content_seo {
  max-width: 780px;
  padding-left: 40px;
}
.hero_slide_inner .fz14 p {
  font-size: inherit;
}
.hero_slide_inner h2 {
  font-size: 40px;
}
.hero_slide_inner h2, .hero_slide_inner h3, .hero_slide_inner p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.hero_slide_inner p {
  font-size: 18px;
}
.hero_slide_inner .btn {
  height: 65px;
}
.hero_slide_inner:before {
  width: 60%;
  background: linear-gradient(90deg, rgba(55, 60, 58, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.welcome_seo_text.open .content_seo {
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 20px;
}
.welcome_seo_text.open .content_seo:before {
  display: none;
}
.welcome_seo_text.open .show_text_btn {
  display: none;
}
.welcome_seo_text .content_seo {
  height: 400px;
  overflow: hidden;
}
.welcome_seo_text .content_seo:after {
  display: none;
}
.welcome_seo_text .content_seo:before {
  height: 40%;
  top: 60%;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0.93) 20%, rgba(255, 255, 255, 0) 100%);
}
.welcome_seo_text .show_text_btn {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 3px;
}
.welcome_seo_text .show_text_btn:hover {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .hero_slider {
    height: 47.32vw;
  }
  .hero_slider .slider-arr.prev {
    left: 2.44vw;
  }
  .hero_slider .slider-arr.next {
    right: 2.44vw;
  }

  .hero_slide_inner {
    padding: 10.98vw 0 7.32vw;
    min-height: 42.68vw;
  }
  .hero_slide_inner .content_seo {
    max-width: 47.56vw;
    padding-left: 2.44vw;
  }
  .hero_slide_inner .col-md-4 img {
    width: 1.83vw !important;
    height: 1.83vw !important;
  }
  .hero_slide_inner h2 {
    font-size: 2.44vw;
  }
  .hero_slide_inner p {
    font-size: 1.1vw;
  }
  .hero_slide_inner .btn {
    height: 3.96vw;
  }

  .about_section .content_seo img {
    min-width: 25.85vw !important;
    width: 25.85vw !important;
  }
}
@media only screen and (max-width: 900px) {
  .hero_slide_inner {
    padding: 100px 0 80px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero_slide_inner h2 {
    font-size: 30px;
  }
  .hero_slide_inner p {
    font-size: 16px;
  }
  .hero_slide_inner p img {
    width: auto !important;
  }
  .hero_slide_inner .content_seo {
    padding-left: 0;
  }
  .hero_slide_inner .btgrid .row {
    gap: 20px;
  }
  .hero_slide_inner .btgrid .row img {
    width: 30px !important;
    min-width: 30px !important;
  }

  .about_section .col-md-6 img {
    min-width: 100% !important;
  }
}
.tour_card {
  width: 32%;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
  height: 380px;
}
.tour_card .price b {
  font-size: 22px;
}
.tour_card p, .tour_card a {
  color: #fff;
}
.tour_card:after {
  display: none;
}
.tour_card:before {
  top: 60%;
  height: 40%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.93) 0%, rgba(51, 51, 51, 0.57) 79%, rgba(255, 255, 255, 0) 100%);
}
.tour_card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.tour_card .slider-arr {
  width: 35px;
  height: 35px;
}
.tour_card .slider-arr.prev {
  left: 20px;
}
.tour_card .slider-arr.next {
  right: 20px;
}
.tour_card ul.slick-dots {
  bottom: 20px;
  z-index: 3;
}
.tour_card ul.slick-dots li {
  width: 7px;
  height: 7px;
}

.tour_top_card {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.tour_top_card .play {
  position: relative;
  right: 20px;
  top: 10px;
}
.tour_top_card .play:after, .tour_top_card .play:before {
  width: 40px;
  height: 40px;
}
.tour_top_card .play:before {
  background-size: 11px 13px;
}

.tour_card_desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 20px 40px;
  flex-direction: column;
  align-items: flex-start;
}
.tour_card_desc .name:hover {
  text-decoration: underline;
}

.tour_image {
  height: 380px;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .tour_card {
    margin-bottom: 1.52vw;
    height: 23.17vw;
  }
  .tour_card .price b {
    font-size: 1.34vw;
  }
  .tour_card .slider-arr {
    width: 2.13vw;
    height: 2.13vw;
  }
  .tour_card .slider-arr.prev {
    left: 1.22vw;
  }
  .tour_card .slider-arr.next {
    right: 1.22vw;
  }
  .tour_card ul.slick-dots {
    bottom: 1.22vw;
  }
  .tour_card ul.slick-dots li {
    width: 0.43vw;
    height: 0.43vw;
  }

  .tour_top_card {
    padding: 1.22vw;
  }
  .tour_top_card .play {
    right: 1.22vw;
    top: 0.61vw;
  }
  .tour_top_card .play:after, .tour_top_card .play:before {
    width: 2.44vw;
    height: 2.44vw;
  }
  .tour_top_card .play:before {
    background-size: 0.67vw 0.79vw;
  }

  .tour_card_desc {
    padding: 0 1.22vw 2.44vw;
  }

  .tour_image {
    height: 23.17vw;
  }
}
@media only screen and (max-width: 900px) {
  .tour_card {
    width: 100%;
  }
}
.tour_category {
  background: rgba(220, 235, 204, 0.5);
  padding: 20px;
}
.tour_category li {
  margin-bottom: 5px;
}
.tour_category li.active a {
  color: #09954E;
  font-weight: 600;
  text-decoration: underline;
}
.tour_category a:hover {
  color: #09954E;
  font-weight: 600;
  text-decoration: underline;
}

.tour_categories {
  position: sticky;
  top: 160px;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .tour_category {
    padding: 1.22vw;
  }
  .tour_category li {
    margin-bottom: 0.3vw;
  }

  .tour_categories {
    top: 9.76vw;
  }
}
.ekskursiya_sm_slider .slick-slide.slick-current .ekskursiya_image_sm {
  border-color: #09954E;
}

.btn-transparent {
  color: #09954E;
  border: 1px solid #09954E;
}
.btn-transparent:hover {
  color: #fff;
  border-color: #861a22;
}

.ekskursiya_price b {
  color: #09954E;
}

.group_tour_card {
  height: 380px;
  padding: 30px;
  overflow: hidden;
}
.group_tour_card .excerpt {
  opacity: 0;
  top: 50px;
}
.group_tour_card .inner {
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.group_tour_card .btn {
  height: 40px;
  padding: 0 30px;
}
.group_tour_card img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.group_tour_card:before {
  height: 30%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
}
.group_tour_card:hover .title {
  text-decoration: underline;
}
.group_tour_card:hover .excerpt {
  opacity: 1;
  top: 0;
}
.group_tour_card:hover:before {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .group_tour_card {
    height: 23.17vw;
    padding: 1.83vw;
  }
  .group_tour_card .excerpt {
    top: 3.05vw;
  }
  .group_tour_card .btn {
    height: 2.44vw;
    padding: 0 1.83vw;
  }
}
.post_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.post_card {
  height: 300px;
}
.post_card .more {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 3px;
  color: #00d368;
  font-size: 14px;
}
.post_card .more:hover {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.post_card .hours img {
  position: relative;
  width: 12px;
  height: 12px;
}
.post_card .inner {
  position: absolute;
  padding: 20px 30px;
  z-index: 2;
  top: 0;
  left: 0;
}
.post_card .inner:before {
  top: 50%;
  height: 50%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.63) 40%, rgba(255, 255, 255, 0) 100%);
}
.post_card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
.post_card:hover h3 {
  text-decoration: underline;
}

.pagination {
  justify-content: center;
  margin-top: 60px;
}
.pagination .nav-link a.back, .pagination .nav-link a.ahead {
  display: none !important;
}
.pagination nav div:first-child {
  display: none;
}
.pagination nav span.relative {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
}
.pagination nav span.relative button {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #333 !important;
}
.pagination nav span.relative > span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  margin-right: 15px;
  border-radius: 5px;
  color: red;
}
.pagination nav span.relative > span:last-child, .pagination nav span.relative > span:first-child {
  background: transparent;
}
.pagination nav span.relative > span:first-child span span:before, .pagination nav span.relative > span:last-child span span:before {
  display: none;
}
.pagination nav span.relative > span:first-child:before, .pagination nav span.relative > span:last-child:before {
  display: none;
}
.pagination nav span.relative > span:last-child {
  margin-right: 0;
}
.pagination nav span.relative > span svg {
  width: 30px !important;
  height: 30px !important;
  fill: #000;
  opacity: 0.6;
}
.pagination nav span.relative > span:hover svg {
  opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .post_card {
    height: 18.29vw;
  }
  .post_card .hours img {
    width: 0.73vw;
    height: 0.73vw;
  }
  .post_card .inner {
    padding: 1.22vw 1.83vw;
  }

  .pagination {
    margin-top: 3.66vw;
  }
  .pagination nav span.relative button {
    font-size: 0.98vw;
  }
  .pagination nav span.relative > span {
    width: 1.52vw;
    height: 1.52vw;
    margin-right: 0.91vw;
    border-radius: 0.3vw;
  }
  .pagination nav span.relative > span svg {
    width: 1.83vw !important;
    height: 1.83vw !important;
  }
}
@media only screen and (max-width: 900px) {
  .post_cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.gallery_category {
  background-color: #DCEBCC;
}
.gallery_category:hover {
  background-color: #DCEBCC;
}
.gallery_category.active {
  background-color: #09954E;
}

@media only screen and (max-width: 900px) {
  .gallery_category {
    width: -moz-max-content;
    width: max-content;
  }
}
.why_me_cards {
  grid-template-columns: 1fr 1fr;
}

.why_me_card {
  min-height: 370px;
  padding-left: 60px;
  cursor: pointer;
}
.why_me_card .desc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 40px 40px 40px 0;
}
.why_me_card .content_seo {
  background: rgba(220, 235, 204, 0.95);
  padding: 15px 30px;
}
.why_me_card:hover .image {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}
.why_me_card:hover .content_seo {
  background: #dcebcc;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .why_me_card {
    min-height: 22.56vw;
    padding-left: 3.66vw;
  }
  .why_me_card .desc {
    padding: 2.44vw 2.44vw 2.44vw 0;
  }
  .why_me_card .content_seo {
    padding: 0.91vw 1.83vw;
  }
}
@media only screen and (max-width: 900px) {
  .why_me_card .desc {
    flex-direction: row !important;
    gap: 20px;
  }

  .why_me_cards {
    grid-template-columns: 1fr;
  }
}
.video_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.videos.sm {
  grid-template-columns: 1fr 1fr;
}

.videos_card {
  height: 200px;
}
.videos_card .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 60px 40px 40px;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.93) 0%, rgba(255, 255, 255, 0) 100%);
}
.videos_card .hours {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #09954E;
}
.videos_card .hours img {
  width: 12px;
  height: 12px;
  position: relative;
}
.videos_card.big {
  height: 100%;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .videos_card {
    height: 12.2vw;
  }
  .videos_card .desc {
    padding: 3.66vw 2.44vw 2.44vw;
  }
  .videos_card .hours {
    top: 0.61vw;
    right: 0.61vw;
  }
  .videos_card .hours img {
    width: 0.73vw;
    height: 0.73vw;
  }
}
@media only screen and (max-width: 900px) {
  .videos.sm,
.video_block {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .videos_card {
    height: 300px;
  }
  .videos_card .desc {
    padding: 40px 25px 25px;
  }
  .videos_card.big {
    height: 300px;
  }
}
.review_card {
  background: rgba(220, 235, 204, 0.45);
  padding: 30px;
}
.review_card .link {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.review_card .link:hover {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.bg_current_rate {
  position: absolute;
  width: 85px;
  height: 14px;
  background-size: 85px 14px;
}
.bg_current_rate.four {
  width: 70px;
}
.bg_current_rate.three {
  width: 53px;
}
.bg_current_rate.two {
  width: 34px;
}
.bg_current_rate.one {
  width: 17px;
}
.bg_current_rate.zero {
  width: 0;
}

.review_rate {
  width: 85px;
  height: 14px;
}
.review_rate img {
  position: absolute;
  filter: grayscale(100%);
}

.slider_offset .slider-arr.prev {
  left: -80px;
}
.slider_offset .slider-arr.next {
  right: -80px;
}
.slider_offset .slick-list {
  margin: 0 -10px;
}
.slider_offset .slick-slide {
  margin: 0 10px;
  height: 0;
}
.slider_offset .slick-slide.slick-active {
  height: -moz-max-content;
  height: max-content;
}
.slider_offset .slick-dots {
  bottom: -40px;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .review_card {
    padding: 1.83vw;
  }
  .review_card .link {
    text-underline-offset: 0.24vw;
  }

  .bg_current_rate {
    width: 5.18vw;
    height: 0.85vw;
    background-size: 5.18vw 0.85vw;
  }
  .bg_current_rate.four {
    width: 4.27vw;
  }
  .bg_current_rate.three {
    width: 3.23vw;
  }
  .bg_current_rate.two {
    width: 2.07vw;
  }
  .bg_current_rate.one {
    width: 1.04vw;
  }

  .review_rate {
    width: 5.18vw;
    height: 0.85vw;
  }

  .slider_offset .slider-arr.prev {
    left: -4.88vw;
  }
  .slider_offset .slider-arr.next {
    right: -4.88vw;
  }
  .slider_offset .slick-list {
    margin: 0 -0.61vw;
  }
  .slider_offset .slick-slide {
    margin: 0 0.61vw;
  }
  .slider_offset .slick-dots {
    bottom: -2.44vw;
  }
}
@media only screen and (max-width: 900px) {
  .review_card {
    padding-left: 25px;
    padding-right: 25px;
  }
  .review_card .hours {
    margin-top: 10px;
  }
}
.callback_section {
  padding: 80px 0;
}
.callback_section .section_title {
  font-size: 60px;
  line-height: 120%;
}
.callback_section .input_field {
  width: 250px;
}
.callback_section p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.callback_section:before {
  width: 60%;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.63) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .callback_section {
    padding: 4.88vw 0;
  }
  .callback_section .section_title {
    font-size: 3.66vw;
  }
  .callback_section .input_field {
    width: 15.24vw;
  }
}
@media only screen and (max-width: 900px) {
  .callback_section:before {
    width: 100%;
  }
  .callback_section .section_title {
    font-size: 40px;
    text-align: left;
  }
  .callback_section .input_field {
    width: 100%;
  }
}
.faq_col {
  width: 50%;
}

.faq_card {
  padding: 0 30px;
  background-color: #DCEBCC;
  position: relative;
  overflow: hidden;
}
.faq_card .close {
min-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #09954E;
  border-radius: 50%;
  line-height: 90%;
}
.faq_card .title_row {
  background: #DCEBCC;
  padding-top: 20px;
  margin-bottom: 20px;
}
.faq_card.open_faq {
  padding-bottom: 15px;
}
.faq_card.open_faq .title_row {
  margin-bottom: 0;
}
.faq_card.open_faq .close {
  background-color: #861a22;
  transform: rotate(135deg);
}
.faq_card.open_faq .content_seo {
  margin-top: 0;
  opacity: 1;
  position: relative;
}
.faq_card .content_seo {
  margin-top: -20%;
  opacity: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .faq_card {
    padding: 0 1.83vw;
  }
  .faq_card .close {
min-width: 1.83vw;
    width: 1.83vw;
    height: 1.83vw;
  }
  .faq_card .title_row {
    padding-top: 1.22vw;
    margin-bottom: 1.22vw;
  }
  .faq_card.open_faq {
    padding-bottom: 0.91vw;
  }
}
@media only screen and (max-width: 900px) {
  .faq_items {
    flex-flow: wrap !important;
    gap: 20px;
  }

  .faq_col {
    width: 100%;
    gap: 20px;
  }

  .faq_card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer {
  background: #1C1C1C;
  padding-top: 60px;
}
footer p, footer a {
  color: #fff;
}
footer .menu_col li {
  margin-bottom: 5px;
}
footer .menu_col a {
  color: #CACACA;
}
footer .menu_col a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .socials img {
  transition: 0.3s all ease;
}
footer .socials a:hover img {
  transform: scale(1.1);
}
footer .contact_col a:hover {
  color: #861a22;
}
footer .messengers {
  justify-content: flex-start;
}
footer .show_call_me_form {
  height: 40px;
  padding: 0 30px;
}
footer .rights_row {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .rights_row a {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  footer {
    padding-top: 3.66vw;
  }
  footer .menu_col li {
    margin-bottom: 0.3vw;
  }
  footer .logo_col img {
    width: 7.32vw;
  }
  footer .socials img {
    width: 1.83vw;
  }
  footer .show_call_me_form {
    height: 2.44vw;
    padding: 0 1.83vw;
  }
  footer .rights_row {
    padding: 1.22vw 0;
  }
}
@media only screen and (max-width: 900px) {
  footer .container {
    width: 100%;
    flex-direction: column;
    align-items: center !important;
    gap: 40px;
  }
  footer li, footer p, footer a {
    text-align: center;
  }
  footer a {
    display: block;
  }
  footer .has_dot:before, footer .has_dot:after {
    display: none;
  }
  footer .messengers,
footer .justify_start {
    justify-content: center;
  }
  footer .logo_col img {
    margin: 0 auto;
    display: block;
  }
  footer .menu_col a {
    font-size: 17px;
  }
  footer .menu_col li {
    margin-bottom: 10px;
  }
}
.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.modal_window.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal_window.show .modal_inner {
  top: 0;
}

.close_modal {
  font-size: 50px;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 50%;
}
.close_modal:hover {
  color: #861a22;
  transform: rotate(135deg);
}

.modal_inner {
  background: #F8F8F8;
  padding: 40px;
  width: 450px;
  top: 100px;
}
.modal_inner .w50 {
  width: 48%;
}

.review_form .modal_inner,
.order_tour_form .modal_inner {
  width: 800px;
}

@media only screen and (max-width: 1640px) and (min-width: 900px) {
  .close_modal {
    font-size: 3.05vw;
    top: 1.22vw;
    right: 1.22vw;
  }

  .modal_inner {
    padding: 2.44vw;
    width: 27.44vw;
    top: 6.1vw;
  }

  .review_form .modal_inner,
.order_tour_form .modal_inner {
    width: 48.78vw;
  }
}
@media only screen and (max-width: 900px) {
  .modal_window {
    padding: 50px 18px;
    overflow-y: scroll;
  }

  .modal_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal_inner .w50 {
    width: 100%;
  }
}
