/*!
Theme Name: mkblog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mkblog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mkblog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @charset "UTF-8";
 @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap");
 html, body {
   font-family: 'Raleway', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color: #0C0E12;
   background: #CECFD0; }
 .container {
   max-width: 1230px;
   margin: 0 auto;
   padding: 0 15px; }
   @media (max-width: 1200px) {
	 .container {
	   max-width: 1100px; } }
   @media (max-width: 992px) {
	 .container {
	   max-width: 950px; } }
   @media (min-width: 768px) and (max-width: 991px) {
	 .container {
	   max-width: 100%;
	   padding: 0 15px; } }
   @media (max-width: 940px) {
	 .container {
	   padding: 0 15px; } }
   @media (max-width: 767px) {
	 .container {
	   max-width: 100%;
	   padding: 0 15px; } }
   .container--fluid {
	 max-width: unset;
	 width: 100%; }
   .container--no-padding {
	 padding: 0; }
 
 .none {
   display: none; }
 
 .clear {
   clear: both; }
 
 .m-0 {
   margin: 0 !important; }
 
 * {
   box-sizing: border-box;
   margin: 0;
   padding: 0; }
 
 a {
   color: inherit;
   text-decoration: none;
   cursor: pointer; }
 
 h1, h2, h3, h4, h5, h6, p {
   font-size: inherit;
   font-family: inherit; }
 
 input, button {
   border: none;
   font-family: inherit;
   font-size: inherit; }
 
 button, input[type="submit"] {
   cursor: pointer;
   background: none; }
 
 input:focus, button:focus {
   outline: none; }
 
 ul, li {
   list-style: none; }
 
 img {
   display: block;
   max-width: 100%; }
 
 legend {
   display: table;
   float: left;
   margin: 0;
   padding: 0;
   width: 100%; }
   legend + * {
	 clear: both; }
 
 fieldset {
   border: 0;
   padding: 0.01em 0 0 0;
   margin: 0;
   min-width: 0; }
 
 body:not(:-moz-handler-blocked) fieldset {
   display: table-cell; }
 
 .navbar__items {
   display: none; }
 
 .hamb {
   display: none;
   position: relative; }
 .hamb .mob-menu-wrapper {
	display: none;
	position: absolute;
	top: 44px;
	right: 10px;
	padding: 10px;
	min-width: 250px;
	text-align: right;
	line-height: 28px;
	color:#fff; 
	background-color: #0C0E12; }
 .hamb .mob-menu-wrapper.opened {
	display: block; }
 .popup {
   display: block; }
 .wp-block-image figcaption {
    font-size: 85%; }
 
 @media (max-width: 991px) {
   .navbar.active {
	 background-color: #fff !important; }
 
   .navbar__wrap .menu {
	 display: none; }
 
   .hamb {
	 display: flex;
	 align-items: center;
	 z-index: 103; }
 
   .hamb__field {
	 padding: 10px 20px;
	 cursor: pointer;
	 z-index: 103; }
 
   .bar {
       display: block;
	 width: 25px;
	 height: 2px;
	 margin: 6px auto;
	 background-color: #fff;
	 border-radius: 5px;
	 transition: 0.2s; }
	 .bar:nth-child(2) {
	   width: 13px;
	   margin: 0;
	   margin-left: 12px; }
	 .bar:nth-child(3) {
	   width: 20px;
	   margin-left: 5px; }
 
   .popup {
	 position: fixed;
	 top: 0;
	 right: -100%;
	 width: 100%;
	 height: 100%;
	 background-color: #0C0E12;
	 color: #fff;
	 z-index: 102;
	 display: flex;
	 font-weight: 400;
	 font-family: 'Montserrat';
	 transition: 0.3s; }
 
   .popup.open {
	 right: 0;
	 overflow: auto; }
 
   .popup .menu {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 50px 0; }
 
   .popup .menu > li {
	 width: 100%; }
 
   .popup .menu > li > a {
	 width: 100%;
	 display: flex;
	 justify-content: center;
	 padding: 20px 0;
	 font-size: 24px; }
 
   .popup .menu > li > a:hover {
	 color: #fff; }
 
   .popup .navbar__items {
	 display: flex;
	 flex-direction: column;
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%);
	 margin-top: 616px;
	 align-items: center;
	 gap: 7px; }
 
   .hamb__field.active .bar:nth-child(2) {
	 opacity: 0; }
 
   .hamb__field.active .bar:nth-child(1) {
	 margin-left: 0;
	 transform: translateY(6px) rotate(45deg); }
 
   .hamb__field.active .bar:nth-child(3) {
	 margin-left: 0;
	 width: 25px;
	 transform: translateY(-10px) rotate(-45deg); }
 
   body.noscroll {
	 overflow: hidden; } }
     
/* Your question form */
.q-form-box {
  margin-bottom: 20px;
}
.q-form-box input {
  height: 60px;
  padding: 0 20px;
}
.q-form-box textarea {
  padding: 10px 20px;
  height: 150px;
}
.q-form-box input,
.q-form-box textarea {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
}
.question-title {
  font-size: 34px;
  text-align: center;
  line-height: 1.23;
  margin-bottom: 24px;
  font-weight: 600;
}
.q-form-checkbox {
  display: inline-flex;
   margin-bottom: 20px;
}
.q-form-checkbox input {
  width: 16px;
  height: 16px;
}
.q-form-checkbox .wpcf7-list-item {
  margin: 10px 10px 0 0;
}
.q-form-checkbox .q-form-checkbox-txt {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.btn-question {
  text-align: center;
  height: 54px;
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  -webkit-appearance: none;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .question-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .question-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
/* /--- Your question form */

 .navbar {
   display: block;
   background: #0C0E12;
   color: #fff;
   font-size: 14px;
   line-height: 16px;
   padding: 19px 0; }
 
 .navbar__wrap {
   display: flex;
   justify-content: space-between; }
 
 .navbar__left {
   display: flex;
   gap: 48px;
   align-items: center; }
 
 .navbar__logo {
   max-width: 56px;
   max-height: 41px;
   object-fit: cover; }
 
 .menu {
   display: flex;
   gap: 24px;
   align-items: center; }
   .menu li a:hover {
	 text-decoration: underline; }
 
 .navbar__right {
   display: flex;
   gap: 16px;
   align-items: center; }
 
 .navbar__annonce {
   color: #9E9FA0; }
 
 .btn {
   display: inline-block;
   font-weight: 600;
   font-size: 14px;
   line-height: 16px;
   letter-spacing: 0.08em;
   padding: 16px;
   border: 2px solid #FEAC12;
   border-radius: 24px;
   transition: all .3s ease-in-out; }
   .btn:hover {
	 background-color: #FEAC12; }
 
 .hero {
   background: radial-gradient(29.18% 54.22% at 69.1% 50%, #4D4E50 0%, #0C0E12 100%); }
   .hero .hero__border {
	 background: radial-gradient(61% 54.22% at 73.1% 40%, #4D4E50 0%, #0C0E12 100%);
	 border-top: 4px solid #9E9FA0;
	 border-left: 4px solid #9E9FA0;
	 border-right: 4px solid #9E9FA0;
	 overflow: hidden; }
 
 .hero__border {
   max-width: 1280px;
   margin: 0 auto; }
 
 .hero__wrap {
   display: flex;
   justify-content: space-between;
   color: #fff; }
 
 .hero__content {
   max-width: 581px;
   margin-top: 128px;
   position: relative;
   z-index: 3; }
 
 .desc {
   margin-top: 16px;
   color: #9E9FA0; }
 
 .hero__title {
   font-size: 56px;
   line-height: 64px;
   letter-spacing: 0.02em;
   font-weight: 500; }
 
 .hero-elem {
   font-weight: 700; }
   .hero-elem:after {
	 content: "";
	 display: block;
	 background: linear-gradient(90.01deg, #FEAC12 5.48%, rgba(254, 172, 18, 0) 90.61%);
	 width: 291px;
	 height: 4px;
	 margin-top: -10px; }
 
 .hero-text {
   font-weight: 900;
   font-size: 64px;
   line-height: 56px;
   letter-spacing: 0.08em;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke: 1px white; }
 
 .hero-btn {
   display: inline-flex;
   background: #FEAC12;
   padding: 16px 24px;
   border-radius: 8px;
   color: #0C0E12;
   margin-top: 120px;
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 0.08em; }
   .hero-btn:after {
	 content: "";
	 display: block;
	 margin-left: 24px;
	 background-image: url("./assets/img/arrow_left-md.svg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 width: 24px;
	 height: 24px;
	 transition: all 0.3s ease-in-out; }
   .hero-btn:hover:after {
	 transform: rotate(90deg); }
 
 .hero__img {
   position: relative;
   margin-top: 50px; }
   .hero__img span {
	 position: absolute;
	 bottom: 40px;
	 right: 37px;
	 display: inline-block;
	 font-weight: 700;
	 font-size: 24px;
	 line-height: 32px;
	 color: #0C0E12;
	 padding: 16px 32px;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
	 border-radius: 8px;
	 background: #fff;
	 z-index: 3; }
   .hero__img:before {
	 content: "";
	 position: absolute;
	 background: rgba(254, 172, 18, 0.5);
	 filter: blur(100px);
	 width: 499px;
	 height: 381px;
	 z-index: 1;
	 right: 0;
	 top: 5em; }
   .hero__img:after {
	 content: "";
	 position: absolute;
	 background: rgba(62, 11, 85, 0.8);
	 filter: blur(100px);
	 width: 499px;
	 height: 381px;
	 z-index: 1;
	 left: -5em;
	 top: 5em; }
 
 .hero-image {
   position: relative;
   max-width: 648px;
   max-height: 597px;
   overflow: hidden;
   object-fit: cover;
   z-index: 2;
   padding-right: 56px; }
 .info-wrap {
	position:relative;
	display: flex;
	align-items:center;
	justify-content:center; }
 .drop-down-btn {
	cursor: pointer; }
 .drop-down-list {	
    display: none;
    position: absolute;
    top: -30px;
    width: 83%;
	max-width: 776px;
    padding: 10px;
	font-size: 87%;
    background: white;
	transition: 0.3s;
    z-index: 100; }
 .drop-down-list.open {
	display: block; }
 .drop-down-list .list_two li {
	margin-bottom: 12px;
	gap: 18px; }
 .drop-down-list .list_two li:before {
	width: 28px;
	min-width: 28px;
	height: 28px;
	background-size: contain; }
 
 .about {
   position: relative; }
 
 .about__wrap {
   display: flex;
   flex-direction: column;
   padding-top: 80px; }
   .about__wrap p {
	 font-size: 18px;
	 line-height: 24px;
	 max-width: 576px; }
 
 .about__item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap; }
   .about__item:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7;
	 margin: 80px 0; }
   .about__item img {
	 max-width: 576px;
	 max-height: 424px;
	 overflow: hidden;
	 object-fit: cover; }
 
 .section-title {
   position: relative;
   font-weight: 700;
   font-size: 40px;
   line-height: 48px;
   max-width: 576px;
   z-index: 3; }
 
 .section-title_sm {
   max-width: 369px; }
 
 .fz-32 {
   font-size: 32px; }
 
 .item-one {
   position: relative;
   width: 472px;
   height: 336px;
   z-index: 3; }
 
 .about__item_right__wrap {
   position: relative; }
   .about__item_right__wrap:before {
	 content: "";
	 position: absolute;
	 left: -53px;
	 top: 37px;
	 width: 450px;
	 height: 300px;
	 background: rgba(62, 11, 85, 0.4);
	 filter: blur(100px);
	 transform: rotate(-154.62deg);
	 z-index: 1; }
 
 .elems .about__item_left {
   max-width: 472px; }
 
 .elems .about__item_right_wrap {
   position: relative; }
   .elems .about__item_right_wrap:before {
	 content: "";
	 position: absolute;
	 left: -139px;
	 top: -15px;
	 width: 450px;
	 height: 300px;
	 background: rgba(254, 172, 18, 0.3);
	 filter: blur(100px);
	 transform: rotate(-120.63deg);
	 z-index: 1; }
   .elems .about__item_right_wrap:after {
	 content: "";
	 position: absolute;
	 left: -153px;
	 top: 50px;
	 background: url("./assets/img/chevron_left.svg") no-repeat center;
	 width: 150px;
	 height: 150px;
	 z-index: 3;
	 transform: rotate(180deg); }
   .elems .about__item_right_wrap img {
	 position: relative;
	 z-index: 3; }
 
 .text-grey {
   display: block;
   font-size: 18px;
   line-height: 24px;
   color: #6D6E71;
   max-width: 472px;
   position: relative; }
   .text-grey:before {
	 content: "";
	 position: absolute;
	 left: -229px;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 296px;
	 height: 296px;
	 background: url("./assets/img/arrow_right-lg.svg") no-repeat center; }
 
 .section-subtitle {
   font-weight: 700;
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 40px; }
 
 .list li {
   max-width: 776px;
   margin-bottom: 24px;
   display: flex;
   gap: 54px; }
   .list li:before {
	 content: "";
	 display: block;
	 width: 48px;
	 min-width: 48px;
	 height: 48px;
	 background: url("./assets/img/list_second.svg") no-repeat; }
 
 .list_two li {
   max-width: 776px;
   margin-bottom: 24px;
   display: flex;
   gap: 54px; }
   .list_two li:before {
	 content: "";
	 display: block;
	 width: 48px;
	 min-width: 48px;
	 height: 48px;
	 background: url("./assets/img/list_two.svg") no-repeat; }
 
 .about__gallery {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 48px; }
 
 .gallery-md {
   max-width: 368px;
   max-height: 320px;
   overflow: hidden; }
 
 .gallery-sm {
   max-width: 368px;
   max-height: 240px;
   overflow: hidden; }
 
 .gallery-lg {
   max-width: 368px;
   max-height: 400px;
   overflow: hidden;
   margin-top: -80px; }
 
 .br {
   display: block;
   margin-bottom: 24px; }
 
 .yellow-elem {
   position: relative; }
   .yellow-elem:before {
	 content: "";
	 position: absolute;
	 left: 50px;
	 top: 0;
	 width: 200px;
	 height: 200px;
	 background: rgba(254, 172, 18, 0.3);
	 filter: blur(100px);
	 transform: rotate(-44.68deg);
	 z-index: 1; }
 
 .purple-elem {
   position: relative; }
   .purple-elem:before {
	 content: "";
	 position: absolute;
	 left: 50px;
	 top: 0;
	 width: 200px;
	 height: 200px;
	 background: rgba(62, 11, 85, 0.3);
	 filter: blur(100px);
	 transform: rotate(52.45deg);
	 z-index: 1; }
 
 .chevron {
   position: relative;
   max-width: 472px; }
   .chevron:before {
	 content: "";
	 position: absolute;
	 left: -165px;
	 bottom: 90px;
	 background: url("./assets/img/chevron_left.svg") no-repeat center;
	 width: 150px;
	 height: 150px; }
 
 .bg-fluid {
   max-width: 1280px;
   margin: 0 auto;
   background: #fff; }
 
 .lastposts__wrap {
   padding-top: 120px;
   padding-bottom: 30px; }
 
 .metroposts__wrap {
   padding-bottom: 60px; }
 
 .articles {
   display: flex;
   justify-content: space-between;
   align-items: center; }
 
 .title {
   font-weight: 700;
   font-size: 32px;
   line-height: 48px; }
 
 .btn-more {
   display: inline-flex;
   font-weight: 500;
   font-size: 18px;
   line-height: 16px;
   letter-spacing: 0.08em;
   padding: 16px 24px;
   border: 3px solid #0C0E12;
   border-radius: 24px;
   align-items: center; }
   .btn-more:after {
	 content: "";
	 display: block;
	 width: 24px;
	 height: 24px;
	 background-image: url("./assets/img/arrow_down-md.svg");
	 background-repeat: no-repeat;
	 background-position: center;
	 margin-left: 16px;
	 transition: all .3s ease-in-out; }
   .btn-more:hover:after {
	 transform: rotate(-45deg); }
 
 .articles__items {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 24px;
   margin-top: 48px; }
 
 .articles__item {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   max-width: 576px; }
   .articles__item::before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7; }
 
 .articles__item-content {
   max-width: 269px;
   min-width: 269px;
   flex: 1 1 100%;
   display: flex;
   flex-direction: column; }
 
 .articles__title {
   font-weight: 600;
   font-size: 18px;
   line-height: 24px;
   transition: all .2s ease-in-out; }
   .articles__title:hover {
	 color: #FEAC12; }
	 .article-name {
		transition: all .2s ease-in-out;
	 }
 .article-name:hover {
	color: #FEAC12;
 }
 .articles__text {
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
   position: relative;
   margin-top: 16px;
   max-height: 92px;
   overflow: hidden; }
   .articles__text:before {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
 
 .articles__info {
   display: flex;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.04em;
   color: #9E9FA0;
   margin-top: auto;
   margin-bottom: 0; }
 .search-field {
	border: 1px solid #0C0E12;
    border-radius: 20px;
    padding: 10px 20px;
 }
 .search-form {
	padding: 50px 0;
 }
 .search-text {
	padding-top: 30px;
 }
 .error-404,
 .not-found {
	padding: 50px 0;
 }
 .date {
   display: block; }
 
 .read-time {
   display: block;
   margin-left: 4px;}
 
 .articles__item-img {
   max-width: 254px;
   max-height: 168px;
   overflow: hidden; }
 .articles__item-img img {
	object-fit: contain;
	width: 254px;
    height: 100%;
 }
 .home .date:after {
   content: "•";
   margin-left: 4px;
   margin-right: 8px; }
 
 .publications__wrap {
   padding-top: 120px;
   padding-bottom: 116px; }
 
 .publications .articles__item-content {
   flex: unset; }
 .publications .articles__info {
   margin-top: 16px;
   margin-bottom: unset; }
 
 .footer {
   background: #0C0E12;
   color: #fff;
   position: relative;
   overflow: hidden;
   padding-bottom: 40px; }
   .footer:before {
	 content: "";
	 width: 311px;
	 height: 100%;
	 background: rgba(254, 172, 18, 0.6);
	 filter: blur(100px);
	 transform: matrix(-1, 0, 0, 1, 0, 0);
	 position: absolute;
	 top: -50px;
	 left: 50%;
	 transform: translate(-50%);
	 z-index: 1; }
   .footer:after {
	 content: "";
	 width: 339px;
	 height: 100%;
	 background: #3E0B55;
	 filter: blur(100px);
	 transform: matrix(-1, 0, 0, 1, 0, 0);
	 position: absolute;
	 top: -50px;
	 left: 55%;
	 z-index: 1; }
 
 .footer__wrap {
   padding-top: 40px;
   padding-bottom: 40px;
   display: flex;
   justify-content: space-between;
   position: relative;
   z-index: 2; }
 
 .footer__left {
   display: flex;
   gap: 48px; }
 
 .footer__menu {
   display: flex;
   flex-direction: column;
   gap: 24px; }
   .footer__menu li a:hover {
	 text-decoration: underline; }
 
 .footer__right {
   display: flex;
   flex-direction: column;
   align-items: center; }
 
 .footer-border {
   max-width: 1280px;
   margin: 0 auto;
   border-bottom: 4px solid #9E9FA0;
   border-left: 4px solid #9E9FA0;
   border-right: 4px solid #9E9FA0; }
 
 .breadcrums .breadcrums__wrap {
   display: flex;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.08em;
   color: #6D6E71;
   padding-top: 24px;
   padding-bottom: 12px; }
 .breadcrums-sep {
	margin: 0 5px;
 }
 .breadcrums-last {
	color: #000;
 }
 .article__img {
   margin-top: 32px;
   margin-bottom: 48px; }
   .article__img img {
	 width: 100%;
	 max-height: 400px;
	 overflow: hidden;
	 object-fit: cover; }
 
 .article__items-wrap {
   display: flex;
   justify-content: space-between;
   gap: 48px; }
 
 .article__post {
   display: flex;
   flex-direction: column;
   max-width: 264px;
   min-width: 264px; }
 
 .article__name {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   display: flex;
   align-items: center;
   flex-wrap: wrap; }
   .article__name img {
	 margin-right: 24px;
	 max-width: 40px;
	 max-height: 40px;
	 object-fit: contain;
	 border-radius: 50%; }
   .article__name:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7;
	 margin-top: 24px; }
 
 .article__date {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.08em;
   color: #6D6E71;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding-top: 23px; }
   .article__date:before {
	 content: "";
	 display: block;
	 background: url("./assets/img/calendar.svg") no-repeat center;
	 width: 24px;
	 height: 24px;
	 margin-right: 16px; }
   .article__date:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7;
	 margin-top: 24px; }
 
 .article__time {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.08em;
   color: #6D6E71;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding-top: 23px; }
   .article__time:before {
	 content: "";
	 display: block;
	 background: url("./assets/img/time.svg") no-repeat center;
	 width: 24px;
	 height: 24px;
	 margin-right: 16px; }
   .article__time:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7;
	 margin-top: 24px; }
 
 .article__share {
   padding-top: 23px; }
 
 .article__share__wrap {
   display: flex;
   gap: 16px;
   margin-top: 16px; }
 
 .article-title {
   font-weight: 700;
   font-size: 18px;
   line-height: 24px;
   text-indent: 40px; }
 
 .article__next {
   max-width: 264px;
   min-width: 264px;
   margin-top: 50px; }
   .article__next img {
	 max-width: 264px;
	 max-height: 200px;
	 object-fit: cover; }
   .article__next:after {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 background: #E7E7E7;
	 margin-top: 24px; }
 
 .article__next-info {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.04em;
   color: #CECFD0;
   display: flex;
   gap: 8px;
   margin: 16px 0; }
 .article .date:after {
   content: "•";
/*    margin-right: 8px; */
}
 
 .article-name {
   font-weight: 700;
   font-size: 18px;
   line-height: 24px; }
 
 .article__content-text {
   display: flex; 
   gap: 48px; }
 
 .article-page .lastposts__wrap {
   padding-bottom: 120px; }
 
 .archive .lastposts__wrap {
   padding-top: 24px;
   padding-bottom: 24px; }
 .archive .publications__wrap {
   padding-top: 24px;
   padding-bottom: 24px; }
 .archive .date:after {
   content: "•";
   margin-left: 4px;
   margin-right: 8px; }
 .publications .date:after {
	display: none;
   }
.entry-content h2 {
	margin: 30px 0px;
}
.entry-content ul {
	display: flex;
	flex-direction: column;
	list-style: inside;
	padding: 20px;
}
.entry-content ul li {
	list-style: inside;
	margin: 5px 0;
}
.entry-content p {
	margin: 10px 0;
}
.entry-header {
	padding-top: 30px;
}
.site-main .home.lastposts {
	padding-bottom: 30px;
}
 /* Extra small devices (phones, 599px and down) */
 @media only screen and (max-width: 599px) {
   .hero__wrap {
	 flex-wrap: wrap;
	 justify-content: center; }
 
   .hero__content {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-top: 50px; }
 
   .hero-image {
	 max-width: 100%;
	 padding-right: 0; }
 
   .hero-btn {
	 margin-top: 20px;
	 padding: 12px 16px;
	 font-size: 16px; }
 
   .hero-btn:after {
	 margin-left: 13px; }
 
   .hero__img span {
	 right: -7px;
	 font-size: 16px;
	 padding: 8px 12px; }
 
   .hero__title {
	 text-align: center;
	 line-height: 38px;
	 font-size: 24px; }
 
   .hero-text {
	 font-size: 26px;
	 line-height: 38px; }
 
   .hero-elem:after {
	 margin: 0 auto; }
 
   .hero__img:after {
	 width: 330px; }
 
   .btn {
	 display: none; }
 
   .fz-32 {
	 font-size: 24px; }
 
   .about__wrap p {
	 max-width: 449px; }
 
   .section-title {
	 line-height: 37px;
	 text-align: center; }
 
   .about__item_left {
	 margin: 0 auto; }
 
   .text-grey:before {
	 display: none; }
 
   .about__wrap {
	 padding-top: 40px; }
 
   .yellow-elem:before {
	 display: none; }
 
   .about__item:after {
	 margin: 20px 0; }
 
   .section-title {
	 font-size: 24px; }
 
   .title {
	 font-size: 24px;
	 line-height: 39px;
	 text-align: center; }
 
   .section-subtitle {
	 text-align: center; }
 
   .articles {
	 justify-content: center;
	 flex-wrap: wrap; }
 
   .about__wrap p {
	 max-width: 100%; }
 
   .chevron {
	 max-width: 100%; }
 
   .elems .about__item_left {
	 max-width: 100%; }
 
   .text-grey {
	 max-width: 100%; }
 
   .about__gallery {
	 justify-content: center; }
 
   .list_two li {
	 gap: 18px; }
 
   .gallery-lg {
	 margin-top: 0; }
 
   .gallery-md {
	 max-width: 210px;
	 max-height: 210px;
	 object-fit: cover; }
 
   .gallery-sm {
	 max-width: 210px;
	 max-height: 210px;
	 object-fit: cover; }
 
   .gallery-lg {
	 max-width: 210px;
	 max-height: 210px;
	 width: 210px;
	 object-fit: cover; }
 
   .section-title_sm {
	 max-width: 100%;
	 text-align: center; }
 
   .purple-elem:before {
	 display: none; }
 
   .about__item_right__wrap:before {
	 display: none; }
 
   .about__item_right {
	 margin: 0 auto;
	 margin-top: 30px; }
 
   .list li {
	 max-width: 100%;
	 gap: 18px; }
 
   .about__item img {
	 max-width: 255px;
	 object-fit: contain;
	 max-height: 255px; }
 
   .list li:before,
   .list_two li:before {
	 width: 28px;
	 min-width: 28px;
	 height: 28px;
	 background-size: contain; }
 
   .list_two li {
	 max-width: 100%; }
 
   .chevron:before {
	 display: none; }
 
   .elems .about__item_right_wrap:after {
	 display: none; }
 
   .articles__item-img {
	 max-width: 300px; }
 
   .articles__item-content {
	 max-width: 100%;
	 min-width: 100%; }
 
   .articles__item {
	 max-width: 100%; }
 
   .articles__items {
	 justify-content: center; }
 
   .btn-more {
	 margin-top: 15px;
	 padding: 14px 18px;
	 border: 1px solid #0C0E12;
	 font-size: 16px; }
 
   .bg-fluid {
	 max-width: 302px; }
 
   .hero__border {
	 max-width: 310px; }
 
   .footer-border {
	 max-width: 310px; }
 
   .section-title br {
	 display: none; }
 
   .menu {
	 gap: 20px; }
 
   .navbar__annonce {
	 display: none; }
 
   .lastposts__wrap {
	 padding-top: 80px; }
 
   .desc {
	 max-width: 200px;
	 text-align: center; }
 
   .footer .desc {
	 display: none; }
 
   .footer__left {
	 flex-wrap: wrap; }
 
   .elems .about__item_right_wrap:before {
	 display: none; }
 
   .articles__item-content {
	 max-width: 400px;
	 min-width: 400px; }
 
   .article__items-wrap {
	 flex-wrap: wrap; }
 
   .article__content {
	 order: 1; }
 
   .article__post {
	 order: 2;
	 max-width: 100%;
	 min-width: 100%; }
 
   .article__content-text {
	 flex-wrap: wrap; }
 
   .article__next {
	 max-width: 100%;
	 min-width: 100%; }
 
   .articles__item-content {
	 max-width: 100%;
	 min-width: 100%; } }
 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) and (max-width: 767px) {
   .hero__wrap {
	 flex-wrap: wrap;
	 justify-content: center; }
 
   .hero__content {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-top: 50px; }
 
   .hero-image {
	 max-width: 422px;
	 padding-right: 0; }
 
   .hero-btn {
	 margin-top: 50px; }
 
   .hero__img span {
	 right: -7px;
	 font-size: 18px;
	 padding: 12px 18px; }
 
   .hero__title {
	 text-align: center;
	 font-size: 44px; }
 
   .hero-text {
	 font-size: 54px; }
 
   .hero-elem:after {
	 margin: 0 auto;
	 margin-top: -5px; }
 
   .hero__img:after {
	 width: 330px; }
 
   .btn {
	 padding: 12px; }
 
   .fz-32 {
	 font-size: 24px; }
 
   .about__wrap p {
	 max-width: 449px; }
 
   .section-title {
	 line-height: 37px;
	 text-align: center; }
 
   .about__item_left {
	 margin: 0 auto; }
 
   .text-grey:before {
	 display: none; }
 
   .about__wrap {
	 padding-top: 40px; }
 
   .yellow-elem:before {
	 width: 150px;
	 height: 150px; }
 
   .about__item:after {
	 margin: 20px 0; }
 
   .section-subtitle {
	 text-align: center; }
 
   .about__wrap p {
	 max-width: 100%; }
 
   .chevron {
	 max-width: 100%; }
 
   .elems .about__item_left {
	 max-width: 100%; }
 
   .text-grey {
	 max-width: 100%; }
 
   .about__gallery {
	 justify-content: center; }
 
   .list_two li {
	 gap: 18px; }
 
   .gallery-lg {
	 margin-top: 0; }
 
   .gallery-md {
	 max-width: 210px;
	 max-height: 210px;
	 object-fit: cover; }
 
   .gallery-sm {
	 max-width: 210px;
	 max-height: 210px;
	 object-fit: cover; }
 
   .gallery-lg {
	 max-width: 210px;
	 max-height: 210px;
	 width: 210px;
	 object-fit: cover; }
 
   .section-title_sm {
	 max-width: 100%;
	 text-align: center; }
 
   .purple-elem:before {
	 left: 50%;
	 transform: rotate(52.45deg) translate(-50%); }
 
   .about__item_right {
	 margin: 0 auto;
	 margin-top: 30px; }
 
   .list li {
	 max-width: 100%;
	 gap: 18px; }
 
   .about__item img {
	 max-width: 418px; }
 
   .list_two li {
	 max-width: 100%; }
 
   .chevron:before {
	 display: none; }
 
   .elems .about__item_right_wrap:after {
	 display: none; }
 
   .articles__item-img {
	 max-width: 300px; }
 
   .articles__item-content {
	 max-width: 220px;
	 min-width: 220px; }
 
   .articles__item {
	 max-width: 100%; }
 
   .articles__items {
	 justify-content: center; }
 
   .btn-more {
	 padding: 14px 18px;
	 border: 1px solid #0C0E12;
	 font-size: 16px; }
 
   .bg-fluid {
	 max-width: 550px; }
 
   .hero__border {
	 max-width: 556px; }
 
   .footer-border {
	 max-width: 556px; }
 
   .section-title br {
	 display: none; }
 
   .menu {
	 gap: 20px; }
 
   .navbar__annonce {
	 display: none; }
 
   .lastposts__wrap {
	 padding-top: 80px; }
 
   .desc {
	 max-width: 200px;
	 text-align: center; }
 
   .articles__item-content {
	 max-width: 400px;
	 min-width: 400px; }
 
   .article__items-wrap {
	 flex-wrap: wrap; }
 
   .article__content {
	 order: 1; }
 
   .article__post {
	 order: 2;
	 max-width: 100%;
	 min-width: 100%; }
 
   .article__content-text {
	 flex-wrap: wrap; }
 
   .article__next {
	 max-width: 100%;
	 min-width: 100%; } }
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .hero__wrap {
	 flex-wrap: wrap;
	 justify-content: center; }
 
   .hero__content {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-top: 50px; }
 
   .hero-image {
	 max-width: 422px;
	 padding-right: 0; }
 
   .hero-btn {
	 margin-top: 50px; }
 
   .hero__img span {
	 right: -7px;
	 font-size: 18px;
	 padding: 12px 18px; }
 
   .hero__title {
	 text-align: center; }
 
   .hero-elem:after {
	 margin: 0 auto;
	 margin-top: -5px; }
 
   .hero__img:after {
	 width: 330px; }
 
   .btn {
	 padding: 12px; }
 
   .fz-32 {
	 font-size: 24px; }
 
   .about__wrap p {
	 max-width: 449px; }
 
   .section-title {
	 line-height: 37px;
	 text-align: center; }
 
   .about__item_left {
	 margin: 0 auto; }
 
   .text-grey:before {
	 display: none; }
 
   .about__wrap {
	 padding-top: 40px; }
 
   .yellow-elem:before {
	 width: 150px;
	 height: 150px; }
 
   .about__item:after {
	 margin: 20px 0; }
 
   .section-subtitle {
	 text-align: center; }
 
   .about__wrap p {
	 max-width: 100%; }
 
   .chevron {
	 max-width: 100%; }
 
   .elems .about__item_left {
	 max-width: 100%; }
 
   .text-grey {
	 max-width: 100%; }
 
   .about__gallery {
	 justify-content: center; }
 
   .gallery-lg {
	 margin-top: 0; }
 
   .gallery-md {
	 max-width: 254px;
	 max-height: 221px;
	 object-fit: cover; }
 
   .gallery-sm {
	 max-width: 310px; }
 
   .gallery-lg {
	 max-width: 303px;
	 max-height: 327px; }
 
   .section-title_sm {
	 max-width: 100%;
	 text-align: center; }
 
   .purple-elem:before {
	 left: 50%;
	 transform: rotate(52.45deg) translate(-50%); }
 
   .about__item_right {
	 margin: 0 auto;
	 margin-top: 30px; }
 
   .list li {
	 max-width: 100%; }
 
   .about__item img {
	 max-width: 418px; }
 
   .list_two li {
	 max-width: 100%; }
 
   .chevron:before {
	 display: none; }
 
   .elems .about__item_right_wrap:after {
	 display: none; }
 
   .articles__item-img {
	 max-width: 300px; }
 
   .articles__item-content {
	 max-width: 500px;
	 min-width: 500px; }
 
   .articles__item {
	 max-width: 100%; }
 
   .articles__items {
	 justify-content: center; }
 
   .btn-more {
	 padding: 14px 18px;
	 border: 1px solid #0C0E12;
	 font-size: 16px; }
 
   .bg-fluid {
	 max-width: 735px; }
 
   .hero__border {
	 max-width: 743px; }
 
   .footer-border {
	 max-width: 743px; }
 
   .section-title br {
	 display: none; }
 
   .menu {
	 gap: 20px; }
 
   .navbar__annonce {
	 display: none; }
 
   .lastposts__wrap {
	 padding-top: 80px; }
 
   .articles__item-content {
	 max-width: 400px;
	 min-width: 400px; }
 
   .article__items-wrap {
	 flex-wrap: wrap; }
 
   .article__content {
	 order: 1; }
 
   .article__post {
	 order: 2;
	 max-width: 100%;
	 min-width: 100%; } }
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hero__title {
	 font-size: 36px;
	 line-height: 51px; }
 
   .hero-text {
	 font-size: 46px; }
 
   .hero-image {
	 max-width: 513px;
	 padding-right: 0; }
 
   .hero__content {
	 max-width: 341px; }
 
   .hero__img span {
	 right: -7px;
	 font-size: 18px;
	 padding: 12px 18px; }
 
   .fz-32 {
	 font-size: 24px; }
 
   .about__wrap p {
	 max-width: 449px; }
 
   .section-title {
	 line-height: 37px; }
 
   .gallery-lg {
	 margin-top: 0; }
 
   .gallery-md {
	 max-width: 254px;
	 max-height: 221px;
	 object-fit: cover; }
 
   .gallery-sm {
	 max-width: 310px; }
 
   .gallery-lg {
	 max-width: 303px;
	 max-height: 327px; }
 
   .section-title_sm {
	 max-width: 100%;
	 text-align: center; }
 
   .purple-elem:before {
	 left: 50%;
	 transform: rotate(52.45deg) translate(-50%); }
 
   .about__item_right {
	 margin: 0 auto;
	 margin-top: 30px; }
 
   .list li {
	 max-width: 100%; }
 
   .about__item img {
	 max-width: 418px; }
 
   .list_two li {
	 max-width: 100%; }
 
   .chevron:before {
	 display: none; }
 
   .elems .about__item_right_wrap:after {
	 display: none; }
 
   .articles__item-img {
	 max-width: 300px; }
 
   .articles__item-content {
	 max-width: 500px;
	 min-width: 500px; }
 
   .articles__item {
	 max-width: 100%; }
 
   .articles__items {
	 justify-content: center; }
 
   .btn-more {
	 padding: 14px 18px;
	 border: 1px solid #0C0E12;
	 font-size: 16px; }
 
   .bg-fluid {
	 max-width: 953px; }
 
   .hero__border {
	 max-width: 960px; }
 
   .footer-border {
	 max-width: 960px; }
 
   .menu {
	 gap: 20px; }
 
   .navbar__annonce {
	 display: none; } }
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) and (max-width: 1300px) {
   .hero__title {
	 font-size: 52px; }
 
   .hero-text {
	 font-size: 58px; }
 
   .hero-image {
	 max-width: 582px;
	 padding-right: 0; }
 
   .hero__content {
	 max-width: 465px; }
 
   .hero__img span {
	 right: -24px; }
 
   .gallery-lg {
	 margin-top: 0; }
 
   .gallery-md {
	 max-width: 300px;
	 max-height: 270px;
	 object-fit: cover; }
 
   .section-title_sm {
	 max-width: 100%;
	 text-align: center; }
 
   .purple-elem:before {
	 left: 50%;
	 transform: rotate(52.45deg) translate(-50%); }
 
   .about__item_right {
	 margin: 0 auto;
	 margin-top: 30px; }
 
   .list li {
	 max-width: 100%; }
 
   .about__item img {
	 max-width: 418px; }
 
   .list_two li {
	 max-width: 100%; }
 
   .chevron:before {
	 left: -132px;
	 width: 195px;
	 background-size: cover; }
 
   .articles__item-img {
	 max-width: 227px; }
 
   .articles__item-content {
	 max-width: 241px;
	 min-width: 241px; }
 
   .bg-fluid {
	 max-width: 1145px; }
 
   .hero__border {
	 max-width: 1151px; }
 
   .footer-border {
	 max-width: 1152px; } }
 
 /*# sourceMappingURL=main.css.map */
 
 /* quest information */
 .params-ul {
    background-color: unset;
    color: #000;
    -webkit-font-smoothing: antialiased;
    border-collapse: separate;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}
.params-ul .cell {
    padding:8px 14px;
    border-style: solid;
    border-color: rgba(0,0,0,.15);
    border-width: 1px 0 0 0;
    list-style-type: none;
}
.params-ul .td {
    padding-left:8px;
    font-weight: 700
}
.params-ul .th {
    font-size: 15px
}
.params-ul .td {
    font-size: 16px
}
.params-ul .td .td-title {
    padding-right:8px;
}
.params-ul .td .td-refinement {
    font-weight: 400;
    font-size:85%;
    color: #6D6E71;
}
.h-cont {
    margin: 30px 0 15px!important;
}
.ul-cont {
    padding-top: 5px!important;
}
.ul-cont li {
    font-size:85%;
    list-style-type: none!important;
}
.mk-metro {
 position:relative;
 margin-left: 40px;
}
.mk-metro:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: -3px;
    background-image: url(./assets/img/moscow-metro-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
}
.yellow-text-color {
    color: #eba92d;
    font-weight: 500;
}
.review {
    margin-bottom: 40px;
    padding: 30px 15px 40px 45px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 3px rgb(241 241 241);
    transition: background-color 0.6s linear;
}
.review-author { font-weight: 500; }
blockquote {
    position:relative;
} 
blockquote:before {
    content: "";
    display: block;
    left: -37px;
    position: absolute;
    top: -10px;
    background-image: url("./assets/img/quotes.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

/* telegram chat  */   
 .tg-chat-wrap {
   position: fixed;
   z-index: 99999999;
   top: auto;
   right: 40px;
   left: auto;
   bottom: 60px;
   text-align: initial;
   line-height: initial;
   text-transform: none;
   letter-spacing: initial;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%; }
 a.tg-chat-widget {
   text-decoration: none; }
 .tg-chat-widget {
   display:flex;
   justify-content: flex-end;
   align-items: center; }
 .tg-chat-btn {    
   min-width: 50px;
   height: 50px;
   overflow: hidden;
   display: flex;
   align-items: center;
   cursor: pointer;
   font-size: 14px;
   color: #ffffff;
   position: relative;
   border-radius: 50px;
   box-sizing: border-box;
   background: #3ab161; }
 .tg__button-icon {
   background: url("./assets/img/tg-icon.svg") 0 0 no-repeat;
   width: 50px;
   height: 50px; }
 .chat__button-icon {
   background: url("./assets/img/group.svg") 0 0 no-repeat;
   width: 50px;
   height: 50px; }
 .tg-btn {
   opacity: 0;
   display: none;
   margin-right: 5px;
   background: #38A6D9; }
 .tg-chat-widget:hover .tg-btn {
   opacity: 1; 
   display: block; }
 .chat-text {
   display: flex; 
   justify-content: flex-end;
   padding: 0;    
   transition: all 500ms ease-out; }
 .button-text {
   width: 0;
   font-size: 14px;
   white-space: nowrap;
   text-align: center;
   opacity: 0; }
 .tg-chat-widget:hover .chat-text {
   padding: 0 10px 0 4px; }
 .tg-chat-widget:hover .button-text {
   width: 100%;
   opacity: 1; }
 .tg-chat-widget:hover .chat__button-icon {
   width: 60px; }
 .chat-arrow {
   width: auto;
   padding: 7px 14px;
   margin-right: 15px;
   position: relative;
   background: #eee;
   border-radius: 6px;   
   font-size: 14px;
   text-align: center;
   color: #000; }
 .chat-arrow:before {
   content: ""; 
   border: solid transparent;
   position: absolute;    
   left: 100%;
   top: 50%;
   border-left-color: #eee;
   border-width: 9px;
   margin-top: -9px; }
 .tg-chat-widget:hover .chat-arrow {
   opacity: 0; }
 @media (max-width: 767px) {
 .tg-chat-wrap {
   right: 20px;
   bottom: 20px; }
 } 
/* telegram chat banner */
 .chat-banner {
   position: relative;
   width: 100%;
   height: 300px;
   text-align: center;
   color: #fff;
   background-image: url("/wp-content/uploads/2023/07/15784_1677415801386.jpg");
   background-size: cover;
   background-repeat: no-repeat; }
 .chat-banner .centered {
   position: absolute;
   display: flex; 
   flex-direction: column;
   align-items: center;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%); }
 .chat-banner .centered .btn {
   display: inline-block;
   font-weight: 600;
   font-size: 14px;
   line-height: 16px;
   letter-spacing: 0.08em;
   padding: 16px;
   border: 2px solid #FEAC12;
   border-radius: 24px;
   background-color: #0c0e12a8;
   transition: all .3s ease-in-out;
   cursor: pointer; }
   .chat-banner .centered .btn:hover {
	 background-color: #FEAC12; }
 @media (max-width: 767px) { 
  .chat-banner {
    height: 400px;
    background-image: url("/wp-content/uploads/2023/07/1212_1677415794171.jpg"); }
 }
/* --/telegram chat  */ 
 