@import url(js/entrance/jquery.entrance.css);
/* ------------------------------------------
[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 contact CSS
    - 09.0 Footer CSS
    - 10.0 CTA CSS
    - 11.0 Breadcrumb CSS
    - 12.0 Blog CSS
    - 13.0 Choose_us CSS
    - 14.0 Portfolio CSS
    - 15.0 Team CSS
    - 16.0 Service CSS
    - 17.0 About CSS
    - 18.0 Contact CSS

  --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Philosopher:300,400,600,700|Playfair+Display:400,700");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Commissioner:300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(vendors/linericon/style.css);
@import url(fonts/icomoon/style.css);
@import url(css/owl.carousel.min.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Commissioner',"Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  z-index: auto;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 400; }
a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 400; }

li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #606060;
  font-size: 17px;
  font-weight: 400;font-family: 'Commissioner',"Open Sans", sans-serif; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }
.bg-gray {
    background-color: #f6f9f9 !important;}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

button.mfp-close,
button.mfp-arrow {
  background: #bca858; }
button:hover,
button:focus {
  outline: none; 
}
.button {
  border: none; background: none; margin-right:3px;
}
.copy-link-button{
   margin-left:4px;
}

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }
  
.section-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }
/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  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;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #bca858;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
	
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 30px; } }
  .section-heading p {
    font-size: 17px; }
  .section-heading span {
    position: absolute;
    top: 50%;
    font-size: 94px;
    color: #bca858;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
    left: 0;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading span {
        font-size: 70px; } }
    @media only screen and (max-width: 767px) {
      .section-heading span {
        font-size: 50px; } }
  .section-heading.text-right span {
    right: 48px; }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

/* :: 7.0 Header CSS */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #e5e5e5; border-radius:15px; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    background-color: #252525;
    width: 100%;
    height: 10px; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: auto;
        padding: 15px 0; } }
    .header-area .top-header-area .top-header-content p {
      margin-bottom: 0;
      font-size: 14px;
	  font-family: 'Montserrat', serif;
      font-weight: 600;	letter-spacing: 0.03em;  
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content p {
          font-size: 10px;} }
  .header-area .cart-icon a:focus, .header-area .cart-icon a:hover {
    color: #bca858; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 82px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 100px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 12px;font-weight: 600;font-family: roboto, "Open Sans";
      text-transform:uppercase ; color: #606060; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #8b132f; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 11px;
      text-transform: uppercase;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #606060;font-weight: 600;font-family: "Open Sans"; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #b04761; }

.classynav ul li.active a {
  position: relative;
  z-index: 1; }
  .classynav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #8b132f;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #252525; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 250px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }
/* .welcome-area {margin-top:50px;} */
.title-wn {padding-top:45px; text-transform:uppercase;font-size: 51px;font-weight: 700;margin-bottom: -52px;letter-spacing: 0.03em;color: #e2e1f0; }
.voice {width: 41px; height:41px;}

.hero-blog-warp {
	position: fixed;
	left: -46px;
	background: none;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	padding: 54px 3px;
	padding-left: 2px;
	top:400px;
	z-index: 9;
}

.hero-blog-warp p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
	color: #8a122e;
	opacity: 0.8;
	text-transform: uppercase;
	padding-right: 10px;letter-spacing:1px;
	font-family: 'Commissioner','Montserrat', sans-serif;font-weight: 600;
}
.text-with-line::before {
  content: ""; /* Важно для отображения псевдоэлемента */
  display: inline-block;
  width: 1px; /* Ширина линии */
  height: 30px; /* Высота линии (можно задать в пикселях) */
  background-color: #8b132f; /* Цвет линии */
  margin-right: 30px; /* Отступ от линии до текста */
  vertical-align: middle; /* Выравнивание по вертикали относительно строки */
  transform: rotate(-90deg);
}

/* :: 11.0 Breadcrumb CSS */
.breadcrumb-content { 
  position: relative;
  z-index: 1;
  text-align: center; }
  .breadcrumb-content h2 {
    font-size: 51px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-content h2 {
        font-size: 36px; } }
  .breadcrumb-content .breadcrumb {
    position: relative;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
      color: #982844;}
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e87a";
	  font-family: 'Linearicons-Free';
       }
.breadcrumb li + li:before {
  vertical-align: middle;
  margin: 0px 1px 0px 0;
}

/* Blog CSS */
.single-post-area {
  position: relative;
  z-index: 1; }
  .single-post-area .post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .single-post-area .post-thumbnail a {
      display: block; }
  .single-post-area .post-content {
    position: relative;
    z-index: 1; }
    .single-post-area .post-content .post-title {
      font-weight: 500;
      font-size: 26px;
      display: block;
	  color: #1d1d1d;
      margin-bottom: 15px;
      font-family: "Playfair Display", serif;
	  line-height: 1.32;
      letter-spacing: .2px;
	  }

      .single-post-area .post-content .post-title:hover, .single-post-area .post-content .post-title:focus {
        color: #bca858; }
    .single-post-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-post-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #535353;
        display: inline-block;
        margin-right: 30px; }
        .single-post-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .single-post-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
          color: #8b132f; }
    .single-post-area .post-content p {
      margin-bottom: 0; }
  .single-post-area:hover .post-content .post-title, .single-post-area:focus .post-content .post-title {
    color: #8b132f; }
	
.post-thumbnail {
	text-align: center;
}

.nomad-blog-details-area {
  position: relative;
  z-index: 1; }
  .nomad-blog-details-area .post-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 90px; }
    .nomad-blog-details-area .post-content .post-title {
      font-weight: 400;
      font-size: 38px;
      display: block;
      margin-bottom: 0;
      font-family: "Playfair Display", serif; }
      @media only screen and (max-width: 767px) {
        .nomad-blog-details-area .post-content .post-title {
          font-size: 34px; } }
    .nomad-blog-details-area .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .nomad-blog-details-area .post-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #606060;
        display: inline-block;
        margin-right: 30px; }
        .nomad-blog-details-area .post-content .post-meta a:last-child {
          margin-right: 0; }
          .nomad-blog-details-area .post-content .post-meta a:last-child::before {
            content: '|';
            position: absolute;
            top: 0;
            left: -20px;
            z-index: 1; }
        @media only screen and (max-width: 767px) {
          .nomad-blog-details-area .post-content .post-meta a {
            font-size: 14px; } }
        .nomad-blog-details-area .post-content .post-meta a:hover, .nomad-blog-details-area .post-content .post-meta a:focus {
          color: #8b132f; }

.blog-details-text {
  position: relative;
  z-index: 1; }
.blog-details-text p.first-letra:first-child:first-letter {
      color: #8a132f;
      float: left;
      font-size: 100px;
	  font-family: "Playfair Display", serif;
      line-height: 90px;
      padding-top: -4px;
      padding-right: 8px;
      padding-left: 3px; }
  .blog-details-text p {
    font-size: 19px;
    margin-bottom: 20px; }
.mt30 {margin-top: 55px; }
    @media only screen and (max-width: 767px) {
      .blog-details-text p {
        font-size: 19px; font-family: 'Montserrat', sans-serif;} }

  .blog-details-text ul {
    position: relative;
    z-index: 1;
    padding-left: 15px; }
    .blog-details-text ul li {
      font-size: 17px;
      color: #6e6e6e;
      margin-bottom: 30px; }
      .blog-details-text ul li span {
        color: #252525; }
      .blog-details-text ul li i {
        font-size: 14px;
        margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-details-text ul li {
          font-size: 16px; } }
@media only screen and (max-width: 390px)
{
	.blog-details-text ul li {
        font-size: 13px;
    }

}
.post-share-area {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;margin-top:35px; }
#linkbutton{margin-left:-9px;}
.share-small-screen {
	font-size: 20px;
	font-weight: 500;
	}
@media screen and (max-width: 540px) {
	.share-small-screen {
		font-size:18px; 
	}
}
.nomad-blog-area {margin-bottom:40px;}

.insta {
	padding-left: 2em;
}
@media screen and (max-width: 998px) {
	.insta {
		display: none;
	}
}	

blockquote {
  background: #fafafa;
  font-family: "Lora", Georgia, serif;
  color: #8b132f;
  font-size: 20px;
    padding: 35px 60px;
    margin-top: 15px;
	margin-right: -45px;
    border-left: 5px solid #c8c8c8;
  }
  
.post-title-2 a:hover {
	color: #8b132f;
}
.post-title-2 {
	font-family: 'Commissioner',sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #252525;
	margin-top: 45px;
}
.zametky {
	font-size: 17px;
	font-weight: 600;
	color: #fd7700;
}
.italics {font-style: italic;}

#location-timeline *, 
#location-timeline *:before, 
#location-timeline *:after {
	box-sizing: border-box;
}	
#location-timeline .location-timeline-item:after, 
#location-timeline .location-timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
#location-timeline {
	max-width: 1100px;
	width: 100%;
	margin: 50px auto;
	position: relative;
	padding: 0 10px;
	transition: all 0.4s ease;
}
#location-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #8b132f;
	left: 50%;
	top: 0;
	position: absolute;
}
#location-timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}
#location-timeline .location-timeline-item {
	margin-bottom: 50px;
	position: relative;
}
#location-timeline .location-timeline-item .location-timeline-icon {
	background: #8b132f;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -23px;
	border-radius: 50%;
}
#location-timeline .location-timeline-item .location-timeline-icon i {
	line-height: 50px;
}
#location-timeline .location-timeline-item .location-timeline-content {
	width: 45%;
	background: #fff;
	padding: 10px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	transition: all 0.3s ease;
}
#location-timeline .location-timeline-item .location-timeline-content h4 {
	padding: 15px;
	background: #8b132f;
	color: #fff;
	margin: -20px -20px 10px -20px;
	font-weight: 300;
	border-radius: 3px 3px 0 0;
}
#location-timeline .location-timeline-item .location-timeline-content:before {
	content: '';
	position: absolute;
	left: 45%;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #8b132f;
}
#location-timeline .location-timeline-item:nth-child(even) .location-timeline-content {
	float: right;
}
#location-timeline .location-timeline-item:nth-child(even) .location-timeline-content:before {
	content: '';
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #8b132f;
}
@media screen and (max-width: 768px) {
	#location-timeline {
		margin: 40px 0;
		padding: 0px;
		width: 90%; text-align: center;
	}
	#location-timeline:before {
		left: 0;
	}
	#location-timeline .location-timeline-item .location-timeline-content {
		width: 90%;
		float: right;
	}
	#location-timeline .location-timeline-item .location-timeline-content:before, 
	#location-timeline .location-timeline-item:nth-child(even) .location-timeline-content:before {
		left: 10%;
		margin-left: -6px;
		border-left: 0;
		border-right: 7px solid #337AB7;
	}
	#location-timeline .location-timeline-item .location-timeline-icon {
		left: 0;
	}
}

