/*! 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.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

h3,
.h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

p {
  margin: 1.5rem 0;
}

p:empty {
  display: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.layout-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.layout-header__inner {
  position: relative;
  display: flex;
  min-height: 4rem;
  padding-right: 45rem;
  padding-left: 45rem;
  align-items: center;
}

.logo-company {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding-left: 6rem;
  transition: opacity .3s;
  transform: translateY(-50%);
  white-space: nowrap;
  color: inherit;
}

.no-touchevents .logo-company:hover .logo-company__title,
.no-touchevents .logo-company:hover .logo-company__description {
  color: #aaaeb5;
}

.logo-company__image {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
  background: url(../images/svg/logo-belarus-travel.svg) 50% 50% no-repeat;
  background-size: contain;
}

.logo-company__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  transition: color .3s;
}

.logo-company__description {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  transition: color .3s;
}

.main-menu {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 10rem;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main-menu__item {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1rem 0;
  padding-right: 4rem;
  padding-left: 4rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.main-menu__link {
  transition: opacity .3s, color .3s;
  white-space: nowrap;
  color: inherit;
}

.main-menu__link.active {
  opacity: .5;
}

.no-touchevents .main-menu__link:hover {
  color: #aaaeb5;
}

.burger {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
  transition: opacity .3s;
  transform: translateY(-50%);
}

.burger:before,
.burger:after {
  position: absolute;
  right: 0;
  display: block;
  content: '';
  transition: background-color .3s, width .3s;
  background-color: currentColor;
}

.burger:before {
  top: 1.6rem;
  width: 4.8rem;
  height: .8rem;
  border-radius: .4rem;
}

.burger:after {
  top: 3rem;
  width: 4.2rem;
  height: .4rem;
  border-radius: .2rem;
}

.no-touchevents .burger:hover:before,
.no-touchevents .burger:hover:after {
  background-color: #aaaeb5;
}

.no-touchevents .burger:hover:after {
  width: 4.8rem;
}

.layout-header__panel {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  padding-right: 11rem;
  transform: translateY(-50%);
}

.link-trip {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-left: 4rem;
  transition: color .3s;
  white-space: nowrap;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: inherit;
}

.link-trip .icon-trip {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: -.2rem;
  transition: color .3s, fill .3s;
  transform: translateY(-50%);
  fill: currentColor;
}

.no-touchevents .link-trip:hover .icon-trip {
  color: #aaaeb5;
}

.languages {
  display: flex;
  margin: 0 0 0 4rem;
  padding: 0;
  list-style: none;
}

.languages__current {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
  color: inherit;
}

.languages__current:hover .languages__list {
  visibility: visible;
  transition: opacity .3s, visibility .3s, transform .3s;
  transform: translateY(0rem);
  opacity: 1;
}

.languages__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: .8rem;
  height: .8rem;
  margin: .3rem 0 0 0;
  transform: rotate(-135deg);
  opacity: .4;
}

.languages__arrow:before,
.languages__arrow:after {
  position: absolute;
  content: '';
  background-color: currentColor;
}

.languages__arrow:before {
  width: 100%;
  height: .2rem;
  border-radius: 0 .2rem .2rem 0;
}

.languages__arrow:after {
  width: .2rem;
  height: 100%;
  border-radius: 0 0 .2rem .2rem;
}

.languages__label {
  position: relative;
  z-index: 2;
}

.languages__list {
  font-size: 1.4rem;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 10rem;
  margin: 0 -2rem;
  padding: 1rem 0 0 0;
  list-style: none;
  transition: opacity .3s, visibility .3s, transform .3s;
  transform: translateY(1rem);
  opacity: 0;
  color: inherit;
  border-radius: 2rem;
}

.languages__list .languages__item:first-child {
  border-radius: .4rem .4rem 0 0;
}

.languages__list .languages__item:last-child {
  border-radius: 0 0 .4rem .4rem;
}

.languages__item {
  padding: 1rem 2rem;
  transition: color .3s;
  white-space: nowrap;
}

.no-touchevents .languages__item:hover {
  color: #aaaeb5;
}

.layout-panel__footer .social-icons__link {
  position: relative;
}

.layout-panel__footer .social-icons__link:hover::after {
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 4px;
  display: block;
  width: 4rem;
  height: 4rem;
  content: '';
  border-radius: 100%;
  background-color: #fff;
}

.layout-panel__footer .social-icons__link:hover .icon.icon-instagram {
  background: linear-gradient(45deg, #f8b214 14.29%, #ef0100 52.77%, #bc049c 84.29%), #28a8ea;
}

.layout-panel__footer .social-icons__link:hover .icon.icon-vkontakte {
  fill: #2787f5;
}

.layout-panel__footer .social-icons__link:hover .icon.icon-youtube {
  fill: #f00;
}

.layout-panel__footer .social-icons__link:hover .icon.icon-telegram {
  fill: #45a8e1;
}

.layout-panel__footer .social-icons__link:hover .icon.icon-facebook {
  fill: #1877f2;
}

.mobile-block {
  display: none;
}

.layout-footer {
  position: relative;
}

.page-novogrudok .burger {
  display: none;
}

.page-novogrudok .layout-footer {
  background-color: #33393E;
  color: #fff;
}

.page-novogrudok .article-body blockquote {
  background-color: #FF95FF;
}

.page-novogrudok .copyright {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.page-novogrudok .slick-slide img {
  width: auto;
  height: 100%;

  max-height: 50rem;
}

.page-novogrudok .developer {
  color: #fff;
  display: flex;
}

.page-novogrudok .logo-pras {
  fill: #fff;
}

.page-novogrudok .module-map__obj {
  width: 100vw;
  height: 60rem;
  margin-left: -2rem;
}

.page-novogrudok .section-mapping {
  padding-top: 10rem;
  margin-bottom: 0;
}

.page-novogrudok .image-right {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 -4rem 4rem 4rem;
  max-width: 40rem;
}

.page-novogrudok .grid-default.lg {
  margin-left: -20rem;
  margin-right: -20rem;
}

.page-novogrudok figcaption span::before {
  display: none;
}

.page-novogrudok .main-menu {
  padding-right: 0;
}

.page-novogrudok .layout-header__inner {
  padding-left: 30rem;
}

.page-novogrudok .section-mapping__map {
  height: auto;
  width: 100%;
}

.page-novogrudok .section-welcome__inner.default .section-welcome__body {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem -6rem 0;
}

.gallery figure {
  margin: 0;
  width: 100%;
}

.gallery-cell {
  width: 50%;
  padding: 0 2rem;
}

.layout-footer .link-trip .icon {
  color: #ff3701;
}

.layout-footer__line {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

.layout-footer__base {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  padding-top: 4.6rem;
  padding-bottom: 4rem;
}

.layout-footer__base .animated-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.layout-footer__info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-primary {
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem;
  justify-content: space-between;
}

.grid-primary.middle {
  align-items: center;
}

.grid-primary__wrapper {
  display: flex;
}

.grid-primary__wrapper .grid-primary__cell {
  position: relative;
  width: 28rem;
  margin-right: 8rem;
}

.grid-primary__wrapper .grid-primary__cell:first-child::before {
  display: none;
}

.grid-primary__wrapper .grid-primary__cell::before {
  position: absolute;
  top: 0;
  left: -4rem;
  display: block;
  width: .1rem;
  height: 34rem;
  content: '';
  border-radius: 5px;
  background: rgba(0, 0, 0, .2);
}

.grid-primary__cell {
  padding-right: 2rem;
  padding-left: 2rem;
}

.copyright {
  font-weight: 300;
  color: rgba(0, 0, 0, .6);
}

.copyright p {
  margin: 0;
}

.developer {
  color: #000;
}

.developer:hover .developer__text {
  opacity: 1;
}

.developer-block {
  display: flex;
  align-items: center;
}

.developer-block a svg {
  transition: .2s;
}

.developer-block a:hover {
  color: #aaaeb5;
}

.developer-block a:hover svg {
  fill: #aaaeb5;
}

.logo-pras {
  display: block;
  width: 7.3rem;
  height: 1.7rem;
  margin-right: 1.5rem;
  fill: #000;
}

.social-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons.light .social-icons__link .icon {
  color: #8a0ade;
  fill: #fff;
}

.social-icons.light .social-icons__link .icon-instagram {
  color: #8a0ade;
  background: #fff;
}

.social-icons.light .social-icons__link .icon-youtube path {
  fill: #000;
}

.social-icons__item + .social-icons__item {
  margin-left: 1rem;
}

.social-icons__link .icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  transition: fill .3s, color .3s, background .3s;
  color: #fff;
  border-radius: 50%;
}

.social-icons__link .icon-facebook {
  fill: #1877f2;
}

.social-icons__link .icon-vkontakte {
  fill: #1877f2;
}

.social-icons__link .icon-youtube {
  fill: #f00;
}

.social-icons__link .icon-telegram {
  fill: #45a8e1;
}

.social-icons__link .icon-instagram {
  background: linear-gradient(45deg, #f8b214 14.29%, #ef0100 52.77%, #bc049c 84.29%), #28a8ea;
}

.no-touchevents .social-icons__link:hover .icon {
  color: #aaaeb5;
  fill: #aaaeb5;
}

.no-touchevents .social-icons__link:hover .icon-vkontakte {
  color: #fff;
}

.no-touchevents .social-icons__link:hover .icon-instagram {
  color: #fff;
  background: #aaaeb5;
}

.list-languages {
  display: flex;
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.list-languages__item {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 1rem 0;
  padding: 0 1.5rem;
}

.list-languages__link {
  color: #000;
}

.list-languages__link.current {
  color: rgba(0, 0, 0, .5);
}

.no-touchevents .list-languages__link:hover {
  color: #aaaeb5;
}

.menu-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-primary .menu-primary__item:last-child {
  margin-bottom: 0;
}

.menu-primary__item {
  margin-bottom: 2.5rem;
}

.menu-primary__item .btn-default {
  transform: translateX(-2rem);
}

.menu-primary__link {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

.layout-footer__links {
  padding: 8rem 0 4rem;
}

.layout-footer__links .grid-primary .grid-primary__cell {
  position: relative;
}

.layout-footer__links .grid-primary .grid-primary__cell:nth-child(2)::before,
.layout-footer__links .grid-primary .grid-primary__cell:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: -4rem;
  display: block;
  width: .1rem;
  height: 34rem;
  content: '';
  border-radius: 5px;
  background: rgba(0, 0, 0, .1);
}

.grid-primary__head {
  margin-bottom: 4rem;
}

.grid-primary__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: inherit;
}

.counter {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  display: block;
  width: 16px;
  height: 16px;
  margin: -.6rem 0 0 0;
  padding: 2px 0 0 0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ff3701;
}

.menu-primary__counter {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-default {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 2.2rem 2rem;
  transition: color .3s, background-color .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  border-radius: .6rem;
  background-color: rgba(0, 0, 0, .1);
}

.btn-default.btn-light {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.no-touchevents .btn-default:hover {
  color: #aaaeb5;
  background-color: rgba(0, 0, 0, .05);
}

.no-touchevents .btn-default:hover.btn-light {
  color: #aaaeb5;
  background-color: rgba(255, 255, 255, .1);
}

.button-object .btn-default {
  transition: .2s;
  color: #fff;
}

.button-object .btn-default:hover {
  opacity: .6;
}

.button-map {
  width: 100%;
}

.button-map .btn-hide {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7rem;
  display: flex;
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
  align-items: center;
  justify-content: center;
}

.button-map .icon-map {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  opacity: .4;
}

.module-button {
  display: none;
  text-align: right;
}

.module-button .btn-hide {
  padding: 1.4rem;
  border-radius: 6px;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
}

.module-button .icon-map {
  width: 3.2rem;
  height: 3.2rem;
}

.module-button_active {
  position: fixed;
  z-index: 20;
  top: 30px;
  right: 30px;
  display: block;
}

.icon-next-arrow {
  position: relative;
}

.icon-next-arrow::before,
.icon-next-arrow::after {
  position: absolute;
  left: -1.1rem;
  display: block;
  width: .6rem;
  height: 1.5rem;
  content: '';
  border-radius: .4rem;
  background-color: #000;
}

.icon-next-arrow::before {
  top: -1.2rem;
  transform: rotate(-45deg);
}

.icon-next-arrow::after {
  bottom: -1.0rem;
  transform: rotate(45deg);
}

.btn-prev-step {
  width: 3rem;
  margin-left: 1.2rem;
}

.btn-prev-step span {
  position: relative;
}

.btn-prev-step span::before,
.btn-prev-step span::after {
  position: absolute;
  left: -1.1rem;
  display: block;
  width: .55rem;
  height: 1.3em;
  content: '';
  border-radius: .4rem;
  background-color: #000;
}

.btn-prev-step span::before {
  top: -7px;
  transform: rotate(45deg);
}

.btn-prev-step span::after {
  top: 3px;
  transform: rotate(-45deg);
}

.btn-way,
.btn-choose {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7rem;
  display: flex;
  width: 30.2rem;
  max-width: 30.2rem;
  height: 6rem;
  padding: .8rem 3.9rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, .2);
  align-items: center;
  justify-content: center;
}

.btn-open {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2366ff;
}

.temp-btn {
  margin-right: 2rem;
  cursor: pointer;
  transition: color .3s;
}

.temp-btn:hover {
  color: #ff3701;
}

.layout-light .layout-header {
  color: #fff;
}

.layout-dark .layout-header {
  color: #000;
}

.layout-dark .link-trip .icon-trip {
  fill: #ff3701;
}

.article-default {
  display: block;
}

.article-default__media {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}

.article-default__media:before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: '';
}

.article-default__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-default__media:hover + .article-default__body a {
  color: #aaaeb5;
}

.article-default__body {
  line-height: 1.2;
  padding: 1.5rem 1rem 0 1rem;
}

.article-default__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  color: rgba(0, 0, 0, .6);
}

.article-default__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  overflow-y: hidden;
  margin-top: 1.5rem;
}

.article-default_md .article-default__media:before {
  padding-top: 55.88235%;
}

.article-default_md .article-default__title {
  font-size: 2.6rem;
  font-weight: 700;
}

.article-primary {
  position: relative;
  display: block;
}

.no-touchevents a.article-primary:hover .article-primary__title {
  color: #aaaeb5;
}

.article-primary__media {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}

.article-primary__media:before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: '';
}

.article-primary__media:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .4));
}

.article-primary__body {
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem 4rem 3.7rem;
  color: #fff;
}

.article-primary__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-primary__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
}

.article-primary__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-top: 1.5rem;
  transition: color .3s;
}

.article-primary_md .article-primary__title {
  font-size: 2.6rem;
}

.article-more {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}

.article-more .btn-default {
  color: #fff;
  background: rgba(255, 255, 255, .2);
}

.article-more:before {
  display: block;
  width: 100%;
  padding-top: 118.75%;
  content: '';
}

.article-more.light .btn-default {
  color: #000;
  background: rgba(0, 0, 0, .1);
}

.article-more.cultural {
  background: radial-gradient(60% 60% at 50% 40%, rgba(114, 250, 191, .185) 0%, rgba(21, 93, 255, .5) 100%), #155dff;
}

.article-more.gastronomic {
  background: radial-gradient(37.27% 31.58% at 50% 38.82%, rgba(255, 55, 1, .2) 0%, rgba(255, 228, 51, .2) 100%), #ffe433;
}

.article-more.industrial {
  background: radial-gradient(60% 60% at 50% 40%, rgba(216, 102, 244, .5) 0%, rgba(255, 149, 255, .5) 100%), #ff95ff;
}

.article-more.sport {
  background: radial-gradient(60% 60% at 50% 40%, rgba(255, 228, 51, .5) 0%, rgba(255, 55, 1, .5) 100%), #ff3701;
}

.article-more.health {
  background: radial-gradient(60% 60% at 50% 40%, rgba(216, 102, 244, .5) 0%, rgba(140, 12, 222, .5) 100%), #fa8ffd;
}

.article-more.ecological {
  background: radial-gradient(37.27% 31.58% at 50% 38.82%, rgba(21, 93, 255, .2) 0%, rgba(114, 250, 191, .2) 100%), #72fabf;
}

.no-touchevents .article-more:hover .btn-default {
  color: #aaaeb5;
  background: rgba(0, 0, 0, .05);
}

.article-more__icon .icon {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.article-more__icon .icon-cultural {
  width: 10rem;
  height: 10rem;
  transition: .2s;
  background-image: url(../images/svg/icon-cultural-2.svg);
}

.article-more__icon .icon-gastronomic {
  width: 12rem;
  height: 10rem;
  transition: .2s;
  background-image: url(../images/svg/icon-gastronomic.svg);
}

.article-more__icon .icon-industrial {
  width: 12rem;
  height: 10rem;
  transition: .2s;
  background-image: url(../images/svg/icon-industrial.svg);
}

.article-more__icon .icon-sport {
  width: 11rem;
  height: 11rem;
  transition: .2s;
  background-image: url(../images/svg/icon-sport-health.svg);
}

.article-more__icon .icon-ecological {
  width: 10rem;
  height: 10rem;
  transition: .2s;
  background-image: url(../images/svg/icon-ecological.svg);
}

.article-more__icon .icon-health {
  width: 10rem;
  height: 10rem;
}

.article-more__body {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.article-primary__footer,
.article-switch__icon {
  position: absolute;
  top: 0;
  right: .6rem;
}

.article-primary__footer .btn-favorites,
.article-switch__icon .btn-favorites {
  width: 4rem;
  height: 4rem;
}

.article-primary__footer .btn-favorites:hover .icon-favorites,
.article-switch__icon .btn-favorites:hover .icon-favorites {
  fill: #aaaeb5;
}

.article-primary__footer .icon-favorites,
.article-switch__icon .icon-favorites {
  fill: none;
}

/*.article-primary_md {
    .article-switch__icon {
        left: 0;
        right: .6rem;
        display: flex;
        justify-content: flex-end;
    }
}*/

