/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation: 0.4s ease-in-out fadeIn;
  animation: 0.4s ease-in-out fadeIn;
}

.fadeOut {
  -webkit-animation: 0.4s ease-in-out fadeOut;
  animation: 0.4s ease-in-out fadeOut;
}

html.fixed {
  overflow: hidden;
}

body {
  font-family: OpenSans, sans-serif;
  color: #2c3c4a;
  line-height: 1.45;
  font-size: 18px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mulish, sans-serif;
  color: #040b11;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

.h1,
h1 {
  font-size: 35px;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.1;
}

.h3,
h3 {
  font-size: 25px;
  line-height: 1.1;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.1;
}

.h5,
h5 {
  font-size: 16px;
  line-height: 1.25;
}

.h6,
h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
}

a.h1:focus,
a.h1:hover,
a.h2:focus,
a.h2:hover,
a.h3:focus,
a.h3:hover,
a.h4:focus,
a.h4:hover,
a.h5:focus,
a.h5:hover,
a.h6:focus,
a.h6:hover {
  color: var(--green);
}

.theme-element {
  background: #ddeaf6;
  color: var(--green);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Mulish, sans-serif;
}

.theme-element.btn {
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
}

.theme-element.btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-element--accent {
  color: #fff;
  background: var(--green);
}

.theme-element--accent .icon {
  color: #fff;
}

.theme-element--light {
  color: var(--green);
}