.selection-text {
	color: #fd7803;
}
	
.post_read_more {
	/* display: inline-block; */
	color: #920629;
	margin: 25px 20px 0 0;
}
.post_read_more a {
	/* display: inline-block; */
	color: #920629;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	position: relative;
	letter-spacing: .5px;
	font-family: 'Montserrat', sans-serif;
}
.post-readmore .post-readmore-icon {
	position: relative;
	transition: transform 0.3s ease;
	vertical-align: middle;
}
.post-readmore:hover .post-readmore-icon {
	transform: translate3d(5px, 0, 0);
}
.post-readmore:hover {
	color: #b04761;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}
.post-readmore>svg {
    width: 11px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.arrow-wn {
	color: #920629;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	height: 18px;
	line-height: 18px; 
	display: inline-block; 
	margin: 0;
}
.arrow-wn .arrow-wn-icon {
	position: relative;
	top: -1px;
	transition: transform 0.3s ease;
	vertical-align: middle;
}

.arrow-wn:hover .arrow-wn-icon {
	transform: translate3d(5px, 0, 0);
}

.arrow-wn:hover {
	color: #b04761;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12.5px;
	font-weight: 600;
}

/*-- footer --*/
.footer-section {
	background: #f6f9f9;
	padding-top: 50px;
	padding-bottom: 25px;
}
.footer-privacy p a{
	color:#6e6e6e;
	font-size:15px; 
	font-weight: 500;
}
.footer-privacy a:hover {
    color: #fff;
    background: #8b132f;
    font-weight: 500;
	font-size:15px;
}
.footer-privacy {
	text-align: center;
	padding-top: 12px;
}
@media (max-width: 767px) {
.footer-privacy {
	text-align: center;
	padding-top: 12px;
}
}

/* Backtotop CSS */
.backtotop {
	position: relative;
	border: none;
	height: 3px;
	margin: 40px 0;
	background-image: linear-gradient(to right, #fff, #dee2e6, #fff);
}
.backtotop .up-btn {
	position: absolute;
	width: 65px;
	height: 65px;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	text-align: center;
	color: #606060;
	font-size: 15.5px;
	font-weight: 400;
	display: block;
	padding-top: 16px;
	border-radius: 50%;
	border: 3px solid #e3e3e3;
	background: #fff;
	cursor: pointer;
}
/* Footer new*/
a {text-decoration: none;}
footer .logo_2 {display: flex; width:120px; height: auto;}
footer .footer_items {display: flex; flex-wrap:wrap;}
.foot-menu.foot-block.nav {gap: 2.75rem;}
footer { background: #fff; padding: 4.6rem 0; }
footer .footer_items {justify-content: space-between;}
footer .foot-menu.foot-block {width: fit-content;} 
footer .foot-menu.foot-block li.nav-item { font-family: Montserrat; font-size: 1.25rem; font-style: normal; font-weight: 400; line-height: 130%; text-align:center;}
footer .foot-menu.foot-block li.nav-item a {color: #000;font-size: 16px; font-weight:400;}

.ft-backtotop {margin: 36px 0 60px 0;}

@media screen and (max-width: 1560px) {
	.foot-menu.foot-block.nav { gap: 2.5rem; }
}
@media screen and (max-width: 1400px) {
	.foot-menu.foot-block.nav { gap: 2rem; }
	footer .foot-menu.foot-block li.nav-item {font-size: 1rem;}
}

@media screen and (max-width: 1200px)  {
	.ft-lg .logo_2 {display: flex;text-align:center;margin: 0 auto;padding-bottom:20px;}
	.foot-menu.foot-block { margin: 0 auto; text-align:center;}
	footer .foot-menu.foot-block li.nav-item a {font-size: 15px;}
}

@media screen and (max-width: 992px)  {
  .col-lg-9 {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {
	footer .footer_items {gap: 2rem;}
	.foot-menu.foot-block.nav {width: 100%!important; justify-content: center;}
	footer .foot-menu.foot-block li.nav-item a {font-size: 15px;}
}
@media screen and (max-width: 575px) {
	.foot-menu.foot-block.nav {gap: 1rem;}
	.mail svg {display: none;}
	footer .foot-menu.foot-block li.nav-item a {font-size: 15px;}
}

@media screen and (min-width: 1024px) {

	.footer_mob {display: none;}
}
.menu-center{margin: 0 auto;padding-top: 10px ;}

.footer__instagram {
  background: #8b132f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__instagram-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: #ffffff;
}
.footer__instagram-wn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.footer__instagram-text p {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;font-weight: 600;
  color: #ffffff;
  padding-top: 14px ;
}
.footer__instagram-link {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #ffffff;
  border-radius: 30px;
  color: #8b132f;
  font-weight: 600;
  padding: 2px 18px 2px 7px;
  transition: 0.2s ease-in-out;
}
.footer__instagram-link:hover {
  transform: scale(1.025);
  font-weight: 600;
  color: #8b132f;
}

@media (max-width: 1240px) {

  .footer__instagram-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

}

@media (max-width: 992.9px) {
  .container {
    width: 100%;
    max-width: none;
  }
  .backtotop {
	margin-top: 60px;
}
}

@media (max-width: 768px) {
	.section-padding-80-0 {
	  padding-top: 25px;
	  padding-bottom: 0; }
	.nomad-blog-area {margin-bottom:10px;}  
}

@media (max-width: 576px) {
.backtotop {
	margin-top: 60px;
}
}

/* :: 10.0 Follow CSS */
.single-instagram-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-instagram-item img {
    width: 100%;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms; }
  .single-instagram-item .instagram-hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(252, 96, 96, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-instagram-item .instagram-hover-content a {
      text-align: center; }
      .single-instagram-item .instagram-hover-content a i {
        color: #ffffff;
        font-size: 32px;
        display: block;
        margin-bottom: 15px; }
      .single-instagram-item .instagram-hover-content a span {
        font-size: 14px;
        margin-bottom: 0;
        color: #ffffff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-instagram-item .instagram-hover-content a span {
            font-size: 12px; } }
  .single-instagram-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single-instagram-item:hover .instagram-hover-content {
    opacity: 1;
    visibility: visible; }

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
  margin-top: 0;
  opacity: 1; }

.line-share {
    letter-spacing: .01em;
}

.line-share:before {
    display: inline-block;
    position: relative;
    bottom: .3rem;
    margin: 0 1rem 0 .6rem;
    content: "";
    height: 1px;
    width: 23rem;
    background-color: #8b8b8b;
}

@media (min-width: 768px) and (max-width:1025px) {
    .line-share:before {
        width: 10rem;
    }}
@media (min-width: 300px) and (max-width:767px) {
    .line-share:before {
        display:none;
}}

.single-post__next__previous {
	margin: 62px 80px 0 80px
}
.single-post__previous,
.single-post__next {
	display: block;
}
.single-post__previous h6,
.single-post__next h6 {
	font-size: 15px;
	color: #8b132f;
	text-transform: none;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;

}
.single-post__next {
	text-align: right;
}
/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.single-post__previous,
	.single-post__next {
		margin-bottom: 10px;
	}
}
.next-previous {
		margin-bottom: 50px;
	}

    .wn-shape-outside {
      float: left;
      width: 360px;
      margin: 20px 20px 0 -2px;
    }	
@media screen and (max-width:767px) {
	.wn-shape-outside  {
		width: 100px;
		margin: 20px 20px 0 0;
	}
	.wn-shape-outside .wn-shape-img-2 {
		width: 100px;
		transform: translateX(14px);
	}
}
.wine-culture-heading h2 {
  margin-bottom: 10px;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .wine-culture-heading h2 {
    font-size: 30px;
  }
}
.blog-content{
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.blog-content ul li{
    display: inline-block;
    font-size: 13px;
}
.blog-content ul li:before{
    content: "|";
    margin: 0 6px 0 3px;
}
.blog-content ul li:first-child:before{
    display: none;
}

.wc-text-center {
  margin: 0 auto;
  text-align: center;
}
hr {
	border: none;
	height: 3px;
	margin: 40px 0;
	background-image: linear-gradient(to right, #fff, #dee2e6, #fff);
}	

}
.list-bn {
	padding:0;
	list-style: none;
}
.list-bn li{
	padding:6px;
}
.list-bn li:before {
	padding-right:10px;
	font-weight: bold;
	color: #000;
	content: "\2022";
	transition-duration: 0.5s;
}
.list-bn_2 {
	padding:0;
	list-style: none;
}
.list-bn_2 li{
	padding:6px;line-height:2px;
}
.list-bn_2 li:before {
	padding-right:10px;
	font-weight: bold;
	color: #000;
	content: "\2022";
	transition-duration: 0.5s;
}
.list-bn_3 {
	padding:0;
	list-style: none;
}
.list-bn_3 li{
	padding:-36px;
}
.list-bn_3 li:before {
	padding-right:10px;
	font-weight: bold;
	color: #000;
	content: "\2022";
	transition-duration: 0.5s;
}
.list-bn_4 {
	padding:0;
	list-style: none;
}
.list-bn_4 li{
	padding:6px;line-height:2px;
}

.strongaddr{font-weight: 500;}
.titbot {
	padding-bottom:16px;
}
.block-counter-1 {
  text-align: center; }
  .block-counter-1 .number,
  .block-counter-1 .caption {
    display: block;
    line-height: 1; }
  .block-counter-1 .number {
    color: #a50b2a;
    font-size: 4rem;
	font-family: Philosopher,"Playfair Display", serif;
	font-weight:600;
    position: relative;
    padding-bottom: 20px;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .block-counter-1 .number {
        font-size: 2rem; } }

  .block-counter-1 .caption {
    font-size: 14px;
    letter-spacing: .05em; }
	
.listws {
	padding:0;
	list-style: none;
}

.listws li{
	padding:6px;
}
.listws li:before {
	padding-right:10px;
	font-weight: 500;
	color: #6e6e6e;
	content: "\2022";
}
@media (max-width: 575.98px) {
.blog-content p {
        font-size: 19.5px;
    }
.blog-content ul li a{
        font-size: 12px;
		font-weight: 400;
		color: #dc3545;
    }
.wc-text-center p{
  font-size: 19.5px;
}

.single-post-area .post-content .post-meta a {
        font-size: 16px;
		font-weight: 500;
		color: black;
    }
.post-content p {
        font-size: 19.5px;
    }
.text-info-area {
    font-size: 16px;
}		
}
.vstr {
        margin-top: 30px;
    }

/* Стили постов: не выделять жирным; для удаления маркеров (точек, цифр) у элементов списка <ul>;  источник фото */
.nobold {font-weight: 400;}
.list-none{list-style: none; margin-top:-20px;}
.row .istochnik {font-weight: 400; font-size: 13px; margin-top:15px; text-align:left;}
.istochnik-2 {font-weight: 400; font-size: 12px; margin-top:4px; margin-bottom:-20px; text-align:left; padding-left:18px;}
.row .istochnik-3 {font-weight: 500; font-size: 14px; margin-top:15px; text-align:left;margin-bottom:-40px;}
.section-title span {
	color: #868686;
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
}
.heading-wn {
  text-transform: none;
  letter-spacing: .5px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
  margin-bottom: 30px; }

.about-us {
	padding-top: 145px;
	padding-bottom: 20px;
}

.about-us .about-left {
	margin-bottom: 30px;
}

.about-us .about-left .ab-text {
	margin-bottom: 28px;
}
.ab-text {
	padding-right:7px;
}
.about-us .about-left p {
	margin-bottom: 45px;
}

.about-us .about-img {
	margin-bottom: 30px;
}

.about-us .about-img img {
	min-width: 100%;
}

.about-us .about-img.second-img {
	padding-top: 118px;
}

.block-1,
.block-2 {
    height: 260px;
    overflow: auto;
	overflow-x: hidden;
}
.wn-content .wn-text {
	max-width: 410px;
}

@media screen and (max-width: 1024px) {

 .about-us {
	padding-top: 65px;
	padding-bottom: 20px;
}
.about-us .about-img.second-img {
    padding-top: 220px;
}
}

@media screen and (max-width: 768px) {
 .about-us {
	padding-top: 65px;
	padding-bottom: 20px;
}
.about-us .about-img.second-img {
    padding-top: 34px;
}
.ab-text {
	padding-right:4px;
}
}	
 /*
 .site-section-wn {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section-wn {
      padding: 5em 0 0 0; } }
  .site-section-wn.site-section-sm {
    padding: 4em 0; }
.imgbottom {padding: 1.5em 0;}
 
.noselect {user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;
    user-select: none;
}
        /* body {
          -webkit-user-select: none; /* Chrome, Safari, Opera */
        /*  -moz-user-select: none; /* Firefox */
       /*  -ms-user-select: none; /* Internet Explorer/Edge */
      /*   user-select: none; /* Стандартный синтаксис */
       /*  }*/
/*	   
@media (min-width: 1024px) {
  .catagory_area  {
    display: block ;
  }
}
	   
@media (max-width: 767px) {
  .catagory_area .popular_search {
    display: block !important;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .catagory_area .popular_search {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .catagory_area .popular_search {
    display: block !important;
  }
}

.catagory_area .popular_search span {
  font-size: 18px;
  font-weight: 400;
  color: #001D38;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .catagory_area .popular_search span {
    margin-bottom: 20px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catagory_area .popular_search span {
    margin-bottom: 20px;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .catagory_area .popular_search span {
    margin-bottom: 20px;
    display: block;
  }
}

.catagory_area .popular_search ul li {
  display: inline-block;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .catagory_area .popular_search ul li {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catagory_area .popular_search ul li {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .catagory_area .popular_search ul li {
    margin-bottom: 15px;
  }
}

.catagory_area .popular_search ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border: none;
  display: inline-block;
  border-radius: 5px;
  padding: 7px 14px;
}

@media (max-width: 767px) {
  .catagory_area .popular_search ul li a {
    font-size: 13px;
  }
  .catagory_area .popular_search ul li{
  display: flex; justify-content: center; align-items: center;
}
}

.catagory_area .popular_search ul li a:hover {
  border-color: #0A8CFF;
}	

.catagory_area .popular_search{
  display: flex; justify-content: center; align-items: center;
}

.nav-menu {
	width: fit-content;
	padding: 12px;
	border-radius: 8px;
	position: relative;
	margin: 5px auto;
	background: #fff;
	
}
.nav-menu:before,
.nav-menu:after {
	background: #d6e3ff;
	content: "";
	border-radius: 8px;
	position-anchor: --menu;
	position: absolute;
	top: anchor(bottom);
	bottom: calc(anchor(bottom) - 1px);
	left: anchor(left);
	right: anchor(right);  
	transition: 0.5s;
	transition-timing-function: linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1);
	z-index: 1;
}

.nav-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	anchor-name: --menu;
	justify-content: center;
	z-index: 2;
}
.nav-menu a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
	font-size: 18px;
	font-weight: bold;
}
.nav-menu a:hover {
	position: relative;
	display: block;
	anchor-name: --menu;
	color: #337AB7;
}
.nav-menu:has(a:hover):before,
.nav-menu:has(a:hover):after {
	top: anchor(top);
	left: anchor(left);
	right: anchor(right);
	bottom: anchor(bottom);
}

@supports not (anchor-name: --menu) {
	.nav-menu a:hover {
		color: #BFE2FF;
	}
}
*/