.article-primary__footer.article-primary-footer_small {
  top: 6px;
  right: 26px;
}

.prompt-wrapper {
  position: absolute;
  z-index: 3;
  top: -.2rem;
  left: 50%;
  display: none;
  width: max-content;
  transform: translate(-50%, -100%);
}

.prompt_active {
  display: block;
}

.article-more__panel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 4rem;
  border-radius: .6rem;
  justify-content: space-between;
}

.article-more__footer .btn-default {
  width: 100%;
}

.article-success {
  position: relative;
  display: block;
}

.no-touchevents a.article-success:hover .article-success__title {
  color: #aaaeb5;
}

.article-success__media {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}

.article-success__media:before {
  display: block;
  width: 100%;
  padding-top: 118.75%;
  content: '';
}

.article-success__media:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .5));
}

.article-success__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-success__body {
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem 1rem;
  color: #fff;
}

.article-success__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  overflow-y: hidden;
  max-height: 9rem;
  margin-top: 1.5rem;
  transition: color .3s;
}

.article-success__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-success__label .separator {
  display: block;
  width: .1rem;
  height: 1.3rem;
  margin: 0 1rem;
  background-color: rgba(255, 255, 255, .5);
}

.article-secondary {
  position: relative;
  display: block;
}

.no-touchevents a.article-secondary:hover .article-secondary__title {
  color: #aaaeb5;
}

.article-secondary__media {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}

.article-secondary__media:before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: '';
}

.article-secondary__media:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: opacity .3s;
  background: linear-gradient(rgba(0, 0, 0, .001), rgba(0, 0, 0, .5));
}

.article-secondary__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-secondary__body {
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: #fff;
}

.article-secondary__body .breadcrumb {
  margin-bottom: 0;
}

.article-secondary__title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-top: 1.5rem;
  transition: color .3s;
}

.article-secondary__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-secondary__label .separator {
  display: block;
  width: .1rem;
  height: 1.3rem;
  margin: 0 1rem;
  background-color: rgba(255, 255, 255, .5);
}

.article-switch {
  position: relative;
  display: flex;
}

.article-switch__media {
  position: relative;
  width: 100%;
  max-width: 24rem;
  margin-right: 1.5rem;
  border-radius: .6rem;
}

.article-switch__media:before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: '';
}

.article-switch__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-switch__body {
  line-height: 1.2;
  position: relative;
  padding: 1.5rem 0;
}

.article-switch__title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-top: 1.5rem;
}

.article-switch__description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  margin-top: 1.5rem;
}

.article-switch__description p {
  margin: 0;
}

.article-switch__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  display: flex;
  color: rgba(0, 0, 0, .6);
  flex-wrap: wrap;
  align-items: center;
}

.article-switch__label .separator {
  display: block;
  width: .1rem;
  height: 1.3rem;
  margin: 0 1rem;
  background-color: rgba(0, 0, 0, .2);
}

.is-table {
  display: flex;
  flex-wrap: wrap;
}

.is-table .breadcrumb {
  margin-bottom: 0;
}

.is-table .grid-switch__cell {
  width: 50%;
}

.is-table .grid-switch__cell.full {
  width: 100%;
}

.is-table .article-switch {
  display: block;
}

.is-table .article-switch__media {
  max-width: inherit;
}

.is-list .breadcrumb {
  margin-bottom: 0;
}

.grid-default {
  display: flex;
  margin: 0 -2rem -4rem;
  flex-wrap: wrap;
}

.grid-default__item {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

.animated-line {
  display: flex;
  width: 100%;
  height: .6rem;
  animation-name: animatedBackground;
  animation-iteration-count: infinite;
  animation-direction: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 100% .6rem;
  justify-content: space-evenly;
  animation-fill-mode: forwards;
}

.animated-line.type-1 {
  animation-duration: 25s;
  animation-timing-function: linear;
  background-image: linear-gradient(to right, #155dff 30%, #000 30% 35%, #ff95ff 35% 50%, #ffe433 50% 60%, #72fabf 60% 70%, #8a0ade 70% 80%, #ff3701 80% 100%);
}

.animated-line.type-2 {
  animation-duration: 20s;
  animation-timing-function: linear;
  background-image: linear-gradient(to right, #155dff 30%, #000 30% 35%, #ff95ff 35% 50%, #ffe433 50% 60%, #72fabf 60% 70%, #8a0ade 70% 80%, #ff3701 80% 100%);
}

.animated-line.type-3 {
  animation-duration: 35s;
  animation-timing-function: linear;
  background-image: linear-gradient(to right, #ff3701 30%, #000 30% 40%, #ffe433 40% 50%, #ff95ff 50% 70%, #155dff 70% 100%);
}

.shape {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.shape-circle {
  border-radius: 50%;
}

.shape-circle.sm {
  width: 2rem;
  height: 2rem;
  background-color: #ff3701;
}

.shape-circle.md {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffe433;
}

.shape-circle.lg {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #72fabf;
}

.shape-square {
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  background-color: #000;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 2rem solid #ff95ff;
}

.shape-animated {
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.shape-animated-1 {
  animation-name: animatedShape1;
  animation-duration: 10s;
  animation-timing-function: linear;
}

.shape-animated-2 {
  animation-name: animatedShape2;
  animation-duration: 8s;
  animation-timing-function: linear;
}

.shape-animated-3 {
  animation-name: animatedShape1;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
}

.shape-animated-4 {
  animation-name: animatedShape1;
  animation-duration: 6s;
  animation-timing-function: linear;
}

.shape-animated-5 {
  animation-name: animatedShape3;
  animation-duration: 3s;
  animation-timing-function: linear;
}

@keyframes animatedShape1 {
  0% {
    transform: translateY(-50%) scale(.2);
  }

  50% {
    transform: translateY(-50%) scale(1);
  }

  100% {
    transform: translateY(-50%) scale(.2);
  }
}

@keyframes animatedShape2 {
  0% {
    transform: translateY(-50%) scale(.5);
  }

  50% {
    transform: translateY(-50%) scale(1.2);
  }

  100% {
    transform: translateY(-50%) scale(.5);
  }
}

@keyframes animatedShape3 {
  0% {
    transform: translateY(-50%) scale(.3);
  }

  50% {
    transform: translateY(-50%) scale(1.4);
  }

  100% {
    transform: translateY(-50%) scale(.3);
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
    background-size: 100% .6rem;
  }

  50% {
    background-position: 50% 0;
    background-size: 50% .6rem;
  }

  100% {
    background-position: 100% 0;
    background-size: 100% .6rem;
  }
}

.module-info__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  color: rgba(255, 255, 255, .6);
}

.module-info__head {
  margin-bottom: 1.5rem;
}

.module-info__title {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 0;
  color: #fff;
}

.module-info__footer {
  margin-top: 4rem;
}

.module-info__footer .btn-default {
  width: calc(((100% + 4rem) / 3 ) - 4rem);
}

.layout-panel {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  background-color: #8a0ade;
}

.layout-panel .animated-line {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.layout-panel .list-languages__link {
  color: #fff;
}

.layout-panel .list-languages__link.current {
  color: rgba(0, 0, 0, .5);
}

.layout-panel .layout-footer__info .grid-primary {
  padding-left: 16rem;
}

.layout-panel__autoscroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.layout-panel__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 5rem 0 7rem;
  justify-content: space-between;
}

.layout-panel__close {
  position: relative;
  position: absolute;
  right: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}

.layout-panel__close:before,
.layout-panel__close:after {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 4.8rem;
  height: .4rem;
  content: '';
  transition: background-color .3s, transform .3s;
  transform-origin: left;
  border-radius: .2rem;
  background-color: #fff;
}

.layout-panel__close:before {
  transform: rotate(45deg) translateX(-50%);
}

.layout-panel__close:after {
  transform: rotate(-45deg) translateX(-50%);
}

.no-touchevents .layout-panel__close:hover:before,
.no-touchevents .layout-panel__close:hover:after {
  background-color: #aaaeb5;
}

.no-touchevents .layout-panel__close:hover:before {
  transform: rotate(40deg) translateX(-50%);
}

.no-touchevents .layout-panel__close:hover:after {
  transform: rotate(-40deg) translateX(-50%);
}

.layout-panel__height {
  position: relative;
  height: 4rem;
}

.layout-panel__height .logo-company__title {
  color: #fff;
}

.layout-panel__body {
  padding: 8rem 0;
  color: #fff;
}

.layout-panel__body .menu-primary__link {
  color: #fff;
}

.layout-panel__body .grid-primary__wrapper .grid-primary__cell {
  margin-right: 7rem;
}

.open-panel .layout-panel {
  visibility: visible;
  opacity: 1;
}

.module-search {
  border-radius: .6rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
}

.module-search__grid {
  position: relative;
  display: flex;
  min-height: 6.5rem;
  margin: 0 -2rem;
  padding: .8rem 2rem .8rem;
  align-items: center;
}

.module-search__cell {
  position: relative;
  width: 50%;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.module-search__cell > div {
  padding: .7rem 2rem .3rem;
}

.module-search__cell::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .1rem;
  height: 3rem;
  content: '';
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .2);
}

.module-search__cell:first-child::before {
  display: none;
}

.module-search__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  color: #ff3701;
}

.module-search__control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  padding: .6rem 0 .4rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  border: none;
  background-color: #fff;
}

.module-search__control::-webkit-input-placeholder {
  transition: .2s ease-in;
  transform-origin: 0 50%;
  color: rgba(0, 0, 0, .4);
}

.module-search__control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input-focus {
  transition: .2s;
  border-radius: 4px;
  background: rgba(0, 0, 0, .05);
}

.input-focus input {
  background-color: transparent;
}

.module-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 100%;
  margin: 0 4rem 0 0;
}

.module-search__button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  background-color: transparent;
}