.brand_logo {
  padding: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.brand_name {
  font-family: Mulish, sans-serif;
  font-weight: 800;
  font-size: 30px;
}

.socials .list-item {
  margin-right: 30px;
}

.socials .list-item:last-of-type {
  margin-right: 0;
}

.socials .list-item .link {
  display: inline-block;
  font-size: 24px;
}

.socials .list-item .link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section {
  padding: 60px 0;
}

.section--nopb {
  padding: 60px 0 0;
}

.linebreak {
  display: block;
}

.accent {
  background: var(--green);
  color: #fff;
}

.icon {
  color: var(--green);
}

.video-play {
  color: #fff;
  font-size: 30px;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-play .icon {
  color: #fff;
}

.link--arrow {
  color: var(--green);
  font-weight: 700;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link--arrow .icon {
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}

.link--arrow:focus .icon,
.link--arrow:hover .icon {
  margin-left: 15px;
}

.underlined {
  display: inline-block;
  position: relative;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  padding-bottom: 0;
}

.underlined:after {
  content: "";
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underlined--white:after {
  background: #fff;
}

.underlined--white.active,
.underlined--white.current,
.underlined--white:focus,
.underlined--white:hover {
  text-shadow: 0 0 0 #fff;
}

.underlined--accent:after {
  background: var(--green);
}

.underlined--accent.active,
.underlined--accent.current,
.underlined--accent:focus,
.underlined--accent:hover {
  text-shadow: 0 0 0 var(--green);
}

.underlined.active:after,
.underlined.current:after,
.underlined:focus:after,
.underlined:hover:after {
  width: 100%;
}

.field {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.field:not(.field.booking_group-field) {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #808385;
  height: 56px;
  padding: 0 20px;
}

.field:not(.field.booking_group-field):focus {
  border-color: var(--green);
}

.field-wrapper .icon {
  color: #808385;
}

.field[data-type="date"] {
  cursor: pointer;
}

.field.error {
  border-color: red !important;
}

.field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::-moz-placeholder {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field:-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.field:focus::-moz-placeholder {
  opacity: 0;
}

.field:focus:-ms-input-placeholder {
  opacity: 0;
}

.field:focus::-ms-input-placeholder {
  opacity: 0;
}

.field:focus::placeholder {
  opacity: 0;
}

.field .icon,
.field::placeholder {
  color: #808385;
}

.booking_group-wrapper {
  position: relative;
}

.booking_group-wrapper .icon {
  display: block;
  position: absolute;
  top: 12px;
}

.booking_group-wrapper .icon.icon-calendar {
  left: 0;
}

.booking_group-wrapper .icon.icon-chevron_down {
  right: 0;
}

.booking_group-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field,
.booking_group-field::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.media {
  position: relative;
  overflow: hidden;
}

.media img {
  position: relative;
  z-index: 1;
}

.media_label {
  position: absolute;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 10;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: Mulish, sans-serif;
  color: var(--green);
  top: 0;
  right: 0;
  border-radius: 8px 0 0 8px;
}

.media_label--left {
  right: unset;
  left: 0;
  border-radius: 0 8px 8px 0;
}

.media_label--pricing {
  font-weight: 400;
  font-family: OpenSans, sans-serif;
  color: #2c3c4a;
}

.media_label--pricing .price {
  margin-right: 5px;
}

.container {
  max-width: 1170px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
}

.offcanvas-end {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media screen and (min-width: 767.98px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 1;
  }

  .h2,
  h2 {
    font-size: 35px;
    line-height: 1;
  }

  .h3,
  h3 {
    font-size: 32px;
  }

  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }

  .h6,
  h6 {
    line-height: 1.25;
  }

  .section {
    padding: 90px 0;
  }

  .section--blockbg {
    position: relative;
  }

  .section--blockbg .block {
    background: #f7fafd;
    height: 395px;
    width: 70%;
    position: absolute;
    z-index: -1;
    top: 0;
  }

  .section--nopb {
    padding: 90px 0 0;
  }
}

@media screen and (min-width: 991.98px) {
  .h1,
  h1 {
    font-size: 52px;
  }

  .h2,
  h2 {
    font-size: 40px;
  }

  .section {
    padding: 120px 0;
  }

  .section--blockbg .block {
    height: 425px;
  }

  .section--nopb {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 1199.98px) {
  .section--blockbg .block {
    height: 476px;
    width: calc(50vw + 360px / 2 + 10px);
    left: 0;
  }
}

a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: 0 0 !important;
}

.page {
  padding: 60px 0;
  background: #f7fafd;
}

.page .breadcrumbs {
  margin-bottom: 10px;
}

.page .breadcrumbs .list-item {
  margin-right: 10px;
}

.page .breadcrumbs .list-item:last-of-type {
  margin-right: 0;
}

.page .breadcrumbs .list-item:last-of-type .link {
  padding-right: 0;
  pointer-events: none;
  font-weight: 400;
  color: #2c3c4a;
}

.page .breadcrumbs .list-item:last-of-type .link:after {
  display: none;
}

.page .breadcrumbs .list-item .link {
  padding-right: 10px;
  position: relative;
  color: var(--green);
  font-weight: 600;
}

.page .breadcrumbs .list-item .link:after {
  content: "/";
  position: absolute;
  right: -3px;
  color: #2c3c4a;
}

.latest .block {
  display: none;
}

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

.latest_header-title {
  margin-bottom: 15px;
}

.latest_header .btn {
  width: 100%;
}

.latest_list-item {
  margin-bottom: 30px;
}

.latest_list-item:last-of-type {
  margin-bottom: 0;
}

.latest_list-item .item-wrapper {
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
}

.latest_list-item .item-wrapper .media {
  border-radius: 8px 8px 0 0;
  height: 225px;
}

.latest_list-item .item-wrapper .media img {
  height: 100%;
}

.latest_list-item .item-wrapper .media_label {
  top: 30px;
}

.latest_list-item .item-wrapper .main {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.latest_list-item .item-wrapper .main_title {
  margin-bottom: 15px;
  display: inline-block;
}

.latest_list-item .item-wrapper .main_preview {
  margin-bottom: 20px;
}

.latest_list-item .item-wrapper .main_metadata-item {
  font-size: 16px;
  line-height: 1.4;
  margin-right: 20px;
}

.latest_list-item .item-wrapper .main_metadata-item:last-of-type {
  margin-right: 0;
}

.latest_list-item .item-wrapper .main_metadata-item .icon {
  margin-right: 5px;
  font-size: 16px;
}

.latest_list-item .item-wrapper .main_metadata-item .icon-comment,
.latest_list-item .item-wrapper .main_metadata-item .icon-eye {
  font-size: 14px;
}

.latest_list-item .item-wrapper .main_metadata-item .icon-calendar {
  margin-right: 7px;
}

.latest_list-item .item-wrapper .main_metadata-item .text {
  display: none;
}

@media screen and (min-width: 575.98px) {
  .latest_header-title {
    margin-bottom: 0;
  }

  .latest_header .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .latest_list-item .item-wrapper .main {
    padding: 30px;
  }

  .latest_list-item .item-wrapper .main_metadata .text {
    display: inline;
    margin-left: 5px;
  }

  .latest_list-item .item-wrapper .media {
    height: 350px;
  }
}

@media screen and (min-width: 767.98px) {
  .latest .block {
    display: block;
  }

  .latest_list {
    margin: 0 -15px;
  }

  .latest_list-item {
    padding: 0 15px;
  }

  .latest_list-item .item-wrapper {
    height: 100%;
  }

  .latest_list-item .item-wrapper .media {
    height: 245px;
  }
}

@media screen and (min-width: 1199.98px) {
  .latest_list-item {
    margin-bottom: 0;
  }
}

.latest .block {
  height: 436px;
}

.post {
  padding-bottom: 0;
}

.post_main .media {
  border-radius: 8px;
}

.post_main .media--main {
  max-height: 540px;
}

.post_main-article_metadata {
  margin-top: 10px;
}

.post_main-article_metadata .item {
  font-size: 16px;
  line-height: 1.4;
  margin-right: 20px;
}

.post_main-article_metadata .item .icon {
  margin-right: 5px;
  font-size: 16px;
}

.post_main-article_metadata .item .icon-comment,
.post_main-article_metadata .item .icon-eye {
  font-size: 14px;
}

.post_main-article_metadata .item .text {
  display: none;
}

.post_main-article_gallery,
.post_main-article_list,
.post_main-article_quote,
.post_main-article_text {
  margin-top: 20px;
}

.post_main-article_gallery {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

.post_main-article_gallery .gallery-item {
  min-height: 240px;
}

.post_main-article_gallery .gallery-item img {
  height: 100%;
}

.post_main-article_quote {
  border-radius: 8px;
  background: #f7fafd;
  padding: 20px;
}

.post_main-article_quote .quote {
  display: block;
  quotes: none;
  color: #040b11;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border-left: 2px solid var(--green);
  padding-left: 20px;
  margin-bottom: 5px;
}

.post_main-article_quote .author {
  display: block;
  text-align: right;
}

.post_main-article_list .list-item {
  margin-bottom: 10px;
}

.post_main-article_list .list-item:last-of-type {
  margin-bottom: 0;
}

.post_main-article_list .list-item .icon {
  margin-right: 10px;
  font-size: 14px;
}

.post_main-footer {
  margin-top: 40px;
}

.post_main-footer_tags .title {
  margin-right: 30px;
}

.post_main-footer_tags .list-item {
  margin-right: 10px;
}

.post_main-footer_tags .list-item:last-of-type {
  margin-right: 0;
}

.post_main-footer_nav {
  margin: 40px 0;
}

.post_main-footer_nav .nav-block--prev {
  margin-bottom: 20px;
}

.post_main-footer_nav .nav-block--prev .theme-element {
  margin-right: 15px;
}

.post_main-footer_nav .nav-block--next {
  margin-left: auto;
  text-align: right;
}

.post_main-footer_nav .nav-block--next .theme-element {
  margin-left: 15px;
}

.post_main-footer_nav .nav-block .theme-element {
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post_main-footer_nav .nav-block .theme-element .icon {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post_main-footer_nav .nav-block .title {
  width: calc(100% - 55px);
}

.post_main-footer_nav .nav-block:focus .theme-element,
.post_main-footer_nav .nav-block:hover .theme-element {
  background: var(--green);
}

.post_main-footer_nav .nav-block:focus .theme-element .icon,
.post_main-footer_nav .nav-block:hover .theme-element .icon {
  color: #fff;
}

.post_main-footer_author {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  padding: 30px;
}

.post_main-footer_author .media {
  width: 153px;
  height: 190px;
  margin-bottom: 10px;
}

.post_main-footer_author .media img {
  height: 100%;
}

.post_main-footer_author .bio {
  margin: 10px 0 30px;
}

.post_main-footer_author .socials {
  color: var(--green);
}

@media screen and (min-width: 575.98px) {
  .post_main-article_metadata .item .text {
    display: inline;
    margin-left: 5px;
  }

  .post_main-article_quote {
    padding: 40px;
  }

  .post_main-article_gallery {
    grid-template-columns: 50% 50%;
    grid-auto-rows: 175px;
    min-height: 0;
    min-width: 0;
    margin-right: 20px;
  }

  .post_main-article_gallery .gallery-item {
    overflow: hidden;
    min-height: 0;
    min-width: 0;
  }

  .post_main-article_gallery .gallery-item--main {
    grid-area: 1/1/3/2;
  }

  .post_main-footer_nav .nav-block--prev {
    margin-bottom: 0;
  }

  .post_main-footer_nav .nav-block .title {
    max-width: 200px;
  }

  .post_main-footer_author {
    padding: 40px;
  }

  .post_main-footer_author .media {
    margin-right: 30px;
  }

  .post_main-footer_author .main {
    width: calc(100% - 183px);
  }
}

@media screen and (min-width: 767.98px) {
  .post {
    padding-bottom: 90px;
  }

  .post_main-article_metadata {
    margin-top: 20px;
  }

  .post_main-article_gallery,
  .post_main-article_list,
  .post_main-article_quote,
  .post_main-article_text {
    margin-top: 30px;
  }

  .post_main-article_gallery {
    grid-gap: 30px;
    margin-right: 30px;
    grid-template-columns: 60% 40%;
  }

  .post_main-article_list .list-item {
    margin-bottom: 15px;
  }

  .post_main-footer {
    margin-top: 60px;
  }

  .post_main-footer_nav {
    margin: 60px 0;
  }

  .post_main-footer_author .media {
    margin-bottom: 0;
  }

  .post_main-footer_author .bio {
    margin: 15px 0 40px;
  }
}

@media screen and (min-width: 991.98px) {
  .post {
    padding-bottom: 120px;
  }

  .post_main {
    width: calc(100% - 400px);
  }

  .post_main-footer_author .bio {
    margin: 10px 0 20px;
  }
}

@media screen and (min-width: 1199.98px) {
  .post_main-footer_author .bio {
    margin: 15px 0 40px;
  }
}

.post_main-comments {
  margin-top: 60px;
}

.post_main-comments_header {
  margin-bottom: 20px;
}

.post_main-comments_list .list-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  border-left: 2px solid #ddeaf6;
  position: relative;
}

.post_main-comments_list .list-item:last-of-type {
  margin-bottom: 0;
}

.post_main-comments_list .list-item[data-reply="true"] {
  margin-left: 40px;
}

.post_main-comments_list .list-item .replyTrigger {
  color: var(--green);
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.post_main-comments_list .list-item .media {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.post_main-comments_list .list-item .main_info {
  margin-bottom: 15px;
}

.post_main-comments_list .list-item .main_info .name {
  margin-bottom: 7px;
}

.post_main-comments_list .list-item .main_info .date {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 767.98px) {
  .post_main-comments_list .list-item {
    margin-bottom: 30px;
    padding: 40px;
  }

  .post_main-comments_list .list-item[data-reply="true"] {
    margin-left: 60px;
  }

  .post_main-comments_list .list-item .replyTrigger {
    top: 40px;
    right: 40px;
  }
}

@media screen and (min-width: 991.98px) {
  .post_main-comments {
    margin-top: 80px;
  }
}

.contacts_header-title {
  margin-bottom: 20px;
}

.contacts_form .btn,
.contacts_form .field {
  width: 100%;
}

.contacts_form .btn {
  margin-top: 20px;
}

.contacts_form .field.textarea {
  height: 150px;
  padding: 20px;
}

.contacts_form .field-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.contacts_form .field-wrapper .field {
  padding-right: 60px;
}

.contacts_form .field-wrapper .label {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #808385;
}

@media screen and (min-width: 575.98px) {
  .post_main-comments_list .list-item .media {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .post_main-comments_list .list-item .main {
    width: calc(100% - 90px);
  }

  .contacts_form .btn {
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .contacts_form .field-wrapper {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}

.post_main-reply {
  margin-top: 60px;
}

.post_main-reply_header {
  margin-bottom: 30px;
}

@media screen and (min-width: 991.98px) {
  .post_main-reply {
    margin-top: 80px;
  }
}

.widgets {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  padding: 20px;
  margin-top: 60px;
  border-radius: 8px;
}

.widgets_item {
  margin-bottom: 50px;
}

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

.widgets_item-header {
  margin-bottom: 15px;
}

.widgets_item .form .field {
  width: calc(100% - 80px);
  border-right: none;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.widgets_item .form .btn {
  width: 80px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 24px;
}

.widgets_item .list-item img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.widgets_item .list-item:focus img,
.widgets_item .list-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widgets_item--subscribe .theme-element--accent .icon-arrow_right {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.widgets_item--subscribe .theme-element--accent:hover .icon-arrow_right {
  right: -5px;
}

.widgets_item--categories .list {
  margin-bottom: -20px;
}

.widgets_item--categories .list-item {
  height: 48px;
  padding: 20px;
  border-radius: 8px;
}

.widgets_item--categories .list-item.current {
  background: #ddeaf6;
}

.widgets_item--recommended .list-item {
  margin-bottom: 15px;
}

.widgets_item--recommended .list-item:last-of-type {
  margin-bottom: 0;
}

.widgets_item--recommended .list-item .media {
  border-radius: 8px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.widgets_item--recommended .list-item .main {
  width: calc(100% - 110px);
}

.widgets_item--recommended .list-item .main_date {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.widgets_item--tags .list {
  margin-bottom: -15px;
}

.widgets_item--tags .list-item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.widgets_item--tags .list-item:last-of-type {
  margin-right: 0;
}

.widgets_item--instagram .list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.widgets_item--instagram .list-item {
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (min-width: 575.98px) {
  .widgets {
    padding: 30px;
  }
}

@media screen and (min-width: 767.98px) {
  .widgets {
    width: 50%;
    margin-top: 90px;
  }
}

@media screen and (min-width: 991.98px) {
  .widgets {
    width: 350px;
    margin-top: 0;
  }
}

.footer_main {
  padding: 60px 0;
}

.footer_main-block {
  margin-bottom: 30px;
}

.footer_main-block .icon {
  color: #fff;
}

.footer_main-block .brand {
  margin-bottom: 15px;
}

.footer_main-block:last-of-type {
  margin-bottom: 0;
}

.footer_main-block_header {
  color: #fff;
  margin-bottom: 15px;
}

.footer_main-block_nav .list-item {
  margin-right: 20px;
}

.footer_main-block_nav .list-item:last-of-type {
  margin-right: 0;
}

.footer_main-block_contacts .list-item {
  margin-bottom: 20px;
}

.footer_main-block_contacts .list-item:last-of-type {
  margin-bottom: 0;
}

.footer_main-block_contacts .list-item .icon {
  font-size: 24px;
  margin: 5px 20px 0 0;
}

.footer_main-block_contacts .list-item .icon-call {
  width: 24px;
}

.footer_main-block_contacts .list-item .icon-call svg {
  width: 20px;
}

.footer_main-block .socials {
  margin-top: 30px;
}

.footer_copyright {
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 0;
  text-align: center;
  background: #f7fafd;
  color: #2c3c4a;
}

@media screen and (min-width: 575.98px) {
  .footer_main {
    margin: 0 -15px;
  }

  .footer_main-block {
    padding: 0 15px;
  }

  .footer_main-block--about {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer_main-block--contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }

  .footer_main-block--follow {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer_main-block--nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (min-width: 767.98px) {
  .footer_main {
    padding: 80px 0;
  }

  .footer_main-block_header {
    margin-bottom: 30px;
  }

  .footer_main-block_nav .list-item {
    margin-bottom: 10px;
  }

  .footer_main-block_nav .list-item:last-of-type {
    margin-bottom: 0;
  }

  .footer_copyright .linebreak {
    display: inline;
  }
}

@media screen and (min-width: 991.98px) {
  .footer_main {
    margin: 0;
  }

  .footer_main-block {
    padding: 0;
    margin-bottom: 0;
  }

  .footer_main-block_header {
    margin-top: 8px;
  }

  .footer_main-block--about {
    max-width: 280px;
  }

  .footer_main-block--nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_main-block--contacts {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer_main-block--follow {
    max-width: 180px;
  }
}

.modal {
  z-index: 1000000;
}

.modal.swal2-backdrop-show {
  background: rgba(35, 87, 132, 0.6);
}

.modal_popup {
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.modal_popup--promo {
  overflow: hidden;
}

.modal_popup--promo .modal_popup-close {
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 20px;
  color: #000;
}

.modal_popup--promo .main {
  padding: 30px;
}

.modal_popup--promo .main_subtitle {
  color: var(--green);
  margin-bottom: 30px;
  height: 46px;
  border-left: 3px solid var(--green);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_popup--promo .main_title {
  font-size: 25px;
}

.modal_popup--promo .main_text {
  font-size: 17px;
  margin: 15px 0 20px;
}

.modal_popup--promo .main_btn {
  margin-top: 30px;
  width: 100%;
}

.modal_popup--promo .main .timer_block {
  height: 55px;
  width: 55px;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}

.modal_popup--promo .main .timer_block:last-of-type {
  margin-right: 0;
}

.modal_popup--promo .main .timer_block .full {
  display: none;
}

.modal_popup--promo .main .timer_block-number {
  color: var(--green);
}

.modal_popup--promo .media {
  display: none;
}

.alert_popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
  min-width: 280px;
  max-width: 360px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 1000000;
}

.alert_popup-close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alert_popup-close:focus,
.alert_popup-close:hover {
  color: var(--green);
}

@media screen and (min-width: 575.98px) {
  .modal_popup--promo .modal_popup-close {
    top: 30px;
    right: 30px;
  }

  .modal_popup--promo .main {
    padding: 60px;
  }

  .modal_popup--promo .main_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .modal_popup--promo .main .timer_block {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }

  .modal_popup--promo .main .timer_block .short {
    display: none;
  }

  .modal_popup--promo .main .timer_block .full {
    display: block;
  }

  .modal_popup--promo .main .timer_block-number {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 767.98px) {
  .modal_popup--promo .main_title {
    font-size: 40px;
    line-height: 44px;
  }

  .modal_popup--promo .main_text {
    margin: 20px 0 30px;
  }

  .modal_popup--promo .main_btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 991.98px) {
  .modal_popup--promo {
    max-height: 600px;
    max-width: 970px;
  }

  .modal_popup--promo .main_title {
    font-size: 40px;
    line-height: 44px;
  }

  .modal_popup--promo .main_text {
    margin: 20px 0 30px;
  }

  .modal_popup--promo .main_btn {
    margin-top: 40px;
  }

  .modal_popup--promo .media {
    display: block;
  }

  .modal_popup--promo .media img {
    height: 100%;
  }
}
/*# sourceMappingURL=../sourcemaps/post.css.map */