.module-search__button .icon-search {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  transition: fill .3s, stroke .3s;
  stroke: #ff3701;
  fill: #ff3701;
}

.no-touchevents .module-search__button:hover .icon-search {
  fill: #aaaeb5;
  stroke: #aaaeb5;
}

.prompt-block {
  position: relative;
  display: flex;
  padding: .7rem 1.2rem .8rem;
  border-radius: .4rem;
  background-color: rgba(0, 0, 0, .6);
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, .25));
  justify-content: center;
  align-items: center;
}

.prompt-block::after {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  display: block;
  content: '';
  transform: translateX(-50%);
  border-top: 12px solid rgba(0, 0, 0, .6);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.prompt-block__title {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  color: #fff;
}

.breadcrumb {
  display: flex;
  margin-bottom: 1.8rem;
  padding-left: 0;
  list-style-type: none;
}

.breadcrumb-article {
  margin-bottom: 0;
}

.breadcrumb-primary__item {
  position: relative;
  margin-right: 1.9rem;
  margin-bottom: 1.2rem;
}

.breadcrumb-primary__item:last-child {
  margin-right: 0;
}

.breadcrumb-primary__item:last-child::after {
  display: none;
}

.breadcrumb-primary__item::after {
  position: absolute;
  top: 0;
  right: -1.2rem;
  display: block;
  content: '|';
  color: rgba(255, 255, 255, .3);
}

.breadcrimb-primary__link {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.9rem;
  color: #fff;
}

.breadcrumb.dark .breadcrumb-primary__item::after {
  color: rgba(0, 0, 0, .3);
}

.icon-favorites {
  width: 3.4rem;
  height: 3.4rem;
  transition: .2s;
  pointer-events: none;
}

.btn-favorites_active .icon-favorites {
  fill: #ffe433;
}

.btn-favorites {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  display: flex;
  padding: 0;
  transition: color .3s;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.btn-favorites .icon {
  transition: fill .3s;
}

.no-touchevents .btn-favorites:hover {
  color: #aaaeb5;
}

.no-touchevents .btn-favorites:hover .icon-favorites {
  fill: #aaaeb5;
}

.popup-button__wrapper {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
}

.popup-button__wrapper.bottom {
  z-index: 20;
  bottom: 0;
  padding: 1.2rem;
  background-color: #e6e6e6;
}

.popup-button__wrapper.top {
  top: 0;
}

.popup-button__wrapper.bottom .popup-button__block {
  display: flex;
  justify-content: space-between;
}

.popup-button__wrapper.bottom .popup-button__block button {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.2rem;
  position: relative;
  display: flex;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.popup-button__wrapper.bottom .popup-button__block .icon-basket {
  width: 1.5rem;
  height: 1.8rem;
  margin-right: 1rem;
  fill: rgba(0, 0, 0, .4);
}

.popup-button__wrapper.bottom .popup-button__block .icon-next-arrow {
  position: absolute;
  right: 2.8rem;
}

.popup-button__wrapper.bottom .popup-button__block .btn-clear {
  background-color: transparent;
}

.popup-button__wrapper.bottom .popup-button__block .btn-next {
  padding: 2.1rem 2.8rem 2.1rem 2.8rem;
  background-color: #ffe433;
}

.popup-button__text {
  margin-bottom: .8rem;
}

.popup-button__text span {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2rem;
  margin-left: 4.4rem;
  color: rgba(0, 0, 0, .4);
}

.popup-button__wrapper.top .popup-button__block {
  display: flex;
  justify-content: space-between;
}

.popup-button__wrapper.top .popup-button__block .icon-close {
  width: 2.6rem;
  height: 2.6rem;
}

.popup-button__wrapper.top .popup-button__block button {
  padding: 0;
  background-color: transparent;
}

.popup-button__wrapper.top .popup-button__block .btn-close {
  margin-top: 1.8rem;
  margin-right: 1.2rem;
}

.popup-button__wrapper.top .popup-button__text {
  padding-left: 4.4rem;
}

.popup-button__wrapper.top .popup-button__text .popup-button__title {
  font-family: 'Inter';
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.2rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
}

.popup-button__wrapper.top .popup-button__text .popup-button__label {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  color: #ff3701;
}

.btn-next {
  position: relative;
}

.btn-next::before {
  position: absolute;
  z-index: -1;
  top: 1.3rem;
  left: 1.8rem;
  display: block;
  width: calc(100% - 3.6rem);
  height: 100%;
  content: '';
  opacity: .2;
  border-radius: 3px;
  background: #000;
  filter: blur(20px);
}

.color-main-blue .popup-button__wrapper.bottom .popup-button__block .btn-next {
  background-color: #155dff;
}

.module-search__block {
  position: absolute;
  z-index: 10;
  top: auto;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  margin-top: 9px;
  padding: .6rem 1.2rem 2.5rem 2.4rem;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 83.17%, #fff 100%);
  background-color: #fff;
  box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
}

.module-search__block.secondary-module-search.active {
  display: flex;
}

.module-search__block.double-module-search.active {
  display: flex;
}

.module-search__block.active {
  display: block;
}

.popup-active {
  position: fixed;
  z-index: 100;
  top: -.9rem;
  left: 0;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  padding-bottom: 25rem;
  border-radius: 0;
}

.popup-active .popup-button__wrapper {
  display: block;
}

.popup-active .module-search__list.default {
  max-height: 60%;
  margin-top: 12rem;
  padding-top: 1.5rem;
}

.module-search__list,
.module-search__sublist {
  padding-left: 0;
  list-style-type: none;
}

.module-search__list.default,
.module-search__list {
  overflow-y: auto;
  width: 100%;
  max-height: 40rem;
  margin-top: 2.4rem;
  padding-right: 1.6rem;
  padding-bottom: .7rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.module-search__list.default::-webkit-scrollbar,
.module-search__list::-webkit-scrollbar {
  width: .4rem;
  height: 100%;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .25);
}

.module-search__list.default::-webkit-scrollbar-thumb,
.module-search__list::-webkit-scrollbar-thumb {
  width: .4rem;
  height: 20%;
  border-radius: 30px;
  background: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.module-search__list.default::-webkit-scrollbar-track-piece,
.module-search__list::-webkit-scrollbar-track-piece {
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, .05);
}

.module-search__list.default > .module-search__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.module-search__list.default > .module-search__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.module-search__sublist {
  margin-top: 1.8rem;
  padding-left: 3.2rem;
}

.module-search__sublist > li:last-child {
  padding-bottom: 0;
}

.module-search__item {
  padding-bottom: 2rem;
}

.module-custom-checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.icon-done {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -.7rem;
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  transition: .2s;
  opacity: 0;
  fill: none;
}

.checkbox-block {
  position: relative;
  display: block;
  min-width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  background-color: #f2f2f2;
}

.checkbox-text {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  transition: .2s;
  color: rgba(0, 0, 0, .5);
}

.module-custom-checkbox input:checked + .checkbox-block {
  border-color: #ffe433;
  background-color: #ffe433;
}

.module-custom-checkbox input:checked + .checkbox-block .icon-done {
  opacity: 1;
}

.module-custom-checkbox input:checked ~ .checkbox-text {
  color: black;
}

.module-info__img {
  position: relative;
  height: 100%;
}

.module-info__img::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
}

.module-search__block.double-module-search {
  left: 0;
  width: calc(100% * 2);
  height: 33.9rem;
  padding: 0;
}

.module-search__block.double-module-search.active {
  display: flex;
}

.module-search__block.double-module-search .module-search__list {
  overflow-y: auto;
  max-height: 100%;
}

.module-search__block.double-module-search .module-search__second .module-search__list {
  max-height: 18rem;
  padding-right: 1rem;
}

.module-search__block .module-search__first .module-info__img::before {
  top: -3rem;
  left: -27px;
  width: 39.5rem;
  height: 100%;
  background: url(../images/svg/trip.svg) 0 no-repeat;
  background-size: 88% auto;
}

.module-search__inner {
  width: 50%;
}

.module-search__info {
  position: relative;
  overflow: hidden;
  width: 50%;
  max-height: 100%;
  padding: 1.2rem 2.4rem .6rem;
  border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, #2bb2ff 2.1%, #155dff 100%);
}

.module-search__list {
  margin-top: 3rem;
}

.module-info__wrapper {
  position: relative;
  z-index: 1000;
  display: flex;
  margin-top: 1.2rem;
  justify-content: center;
}

.module-search__title {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7rem;
  display: flex;
  margin-top: 2.3rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .2);
  align-items: center;
  justify-content: center;
}

.module-search__block.secondary-module-search.active {
  left: 0;
  width: 100%;
}

.module-search__block.secondary-module-search.active .module-search__list.default > .module-search__item {
  margin-bottom: 0;
  border-bottom: none;
}

.module-search__block.secondary-module-search.popup-active .module-search__item {
  margin-bottom: 0;
  border-bottom: 0;
}

.module-search.module-secondary .module-custom-checkbox input:checked + .checkbox-block {
  border-color: #155dff;
  background-color: #155dff;
}

.module-search__first {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.module-search__first .module-search__inner {
  padding: 1.2rem 2.4rem .6rem 2.4rem;
}

.module-search__second {
  display: flex;
  width: 100%;
  height: 100%;
}

.module-search__second .module-search__info {
  display: flex;
  flex-direction: column;
  border-radius: 6px 0 0 6px;
  order: -1;
  justify-content: space-between;
}

.module-search__second .module-search__inner {
  padding: 1.2rem 1.4rem .6rem 2.4rem;
}

.module-search__second .module-search__list {
  padding-right: 0;
  padding-bottom: 0;
}

.module-search__second .module-search__item {
  display: flex;
  margin-bottom: 0;
  margin-bottom: 1rem;
  padding: 1rem .8rem 1rem .8rem;
  transition: .2s;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  background: #f2f2f2;
  align-items: center;
  justify-content: space-between;
}

.module-search__second .module-search__item ymaps {
  margin-top: .6rem;
}

.module-search__second .module-search__item input {
  overflow: hidden;
  width: 100%;
  max-width: 27rem;
  text-overflow: ellipsis;
  border: none;
  background-color: transparent;
}

.module-search__second .checkbox-text {
  color: black;
}

.module-search__second .btn-change-cancel {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  opacity: .4;
}

.module-search__second .btn-change-cancel::after,
.module-search__second .btn-change-cancel::before {
  position: absolute;
  display: block;
  width: 1.4rem;
  height: .2rem;
  content: '';
  border-radius: 4px;
  background-color: #000;
}

.module-search__second .btn-change-cancel::after {
  transform: rotate(45deg);
}

.module-search__second .btn-change-cancel::before {
  transform: rotate(-45deg);
}

.module-search__second .module-info__img::before {
  top: 50%;
  left: 50%;
  width: 7.7rem;
  height: 11.8rem;
  transform: translate(-50%, -50%);
  background: url(../images/svg/chose.svg) 50% 0 no-repeat;
  background-size: 100% auto;
}

.module-search__second .module-search-choose {
  width: fit-content;
  background-color: transparent;
  box-shadow: none;
}

.module-search__second .module-search-choose .module-search__list {
  display: none;
}

.module-search__second .module-search-choose .module-search__item {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}

.module-search__second .module-search-choose.active {
  max-height: 25rem;
  padding: 1.2rem 1.2rem 2.4rem 1.2rem;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
}

.module-search__second .module-search-choose.active .module-search__list.default {
  display: block;
  overflow-y: auto;
  max-height: 17.4rem;
  margin-top: 1.8rem;
}

.module-search__second .module-search-choose.active .btn-open {
  opacity: .5;
}

.popup-button__wrapper.top .popup-button__block.jc-fl-end {
  justify-content: flex-end;
}

.module-search__block.double-module-search.popup-active {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 12rem;
  padding-right: 2.4rem;
  padding-bottom: 18rem;
  padding-left: 2.4rem;
}

.module-search__block.double-module-search.popup-active .module-search__bg {
  position: relative;
  display: flex;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, #2bb2ff 0%, #155dff 100%);
}

.module-search__block.double-module-search.popup-active .module-info__wrapper {
  margin-top: 8rem;
}

.module-search__block.double-module-search.popup-active .module-search__title {
  display: none;
}

.module-search__block.double-module-search.popup-active .module-search__second {
  display: block;
  width: 50%;
}

.module-search__block.double-module-search.popup-active .module-search__first {
  display: block;
  width: 50%;
  order: 1;
}

.module-search__block.double-module-search.popup-active .module-search__first .module-search__info {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
}

.module-search__block.double-module-search.popup-active .module-search__first .module-search__info::after {
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: block;
  width: .1rem;
  height: 5.8rem;
  content: '';
  background-color: rgba(255, 255, 255, .2);
}

.module-search__block.double-module-search.popup-active .module-search__first .module-info__img::before {
  top: -3rem;
  left: 50%;
  width: 100%;
  height: 12rem;
  transform: translateX(-25%);
  background-size: 50% auto;
}

.module-search__block.double-module-search.popup-active .module-search__inner {
  display: none;
}

.module-search__block.double-module-search.popup-active .module-search__inner.active {
  position: absolute;
  top: 15.4rem;
  left: 2.4rem;
  display: block;
  width: calc(100% - 4.8rem);
  border-radius: .3rem;
  background-color: #fff;
  /*&::before {
            content: '';
            display: block;
            width: 3.2rem;
            height: 3.2rem;
            margin-top: -3.3rem;
            background-color: #259bff;
            left: 25%;
            transform: rotate(45deg) translate(-88%, 86%);
            position: absolute;
        }*/
}

.module-search__block.double-module-search.popup-active .module-search__second .module-info__img::before {
  top: 6.1rem;
  margin-left: 0;
  background-size: 65% auto;
}

.module-search__block.double-module-search.popup-active .module-search__info {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 13rem;
  margin: 0;
  background: none;
}

.module-search__block.double-module-search.popup-active .module-search__info::before {
  position: absolute;
  z-index: 120;
  bottom: -2.5rem;
  left: 50%;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  content: '';
  transform: rotate(45deg) translate(-50%, 100%);
  background-color: #259cff;
}

.module-search__block.double-module-search.popup-active .module-search__info * {
  pointer-events: none;
}

.module-search__block.double-module-search.popup-active .module-info__img {
  order: -1;
}

.module-search__block.double-module-search.popup-active .btn-way {
  background: transparent;
}

.module-search__bg {
  width: 100%;
}

.banner {
  position: absolute;
  right: 10rem;
  bottom: 35%;
}

.banner-inner {
  width: 10rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.section-default + .section-default {
  margin-top: 10.8rem;
}

.section-default__head {
  margin-bottom: 4rem;
}

.section-default__head h2 {
  max-width: 48rem;
}

.section-default__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: flex-end;
}

.section-default__footer .btn-default {
  width: calc(((100% + 4rem) / 3 ) - 4rem);
}

.section-default__footer.center {
  justify-content: center;
}

.section-default__footer.center .btn-default {
  width: calc(((100% + 4rem) / 2) - 4rem);
}

.section-default__description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.1rem;
  max-width: 68rem;
  margin-bottom: 6rem;
  color: rgba(0, 0, 0, .6);
}

.section-default__description p {
  margin: 0;
}

.section-welcome {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  color: #fff;
}

.section-welcome .animated-line {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-welcome__overflow {
  position: relative;
  overflow: hidden;
}

.section-welcome__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 66rem;
}

.section-welcome__inner.default {
  padding-top: 12rem;
  padding-bottom: 12rem;
  text-align: center;
  align-items: flex-end;
}

.section-welcome__inner.default .section-welcome__body {
  max-width: 94rem;
  margin-right: auto;
  margin-left: auto;
}

.section-welcome__inner.default .section-welcome__text {
  margin-bottom: 4rem;
}

.section-welcome__description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  max-width: 60rem;
  margin: 4rem auto 0;
}

.section-welcome__description p {
  margin: 0;
}

.section-welcome__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: animatedBackgroundScale;
  animation-duration: 20s;
  /*12*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-position: 50% 50%;
  background-size: cover;
  animation-fill-mode: forwards;
}

.section-welcome__background:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
}

.section-welcome__background.pause {
  animation-play-state: paused;
}

@keyframes animatedBackgroundScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.section-welcome__text {
  font-size: 1.6rem;
  font-weight: 300;
  color: inherit;
}

.section-welcome__h1 {
  font-family: 'Inter', sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

a.section-welcome__text {
  display: block;
}

.section-articles {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-articles .grid-default__item {
  min-height: 100%;
}

.section-articles .article-success {
  height: 100%;
}

.section-articles .article-success__media {
  height: 100%;
}

.section-articles .article-success__media:before {
  height: 100%;
}

.section-articles .article-success__image {
  height: 100%;
}

.section-articles .article-success__body {
  padding-bottom: 1.2rem;
}

/*@media(max-width: 768px) {
    .section-articles {
        .article-success__body {
            padding: 24.5rem 1rem 2.5rem;
        }
    }
}*/

.section-banner {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  color: #fff;
}

.section-banner__overflow {
  position: relative;
  overflow: hidden;
}

.section-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 66rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  align-items: center;
  justify-content: center;
}

.section-banner__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: animatedBackgroundScale;
  animation-duration: 20s;
  /*12*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-position: 50% 50%;
  background-size: cover;
  animation-fill-mode: forwards;
}

.section-banner__background:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .35);
}

.section-banner__background.pause {
  animation-play-state: paused;
}

.section-banner__body {
  max-width: 94rem;
  margin: 0 auto;
  text-align: center;
}

.section-banner__text {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: #fff;
}

a.section-banner__text {
  display: block;
}

.section-banner__h1 {
  font-family: 'Inter', sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-banner__footer {
  margin-top: 6rem;
  text-align: center;
}

.section-banner__footer .btn {
  width: calc(((100% + 4rem) / 3) - 4rem);
}

.section-events {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.section-events .list-events {
  margin-bottom: 0;
}

.event-item__icon {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 1.5rem;
}

.event-item__icon .icon-hover,
.event-item__icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  transition: opacity .3s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.event-item__icon .icon {
  opacity: 1;
}

.event-item__icon .icon-hover {
  opacity: 0;
}

.event-item {
  display: block;
  transition: none;
  color: #000;
}

.event-item:hover .event-item__title {
  color: #000;
}

.event-item__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  transition: color .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: inherit;
}

.list-events {
  display: flex;
  margin: 0 -2rem -4rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.list-events__item {
  width: 16.666%;
  margin-bottom: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.list-events__item.hover .icon {
  transition: opacity .3s;
  opacity: 0;
}

.list-events__item.hover .icon-hover {
  transition: opacity .3s;
  opacity: 1;
}

.list-events__item.hover .event-item__title {
  color: #aaaeb5;
}

.section-interactive {
  padding-top: 5rem;
}

.section-interactive .section-default__body {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  background-color: #8a0ade;
}

.section-interactive .section-default__body:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  content: '';
  background-color: #8a0ade;
}

.map-interactive {
  display: block;
}

.map-interactive__svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 68.1rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.area-fill {
  transition: fill .3s;
  fill: #72fabf;
}

.area-fill:hover {
  fill: #aaaeb5;
}

.hover-link .area-fill {
  fill: #aaaeb5;
}

.map-interactive__regions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}

.map-region {
  line-height: 1.2;
  position: absolute;
  z-index: 3;
}

.map-region__label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

.map-region__title {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}

.map-region__title .line {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: .1rem;
  height: .1rem;
  margin: 0 -1rem -.5rem 0;
}

.map-region__title .line:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: .2rem;
  content: '';
  transform: rotate(27deg);
  transform-origin: left;
  border-radius: .2rem;
  background-color: rgba(255, 255, 255, .6);
}

.map-region__capital {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: block;
  white-space: nowrap;
}

.map-region__capital .line {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: .1rem;
  height: .1rem;
  margin: 0 -1rem -.5rem 0;
}

.map-region__capital .line:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: .2rem;
  content: '';
  border-radius: .2rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0) 40%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: .5rem .2rem;
}

.map-region__capital .line:after {
  position: absolute;
  top: .1rem;
  left: 5rem;
  width: 19.5rem;
  height: .2rem;
  content: '';
  transform: rotate(39deg);
  transform-origin: top left;
  border-radius: .2rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0) 40%);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: .5rem .2rem;
}

.hover-link {
  text-decoration: none;
  color: #aaaeb5;
}

.grodno-region {
  top: 45%;
  right: 100%;
}

.brest-region {
  right: 100%;
  bottom: 6%;
}

.gomel-region {
  bottom: 6%;
  left: 100%;
  margin-left: -10%;
  text-align: right;
}

.mogilev-region {
  bottom: 45%;
  left: 100%;
  margin-left: 4rem;
  text-align: right;
}

.vitebsk-region {
  top: 0;
  left: 100%;
  margin: 10% 0 0 -10%;
  text-align: right;
}

.minsk-region {
  top: 0;
  right: 100%;
  margin-right: -18%;
}

.minsk-region .map-region__capital {
  margin-top: 20%;
  text-align: right;
}

.minsk-region .map-region__title {
  position: relative;
}

.minsk-region .map-region__title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100rem;
  height: .1rem;
  content: '';
  transform: rotate(45deg);
}

/*@media (max-width: $table-screen) {

}*/

.section-create {
  position: relative;
  color: #fff;
  background-color: #155dff;
}

.section-create .module-info__body {
  max-width: 55%;
}

.animated-route {
  display: block;
  width: 100%;
  height: auto;
}

.animated-route__datted {
  animation: dash 120s linear infinite;
  stroke-dasharray: 5 15;
}

@keyframes dash {
  to {
    stroke-dashoffset: -2945.509765625;
  }
}

@keyframes move-along {
  100% {
    offset-distance: 100%;
  }
}

.section-create__panel {
  margin-top: -14%;
  padding: 6rem 0;
}

.section-time {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-time__article {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 84rem;
  margin: 0 auto;
  padding-right: 4rem;
  padding-left: 4rem;
  color: #000;
}

.section-time__article::before,
.section-time__article:after {
  display: block;
  clear: both;
  content: '';
}

.section-time__article .image-right {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 -4rem 4rem 4rem;
}

.section-time__article h1,
.section-time__article h2,
.section-time__article h3,
.section-time__article h4 {
  clear: both;
  margin-left: -4rem;
  color: inherit;
}

.section-time__article h3 {
  max-width: 64rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.section-time__article .article-panel {
  margin: 6rem -32rem;
}

.article-notification {
  margin: 4rem -4rem;
  padding: 4rem;
  color: #fff;
  border-radius: .4rem;
  background-color: #155dff;
}

.article-notification.purple {
  background-color: #ff95ff;
}

.article-notification__body {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.article-notification__body p {
  margin: 0;
}

.article-notification__body p + p {
  margin-top: 1.5rem;
}

.article-notification__footer {
  margin-top: 4rem;
  text-align: center;
}

.article-notification__footer .btn-default {
  min-width: 44rem;
  color: #fff;
}

.article-bright {
  position: relative;
  margin: 10rem 0;
  padding: 6rem 0;
  color: #fff;
  background-color: #ff95ff;
}

.article-bright:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  display: block;
  content: '';
  background-color: #ff95ff;
}

.article-bright.chair:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60%;
  bottom: 0;
  display: block;
  width: 100%;
  content: '';
  background: url(../images/svg/chair.svg) 100% 100% no-repeat;
  background-size: auto 85%;
}

.article-bright__body h3 {
  margin-top: 0;
}

.article-bright__body p {
  margin: 0;
}

.article-bright__body p + p {
  margin-top: 1.5rem;
}

.article-bright__grid {
  margin: 6rem -32rem 0;
}

.section-info {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 7rem;
}

.section-info.default {
  color: #fff;
  background: linear-gradient(0deg, #8a0ade, #8a0ade), linear-gradient(180deg, rgba(0, 0, 0, .04) 100%, rgba(255, 255, 255, .04) 0%);
}

.section-info.primary {
  color: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 100%, rgba(255, 255, 255, .05) 0%);
}

.section-info.success {
  background: linear-gradient(0deg, #ffe433, #ffe433), linear-gradient(180deg, rgba(0, 0, 0, .04) 100%, rgba(255, 255, 255, .04) 0%);
}

.section-info.success .section-info__title {
  color: #fff;
}

.section-info__line {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

.section-info__head {
  margin-bottom: 4rem;
}

.section-info__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  max-width: 68rem;
}

.section-info__footer {
  margin-top: 5rem;
}

.section-info__footer .module-search {
  max-width: 92rem;
}

.section-info__content {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  opacity: .6;
}

.section-info__content p {
  margin: 0;
}

.section-info__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: animatedBackgroundScale;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-position: 50% 50%;
  background-size: cover;
  animation-fill-mode: forwards;
}

.section-info__background:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
}

.module-search_mobile {
  display: none;
}

.btn-default.btn-setting {
  display: flex;
  padding: 1.8rem 6rem;
  border-radius: 6px;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.btn-default.btn-setting .icon-settings-search {
  width: 2.4rem;
  height: 2.2rem;
  margin-right: 1rem;
}

@keyframes animatedBackgroundScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.section-choice {
  padding: 6rem 0;
  background-color: #ffe433;
}

.section-choice__head {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

.section-choice__head .section-choice__title {
  position: relative;
  z-index: 3;
}

.section-choice__head .section-choice__icon {
  position: absolute;
  z-index: 2;
  top: -2.9rem;
  left: -15.9rem;
}

.section-choice__head .section-choice__icon .icon-eye {
  height: 16.6rem;
}

.section-choice__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
}

.section-choice__content {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(0, 0, 0, .6);
}

.section-choice__content p {
  margin: 0;
}

.section-choice__footer {
  margin-top: 8rem;
}

.section-choice__form {
  max-width: 92rem;
  margin-top: 4rem;
}

.section-mapping {
  padding-bottom: 5rem;
}

.section-mapping__inner {
  padding-top: 4rem;
}

.section-mapping__grid {
  position: relative;
  display: flex;
  margin: 0 -2rem;
}

.section-mapping__map,
.section-mapping__articles {
  width: 50%;
  padding: 0 2rem;
}

.section-mapping__map {
  position: relative;
  height: 100vh;
}

.module-map__obj {
  width: 50vw;
  height: 100vh;
}

.module-map__obj [class*='ymaps-2'][class*='-inner-panes']:before {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(196, 196, 196, .3);
}

[class*='ymaps-2'][class*='-ground-pane'] {
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grid-switch {
  margin: 0 -2rem;
}

.grid-switch__cell {
  margin-bottom: 4rem;
  padding: 0 2rem;
}

.module-switch__head {
  padding: 2rem 0;
}

.module-switch__body {
  margin-top: 4rem;
}

.module-switch__footer .btn-default {
  width: 100%;
}

.list-switch {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}

.list-switch__item + .list-switch__item {
  margin-left: 2rem;
}

.list-switch__btn {
  cursor: pointer;
  fill: #ff3701;
}

.list-switch__btn .icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: fill .3s;
}

.no-touchevents .list-switch__btn:hover .icon,
.list-switch__btn.current .icon {
  fill: rgba(0, 0, 0, .2);
}

.section-error {
  padding-top: 20rem;
  padding-bottom: 12rem;
}

.section-error__title {
  font-family: 'Inter';
  font-size: 4.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: 5rem;
  color: #000;
}

.section-error__content {
  margin-top: 2.4rem;
}

.section-error__content p {
  font-family: 'Inter';
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.7rem;
  color: #000;
}

.layout-404 .layout-footer__line {
  display: none;
}

.section-info.section-industrial {
  overflow: hidden;
}

.section-info.section-industrial .section-info__inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.section-info.section-industrial .section-info__title {
  display: inline-block;
  align-items: center;
}

.section-info.section-industrial .event-item__icon .icon {
  width: 6rem;
  height: 5.1rem;
}

.section-info.section-industrial .section-info__footer {
  display: flex;
  margin-top: 10.7rem;
  justify-content: space-between;
}

.section-info.section-industrial .item-tag:hover,
.section-info.section-industrial .item-tag.active {
  background-color: #ff95ff;
}

.section-info__icon {
  display: inline-flex;
  margin-left: 1.7rem;
}

.button-object .btn-default.purple {
  background: linear-gradient(180deg, #ff95ff 20.83%, #8a0ade 376.67%);
}

.button-object .btn-default.yellow {
  color: #000;
  background: linear-gradient(180deg, #ffe433 20.83%, #d1bb2c 376.67%);
}

.button-object .btn-default.blue {
  background: linear-gradient(180deg, #2568ff 20.83%, #155dff 376.67%);
}

.section-article__wrapper {
  padding-right: 32rem;
  padding-left: 32rem;
}

.section-article-body {
  min-height: 35rem;
}

.section-article-head {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  overflow: hidden;
  padding-top: 34.5rem;
  padding-bottom: 4rem;
  color: #fff;
}

.section-article__inner {
  position: relative;
  z-index: 2;
}

.section-article__title {
  font-family: 'Inter';
  font-size: 6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 7.3rem;
  color: #fff;
}

.section-article__head .breadcrumb {
  max-width: 80%;
  flex-wrap: wrap;
}

.section-article__body {
  max-width: 104rem;
}

.section-article__footer {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 23rem;
}

.section-article__footer .icon-favorites {
  width: 4.8rem;
  height: 4.8rem;
  fill: #000;
}

.section-article__footer .btn-favorites:hover .icon-favorites {
  fill: #aaaeb5;
}

.section-article__footer .btn-favorites_active .icon-favorites {
  fill: #ffe433;
}

.section-article__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: animatedBackgroundScale;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-position: 50% 50%;
  background-size: cover;
  animation-fill-mode: forwards;
}

.section-article__background:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
}

@keyframes animatedBackgroundScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.article__wrapper {
  display: flex;
  padding-top: 4rem;
}

/*.article-block__inner {
    width: 24rem;
    margin-right: 4rem;

    position: relative;

    float: left;
    overflow: hidden;
    margin-left: -27.7rem;
    margin-top: 30px;
}*/

.article-head,
.article-body {
  position: relative;
}

.article-block__inner.main,
.article-block__inner {
  position: absolute;
  top: auto;
  right: 100%;
  width: 24rem;
  margin-right: 8rem;
}

/*.article-block__inner.main {
    margin-top: 0;
    position: relative;
}*/

.line {
  width: 100%;
  height: 1rem;
}

.line.purple {
  background-color: #ff95ff;
}

.line.orange {
  background-color: #F8B214;
}

.article-block__body {
  margin-top: 1.8rem;
}

.article-block__labe {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.9rem;
  color: rgba(0, 0, 0, .6);
}

.article-block__title {
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.2rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  color: #000;
}

.article-block__title.default,
.article-block__title .article-block__link.default {
  font-weight: 600;
  color: black;
  align-self: flex-start;
}

.article-block__link.default {
  width: fit-content;
  transition: .2s;
  border-bottom: 1px solid #000;
}

.article-block__link.default:hover {
  color: #aaaeb5;
  border-color: #aaaeb5;
}

.article-block__link {
  font-weight: normal;
  overflow: hidden;
  max-width: 24rem;
  margin-bottom: 1.3rem;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
}

.article-block__el {
  margin-bottom: 3rem;
}

.bold-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.7rem;
}

/*.article-head__wrapper,
.article-body__wrapper {
    position: relative;
    display: block;
}*/

.article-head p,
.article-body p {
  font-family: 'Inter';
  font-size: 1.9rem;
  font-weight: 300;
  font-style: normal;
  line-height: 3rem;
  margin: 0;
  margin-top: 3rem;
  color: #000;
}

.article-head p a,
.article-body p a {
  margin-right: .5rem;
  margin-left: .5rem;
  border-bottom: 1px solid #000;
}

.article-head p a:hover,
.article-body p a:hover {
  border-color: #aaaeb5;
}

.article-head .grid-default,
.article-body .grid-default {
  margin-top: 2.7rem;
  margin-bottom: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

.article-head blockquote,
.article-body blockquote {
  margin: 3rem -4rem 0;
  padding: 3.6rem 4rem;
  border-radius: 4px;
  background-color: #ff95ff;
}

.article-head blockquote p,
.article-body blockquote p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin-top: 0;
  color: #fff;
}

.article-head {
  margin-top: 4rem;
}

.article-head .h1 {
  font-family: 'Inter';
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 3rem;
  color: #000;
}

.article-body h3 {
  font-family: 'Inter';
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 2.4rem;
  margin-top: 3rem;
  color: #000;
}

.article-body h2 {
  font-family: 'Inter';
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 4.8rem;
  margin-top: 4rem;
  margin-right: -4rem;
  margin-right: 4rem;
  margin-left: -4rem;
  color: #000;
}

.article-body ul,
.article-body ol {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.article-body ul li,
.article-body ol li {
  font-family: 'Inter';
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: #000;
}

.article-body ul li:last-child,
.article-body ol li:last-child {
  margin-bottom: 0;
}

.article-body ul li::marker,
.article-body ol li::marker {
  color: rgba(0, 0, 0, .3);
}

figure {
  display: flex;
  flex-direction: column;
  width: calc(100% + 8rem);
  margin: 2.5rem -4rem 4rem -4rem;
  border-radius: .4rem;
  align-items: center;
  justify-content: center;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

figcaption {
  margin-top: 1.05rem;
  transition: .4s;
}

figcaption span {
  font-family: 'Roboto Condensed';
  font-size: 1.8rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1rem;
  position: relative;
  color: rgba(0, 0, 0, .6);
}

figcaption span::before {
  position: absolute;
  top: 0;
  right: -.9rem;
  display: block;
  content: '|';
  color: rgba(0, 0, 0, .2);
}

figcaption a {
  margin-left: 1.4rem;
  border-bottom: 1px solid #000;
}

.article-slider {
  margin-left: -4rem;
}

figure.img-captioned {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.section-button {
  display: none;
}

.section-button__inner {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
  align-items: center;
}

.section-button__item {
  display: flex;
  justify-content: flex-end;
}

.section-button__item:first-child {
  margin-right: 2rem;
}

.section-button.section-button-object .section-button__item:first-child {
  width: calc(100% - 240px);
}

.section-button.section-button-events .section-button__item:first-child {
  width: calc(100% - 250px);
}

.section-button.section-button-events .button-map .btn-hide {
  color: black;
}

.section-button.section-button-events .button-map .icon-map {
  opacity: 1;
}

.section-favorites {
  padding-top: 20rem;
  padding-bottom: 2.8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, .05) 0%, rgba(255, 255, 255, .05) 100%);
}

.section-favorites .item-tag {
  color: #000;
  background: #dedede;
}

.section-favorites .item-tag.active,
.section-favorites .item-tag:hover {
  color: #fff;
  background-color: #ff3701;
}

.section-favorites-list .article-default {
  position: relative;
}

.section-favorites-list .article-success__media::after {
  background: transparent;
}

.section-favorites-list .article-success__title {
  font-size: 4rem;
}

:root {
  font-size: 7.5px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:active,
:focus,
:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: color .3s ease;
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

.no-touchevents a:hover {
  text-decoration: none;
  color: #aaaeb5;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
}

.layout-body {
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 148rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.container.md {
  max-width: 180rem;
}

article {
  hyphens: auto;
}

.hidden {
  display: none;
}

.jc-fl-end {
  justify-content: flex-end;
}

/*html.sr:not(.touchevents) .section-banner,
html.sr:not(.touchevents) .section-interactive,
html.sr:not(.touchevents) .section-create,
html.sr:not(.touchevents) .article-default,
html.sr:not(.touchevents) .article-secondary,
html.sr:not(.touchevents) .article-primary,
html.sr:not(.touchevents) .article-switch,
html.sr:not(.touchevents) .article-success,
html.sr:not(.touchevents) .list-events__item,
html.sr:not(.touchevents) .section-time__article p,
html.sr:not(.touchevents) .section-time__article h3,
html.sr:not(.touchevents) .section-article__wrapper p,
html.sr:not(.touchevents) .section-article__wrapper h2,
html.sr:not(.touchevents) .section-article__wrapper h3,
html.sr:not(.touchevents) .section-article__wrapper ul,
html.sr:not(.touchevents) .section-article__wrapper .h1,
html.sr:not(.touchevents) .section-default__footer,
html.sr:not(.touchevents) .section-default__head,
html.sr:not(.touchevents) .section-article__wrapper blockquote {
  visibility: hidden;
}*/

.custom-popover {
  position: relative;
  display: block;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.custom-popover .close {
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 10px 10px 0 0;
  cursor: pointer;
  color: #000;
  border-radius: 50%;
  background-color: #ccc;
  align-items: center;
  justify-content: center;
}

.cluster-primary {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
  background-color: #8a0ade;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  align-items: center;
  justify-content: center;
}

.cluster-primary.blue {
  background-color: #155dff;
}

.custom-popover__inner {
  position: relative;
  z-index: 1;
}

.balloon-link {
  display: block;
}

.no-touchevents .balloon-link:hover .balloon-title,
.no-touchevents .balloon-link:hover .balloon-label {
  color: #aaaeb5;
}

.balloon-header {
  width: 200px;
  height: 100px;
  border-radius: 5px 5px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.balloon-body {
  box-sizing: border-box;
  width: 200px;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.balloon-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
  display: block;
  transition: color .3s;
  color: #000;
}

.balloon-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-bottom: 1rem;
  transition: color .3s;
  color: rgba(0, 0, 0, .6);
}

.balloon-label .separator {
  margin: 0 .5rem;
  color: rgba(0, 0, 0, .2);
}

ymaps[class*='-image'] {
  filter: drop-shadow(0px 4px 30px black);
}

.list-tags {
  display: flex;
  margin: 0 0 -1.2rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.list-tags__item {
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  /* + .list-tags__item {
        //margin-left: 1.2rem;
        margin-right: 1.2rem;
    }*/
}

.item-tag {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  padding: 1rem 1.2rem .8rem;
  transition: background-color .3s, color .3s;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  border-radius: .4rem;
  background: rgba(255, 255, 255, .2);
}

.no-touchevents .item-tag:hover,
.item-tag.active {
  color: #000;
  background-color: #ffe433;
}

.section-info.trip {
  background: linear-gradient(180deg, #155dff, #155dff), linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(255, 255, 255, .04) 100%);
  /*.article-primary_md .article-switch__icon {
        left: auto;
        right: 1.6rem;
        top: 1.6rem;
    }*/
}

.section-info.trip .section-info__footer .module-search {
  max-width: 100%;
}

.section-info.trip .section-info__title,
.section-info.trip .section-info__content {
  color: #fff;
}

.icon-way {
  min-width: 39.4rem;
}

.result-block .grid-switch__text {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.9rem;
  color: rgba(0, 0, 0, .6);
}

.result-block .grid-switch__cell {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.result-block .btn-favorites {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.9rem;
  color: #000;
}

.article-switch__icon {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: none;
  background-color: transparent;
}

.icon-delete {
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: .2s;
}

.icon-delete:hover {
  opacity: .5;
}

.icon-delete .icon {
  width: 2.6rem;
  height: 2.6rem;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.daterangepicker {
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  position: absolute;
  z-index: 3001;
  top: 100px;
  left: 20px;
  display: none;
  width: 278px;
  max-width: none;
  margin-top: 7px;
  padding: 0;
  color: inherit;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  content: '';
  border-bottom-color: rgba(0, 0, 0, .2);
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}

.daterangepicker.openscenter:after {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: initial;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: initial;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  display: inline-block;
  padding: 3px;
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}

.daterangepicker .calendar-table .next span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 12px;
  line-height: 24px;
  width: 32px;
  min-width: 32px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: inherit;
  border-color: transparent;
  background-color: #eee;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  border-color: transparent;
  background-color: #fff;
}

.daterangepicker td.in-range {
  color: #000;
  border-color: transparent;
  border-radius: 0;
  background-color: #ebf4f8;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #fff;
  border-color: transparent;
  background-color: #357ebd;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  cursor: not-allowed;
  text-decoration: line-through;
  color: #999;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 1px;
  cursor: default;
}

.daterangepicker select.monthselect {
  width: 56%;
  margin-right: 2%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  font-size: 12px;
  width: 50px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #eee;
  outline: 0;
  background: #eee;
}

.daterangepicker .calendar-time {
  line-height: 30px;
  position: relative;
  margin: 4px auto 0 auto;
  text-align: center;
}

.daterangepicker .calendar-time select.disabled {
  cursor: not-allowed;
  color: #ccc;
}

.daterangepicker .drp-buttons {
  line-height: 12px;
  display: none;
  clear: both;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.daterangepicker .drp-selected {
  font-size: 12px;
  display: inline-block;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  margin: 0;
  text-align: left;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  color: #fff;
  background-color: #08c;
}

/*  Larger Screen Styling */

.daterangepicker {
  margin-top: 12px;
  border: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 17px 30px rgba(0, 0, 0, .3);
}

.daterangepicker::before {
  display: none;
}

.daterangepicker.daterangepicker.opensleft:after {
  display: none;
}

.daterangepicker.daterangepicker.opensleft:before {
  display: none;
}

.daterangepicker .prev,
.daterangepicker .next {
  display: flex;
  height: 10px;
  margin-right: 0;
  align-items: center;
  justify-content: center;
}

.daterangepicker .prev svg,
.daterangepicker .next svg {
  width: 18px;
  height: 20px;
  stroke: #000;
}

.daterangepicker .prev.available:hover,
.daterangepicker .next.available:hover {
  background-color: transparent;
}

.daterangepicker .prev.available:hover span,
.daterangepicker .next.available:hover span {
  border-color: #ffe433;
}

.daterangepicker .drp-calendar.left {
  padding: 1.5rem 0 .3rem 2.4rem;
}

.daterangepicker .drp-calendar.right {
  padding: 1.5rem 2.4rem .3rem 2rem;
  padding-left: .8rem;
}

.daterangepicker.show-calendar .drp-buttons {
  display: none;
}

.daterangepicker.show-calendar .drp-buttons input[type='checkbox'] {
  appearance: checkbox;
}

.daterangepicker.show-calendar .drp-buttons label {
  font-family: 'Inter';
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
  border-radius: 100%;
  background-color: #ffe433;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: .32px;
  text-transform: lowercase;
  color: rgba(0, 0, 0, .5);
  border: none;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.daterangepicker td {
  transition: .2s;
}

.daterangepicker td .available {
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: .32px;
  color: #000;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.daterangepicker td.available:hover {
  background-color: #fff7c2;
}

.daterangepicker td.in-range,
.daterangepicker td.in-range.off.available {
  background-color: #fff7c2;
}

.daterangepicker .calendar-table {
  border-radius: 8px;
}

.daterangepicker .drp-calendar {
  max-width: 100%;
}

.daterangepicker .calendar-table {
  padding-right: 0;
}

.daterangepicker .calendar-table .table-condensed thead tr:last-child {
  height: 40px;
}

.daterangepicker .calendar-table .table-condensed thead tr:last-child th {
  padding-bottom: 1.7rem;
  vertical-align: bottom;
}

.daterangepicker .calendar-table table tbody tr td {
  font-family: 'Inter';
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
  width: 44px;
  height: 44px;
  letter-spacing: .32px;
  color: #000;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.daterangepicker .calendar-table table tbody tr td:hover {
  color: #000;
  border-radius: 100%;
}

.daterangepicker .calendar-table table td.off,
.daterangepicker .calendar-table table td.off.in-range {
  font-family: 'Inter';
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: .32px;
  color: rgba(0, 0, 0, .3);
}

.daterangepicker .calendar-table table td.off:before,
.daterangepicker .calendar-table table td.off.in-range:before {
  display: none;
}

.daterangepicker .calendar-table table td.off.start-date,
.daterangepicker .calendar-table table td.off.end-date {
  color: #fff;
}

.daterangepicker .calendar-table table td.off.active {
  color: white;
}

.daterangepicker .calendar-table table td.active {
  width: 44px;
  height: 44px;
  color: #fff;
  border-color: transparent;
  border-radius: 100%;
  background-color: #ffe433;
}

.daterangepicker .calendar-table table td.active:hover {
  color: #fff;
  border-radius: 100%;
  background-color: #ffe433;
}

.daterangepicker .weekend.off.ends.active.start-date.available,
.daterangepicker .off.ends.available {
  background-color: transparent;
}

.daterangepicker .weekend.off.ends.in-range.available::before {
  background-color: transparent;
}

.daterangepicker select {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2.6rem;
  width: auto;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, .872566);
}

.daterangepicker select.monthselect:hover,
.daterangepicker select.yearselect:hover {
  color: #ffe433;
}

.daterangepicker td.in-range,
.daterangepicker td.off.in-range {
  background-color: #fff7c2;
}

.daterangepicker .start-date,
.daterangepicker .end-date {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterangepicker .start-date + .end-date {
  display: table-cell;
}

.daterangepicker .start-date {
  z-index: 11;
}

.daterangepicker .start-date + .in-range {
  position: relative;
}

.daterangepicker .start-date + .in-range::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  content: '';
  background-color: #fff7c2;
}

.daterangepicker .in-range.off::before {
  display: none;
}

.daterangepicker .end-date:not(.start-date) + .available {
  position: relative;
}

.daterangepicker .end-date:not(.start-date) + .available::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -106%;
  width: 53%;
  height: 102%;
  margin-top: -.1rem;
  content: '';
  background-color: #fff7c2;
}

.daterangepicker .end-date:not(.start-date) + .available.off::before {
  display: none;
}

.daterangepicker .in-range:not(.start-date),
.daterangepicker .in-range:not(.end-date) {
  transition: .2s;
}

.daterangepicker .in-range:not(.start-date):hover,
.daterangepicker .in-range:not(.end-date):hover {
  color: #fff;
  border-radius: 0;
  background-color: #ffe433;
}

.color-main-blue .daterangepicker .prev.available:hover span,
.color-main-blue .daterangepicker .next.available:hover span {
  border-color: #155dff;
}

.color-main-blue .daterangepicker td.start-date,
.color-main-blue .daterangepicker td.end-date {
  background-color: #155dff;
}

.color-main-blue .daterangepicker td.available:hover {
  background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker td.in-range,
.color-main-blue .daterangepicker td.in-range.off.available {
  background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .calendar-table table td.active {
  background-color: #155dff;
}

.color-main-blue .daterangepicker .calendar-table table td.active:hover {
  background-color: #155dff;
}

.color-main-blue .daterangepicker select.monthselect:hover,
.color-main-blue .daterangepicker select.yearselect:hover {
  color: #155dff;
}

.color-main-blue .daterangepicker td.in-range,
.color-main-blue .daterangepicker td.off.in-range {
  background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .start-date + .in-range::before {
  background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .end-date:not(.start-date) + .available::before {
  background-color: rgba(21, 93, 255, .1);
}

.color-main-blue .daterangepicker .in-range:not(.start-date):hover,
.color-main-blue .daterangepicker .in-range:not(.end-date):hover {
  border-radius: 100%;
  background-color: #155dff;
}

.mobile-daterangepicker {
  position: fixed !important;
  /*height: 100% !important;*/
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: none;
  overflow-y: auto;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 109px;
  padding-bottom: 130px;
  flex-wrap: wrap;
  /*.drp-calendar.left,
    .drp-calendar.right {
        align-self: center;
        margin-top: -45rem;
    }*/
}

.mobile-daterangepicker .popup-button__wrapper {
  position: fixed;
  display: block;
}

.mobile-daterangepicker .drp-calendar {
  min-width: 50%;
  max-width: 50%;
}

.mobile-daterangepicker .popup-button__wrapper.top {
  background-color: #fff;
}

.mobile-daterangepicker .ranges {
  position: fixed;
  z-index: 3002;
  margin-top: 0 !important;
}

.mobile-daterangepicker .popup-button__wrapper.top {
  width: 100%;
}

.mobile-daterangepicker .drp-buttons {
  display: none;
}

.mobile-daterangepicker .drp-buttons {
  border: none;
}

.mobile-daterangepicker .ranges {
  float: none;
  width: 100%;
}

.btn-prev-month,
.btn-next-month {
  height: 3rem;
  border: none;
  background-color: transparent;
}

.btn-prev-month span,
.btn-next-month span {
  position: relative;
}

.btn-prev-month span::after,
.btn-prev-month span::before,
.btn-next-month span::after,
.btn-next-month span::before {
  position: absolute;
  left: -1.1rem;
  display: block;
  width: 1.3em;
  height: .55rem;
  content: '';
  border-radius: .4rem;
  background-color: #000;
}

.btn-prev-month {
  margin-right: 4rem;
}

.btn-prev-month span::after {
  left: -2.2rem;
  transform: rotate(-45deg);
}

.btn-prev-month span::before {
  transform: rotate(45deg);
}

.btn-next-month span::after {
  left: 0;
  transform: rotate(-45deg);
}

.btn-next-month span::before {
  transform: rotate(45deg);
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  text-decoration: none;
}

.daterangepicker .calendar-table table td.off,
.daterangepicker .calendar-table table td.off.in-range,
.daterangepicker .calendar-table table td.off.start-date,
.daterangepicker .calendar-table table td.off.end-date {
  font-family: 'Inter';
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7rem;
  text-align: center;
  color: #000;
}

.daterangepicker .calendar-table table td.off.disabled,
.daterangepicker .calendar-table table td.off.ends.available {
  color: rgba(0, 0, 0, .3);
}

.daterangepicker .calendar-table table td.off.end-date.active,
.daterangepicker .calendar-table table td.off.start-date.active {
  color: #fff;
}

.color-main-blue .daterangepicker td.in-range.off.available.end-date {
  background-color: #155dff;
}

.daterangepicker td.in-range.off.available.end-date {
  background-color: #ffe433;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 1.4rem;
}

.slick-slider {
  width: 170rem;
}

.slick-list {
  width: 100%;
}

.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slick-slide {
  margin-right: 1.5rem;
}

.slick-slide figcaption {
  opacity: 0;
}

.slick-slide img {
  width: 100%;
  border-radius: 4px;
}

.slick-current.slick-active figcaption {
  opacity: 1;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    text-align: left;
    direction: ltr;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 691px) {
  .mobile-block-map {
    display: none;
  }

  .map-interactive {
    display: block;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }

  .mobile-daterangepicker .ranges {
    float: none;
    width: 100%;
  }
}

@media (min-width: 1023px) {
  :root {
    font-size: calc(7.5px + 2.5 * (100vw - 1023px) / 897);
  }
}

@media (min-width: 1920px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 1440px) {
  .article-bright.chair:after {
    right: -40%;
  }
}

@media (max-width: 1350px) {
  .grid,
  .grid-4 {
    display: grid;
    grid-template-columns: 14rem 14rem;
    grid-template-rows: auto auto;
    grid-column-gap: 4rem;
  }

  .grid-3 .article-block__el:nth-child(2) {
    margin-bottom: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .grid-2 {
    grid-template-rows: 0;
  }

  .grid-1 {
    grid-template-columns: 100%;
    grid-template-rows: 0;
  }

  .article-head__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .article-head__wrapper h1 {
    width: 45%;
  }

  .article-block__link {
    margin-bottom: 4rem;
  }

  .article-block__inner {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 3rem;
    margin-right: 4rem;
    transform: translateX(0);
  }

  .article-head {
    display: flex;
  }

  .article-block__inner.main {
    position: relative;
    width: 45%;
    margin-top: 0;
    margin-right: 4rem;
  }

  .article-block__inner.main .article-block__el {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 4rem;
    -ms-flex-direction: column;
  }

  .article-block__inner.main .article-block__el:last-child {
    margin-bottom: 0;
  }

  .article-body__wrapper .article-block__inner {
    min-height: 15rem;
    margin-top: 3rem;
    padding: 0 2.4rem 2.4rem;
    border-radius: 0 0 6px 6px;
    background-color: rgba(255, 149, 255, .2);
  }

  .article-body__wrapper .article-block__head {
    margin: 0 -2.4rem 1.8rem;
  }
}

@media (max-width: 1250px) {
  .section-choice__icon {
    display: none;
  }
}

@media (max-width: 1100px) {
  .article-bright__grid {
    margin: 6rem -29rem 0;
  }

  .article-bright.chair:after {
    right: -40%;
  }
}

@media (max-width: 1070px) {
  .section-time__article .article-panel {
    margin: 6rem -30rem;
  }
}

@media (max-width: 1040px) {
  .main-menu {
    display: none;
  }

  .layout-header__panel .link-trip {
    display: block;
  }
}

@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 4rem;
  }

  .layout-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-menu {
    display: none;
  }

  .logo-company__title {
    font-size: 2.2rem;
  }

  .logo-company__image {
    width: 4rem;
    height: 4rem;
  }

  .layout-panel__footer {
    display: none;
  }

  .mobile-block {
    display: block;
    margin-top: 49rem;
  }

  .mobile-block .languages {
    margin-left: 0;
  }

  .mobile-block .social-icons {
    margin-top: 2.8rem;
    opacity: .4;
    flex-wrap: wrap;
  }

  .mobile-block .social-icons__link .icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .mobile-block .social-icons__item + .social-icons__item {
    margin-left: 0;
  }

  .mobile-block .social-icons__item {
    display: flex;
    width: 33.33%;
    margin-top: 2.4rem;
    margin-right: 0;
    margin-left: 0;
  }

  .mobile-block .languages__list {
    min-width: 20rem;
    color: #fff;
    background-color: #8a0ade;
  }

  .grid-primary__wrapper {
    position: relative;
    flex-direction: column;
  }

  .grid-primary__wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .1rem;
    height: 90%;
    content: '';
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
  }

  .grid-primary__wrapper .grid-primary__title {
    font-size: 2.4rem;
  }

  .grid-primary__wrapper .menu-primary__item {
    margin-bottom: 4.4rem;
  }

  .grid-primary__wrapper .grid-primary__cell {
    width: auto;
    margin-right: 0;
    margin-bottom: 8rem;
  }

  .grid-primary__wrapper .grid-primary__cell:first-child::before {
    display: none;
  }

  .grid-primary__wrapper .grid-primary__cell::before {
    display: none;
  }

  .layout-footer__links {
    display: none;
  }

  .layout-footer__base {
    font-size: 1.2rem;
  }

  .layout-footer__base .animated-line {
    display: none;
  }

  .layout-footer__base .grid-primary__cell {
    width: 50%;
  }

  .prompt-wrapper {
    right: .8rem;
    left: auto;
    transform: translate(0, -100%);
  }

  .prompt-block {
    border-radius: .4rem .4rem 0 .4rem;
  }

  .prompt-block::after {
    right: -1.2rem;
    left: auto;
  }

  .article-default__body {
    padding: 1.5rem 2rem 0 2rem;
  }

  .article-primary__body {
    padding: 4rem 2rem;
  }

  .article-primary__title {
    font-size: 2.6rem;
  }

  .col-md-hide {
    display: none;
  }

  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .module-info__footer .btn-default {
    width: 100%;
  }

  .layout-panel__close {
    width: 2.6rem;
    height: 2.6rem;
  }

  .layout-panel__close:before,
  .layout-panel__close:after {
    width: 2.6rem;
    height: .6rem;
  }

  .popup-button__wrapper.bottom {
    padding: 2rem;
  }

  .popup-button__wrapper.bottom .popup-button__block button {
    width: 50%;
    height: 6rem;
  }

  .popup-button__wrapper.bottom .popup-button__block .btn-clear {
    margin-right: 2rem;
  }

  .popup-button__wrapper.bottom .popup-button__block .btn-next {
    margin-left: 2rem;
  }

  .module-search.module-secondary .module-search__grid {
    display: none;
  }

  .module-search.module-secondary + .module-search_mobile {
    display: flex;
    justify-content: center;
  }

  .module-search.module-secondary + .module-search_mobile .button-map {
    width: 50%;
    margin-left: 2rem;
  }

  .module-search.module-secondary + .module-search_mobile .button-map .btn-hide {
    width: 100%;
  }

  .module-search.module-secondary + .module-search_mobile .btn-setting {
    width: 50%;
    margin-right: 2rem;
  }

  .module-search.module-secondary .popup-button__wrapper.bottom .popup-button__block .btn-next {
    background-color: #fff;
  }

  .section-default__footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section-default__footer .btn-default {
    width: 100%;
    max-width: 68rem;
    margin-right: auto;
    margin-left: auto;
  }

  .section-default__footer.center .btn-default {
    width: 100%;
  }

  .section-welcome__h1 {
    font-size: 4rem;
  }

  .section-welcome__inner {
    min-height: 48rem;
  }

  .section-welcome__inner.default {
    align-items: center;
  }

  .section-articles {
    padding-top: 6rem;
  }

  .section-articles .section-default__body .grid-default .grid-default__item.col-6.col-md-12:nth-child(2) {
    order: 1;
  }

  .section-banner__footer .btn-default {
    width: 100%;
    max-width: 68rem;
    margin-right: auto;
    margin-left: auto;
  }

  .list-events__item {
    width: 33.333%;
  }

  .map-interactive__svg {
    max-width: 43rem;
  }

  .minsk-region .map-region__capital {
    width: fit-content;
    margin-top: 3rem;
    text-align: left;
  }

  .minsk-region,
  .grodno-region,
  .brest-region {
    right: 0;
    left: 0;
    width: 50%;
    transform: translateX(-70%);
  }

  .map-region__capital .line:before {
    width: 20.8rem;
  }

  .map-region__capital .line:after {
    left: 21rem;
    width: 9.5rem;
  }

  .map-region__title .line:before {
    top: 63px;
    left: 155px;
    width: 23rem;
    transform: rotate(27deg) translateX(-100%);
  }

  .map-region__title {
    white-space: normal;
  }

  .vitebsk-region,
  .mogilev-region,
  .gomel-region {
    right: 0;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0;
    transform: translateX(-40%);
    align-items: flex-end;
  }

  .minsk-region,
  .vitebsk-region {
    top: -26px;
  }

  .grodno-region {
    top: 42%;
  }

  .brest-region {
    bottom: 10%;
  }

  .mogilev-region {
    bottom: 60%;
  }

  .gomel-region {
    bottom: 13%;
  }

  .map-region__label,
  .map-region__title {
    max-width: 20rem;
  }

  .map-region__title {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .map-interactive {
    display: block;
  }

  .section-create .module-info__body {
    max-width: 100%;
  }

  .section-create .module-info {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section-time__article .article-panel {
    margin: 6rem -2rem;
  }

  .article-bright__grid .grid-default__item {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .article-bright__grid {
    margin: 6rem -2rem 0;
  }

  .article-bright.chair:after {
    z-index: 1;
    right: -10%;
    background-size: auto 50%;
  }

  .article-notification__footer .btn-default {
    width: 100%;
    min-width: 100%;
  }

  .article-notification {
    margin: 4rem -2rem;
  }

  .section-time__article h1,
  .section-time__article h2,
  .section-time__article h3,
  .section-time__article h4 {
    margin-left: 0;
  }

  .section-mapping__grid {
    flex-direction: column;
  }

  .section-mapping {
    margin-top: 4rem;
  }

  .section-mapping__map,
  .section-mapping__articles {
    width: 100%;
  }

  .section-mapping__map,
  .module-map__obj {
    height: 50vh;
  }

  .section-mapping__map {
    padding: 0;
    order: -1;
  }

  .module-map__obj {
    position: relative !important;
    width: 100vw;
  }

  .section-info__footer .button-object {
    display: none;
  }

  .section-article__wrapper {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .section-article-head {
    padding-top: 15.2rem;
  }

  .section-article {
    padding-top: 12.6rem;
    padding-bottom: 18rem;
  }

  .section-article__title {
    font-size: 4rem;
    line-height: 4.8rem;
  }

  .section-article__footer {
    width: auto;
  }

  .btn-favorites {
    width: 4.8rem;
    height: 4.8rem;
  }

  .btn-favorites span {
    font-size: 0;
  }

  .result-block .btn-favorites {
    display: flex;
    width: fit-content;
  }

  .result-block .btn-favorites span {
    font-size: 1.6rem;
  }

  .section-article__item {
    max-width: 100%;
  }

  .slick-slider {
    width: 138rem;
  }

  .article-body h2 {
    margin-top: 8rem;
    margin-left: 0;
  }

  .dection-article__head .breadcrumb {
    max-width: 27rem;
    margin-bottom: 2.3rem;
    flex-wrap: wrap;
  }

  .article-block__inner.main {
    width: 32rem;
    margin-right: 4rem;
    margin-left: 0;
    background-color: transparent;
  }

  figure {
    width: 100%;
    margin: 2.5rem 0 4rem 0;
  }

  .article-head blockquote,
  .article-body blockquote {
    margin: 3rem -2.4rem 0;
    padding: 3.6rem 2.4rem;
  }

  .article-body .article-block__inner {
    width: calc(100% + 4.8rem);
    margin-right: -2.4rem;
    margin-left: -2.4rem;
  }

  .article-body .article-block__body {
    min-height: 15rem;
    margin-top: 0;
    padding: 1.8rem 2.4rem;
    border-radius: 0 0 6px 6px;
    background-color: rgba(255, 149, 255, .2);
  }

  .article-body .grid-default {
    margin-bottom: 0;
  }

  .article-body .grid-default__item.col-6 {
    margin-bottom: 0;
  }

  .article-head .grid-default,
  .article-body .grid-default {
    margin-right: -4rem;
    margin-left: -4rem;
    padding-right: 0;
    padding-left: 0;
  }

  .section-button {
    display: block;
  }

  :root {
    font-size: 10px;
  }

  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .slick-list {
    margin-left: 4rem;
  }


  .page-novogrudok .grid-default.lg {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery {
    margin: 2.5rem -2rem 0;
  }
}

@media (max-width: 1023px) {
  .layout-footer.with-banner {
    padding-top: 15rem;
  }

  .layout-footer__info .list-languages {
    display: none;
  }

  .layout-footer__info .grid-primary {
    justify-content: center;
  }

  .layout-footer__info .grid-primary__cell:nth-child(2) {
    display: none;
  }

  .layout-footer__base .developer {
    justify-content: flex-end;
  }

  .social-icons__item + .social-icons__item {
    margin-left: 2.8rem;
  }

  .layout-panel__body .grid-primary {
    padding-right: 4.2rem;
    padding-left: 5.2rem;
  }

  .banner {
    top: 4rem;
    right: 50%;
    bottom: auto;
    transform: translateX(50%);
  }
}

@media (max-width: 865px) {
  figure img {
    width: 100%;
  }

  .article-head__wrapper {
    padding: 0 2.4rem;
  }

  .article-head blockquote,
  .article-body blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 2.4rem;
  }

  .article-body h2 {
    margin-right: 0;
    margin-left: 0;
  }

  .article-slider {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .btn-default {
    padding: 2rem 1.6rem;
  }

  .minsk-region,
  .grodno-region,
  .brest-region,
  .vitebsk-region,
  .mogilev-region,
  .gomel-region {
    transform: translateX(-55%);
  }

  .section-time__article .image-right {
    max-width: 60%;
    margin: 0 -2rem 2rem 4rem;
  }

  .section-time {
    padding-top: 5rem;
  }

  .section-time__article {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .btn-default.btn-setting {
    width: 100%;
  }

  .module-search_mobile {
    display: block;
  }

  .module-search__grid {
    display: none;
  }

  .module-search_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .article-block__inner.main {
    width: 32rem;
  }

  .article-head__wrapper h1 {
    width: 40%;
  }

  .article-block__text {
    width: 100%;
  }

  /*.article-head,
    .article-body {
        //max-width: 68rem;

        p,
        h2,
        h3 {
            padding-left: 2.4rem;
            padding-right: 2.4rem;
        }

        ul,
        ol {
            padding-left: 6.4rem;
            padding-right: 2.4rem;
        }
    }*/

  .slick-list {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-8 {
    width: 66.666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 735px) {
  .slick-slider {
    width: 118rem;
  }
}

@media (max-width: 730px) {
  .grid-primary__wrapper::after {
    right: 0;
  }
}

@media (max-width: 700px) {
  .slick-slider {
    width: 118rem;
  }

  .article-block__inner.main {
    width: 28rem;
    margin-right: 2rem;
  }

  .article-head__wrapper h1 {
    width: 50%;
  }

  .grid-4,
  .grid-3,
  .grid-2 {
    grid-column-gap: 2rem;
  }
}

@media (max-width: 690px) {
  .mobile-block-map {
    display: block;
  }

  .map-interactive {
    display: none;
  }

  .mobile-map-region {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mobile-map-region__item {
    width: 16rem;
  }

  .mobile-map-region__item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2.8rem;
    justify-content: center;
    align-items: center;
  }

  .minsk-region,
  .grodno-region,
  .brest-region,
  .vitebsk-region,
  .mogilev-region,
  .gomel-region,
  .minsk {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    transform: translateX(0);
  }

  .region-map-contour {
    width: 9.8rem;
    height: 8rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }

  .minsk-countour {
    width: 4rem;
    height: 4rem;
  }

  .map-region__title {
    text-align: center;
  }

  .minsk-region-countour {
    background-image: url(../images/svg/minsk-region.svg);
  }

  .grodno-region-countour {
    background-image: url(../images/svg/grodno-region.svg);
  }

  .brest-region-countour {
    background-image: url(../images/svg/brest-region.svg);
  }

  .vitebsk-region-countour {
    background-image: url(../images/svg/vitebsk-region.svg);
  }

  .mogilev-region-countour {
    background-image: url(../images/svg/mogilev-region.svg);
  }

  .gomel-region-countour {
    background-image: url(../images/svg/gomel-region.svg);
  }

  .minsk-countour {
    background-image: url(../images/svg/minsk.svg);
  }

  .article-block__inner.main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .article-head__wrapper h1 {
    width: 100%;
  }

  .grid,
  .grid-4 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
  }

  .article-head {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .module-search.module-secondary + .module-search_mobile .btn-setting {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .slick-slider {
    width: 100rem;
  }

  .mobile-daterangepicker .drp-calendar.left {
    padding: 2rem .4rem 1.3rem .4rem;
  }

  .mobile-daterangepicker .drp-calendar.right {
    padding: 2rem .4rem 2rem .4rem;
  }
}

@media (max-width: 620px) {
  .layout-header__panel .link-trip {
    display: none;
  }
}

@media (max-width: 600px) {
  .layout-footer__base .grid-primary {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .layout-footer__base .grid-primary__cell {
    width: 100%;
  }

  .layout-footer__base .developer-block {
    margin-top: 2rem;
    justify-content: center;
  }

  .section-events .grid-default .grid-default__item .article-secondary__label .breadcrumb-primary__item::after {
    color: rgba(0, 0, 0, .3);
  }

  .section-events .grid-default .grid-default__item .article-secondary {
    display: flex;
    align-items: flex-start;
  }

  .section-events .grid-default .grid-default__item .article-secondary__media {
    width: 50%;
  }

  .section-events .grid-default .grid-default__item .article-secondary__body {
    position: relative;
    width: 50%;
    padding-right: 0;
    color: #000;
  }

  .section-events .grid-default .grid-default__item .article-secondary__title {
    font-size: 2.2rem;
    margin-top: 0;
  }

  .section-choice .grid-default .grid-default__item .article-secondary__label .breadcrumb-primary__item::after {
    color: rgba(0, 0, 0, .3);
  }

  .section-choice .grid-default .grid-default__item .article-secondary {
    display: flex;
    align-items: flex-start;
  }

  .section-choice .grid-default .grid-default__item .article-secondary__media {
    width: 50%;
  }

  .section-choice .grid-default .grid-default__item .article-secondary__body {
    position: relative;
    width: 50%;
    padding-right: 0;
    color: #000;
  }

  .section-choice .grid-default .grid-default__item .article-secondary__title {
    font-size: 2.2rem;
    margin-top: 0;
  }

  .is-list .grid-switch__cell .article-switch__media {
    width: 40%;
    height: fit-content;
    border-radius: .6rem;
  }

  .is-list .grid-switch__cell .article-switch__body {
    width: 60%;
    padding: 0;
  }

  .is-list .breadcrumb {
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .is-list .article-switch__title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .is-list .article-switch__description {
    font-size: 1.4rem;
  }

  .col-xs-1 {
    width: 8.333333%;
  }

  .col-xs-2 {
    width: 16.666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.333333%;
  }

  .col-xs-5 {
    width: 41.666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333333%;
  }

  .col-xs-8 {
    width: 66.666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.333333%;
  }

  .col-xs-11 {
    width: 91.666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .layout-footer__base {
    padding-top: 0;
  }

  .layout-footer__base .copyright p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .is-table .grid-switch__cell {
    width: 100%;
  }

  .is-table .grid-switch__cell .breadcrumb {
    margin-bottom: 0;
  }

  .is-table .grid-switch__cell .article-switch__title {
    margin-top: 0;
  }

  .section-events .grid-default .grid-default__item .article-secondary__media,
  .section-choice .grid-default .grid-default__item .article-secondary__media {
    width: 40%;
  }

  .section-events .grid-default .grid-default__item .article-secondary__body,
  .section-choice .grid-default .grid-default__item .article-secondary__body {
    width: 60%;
  }

  .list-events__item {
    width: 50%;
  }

  .event-item__title {
    font-size: 1rem;
  }

  .event-item__icon span {
    margin: 0 auto;
  }

  .event-item__title {
    text-align: center;
  }
}

@media (max-width: 535px) {
  .slick-slider {
    width: 80rem;
  }
}

@media (max-width: 530px) {
  .mobile-daterangepicker {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .mobile-daterangepicker .drp-calendar.left,
  .mobile-daterangepicker .drp-calendar.right {
    margin-top: 0;
    align-self: center;
  }

  .mobile-daterangepicker .drp-calendar {
    max-width: 100%;
  }

  .mobile-daterangepicker th.prev,
  .mobile-daterangepicker th.next {
    visibility: hidden;
  }

  .mobile-daterangepicker .drp-buttons {
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.8rem;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .module-search.module-secondary + .module-search_mobile .button-map {
    width: auto;
    margin-left: 1rem;
  }

  .module-search.module-secondary + .module-search_mobile .button-map .btn-hide {
    width: 6rem;
    height: 6rem;
  }

  .module-search.module-secondary + .module-search_mobile .button-map .btn-hide span {
    display: none;
  }

  .module-search.module-secondary + .module-search_mobile .btn-setting {
    width: auto;
    margin-right: 1rem;
  }

  .section-welcome__h1 {
    font-size: 2.7rem;
  }

  .section-welcome__inner.default {
    min-height: 17rem;
    padding-top: 18rem;
    padding-bottom: 6rem;
  }

  /*.section-welcome__inner {
        min-height: 38rem;
    }*/

  .section-welcome__inner.default .section-welcome__text {
    margin-bottom: 2.5rem;
  }

  .section-article__title {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }

  .section-article__footer {
    top: -5rem;
  }
}

@media (max-width: 510px) {
  .layout-panel__body {
    padding-top: 4.8rem;
  }

  .layout-panel__body .grid-primary {
    flex-direction: column;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .grid-primary__wrapper {
    margin-bottom: 4rem;
  }

  .grid-primary__wrapper::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .mobile-block {
    margin-top: 4rem;
  }

  .mobile-block .social-icons {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .section-create__animated {
    margin-bottom: 4.8rem;
  }

  .animated-route {
    width: 970px;
    margin-left: -435px;
  }

  .section-create__panel {
    margin-top: -48%;
  }

  .section-time__article .article-panel {
    margin: 6rem -2rem;
  }

  .article-panel .grid-default__item {
    width: 100%;
  }

  .section-time__article .image-right {
    float: none;
  }

  .article-notification__body {
    font-size: 2.2rem;
  }

  .button-object {
    display: none;
  }

  .section-button.section-button-object .section-button__item:first-child,
  .section-button.section-button-events .section-button__item:first-child {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 2.7rem;
  }

  .article-body h2 {
    font-size: 2.7rem;
    line-height: 3rem;
  }

  .section-article__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .article-head .grid-default,
  .article-body .grid-default {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

@media (max-width: 450px) {
  .section-article__head .breadcrumb {
    display: none;
  }
}

@media (max-width: 435px) {
  .slick-slider {
    width: 59rem;
  }
}

@media (max-width: 420px) {
  .article-primary__body {
    position: static;
    padding-top: .8rem;
    padding-bottom: 0;
    color: #000;
  }

  .article-primary__title {
    font-size: 2.2rem;
  }

  .grid-default {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  .grid-default__item {
    padding: 0;
  }

  .section-create__animated {
    margin-bottom: -13.2rem;
  }

  .animated-route {
    width: 1080px;
    margin-left: -664px;
  }

  .section-article-head {
    padding-bottom: 11.4rem;
  }

  .article-head {
    margin-top: 2.4rem;
  }

  .article-block__inner.main .article-block__el:last-child {
    margin-bottom: 2rem;
  }

  .article-head__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .article-head,
  .article-body {
    max-width: 100%;
  }

  .article-head p,
  .article-head h2,
  .article-head h3,
  .article-body p,
  .article-body h2,
  .article-body h3 {
    padding-right: 0;
    padding-left: 0;
  }

  .article-head ul,
  .article-head ol,
  .article-body ul,
  .article-body ol {
    padding-right: 0;
    padding-left: 3.7rem;
  }

  .article-head blockquote,
  .article-body blockquote {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  figcaption {
    display: flex;
    flex-direction: column;
  }

  figcaption a {
    align-self: center;
  }

  .article-body .grid-default {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  h3 {
    font-size: 2.7rem;
  }
}

@media (max-width: 400px) {
  .layout-header {
    padding-top: 1.8rem;
  }

  .social-icons__item + .social-icons__item {
    margin-left: 0;
  }

  .layout-footer__info .grid-primary__cell {
    width: 100%;
  }

  .layout-footer__info .grid-primary__cell .social-icons {
    justify-content: space-between;
  }

  .logo-pras {
    margin-right: .8rem;
  }

  .layout-panel__inner {
    padding-top: 1.8rem;
  }

  .module-search.module-secondary + .module-search_mobile {
    justify-content: space-between;
  }

  .popup-button__wrapper.bottom {
    padding: 1.2rem;
  }

  .popup-button__wrapper.bottom .popup-button__block .btn-clear {
    margin-right: 0;
  }

  .popup-button__wrapper.bottom .popup-button__block .btn-next {
    display: flex;
    margin-left: 0;
    justify-content: space-between;
  }

  .module-search__block.double-module-search.popup-active {
    padding-top: 14rem;
    padding-right: 0;
    padding-bottom: 11rem;
    padding-left: 0;
  }

  .module-search__block.double-module-search.popup-active .module-info__wrapper {
    margin-top: 8rem;
  }

  .module-search__block.double-module-search.popup-active .module-search__title {
    display: none;
  }

  .module-search__block.double-module-search.popup-active .module-search__second {
    display: block;
    width: 50%;
  }

  .module-search__block.double-module-search.popup-active .module-search__first {
    display: block;
    width: 50%;
    order: 1;
  }

  .module-search__block.double-module-search.popup-active .module-search__first .module-search__info {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    cursor: pointer;
  }

  .module-search__block.double-module-search.popup-active .module-search__first .module-search__info::after {
    position: absolute;
    top: 1.2rem;
    left: 0;
    display: block;
    width: .1rem;
    height: 5.8rem;
    content: '';
    background-color: rgba(255, 255, 255, .2);
  }

  .module-search__block.double-module-search.popup-active .module-search__first .module-info__img::before {
    top: -3rem;
    left: 50%;
    width: 100%;
    height: 12rem;
    transform: translateX(-25%);
    background-size: 50% auto;
  }

  .module-search__block.double-module-search.popup-active .module-search__inner {
    display: none;
  }

  .module-search__block.double-module-search.popup-active .module-search__inner.active {
    position: absolute;
    top: 15.4rem;
    left: 1.2rem;
    display: block;
    width: calc(100% - 2.4rem);
    border-radius: .3rem;
    background-color: #fff;
    /*&::before {
                content: '';
                display: block;
                width: 3.2rem;
                height: 3.2rem;
                margin-top: -3.3rem;
                background-color: #259bff;
                left: 25%;
                transform: rotate(45deg) translate(-88%, 86%);
                position: absolute;
            }*/
  }

  .module-search__block.double-module-search.popup-active .module-search__second .module-info__img::before {
    top: 6.1rem;
    margin-left: 0;
    background-size: 65% auto;
  }

  .module-search__block.double-module-search.popup-active .module-search__info {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 13rem;
    margin: 0;
    background: none;
  }

  .module-search__block.double-module-search.popup-active .module-search__info::before {
    position: absolute;
    z-index: 120;
    bottom: -2.5rem;
    left: 50%;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    content: '';
    transform: rotate(45deg) translate(-50%, 100%);
    background-color: #218dff;
  }

  .module-search__block.double-module-search.popup-active .module-search__info * {
    pointer-events: none;
  }

  .module-search__block.double-module-search.popup-active .module-info__img {
    order: -1;
  }

  .module-search__block.double-module-search.popup-active .btn-way {
    background: transparent;
  }

  .module-search__bg {
    overflow-y: auto;
    padding-bottom: .8rem;
  }

  .section-banner__h1 {
    font-size: 2.6rem;
  }

  .section-banner__text {
    margin-bottom: 2.8rem;
  }

  .section-banner__inner {
    min-height: 21rem;
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }

  .section-interactive {
    padding-top: 2rem;
  }

  .article-notification {
    margin: 4rem -1.5rem;
  }

  .section-time__article {
    padding-right: 0;
    padding-left: 0;
  }

  .section-time__article h3 {
    margin-bottom: 3.2rem;
  }

  .section-time__article .article-panel {
    margin-top: 2.8rem;
    padding: 0 2rem 6rem;
  }

  .grid-default__item {
    margin-bottom: 2.8rem;
  }

  .article-bright__grid {
    margin: 6rem 0 0;
  }

  .article-bright.chair:after {
    display: none;
  }

  .article-notification {
    padding: 2.8rem 2.7rem;
  }

  .article-notification .article-notification__footer {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .section-info {
    padding-top: 8.8rem;
  }
}

@media (max-width: 395px) {
  .section-events .grid-default .grid-default__item .article-secondary__media,
  .section-choice .grid-default .grid-default__item .article-secondary__media {
    width: 30%;
  }

  .section-events .grid-default .grid-default__item .article-secondary__body,
  .section-choice .grid-default .grid-default__item .article-secondary__body {
    width: 70%;
    padding-top: 0;
  }

  .article-primary__body,
  .article-default__body {
    padding: .8rem 1.2rem;
  }
}

@media (max-width: 385px) {
  .popup-button__wrapper.bottom .popup-button__block .btn-next {
    padding: 2.1rem 2rem 2.1rem 2.5rem;
  }
}

@media (max-width: 380px) {
  .logo-company__description {
    display: none;
  }

  .section-interactive .section-default__body {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .section-create .module-info {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .module-info__title {
    font-size: 2.7rem;
  }
}

@media(max-width: 1500px) {
  .page-novogrudok .burger {
    display: block;
  }

  .page-novogrudok .main-menu {
    display: none;
  }
}

@media (max-width: 340px) {
  .animated-route {
    width: 1080px;
    margin-left: -734px;
  }
}

@media (max-width: 168rem) {
  .layout-header__inner {
    padding-right: 0;
    padding-left: 14rem;
  }
}

@media (max-width: 144rem) {
  .layout-header__inner {
    padding-left: 0;
  }
}

@media (max-width: 128rem) {
  .main-menu__item {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .layout-header__panel {
    padding-right: 12rem;
  }
}

@media (max-width: 117rem) {
  .layout-header__inner {
    padding-right: 14rem;
    padding-left: 14rem;
  }
}

@media (max-width: 76.8rem) {
  .layout-header .languages {
    display: none;
  }

  .page-novogrudok .image-right {
    float: none;
    margin: 4rem auto;
    display: block;
  }

  .page-novogrudok .module-map__obj {
    height: 48rem;
    margin-left: 0;
  }
}

@media (max-width: 65rem) {
  .layout-header .layout-header__inner {
    padding-right: 5rem;
  }
}

@media (max-width: 45rem) {
  .logo-company__image {
    width: 4.2rem;
    height: 4.2rem;
  }

  .logo-company {
    padding-left: 5.2rem;
  }

  .logo-company__title {
    font-size: 1.8rem;
  }

  .layout-header .layout-header__inner {
    padding-left: 9rem;
  }

  .section-info__title {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  /* .module-search {
        padding-bottom: 8.5rem;
    }*/

  .section-info.section-industrial .event-item__icon .icon {
    width: 2.9rem;
    height: 2.4rem;
  }

  .section-info.section-industrial .section-info__footer {
    display: none;
  }

  .section-info__icon {
    margin-left: .8rem;
  }

  .section-info__head {
    margin-bottom: 2rem;
  }

  .layout-footer__base .grid-primary__cell + .grid-primary__cell {
    margin-top: 2rem;
  }

  .layout-footer__base .developer {
    justify-content: center;
  }
}

.languages {
  display: none;
}

.section-mapping {
  padding-bottom: 0;
}
