.loader:after, .preloader.active:after, .map-general__area-wrap.map-loading:after, .map-basic__area-wrap.map-loading:after, .informer_load:after {
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: animation-loader 1.2s linear infinite;
}

@keyframes animation-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'SF Pro Display';
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("../font/sfprodisplay/SFProDisplay-Regular.woff2") format("woff2"), url("../font/sfprodisplay/SFProDisplay-Regular.woff") format("woff"), url("../font/sfprodisplay/SFProDisplay-Regular.ttf") format("truetype"), url("../font/sfprodisplay/SFProDisplay-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local("SF Pro Display Bold"), local("SFProDisplay-Bold"), url("../font/sfprodisplay/SFProDisplay-Bold.woff2") format("woff2"), url("../font/sfprodisplay/SFProDisplay-Bold.woff") format("woff"), url("../font/sfprodisplay/SFProDisplay-Bold.ttf") format("truetype"), url("../font/sfprodisplay/SFProDisplay-Bold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../font/sfprodisplay/SFProDisplay-Medium.woff2") format("woff2"), url("../font/sfprodisplay/SFProDisplay-Medium.woff") format("woff"), url("../font/sfprodisplay/SFProDisplay-Medium.ttf") format("truetype"), url("../font/sfprodisplay/SFProDisplay-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("../font/sfprodisplay/SFProDisplay-Semibold.woff2") format("woff2"), url("../font/sfprodisplay/SFProDisplay-Semibold.woff") format("woff"), url("../font/sfprodisplay/SFProDisplay-Semibold.ttf") format("truetype"), url("../font/sfprodisplay/SFProDisplay-Semibold.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.375;
  color: #0F0F10;
  text-align: left;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: disc;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2196F3;
  text-decoration: underline;
  background-color: transparent;
  text-underline-offset: 4px;
}

a:hover {
  color: #2196F3;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-style: normal;
  font-weight: 500;
  color: #0F0F10;
  line-height: 1.375;
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 24px;
}

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

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

h4, .h4 {
  font-size: 18px;
}

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

h6, .h6 {
  font-size: 14px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  font-family: "SF Pro Display", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #0F0F10;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: none;
}

.btn:hover {
  color: #0F0F10;
  text-decoration: none;
}

.btn-default {
  background-color: #2196F3;
  border: 1px solid #2196F3;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 2px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 15px;
  opacity: 1;
  transition: color .5s ease 0s, background-color .5s ease 0s, opacity .5s ease 0s;
}

.btn-default:hover {
  color: #2196F3;
  background-color: #FFFFFF;
}

.btn-default[disabled] {
  cursor: default !important;
  color: #FFFFFF !important;
  background-color: #2196F3 !important;
  opacity: .7 !important;
}

.btn-primary {
  padding: 13px 20px;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFC43A;
  border: 1px solid #FFC43A;
  transition: background-color .5s ease 0s;
}

.btn-primary:hover, .btn-primary.active {
  background-color: #ffffff;
}

.btn-success {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  background-color: #DFF0FD;
  border: 1px solid #DFF0FD;
  transition: background-color .5s ease 0s;
}

.btn-success:hover, .btn-success.active {
  background-color: #ffffff;
}

.btn-secondary {
  font-size: 14px;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 1px;
  color: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(43, 43, 43, 0.1);
  white-space: nowrap;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

@media (min-width: 671px) {
  .btn-secondary {
    padding: 12px 20px;
  }
}

@media (max-width: 670px) {
  .btn-secondary {
    padding: 9px 20px;
  }
}

.btn-secondary:hover, .btn-secondary.active {
  color: #2196F3;
  background-color: #ffffff;
}

.btn-secondary.btn-back:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-left: 5px;
  transition: border-color .5s ease 0s;
}

.btn-secondary.btn-back:hover:after, .btn-secondary.btn-back.active:after {
  border-right-color: #2196F3;
}

.btn-info {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  color: #ffffff;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-info:hover, .btn-info.active {
  color: #ffffff;
  background-color: #2196F3;
}

.btn-more {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #2196F3;
  line-height: 1.214;
  text-transform: uppercase;
}

.btn-more:hover, .btn-more.active {
  color: #2196F3;
  text-decoration: none;
}

.btn-add {
  background-color: #2196F3;
  border: 1px solid #2196F3;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 2px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 15px 9px 40px;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-add:hover {
  color: #2196F3;
  background-color: #FFFFFF;
}

.btn-add:hover .btn-add__icon {
  color: #FFFFFF;
  background-color: #2196F3;
}

.btn-add__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  color: #2196F3;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 10px 20px rgba(43, 43, 43, 0.1), 0px 10px 5px rgba(43, 43, 43, 0.02);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.btn-add.disabled {
  cursor: default !important;
  background-color: #2196F3 !important;
  border: 1px solid #2196F3 !important;
  color: #FFFFFF !important;
  opacity: .7 !important;
}

.btn-add.disabled .btn-add__icon {
  color: #2196F3 !important;
  background-color: #FFFFFF !important;
}

.btn-share-fb {
  padding: 3px 16px 5px;
  background: #1863B5;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: lowercase;
  line-height: 1.214;
  position: relative;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
  transition: opacity .5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-share-fb:hover {
  opacity: .7;
}

.btn-share-fb__icon {
  display: block;
  width: 6px;
  height: 12px;
  fill: #fff;
  margin-left: 8px;
  z-index: 0;
}

.btn-share-fb__main {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn-width-md {
  width: 300px;
}

.btn-2 {
  font-size: 16px;
  font-weight: 500;
  background: #082FF2;
  border-color: #082FF2;
  padding: 17px 20px;
  color: #fff;
  transition: color .5s ease 0s, background-color .5s ease 0s;
  border-radius: 4px;
}

.btn-2:hover, .btn-2.active {
  color: #ffffff;
  background-color: #2196F3;
}

.btn-3 {
  font-size: 16px;
  font-weight: 400;
  background: #1863B5;
  border-color: #1863B5;
  padding: 17px 20px;
  color: #fff;
  transition: color .5s ease 0s, background-color .5s ease 0s;
  border-radius: 4px;
}

.btn-3:hover, .btn-3.active {
  color: #ffffff;
  background-color: #2196F3;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.tab-content > .tab-pane {
  height: 0;
  overflow: hidden;
}

.tab-content > .tab-pane.active {
  height: auto;
  overflow: visible;
}

.breadcrumb {
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb__item {
  display: flex;
  margin: 0;
  padding: 0 0 0 12px;
  position: relative;
}

.breadcrumb__item:before {
  display: block;
  color: #DDE1E5;
  content: '/';
  position: absolute;
  top: -1px;
  left: 4px;
}

.breadcrumb__item:first-child {
  padding-left: 0;
}

.breadcrumb__item:first-child:before {
  display: none;
}

.breadcrumb__link {
  color: #2196F3;
  text-decoration: none;
}

.breadcrumb__link:hover {
  color: #2196F3;
  text-decoration: underline;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0 0 10px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.625rem;
  word-wrap: break-word;
  max-width: 200px;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 18px;
  height: 7px;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 7px 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 7px 9px 0;
  border-top-color: #2196F3;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 7px;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 7px;
  height: 18px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 9px 7px 9px 0;
  border-right-color: #2196F3;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 7px 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 9px 7px;
  border-bottom-color: #2196F3;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 7px;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 7px;
  height: 18px;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 9px 0 9px 7px;
  border-left-color: #2196F3;
}

.tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  background-color: #2196F3;
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-info {
  font-weight: 500;
}

.text-primary {
  color: #2196F3;
}

.body-fixed {
  overflow: hidden;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.middle {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.center {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.center::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 992px) {
  .center {
    max-width: 990px;
  }
}

@media (max-width: 991px) {
  .center {
    max-width: 760px;
  }
}

.case {
  max-width: 630px;
}

@media (max-width: 670px) {
  .overall-basic {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.first_letter_uppercase:first-letter {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .device-md {
    display: none;
  }
}

@media (min-width: 768px) {
  .device-sm {
    display: none;
  }
}

@media (min-width: 671px) {
  .device-xs {
    display: none;
  }
}

@media (max-width: 670px) {
  .mobile-hide {
    display: none;
  }
}

@media (max-width: 670px) {
  .mob-hide {
    display: none !important;
  }
}

@media (max-width: 670px) {
  .only-desktop {
    overflow: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
  }
}

@media (min-width: 671px) {
  .only-mobile {
    overflow: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
  }
}

@media (min-width: 671px) {
  .mob-show {
    display: none !important;
  }
}

@media (max-width: 670px) {
  .banner-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .banner-desktop-wide {
    display: none !important;
  }
}

@media (min-width: 671px) {
  .banner-mobile {
    display: none !important;
  }
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.main__center {
  flex: 1 0 auto;
  padding-bottom: 15px;
  position: relative;
}

@media (min-width: 671px) {
  .main__center {
    padding-top: 36px;
    background-color: #FFFFFF;
    z-index: 2;
  }
}

@media (max-width: 670px) {
  .main__center {
    padding-top: 30px;
  }
}

.main__bg {
  display: block;
  width: 100%;
  height: 400px;
  background-position: calc(50% - 60px) top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: -1;
  transform: translateZ(0);
}

@media (min-width: 671px) {
  .main__bg {
    top: 200px;
  }
}

@media (max-width: 670px) {
  .main__bg {
    top: 600px;
  }
}

@media (min-width: 671px) {
  .main_extra {
    top: 300px;
  }
}

.date-main {
  font-size: 12px;
  line-height: 1.416;
  color: #A9B4BD;
  margin-bottom: 10px;
}

@media (min-width: 671px) {
  .img-left {
    float: left;
    margin: 0 30px 10px 0;
  }
}

@media (max-width: 670px) {
  .img-left {
    margin-bottom: 10px;
  }
}

.js-more-content {
  display: none;
}

.js-more-content .js-more-content-symbol {
  display: inline;
}

.js-more-content .js-more-content-second,
.js-more-content .js-more-content-other {
  display: none;
}

.js-more-content.show {
  display: block;
}

.js-more-content.show .js-more-content-symbol {
  display: none;
}

.js-more-content.show .js-more-content-second {
  display: inline;
}

.js-more-content.show .js-more-content-other {
  display: block;
}

.js-more-btn-wrap {
  display: none;
}

.preloader {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.preloader.active {
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.title-main {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.208;
  color: #0F0F10;
  margin: 0 0 20px 0;
}

.title-main__decor {
  display: inline;
  color: #2196F3;
}

.title-main-info {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.187;
  color: #A9B4BD;
  margin-top: -15px;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .title-main-info {
    display: none;
  }
}

/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}

.swiper-scrollbar-drag {
  position: relative;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-button-disabled,
.swiper-scrollbar-lock {
  display: none;
}

.inputbox-primary {
  padding: 0 10px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  color: #0F0F10;
  font-family: "SF Pro Display", sans-serif;
}

.inputbox-primary.error {
  border-color: #ED002D;
}

.inputbox-primary::-webkit-input-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.inputbox-primary::-moz-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.inputbox-primary:-moz-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.inputbox-primary:-ms-input-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

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

.inputbox-primary:focus::-moz-placeholder {
  opacity: 0;
}

.inputbox-primary:focus:-moz-placeholder {
  opacity: 0;
}

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

@media (min-width: 992px) {
  .inputbox-primary-lg {
    height: 44px;
  }
}

.inputbox-primary-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #FFFFFF;
}

.inputbox-primary-search__icon {
  display: block;
  width: 20px;
  height: 21px;
  fill: #000000;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 0;
  transform: translate(0, -2px);
}

.inputbox-primary-search__btn-remove {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.inputbox-primary-search__btn-remove:hover {
  opacity: .5;
}

.inputbox-primary-search__btn-remove-icon {
  display: block;
  width: 15px;
  height: 15px;
  fill: #ED002D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.inputbox-primary-search__input {
  width: 100%;
  padding-right: 40px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.inputbox-primary-search_remove .inputbox-primary-search__icon {
  display: none;
}

.textarea-primary {
  padding: 10px;
  height: 150px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  color: #0F0F10;
  font-family: "SF Pro Display", sans-serif;
}

.textarea-primary.error {
  border-color: #ED002D;
}

.radio-primary {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
  position: relative;
}

.radio-primary__input {
  display: block;
  position: absolute;
  left: -999999px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.radio-primary__button {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  box-shadow: 0px 0px 10px rgba(43, 43, 43, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-primary__button:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #2196F3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.radio-primary__caption {
  display: block;
  padding: 1px 0 0 27px;
  font-size: 14px;
  line-height: 1.42;
  color: #0F0F10;
}

.radio-primary__input:checked ~ .radio-primary__button:before {
  opacity: 1;
}

.radio-primary.error .radio-primary__button {
  border-color: #ED002D;
}

.radio-color {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  min-width: 35px;
  min-height: 35px;
  position: relative;
}

.radio-color__input {
  display: block;
  position: absolute;
  left: -999999px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.radio-color__button {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-color.error .radio-color__button {
  border-color: #ED002D;
}

.select-primary {
  height: 40px;
  font-size: 14px;
  color: #2B2B2B;
  padding: 0 10px;
}

.select-primary.error {
  border: 1px solid #ED002D;
}

.message-error {
  display: none;
  color: #ED002D;
  padding-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.375;
}

.message-error.active {
  display: block;
}

.form-base {
  max-width: 630px;
  margin-bottom: 20px;
}

.form-base__panel {
  display: block;
}

.form-base__row {
  margin-bottom: 15px;
}

.form-base__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.20;
  color: #2B2B2B;
}

.form-base__title {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.form-base__input {
  display: block;
  width: 100%;
}

.form-base__textarea {
  display: block;
  width: 100%;
}

.form-base__submit {
  min-width: 180px;
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-dropdown {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #fff;
  border: 1px solid #2196F3;
  border-radius: 3px;
  padding: 0 30px 0 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #0F0F10;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0F0F10 transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.select2-container--default .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #2196F3;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 1.4;
  color: #0F0F10;
  background-color: #ffffff;
  padding: 8px 10px;
  margin: 0 0 1px 0;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.select2-container--default .select2-results__option:last-child {
  margin-bottom: 0;
}

.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option--selected {
  background-color: #2196F3;
  color: #ffffff;
}

select.error + .select2 .select2-selection--single {
  border-color: #ED002D !important;
}

.color-picker,
.color-picker::before,
.color-picker::after,
.color-picker *,
.color-picker *::before,
.color-picker *::after {
  box-sizing: border-box;
}

.color-picker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
}

.color-picker > div {
  display: flex;
  height: 10em;
  border: 1px solid #000;
  color: #000;
}

.color-picker > div * {
  border-color: inherit;
  color: inherit;
}

.color-picker i {
  font: inherit;
  font-size: 12px;
}

.color-picker\:a,
.color-picker\:h,
.color-picker\:sv {
  background-size: 100% 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.color-picker\:a div,
.color-picker\:h div,
.color-picker\:sv div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.color-picker\:a,
.color-picker\:h {
  width: 1.5em;
  border-left: 1px solid;
  cursor: ns-resize;
  overflow: hidden;
}

.color-picker\:a i,
.color-picker\:h i {
  display: block;
  height: .5em;
  position: absolute;
  top: -.25em;
  right: 0;
  left: 0;
  z-index: 2;
}

.color-picker\:a i::before,
.color-picker\:h i::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: .25em solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.color-picker\:a div {
  z-index: 2;
}

.color-picker\:a div + div {
  background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd 100%), linear-gradient(45deg, #ddd 25%, #fff 25%, #fff 75%, #ddd 75%, #ddd 100%);
  background-size: .5em .5em;
  background-position: 0 0, .25em .25em;
  z-index: 1;
}

.color-picker\:h div {
  background-image: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}

.color-picker\:sv {
  width: 10em;
  cursor: crosshair;
  overflow: hidden;
}

.color-picker\:sv div + div {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.color-picker\:sv div + div + div {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.color-picker\:sv i {
  display: block;
  width: .75em;
  height: .75em;
  position: absolute;
  top: -.375em;
  right: -.375em;
  z-index: 2;
}

.color-picker\:sv i::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 2px #000;
}

.color-picker.no-alpha .color-picker\:a {
  display: none;
}

.easy-autocomplete {
  position: relative;
}

.easy-autocomplete-container {
  width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.easy-autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.easy-autocomplete li {
  margin: 0;
  padding: 0;
}

.easy-autocomplete li:after {
  display: block;
  content: '';
  height: 1px;
  margin: 0 8px;
  background-color: #DDE1E5;
}

.easy-autocomplete li:first-child .easy-autocomplete-btn {
  padding-top: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.easy-autocomplete li:first-child .easy-autocomplete-btn:after {
  top: 0;
}

.easy-autocomplete li:last-child:after {
  display: none;
}

.easy-autocomplete li:last-child .easy-autocomplete-btn {
  padding-bottom: 14px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.easy-autocomplete li:last-child .easy-autocomplete-btn:after {
  bottom: 0;
}

.easy-autocomplete li.selected .easy-autocomplete-btn {
  text-decoration: none;
  color: #FFFFFF;
}

.easy-autocomplete li.selected .easy-autocomplete-btn:after {
  opacity: 1;
}

.easy-autocomplete-btn {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  color: #0F0F10;
  padding: 6px 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color .5s ease 0s;
}

.easy-autocomplete-btn:after {
  display: block;
  content: '';
  background-color: #2196F3;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.easy-autocomplete b {
  font-weight: normal;
}

.header {
  position: relative;
  z-index: 10;
}

@media (max-width: 670px) {
  .header {
    position: relative;
  }
}

@media (min-width: 992px) {
  .header__main {
    height: 75px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .header__main {
    height: 75px;
  }
}

@media (max-width: 670px) {
  .header__main {
    height: 145px;
  }
}

@media (min-width: 671px) {
  .header__main {
    background-color: #F8F8F8;
  }
  .header__main .header__center {
    position: relative;
    z-index: 2;
  }
}

.header__main .header__center {
  background-color: #F8F8F8;
}

@media (min-width: 671px) {
  .header__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
  }
}

@media (max-width: 670px) {
  .header__wrap {
    padding: 20px 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .header__wrap {
    min-height: 73px;
  }
}

@media (max-width: 991px) {
  .header__wrap {
    min-height: 73px;
  }
}

@media (min-width: 992px) {
  .header__logo {
    margin-right: 31px;
    padding-top: 9px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .header__logo {
    margin-right: 26px;
    padding-top: 8px;
  }
}

@media (min-width: 401px) and (max-width: 670px) {
  .header__logo {
    padding-top: 5px;
    max-width: 126px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 670px) {
  .header__logo {
    padding-top: 22px;
    max-width: 110px;
    order: 1;
  }
}

.header__logo-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.header__logo-link:hover {
  text-decoration: none;
}

.header__logo-img {
  display: block;
}

@media (min-width: 671px) {
  .header__logo-img {
    width: 110px;
    height: 33px;
  }
}

@media (max-width: 670px) {
  .header__logo-img {
    width: 126px;
    height: 35px;
  }
}

.header__control-right {
  flex-shrink: 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}

@media (max-width: 670px) {
  .header__control-right {
    order: 2;
    padding-top: 12px;
  }
}

.header__search {
  padding-top: 10px;
  flex-grow: 10;
}

@media (min-width: 671px) {
  .header__search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 670px) {
  .header__search {
    order: 3;
    width: 100%;
  }
}

.header__search-main {
  width: 100%;
}

@media (min-width: 671px) {
  .header__search-main {
    margin-right: 10px;
  }
}

.header__menu-main {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .header__menu-main {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .header__menu-lang {
    margin: 0 0 0 8px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .header__menu-lang {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 670px) {
  .header__menu-lang {
    margin-left: 10px;
    position: relative;
    z-index: 1000;
  }
}

.menu-main__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}

.menu-main__list:last-child {
  margin-right: 0;
}

.menu-main__item {
  padding: 0;
  position: relative;
}

@media (min-width: 992px) {
  .menu-main__item {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 991px) {
  .menu-main__item {
    margin: 0 5px 0 0;
  }
}

.menu-main__item:last-child {
  margin-right: 0;
}

.menu-main__item.sub .menu-main__link {
  padding-right: 17px;
}

.menu-main__item.sub .menu-main__link:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0F0F10 transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 4px;
  transition: border-color .5s ease 0s;
}

.menu-main__link {
  display: block;
  line-height: 1;
  color: #0F0F10;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 16px 9px;
  text-decoration: none;
  position: relative;
  transition: color .5s ease 0s, border-color .5s ease 0s;
}

@media (min-width: 992px) {
  .menu-main__link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .menu-main__link {
    font-size: 14px;
  }
}

.menu-main__link:hover, .menu-main__link.active,
.menu-main__item:hover > .menu-main__link {
  color: #2196F3;
  text-decoration: underline;
}

.menu-main__link:hover:after, .menu-main__link.active:after,
.menu-main__item:hover > .menu-main__link:after {
  border-top-color: #2196F3;
}

.menu-main__link_special {
  color: #0F0F10;
  border-color: #2196F3;
  text-decoration: none;
  border-radius: 4px;
  transition: color .5s ease 0s, background-color .5s ease 0s, border-color .5s ease 0s;
}

.menu-main__link_special:hover, .menu-main__link_special.active,
.menu-main__item:hover > .menu-main__link_special {
  text-decoration: none;
  color: #FFFFFF;
  border-color: #2196F3;
  background-color: #2196F3;
}

.menu-main__dropdown {
  width: 196px;
  position: absolute;
  top: 100%;
  left: -999999px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 5px);
  transition: opacity .5s ease 0s, transform .5s ease 0s, left 0s ease .5s, visibility 0s ease .5s, z-index 0s ease .5s;
}

.menu-main__item:hover .menu-main__dropdown {
  left: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transform: translate(0, 0);
  transition: opacity .5s ease 0s, transform .5s ease 0s, left 0s ease 0s, visibility 0s ease 0s, z-index 0s ease 0s;
}

.menu-main__sublist {
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 5px;
  list-style: none;
  margin: 1px 0 0 0;
}

.menu-main__subitem {
  margin: 0;
  padding: 0;
}

.menu-main__subitem:after {
  display: block;
  content: '';
  height: 1px;
  margin: 0 8px;
  background-color: #2196F3;
}

.menu-main__subitem:first-child .menu-main__sublink {
  padding-top: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.menu-main__subitem:first-child .menu-main__sublink:after {
  top: 0;
}

.menu-main__subitem:last-child:after {
  display: none;
}

.menu-main__subitem:last-child .menu-main__sublink {
  padding-bottom: 14px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.menu-main__subitem:last-child .menu-main__sublink:after {
  bottom: 0;
}

.menu-main__sublink {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.375;
  color: #0F0F10;
  padding: 6px 8px;
  position: relative;
  z-index: 1;
  transition: color .5s ease 0s;
}

@media (min-width: 992px) {
  .menu-main__sublink {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .menu-main__sublink {
    font-size: 14px;
  }
}

.menu-main__sublink:after {
  display: block;
  content: '';
  background-color: #2196F3;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease 0s;
}

.menu-main__sublink:hover, .menu-main__sublink.active {
  text-decoration: none;
  color: #FFFFFF;
}

.menu-main__sublink:hover:after, .menu-main__sublink.active:after {
  opacity: 1;
}

.menu-lang__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 671px) {
  .menu-lang__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.menu-lang__item {
  line-height: 1;
}

@media (min-width: 671px) {
  .menu-lang__item {
    position: relative;
    margin: 0 7px 0 0;
    padding: 0 8px 0 0;
  }
  .menu-lang__item:after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #2B2B2B;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-lang__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .menu-lang__item:last-child:after {
    display: none;
  }
}

@media (max-width: 670px) {
  .menu-lang__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #0F0F10;
  }
  .menu-lang__item:last-child {
    border-bottom: none;
  }
}

.menu-lang__link {
  font-weight: 500;
  font-size: 16px;
  color: #0F0F10;
  text-decoration: none;
  transition: color .5s ease 0s;
}

@media (max-width: 670px) {
  .menu-lang__link {
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
  }
}

.is-desktop .menu-lang__link:hover, .menu-lang__link.active {
  color: #2196F3;
}

@media (min-width: 671px) {
  .is-desktop .menu-lang__link:hover, .menu-lang__link.active {
    text-decoration: underline;
  }
}

@media (max-width: 670px) {
  .is-desktop .menu-lang__link:hover, .menu-lang__link.active {
    text-decoration: none;
  }
}

.language-currency {
  position: relative;
  z-index: 100;
}

.language-currency ul {
  padding: 0 0 0 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 100%;
  border: 1px solid #2196F3;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 0;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  color: #0F0F10;
  z-index: 10000;
  transform: translate(-50%, 1rem);
  transition: transform .5s ease, opacity .5s ease;
}

.language-currency li {
  padding: 5px 0;
}

.language-currency a {
  display: inline-block;
  border-bottom: 1px solid;
  margin: 0 6px;
  transition: border-bottom-color .6s ease;
  text-decoration: none;
  color: #0F0F10;
}

.language-currency a:hover {
  border-bottom-color: transparent;
}

.language-currency:hover ul {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.language-currency .curent {
  display: none;
}

.current-language {
  font-weight: 400;
  display: flex;
  font-size: 14px;
  color: #0F0F10;
  cursor: pointer;
  align-items: center;
  padding: 6px 7px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #2196F3;
}

.current-language i {
  font-size: 43%;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .add-favourites {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    background-color: #FFFFFF;
    min-height: 91px;
    border: 1px solid #DDE1E5;
    box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.15), 0px 15px 10px rgba(196, 196, 196, 0.02);
    border-radius: 5px;
    padding: 14px 18px;
    cursor: pointer;
    user-select: none;
    transition: border-color .5s ease 0s;
  }
  .add-favourites:hover {
    border-color: #2196F3;
  }
  .add-favourites__decor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background-color: #1863B5;
    box-shadow: 0px 10px 20px rgba(43, 43, 43, 0.1), 0px 10px 5px rgba(43, 43, 43, 0.02);
    border-radius: 50%;
  }
  .add-favourites__decor-icon {
    width: 34px;
    height: 33px;
    fill: #FFFFFF;
  }
  .add-favourites__main {
    padding-left: 12px;
  }
  .add-favourites__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.214;
    color: #0F0F10;
    margin-bottom: 5px;
  }
  .add-favourites__logo {
    display: block;
    width: 81px;
    height: 17px;
  }
  .meteo-fr .add-favourites__logo {
    width: 70px;
  }
}

.search-main {
  position: relative;
}

@media (max-width: 670px) {
  .search-main {
    z-index: 999;
  }
}

.search-main__field {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #0F0F10;
  outline: none;
}

@media (min-width: 671px) {
  .search-main__field {
    height: 33px;
    border: 1px solid #DDE1E5;
    border-radius: 5px;
    padding: 0 37px 0 10px;
  }
}

@media (max-width: 670px) {
  .search-main__field {
    width: 100%;
    height: 43px;
    border: 1px solid #DDE1E5;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 0;
  }
}

.search-main__field::-webkit-input-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.search-main__field::-moz-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.search-main__field:-moz-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

.search-main__field:-ms-input-placeholder {
  color: #A9B4BD;
  opacity: 1;
}

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

.search-main__field:focus::-moz-placeholder {
  opacity: 0;
}

.search-main__field:focus:-moz-placeholder {
  opacity: 0;
}

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

.search-main__btn {
  display: block;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

@media (min-width: 671px) {
  .search-main__btn {
    width: 37px;
    height: 100%;
    border-radius: 5px;
    top: 0;
    right: 0;
  }
}

@media (max-width: 670px) {
  .search-main__btn {
    width: 41px;
    height: 41px;
    background-color: #FFFFFF;
    top: 1px;
    right: 1px;
    border-radius: 10px;
  }
}

.is-desktop .search-main__btn:hover .search-main__btn-icon {
  fill: #2196F3;
}

.search-main__btn-icon {
  display: block;
  fill: #0F0F10;
  top: 10px;
  left: 13px;
  position: absolute;
  transition: fill .5s ease 0s;
}

@media (max-width: 670px) {
  .search-main__btn-icon {
    height: 21px;
    width: 21px;
    top: 10px;
    left: 5px;
  }
}

@media (min-width: 671px) {
  .search-main__btn-open {
    display: none;
  }
}

@media (max-width: 670px) {
  .search-main__btn-open {
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

.search-main__label {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 670px) {
  .search-main.active .search-main__field {
    width: 290px;
    padding-right: 45px;
  }
}

@media (max-width: 670px) {
  .search-main.active .search-main__btn-open {
    display: none;
  }
}

@media (max-width: 670px) {
  .layout-up {
    display: none;
  }
}

.layout-up__center {
  padding-top: 30px;
}

@media (min-width: 671px) {
  .layout-up__center {
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .layout-up__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .layout-up__left {
    flex: 1 0 0;
    padding-right: 11px;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .layout-up__right {
    flex: 0 0 220px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .layout-up__right {
    display: none;
  }
}

.map-general {
  margin-bottom: 30px;
}

@media (max-width: 670px) {
  .map-general {
    background-color: #FFFFFF;
    border: 1px solid #DDE1E5;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    padding: 20px 20px 30px 20px;
  }
}

.map-general__wrap {
  position: relative;
}

.map-general__area {
  max-width: 960px;
}

.map-general__area-wrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.map-general__area-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-general__info {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.map-general__info-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.map-general__info-main:last-child {
  margin-bottom: 0;
}

.map-general__info-left {
  margin-right: 2px;
}

.map-general__info-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.map-general__info-caption {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.166;
}

.map-general__info-region {
  line-height: 1.166;
}

.map-general__info-region-link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #2196F3;
  text-decoration: none;
}

.map-general__info-region-link:hover {
  color: #2196F3;
  text-decoration: underline;
}

@media (max-width: 670px) {
  .map-general__device-lg {
    display: none;
  }
}

@media (min-width: 671px) {
  .map-general__device-sm {
    display: none;
  }
}

.map-general__area-wrap.map-loading {
  position: relative;
}

.map-general_france .map-general__area-wrap {
  padding-top: 101.058212%;
}

.map-general_turkey .map-general__area-wrap {
  padding-top: 47%;
}

.map-general-bg {
  fill: #FFFFFF;
  stroke: #DDE1E5;
  filter: drop-shadow(2px 2px 1px rgba(43, 43, 43, 0));
  transition: filter .5s ease 0s;
}

.map-general-region {
  cursor: pointer;
  text-decoration: none;
}

.map-general-region:hover, .map-general-region.hover {
  text-decoration: none;
}

.map-general-region:hover .map-general-path, .map-general-region.hover .map-general-path {
  fill: #DFF0FD;
}

.map-general-city {
  cursor: pointer;
  text-decoration: none;
}

.map-general-city:hover, .map-general-city.hover {
  text-decoration: none;
}

.map-general-city:hover .map-general-bg, .map-general-city.hover .map-general-bg {
  filter: drop-shadow(2px 2px 1px rgba(43, 43, 43, 0.1));
}

.map-general-title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  color: #0F0F10;
  fill: #0F0F10;
}

.map-general-degree {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  fill: #1863B5;
}

.map-general-path {
  fill: #FFFFFF;
  stroke: #E0E0E0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill .5s ease 0s;
}

@media (min-width: 671px) {
  .layout-general__wrap {
    padding: 30px 0 60px 0;
  }
}

@media (max-width: 670px) {
  .layout-general__wrap {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .layout-general__inner {
    position: relative;
  }
}

@media (min-width: 992px) {
  .layout-general__add-favourites {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .layout-general__add-favourites {
    display: none;
  }
}

.map-basic {
  margin-bottom: 30px;
}

@media (max-width: 670px) {
  .map-basic {
    background-color: #FFFFFF;
    border: 1px solid #DDE1E5;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    padding: 20px 20px 30px 20px;
  }
}

.map-basic__wrap {
  position: relative;
}

.map-basic__area {
  max-width: 631px;
}

.map-basic__area-wrap {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.map-basic__area-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.map-basic__info {
  width: 200px;
  padding-top: 10px;
}

.map-basic__info-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.map-basic__info-main:last-child {
  margin-bottom: 0;
}

.map-basic__info-left {
  margin-right: 2px;
}

.map-basic__info-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.map-basic__info-caption {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.166;
}

.map-basic__info-region {
  line-height: 1.166;
}

.map-basic__info-region-link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #2196F3;
  text-decoration: none;
}

.map-basic__info-region-link:hover {
  color: #2196F3;
  text-decoration: underline;
}

@media (max-width: 670px) {
  .map-basic__device-lg {
    display: none;
  }
}

@media (min-width: 671px) {
  .map-basic__device-sm {
    display: none;
  }
}

.map-basic__area-wrap.map-loading {
  position: relative;
}

.map-basic_france .map-basic__area-wrap {
  padding-top: 100%;
}

.map-basic_turkey .map-basic__area-wrap {
  padding-top: 47%;
}

.map-basic-bg {
  fill: #FFFFFF;
  stroke: #DDE1E5;
  filter: drop-shadow(2px 2px 1px rgba(43, 43, 43, 0));
  transition: filter .5s ease 0s;
}

.map-basic-region {
  cursor: pointer;
  text-decoration: none;
}

.map-basic-region:hover, .map-basic-region.hover {
  text-decoration: none;
}

.map-basic-region:hover .map-basic-path, .map-basic-region.hover .map-basic-path {
  fill: #DFF0FD;
}

.map-basic-city {
  cursor: pointer;
  text-decoration: none;
}

.map-basic-city:hover, .map-basic-city.hover {
  text-decoration: none;
}

.map-basic-city:hover .map-basic-bg, .map-basic-city.hover .map-basic-bg {
  filter: drop-shadow(2px 2px 1px rgba(43, 43, 43, 0.1));
}

.map-basic-title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  color: #0F0F10;
  fill: #0F0F10;
}

.map-basic-degree {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  fill: #1863B5;
}

.map-basic-path {
  fill: #FFFFFF;
  stroke: #E0E0E0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill .5s ease 0s;
}

.map-basic-region:hover .map-basic-path, .map-basic-region.hover .map-basic-path {
  fill: #D4F7FF;
}

.banner-up {
  min-height: 90px;
}

.banner-up__img {
  display: block;
  width: 100%;
}

.banner-sidebar {
  min-height: 600px;
  margin-bottom: 30px;
}

.banner-sidebar__img {
  display: block;
  width: 100%;
}

.banner-inner {
  margin-bottom: 30px;
}

.banner-inner__img {
  display: block;
  width: 100%;
}

.banner-inner_t-1 {
  min-height: 300px;
}

.banner-inner_t-2 {
  min-height: 333px;
}

.banner-inner_t-3 {
  min-height: 255px;
}

.banner-extra {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .banner-extra {
    display: none;
  }
}

.banner-extra__img {
  display: block;
  width: 100%;
}

.banner-extra_h1 {
  min-height: 278px;
}

.banner-extra_h1 .banner-extra__img {
  height: 278px;
  object-fit: contain;
}

.banner-info {
  width: 100%;
}

.banner-info__img {
  display: block;
  width: 100%;
}

@media (min-width: 671px) {
  .banner-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 670px) {
  .banner-bg {
    display: none;
  }
}

.geo__btn {
  display: block;
  cursor: pointer;
  background-color: #B9E5FB;
  border: 1px solid #B9E5FB;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  transition: background-color .5s ease 0s;
}

@media (min-width: 671px) {
  .geo__btn {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 670px) {
  .geo__btn {
    width: 43px;
    height: 43px;
  }
}

.is-desktop .geo__btn:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.geo__btn-icon {
  display: block;
  fill: #0F0F10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 671px) {
  .geo__btn-icon {
    width: 21px;
    height: 19px;
  }
}

@media (max-width: 670px) {
  .geo__btn-icon {
    width: 25px;
    height: 23px;
  }
}

.weather-list__wrap {
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  padding: 20px 20px 30px 20px;
}

.weather-list__item {
  border-bottom: 1px solid #DDE1E5;
}

.weather-list__main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0F0F10;
  text-decoration: none;
  padding: 10px 0;
}

.weather-list__main:hover {
  color: #0F0F10;
  text-decoration: none;
}

.weather-list__name {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.428;
  color: #0F0F10;
  flex: 1;
}

.weather-list__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 80px;
}

.weather-list__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.weather-list__degree {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.weather-list__more {
  padding-top: 25px;
  text-align: center;
}

.weather-list__more .btn {
  min-width: 200px;
}

.hourly-weather {
  margin-bottom: 51px;
}

.hourly-weather__list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .hourly-weather__list {
    display: block;
    border-top: 1px solid #C4C4C4;
  }
}

.hourly-weather__item {
  display: table-row;
}

@media (max-width: 767px) {
  .hourly-weather__item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #C4C4C4;
    padding: 13px 0 8px;
  }
  .hourly-weather__item:hover {
    background: #EAF4F7;
  }
}

.hourly-weather__item_header .hourly-weather__col {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .hourly-weather__item_header {
    display: none;
  }
}

.hourly-weather__item:hover .hourly-weather__col {
  background: #EAF4F7;
}

.hourly-weather__col {
  display: table-cell;
  padding: 19px 10px 9px 0;
  border-bottom: 1px solid #C4C4C4;
  transition: background .5s ease;
}

.hourly-weather__col span {
  vertical-align: middle;
}

.hourly-weather__col svg {
  vertical-align: middle;
}

.hourly-weather__col span {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .hourly-weather__col span {
    margin-right: 3px;
  }
}

.hourly-weather__col span:last-child {
  margin-right: 0;
}

.hourly-weather__col:first-child {
  width: 11.5%;
}

.hourly-weather__col:nth-child(3) {
  width: 23%;
}

.hourly-weather__col:nth-child(4) {
  width: 18%;
}

.hourly-weather__col:nth-child(5) {
  width: 14%;
  padding-right: 0;
}

@media (max-width: 991px) {
  .hourly-weather__col:first-child {
    width: 96px;
  }
  .hourly-weather__col:nth-child(3) {
    width: 122px;
  }
  .hourly-weather__col:nth-child(4) {
    width: 102px;
  }
  .hourly-weather__col:nth-child(5) {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .hourly-weather__col {
    border-bottom-width: 0;
    padding: 2px 8px 2px 0;
  }
  .hourly-weather__col:first-child {
    width: 87px;
  }
  .hourly-weather__col:nth-child(2) {
    width: calc(100% - 87px);
  }
  .hourly-weather__col:nth-child(3) {
    padding-left: 87px;
    width: auto;
    font-size: 12px;
  }
  .hourly-weather__col:nth-child(4) {
    width: auto;
    font-size: 12px;
  }
  .hourly-weather__col:nth-child(5) {
    width: auto;
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  .hourly-weather__col {
    border-bottom-width: 0;
    padding: 2px 8px 2px 0;
  }
  .hourly-weather__col:first-child {
    width: 66px;
  }
  .hourly-weather__col:nth-child(2) {
    width: calc(100% - 66px);
  }
  .hourly-weather__col:nth-child(3) {
    padding-left: 66px;
  }
}

.hourly-weather__media-icon {
  margin-right: 12px;
}

.hourly-weather__media-icon2 {
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  .hourly-weather__media-icon2 {
    width: 16px;
    height: 15px;
    margin-right: 3px;
  }
}

.hourly-weather__media-icon3 {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .hourly-weather__media-icon3 {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
}

@media (max-width: 767px) {
  .hourly-weather {
    margin-bottom: 31px;
  }
}

.header-title {
  margin: 0 0 11px;
  padding-top: 8px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.header-title .title-main {
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .header-title .title-main {
    margin: 0 0 2px 0;
  }
}

@media (max-width: 767px) {
  .header-title {
    margin-bottom: 29px;
    display: block;
  }
}

.header-title_main {
  padding-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .header-title_main {
    margin-bottom: 0;
  }
}

.header-title_main .title-main {
  margin-right: 28px;
}

@media (max-width: 767px) {
  .header-title_main .title-main {
    margin: 0 0 9px 0;
  }
}

.layout-up__wrap-2 {
  display: flex;
  justify-content: space-between;
}

.layout-up__wrap-2 .layout-up__left {
  flex-grow: 10;
}

.layout-up__right_mini {
  justify-content: flex-end;
  flex-shrink: 0;
  display: flex;
}

.layout-up__right_mini .add-favourites {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  min-height: 91px;
  border: 1px solid #DDE1E5;
  box-shadow: 0px 15px 25px rgba(196, 196, 196, 0.15), 0px 15px 10px rgba(196, 196, 196, 0.02);
  border-radius: 5px;
  padding: 14px 18px;
  cursor: pointer;
  user-select: none;
  transition: border-color .5s ease 0s;
  flex: 0 0 190px;
}

.layout-up__right_mini .add-favourites:hover {
  border-color: #2196F3;
}

.layout-up__right_mini .add-favourites__decor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-color: #1863B5;
  box-shadow: 0px 10px 20px rgba(43, 43, 43, 0.1), 0px 10px 5px rgba(43, 43, 43, 0.02);
  border-radius: 50%;
}

.layout-up__right_mini .add-favourites__caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  color: #0F0F10;
  margin-bottom: 5px;
}

.layout-up__right_mini .add-favourites__logo {
  display: block;
  width: 110px;
  height: 17px;
}

.layout-up__right_mini .add-favourites__decor {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.layout-up__right_mini .add-favourites__decor {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.layout-up__right_mini .add-favourites__decor-icon {
  width: 27px;
  height: 29px;
  fill: #fff;
}

.layout-up__right_mini .add-favourites__logo {
  width: 82px;
  height: 13px;
}

.layout-up__right_mini .add-favourites {
  min-height: 60px;
  padding: 5px 18px;
}

.layout-up__right_mini .add-favourites__main {
  padding-left: 9px;
}

@media (max-width: 767px) {
  .layout-up__right_mini {
    display: none;
  }
}

@media (max-width: 767px) {
  .layout-up_mob-visible {
    display: block;
  }
}

.tabs-parameters-wrapper {
  margin: 30px 0 24px;
}

.tabs-link {
  padding-bottom: 10px;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: auto;
  display: flex;
}

@media (max-width: 992px) {
  .tabs-link {
    margin-bottom: 6px;
  }
}

.tabs-link__item {
  margin-right: 3px;
  color: #2B2B2B;
  height: 34px;
  padding: 2px 12px;
  background: #F5FAFE;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color .5s ease, background .5s ease;
  flex: 1 1 100%;
}

@media (max-width: 992px) {
  .tabs-link__item {
    flex: 0 1 auto;
    padding: 2px 21px;
  }
}

.tabs-link__item.active {
  pointer-events: none;
}

.tabs-link__item.active, .tabs-link__item:hover {
  color: #fff;
  background: #2196F3;
}

.tabs-parameters__item iframe {
  width: 100%;
  overflow: hidden;
}

.tabs-parameters > .tab-pane.active {
  height: auto;
  overflow: visible;
}

@media (max-width: 992px) {
  .tabs-parameters-wrapper {
    margin-top: 31px;
  }
  .tabs-parameters__item iframe {
    height: 506px;
  }
}

@media (max-width: 768px) {
  .tabs-parameters__item iframe {
    height: 480px;
  }
}

.weatherParameters_main .tabs-parameters-wrapper {
  margin-top: 0;
}

.weather-regions-list {
  margin: 59px 0 65px;
}

.weather-regions-list .title-main {
  margin-bottom: 11px;
}

.weather-regions-list__wrap {
  border-bottom: 1px solid #C4C4C4;
}

.weather-regions-list__name {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.428;
  flex: 1 0 0;
}

.weather-regions-list__media {
  flex: 0 0 40px;
  padding: 0 10px;
}

.weather-regions-list__main {
  padding: 9px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #2B2B2B;
  transition: color .5s ease 0s;
}

@media (min-width: 671px) {
  .weather-regions-list__list {
    columns: 2;
    column-gap: 32px;
  }
}

@media (min-width: 671px) {
  .weather-regions-list__item {
    break-inside: avoid;
    width: 100%;
    display: inline-block;
  }
}

.weather-regions-list__more {
  display: none;
}

@media (max-width: 670px) {
  .weather-regions-list {
    background: #fff;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    border-radius: 8px;
    padding: 20px 20px 30px 20px;
  }
  .weather-regions-list .title-main span {
    display: block;
  }
  .weather-regions-list .weather-regions-list__item {
    display: none;
    opacity: 0;
  }
  .weather-regions-list .weather-regions-list__more {
    margin-top: 20px;
    display: block;
    text-align: center;
    transition: opacity .5s ease 0.05s;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(1) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(2) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(3) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(4) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(5) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(6) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(7) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(8) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(9) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(10) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(11) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(12) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list .weather-regions-list__item:nth-child(13) {
    display: block;
    opacity: 1;
  }
  .weather-regions-list.shown-all .weather-regions-list__item {
    display: block;
    opacity: 1;
  }
}

.page-header-info {
  background-color: #DFF0FD;
  padding: 15px 0 12px;
}

@media (max-width: 670px) {
  .page-header-info {
    padding: 17px 0 13px;
  }
}

.page-header-info_bottom-offset {
  margin-bottom: 24px;
}

.page-header-info__details {
  font-size: 12px;
  margin-bottom: 8px;
}

@media (max-width: 670px) {
  .page-header-info__details {
    margin-bottom: 12px;
  }
}

.page-header-info__details_bottom-offset {
  margin-bottom: 24px;
}

.page-header-info__title {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 670px) {
  .page-header-info__title {
    font-size: 20px;
    line-height: 120%;
  }
}

.page-header-info__title_sm {
  font-size: 20px;
  line-height: 120%;
}

.info-tiles__main {
  display: flex;
}

@media (min-width: 671px) {
  .info-tiles__main {
    margin: 0 -10px 20px;
  }
}

@media (max-width: 670px) {
  .info-tiles__main {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (min-width: 670px) {
  .info-tiles__main-content {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px;
  }
}

@media (max-width: 670px) {
  .info-tiles__main-content {
    order: 2;
  }
}

@media (min-width: 670px) {
  .info-tiles__main-aside {
    flex-shrink: 0;
    padding: 0 10px;
    display: flex;
  }
}

@media (min-width: 991px) {
  .info-tiles__main-aside {
    width: 33.333333%;
  }
}

@media (min-width: 670px) and (max-width: 991px) {
  .info-tiles__main-aside {
    width: 40%;
  }
}

@media (max-width: 670px) {
  .info-tiles__main-aside {
    order: 1;
    margin-bottom: 20px;
  }
}

.info-tiles__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

@media (min-width: 991px) {
  .info-tiles__list_short .info-tiles__col {
    width: 25%;
  }
}

@media (min-width: 670px) and (max-width: 991px) {
  .info-tiles__list_short .info-tiles__col {
    width: 33.333333%;
  }
}

@media (max-width: 991px) {
  .info-tiles__list_short .info-tiles__col:nth-child(n+7) {
    display: none;
  }
}

.info-tiles__list_full {
  display: none;
}

@media (min-width: 991px) {
  .info-tiles__list_full .info-tiles__col {
    width: 16.666666%;
  }
}

@media (min-width: 670px) and (max-width: 991px) {
  .info-tiles__list_full .info-tiles__col {
    width: 25%;
  }
}

.info-tiles__list_full.active {
  display: flex;
}

.info-tiles__col {
  flex-shrink: 0;
  display: flex;
  padding: 0 10px 20px;
}

@media (max-width: 670px) {
  .info-tiles__col {
    width: 50%;
  }
}

.info-tiles__more {
  position: relative;
}

@media (min-width: 670px) {
  .info-tiles__more {
    margin-top: 32px;
  }
}

@media (max-width: 670px) {
  .info-tiles__more {
    margin-top: 20px;
  }
}

.info-tiles__more-check {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  z-index: 0;
}

.info-tiles__more-check:checked ~ .info-tiles__more-button {
  display: none;
}

.info-tiles__more-check:checked ~ .info-tiles__list_full {
  display: flex;
}

.info-tiles__more-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: 0 none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #2b2b2b;
  background: #f5fafe;
  border: 1px solid #d4ecff;
  border-radius: 28px;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out;
}

@media (min-width: 991px) {
  .info-tiles__more-button {
    height: 56px;
  }
}

@media (max-width: 991px) {
  .info-tiles__more-button {
    height: 48px;
  }
}

.info-tiles__more-button:focus {
  outline: 0 none;
}

.info-tiles__more-button:hover, .info-tiles__more-button:active {
  color: #2b2b2b;
  background: #d4ecff;
  border-color: #d4ecff;
}

.info-tiles__more-button:hover .info-tiles__more-dot, .info-tiles__more-button:active .info-tiles__more-dot {
  background-color: #2196f3;
}

.info-tiles__more-button.loading .info-tiles__more-label {
  display: none;
}

.info-tiles__more-button.loading .info-tiles__more-loading {
  display: flex;
}

.info-tiles__more-button.loading .info-tiles__more-dot {
  animation-play-state: running;
}

.info-tiles__more-loading {
  display: none;
  pointer-events: none;
  transform: translateY(-5px);
}

.info-tiles__more-label {
  pointer-events: none;
}

.info-tiles__more-dot {
  flex-shrink: 0;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dde1e5;
  transition: 0.2s background-color ease-in-out;
  animation: load 1s ease-in-out infinite;
  animation-play-state: paused;
}

.info-tiles__more-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.info-tiles__more-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.info-tiles__more-dot:nth-child(4) {
  animation-delay: 0.6s;
}

.info-tiles__more-dot:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes load {
  50% {
    transform: translateY(10px);
  }
}

.info-tile {
  flex-shrink: 0;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #dde1e5;
  text-decoration: none;
  color: #153456;
  text-align: center;
  transition: 0.2s border-color ease-in-out, 0.2s box-shadow ease-in-out;
}

@media (min-width: 991px) {
  .info-tile {
    min-height: 192px;
  }
}

@media (max-width: 991px) {
  .info-tile {
    min-height: 180px;
  }
}

.info-tile:hover {
  color: #153456;
  border-color: #2196f3;
  box-shadow: 0 20px 60px rgba(33, 150, 243, 0.06);
}

.info-tile:hover .info-tile__city {
  color: #1863b5;
  text-decoration: underline;
}

.info-tile__city {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 8px;
  transition: 0.2s color ease-in-out;
}

.info-tile__icon {
  margin: 0 auto 8px;
  width: 32px;
  height: 32px;
}

.info-tile__degree {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #0f0f10;
}

.info-tile__label {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: #153456;
}

.info-tile__value {
  font-size: 12px;
  line-height: 1.2;
  color: #a9b4bd;
}

.info-weather-widget {
  flex-shrink: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dde1e5;
}

@media (min-width: 991px) {
  .info-weather-widget {
    padding: 24px;
  }
}

@media (min-width: 670px) and (max-width: 991px) {
  .info-weather-widget {
    padding: 16px;
  }
}

@media (max-width: 670px) {
  .info-weather-widget {
    padding: 24px 16px;
  }
}

.info-weather-widget__head {
  margin-bottom: 8px;
}

.info-weather-widget__title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}

.info-weather-widget__text {
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 991px) {
  .info-weather-widget__frame {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .info-weather-widget__frame {
    margin-bottom: 16px;
  }
}

.info-weather-widget__frame-wrap {
  display: flex;
  margin-bottom: 8px;
}

.info-weather-widget__frame-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.info-weather-widget__frame-value {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 64px;
  line-height: 1;
  text-align: right;
}

.info-weather-widget__frame-label {
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 991px) {
  .info-weather-widget__nav {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .info-weather-widget__nav {
    margin-bottom: 16px;
  }
}

.info-weather-widget__nav-label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

.info-weather-widget__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.info-weather-widget__nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2196f3;
  border-radius: 4px;
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
}

@media (min-width: 991px) {
  .info-weather-widget__nav-link {
    padding: 6px 8px;
  }
}

@media (max-width: 991px) {
  .info-weather-widget__nav-link {
    padding: 8px;
  }
}

.info-weather-widget__nav-link:hover, .info-weather-widget__nav-link:active {
  color: #0f0f10;
  background-color: #ffc43a;
}

.info-weather-widget__list {
  font-size: 14px;
  line-height: 1.2;
  color: #0f0f10;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #dff0fd;
}

.info-weather-widget__list-row {
  padding-bottom: 3px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5fafe;
}

.info-weather-widget__list-row:last-child {
  margin-bottom: 0;
}

.info-weather-widget__list-label {
  flex-grow: 1;
  flex-shrink: 1;
}

.info-weather-widget__list-value {
  flex-shrink: 0;
  margin-left: 5px;
  max-width: 60%;
  font-weight: 600;
}

.status-404 {
  padding: 45px 0;
}

.status-404__wrap {
  border: 1px solid #1863B5;
  box-sizing: border-box;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 2px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  min-height: 410px;
  position: relative;
}

@media (min-width: 992px) {
  .status-404__wrap {
    padding: 45px 50px 20px 145px;
    background-position: calc(100% - 45px) center;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .status-404__wrap {
    padding: 45px 50px 20px 65px;
    background-position: calc(100% - 10px) center;
  }
}

@media (max-width: 670px) {
  .status-404__wrap {
    padding: 45px 10px 375px 10px;
    background-position: center calc(100% - 10px);
    background-size: 95%;
  }
}

.status-404__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.status-404__bg-inner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (min-width: 992px) {
  .status-404__bg-inner {
    height: 100%;
    background-position: left center;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .status-404__bg-inner {
    height: 100%;
    background-position: -70px center;
  }
}

@media (min-width: 501px) and (max-width: 670px) {
  .status-404__bg-inner {
    padding-top: 100%;
    background-position: -70px center;
    transform: rotate(90deg);
  }
}

@media (min-width: 401px) and (max-width: 500px) {
  .status-404__bg-inner {
    padding-top: 100%;
    background-position: -50px center;
    transform: rotate(90deg);
  }
}

@media (max-width: 400px) {
  .status-404__bg-inner {
    padding-top: 100%;
    background-position: -20px center;
    transform: rotate(90deg);
  }
}

.status-404__monster {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  z-index: 0;
}

@media (min-width: 671px) {
  .status-404__monster {
    width: 281px;
    height: 436px;
  }
}

@media (max-width: 670px) {
  .status-404__monster {
    width: 235px;
    height: 365px;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .status-404__monster {
    right: 20px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .status-404__monster {
    right: 0;
  }
}

@media (max-width: 670px) {
  .status-404__monster {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.status-404__main {
  position: relative;
  z-index: 1;
}

.status-404__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .status-404__head {
    flex-direction: row;
  }
}

@media (max-width: 670px) {
  .status-404__head {
    flex-direction: column;
  }
}

@media (min-width: 671px) {
  .status-404__icon {
    width: 217px;
    height: 88px;
  }
}

@media (max-width: 670px) {
  .status-404__icon {
    width: 217px;
    height: 88px;
  }
}

.status-404__caption {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #0F0F10;
  position: relative;
}

@media (min-width: 671px) {
  .status-404__caption {
    padding-left: 32px;
    margin-left: 28px;
  }
}

@media (max-width: 670px) {
  .status-404__caption {
    padding-top: 30px;
    margin-top: 28px;
  }
}

.status-404__caption:before {
  display: block;
  content: '';
  background-color: #2196F3;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 671px) {
  .status-404__caption:before {
    width: 4px;
    height: 100%;
  }
}

@media (max-width: 670px) {
  .status-404__caption:before {
    width: 100%;
    height: 2px;
  }
}

@media (min-width: 671px) {
  .status-404__caption-inner {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .status-404__search {
    max-width: 380px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .status-404__search {
    max-width: 340px;
  }
}

@media (max-width: 670px) {
  .status-404__search {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.status-404__search-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #0F0F10;
  margin-bottom: 10px;
}

@media (max-width: 670px) {
  .status-404__search-title {
    text-align: center;
  }
}

.status-404__search-field {
  width: 100%;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .layout-main {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .layout-main::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 992px) {
  .layout-main__content {
    width: 68.75%;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .layout-main__sidebar {
    width: 31.25%;
  }
}

@media (max-width: 991px) {
  .layout-main__sidebar {
    display: none;
  }
}

@media (min-width: 992px) {
  .layout-main__sidebar_fixed .js-sidebar-fixed {
    position: sticky;
    top: 5px;
    left: auto;
  }
}

@media (min-width: 992px) {
  .news-sidebar {
    margin-bottom: 30px;
  }
  .news-sidebar__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.208;
    color: #0F0F10;
    margin-bottom: 30px;
  }
  .news-sidebar__title-decor {
    display: inline;
    color: #2196F3;
  }
  .news-sidebar__list {
    margin-bottom: 30px;
  }
  .news-sidebar__item {
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #DDE1E5;
  }
  .news-sidebar__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-sidebar__link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    color: #0F0F10;
    transition: color .5s ease 0s;
  }
  .news-sidebar__link:hover {
    text-decoration: none;
    color: #2196F3;
  }
  .news-sidebar__media {
    flex: 0 0 80px;
  }
  .news-sidebar__caption {
    font-size: 14px;
    line-height: 1.428;
    padding: 4px 0 0 14px;
  }
  .news-sidebar__btn-more {
    max-width: 300px;
  }
}

.dictionary {
  background-color: #FFFFFF;
  border: 1px solid #1863B5;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 30px;
}

.dictionary__alphabet-menu {
  padding-bottom: 10px;
}

.dictionary__alphabet-menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -7px;
  padding: 0;
  width: calc(100% + 7px);
}

.dictionary__alphabet-menu-item {
  margin: 0 0 10px 0;
  padding: 0 0 0 7px;
}

.dictionary__alphabet-menu-link {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #F6F6F6;
  border-radius: 2px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: #0F0F10;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.dictionary__alphabet-menu-link:hover, .dictionary__alphabet-menu-link.active {
  text-decoration: none;
  background-color: #2196F3;
  color: #FFFFFF;
}

@media (min-width: 671px) {
  .dictionary__cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 35px);
    margin-left: -35px;
  }
}

@media (min-width: 671px) {
  .dictionary__col {
    width: 50%;
    padding-left: 35px;
  }
}

.dictionary__title {
  background-color: #F6F6F6;
  padding: 14px 17px;
  font-size: 16px;
  line-height: 1;
  color: #0F0F10;
}

.dictionary__main-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dictionary__main-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 17px;
  border-bottom: 1px solid #DDE1E5;
  line-height: 1.375;
}

.dictionary__main-menu-item:last-child {
  border-bottom: none;
}

.dictionary__main-menu-link {
  font-size: 13px;
  color: #2196F3;
  text-decoration: none;
  transition: color .5s ease 0s;
}

.dictionary__main-menu-link:hover, .dictionary__main-menu-link.active {
  color: #2196F3;
  text-decoration: underline;
}

.dictionary__main-menu-temperature {
  font-size: 16px;
  line-height: 1.4;
  color: #0F0F10;
  margin-left: 15px;
}

.dictionary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.dictionary__head .title-main {
  margin: 0;
}

.dictionary__head-left {
  padding-right: 15px;
}

.dictionary__head-right {
  padding-left: 15px;
}

.dictionary__content {
  margin-bottom: 30px;
}

.dictionary__interesting {
  padding-top: 20px;
  margin-bottom: 30px;
}

.dictionary__interesting-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #2196F3;
  margin: 0 0 10px 0;
}

.dictionary__interesting-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 671px) {
  .dictionary__interesting-menu-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.dictionary__interesting-menu-item {
  margin: 0;
  padding: 10px 0;
  line-height: 1.375;
  border-bottom: 1px solid #DDE1E5;
}

@media (min-width: 671px) {
  .dictionary__interesting-menu-item {
    width: calc(50% - 17px);
  }
}

.dictionary__interesting-menu-link {
  font-size: 16px;
  color: #0F0F10;
  text-decoration: none;
}

.dictionary__interesting-menu-link:hover, .dictionary__interesting-menu-link.active {
  color: #2196F3;
  text-decoration: underline;
}

.dictionary__basic-menu {
  margin: 0 -15px 20px -15px;
  border-bottom: 1px solid #1863B5;
}

.dictionary__basic-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dictionary__basic-menu-item {
  width: 50%;
}

.dictionary__basic-menu-item:first-child .dictionary__basic-menu-link {
  border-top-left-radius: 2px;
}

.dictionary__basic-menu-item:last-child .dictionary__basic-menu-link {
  border-top-right-radius: 2px;
}

.dictionary__basic-menu-link {
  display: block;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #0F0F10;
  text-transform: uppercase;
  padding: 15px;
  text-decoration: none;
  transition: color .5s ease 0s, background-color .5s ease 0s;
}

.dictionary__basic-menu-link:hover, .dictionary__basic-menu-link.active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1863B5;
}

.dictionary_region {
  padding-top: 0;
}

@media (min-width: 671px) {
  .dictionary_zone .dictionary__col {
    width: 33.333333%;
  }
}

.video-main {
  padding-top: 56.25%;
  margin-bottom: 30px;
  position: relative;
}

.video-main__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 671px) {
  .weather-info__cols {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}

.weather-info__col {
  display: flex;
  flex-direction: column;
}

@media (min-width: 671px) {
  .weather-info__col {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 9px;
  }
}

@media (max-width: 670px) {
  .weather-info__col {
    margin-bottom: 30px;
  }
}

.weather-info__title {
  font-style: normal;
  font-size: 16px;
  line-height: 1.187;
  color: #0F0F10;
  margin-bottom: 10px;
}

.weather-info__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  flex-grow: 10;
}

.weather-info__main_history .weather-info__bg {
  width: 102px;
  height: 69px;
}

.weather-info__main_folk .weather-info__bg {
  width: 101px;
  height: 69px;
}

.weather-info__bg {
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translateZ(0);
}

.weather-info__head {
  margin-bottom: 18px;
}

.weather-info__caption {
  max-width: 193px;
  font-size: 14px;
  line-height: 1.214;
  color: #0F0F10;
}

.weather-info__subcaption {
  font-size: 12px;
  line-height: 1.166;
  color: #0F0F10;
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid #2196F3;
}

.weather-info__detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 22px;
}

.weather-info__detail-col {
  margin-right: 19px;
}

.weather-info__detail-col:last-child {
  margin-right: 0;
}

.weather-info__data {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  color: #0F0F10;
}

.weather-info .weather-info__foot {
  width: 100%;
}

.max-icon, .min-icon {
  fill: #2196F3;
  display: inline-block;
  margin-right: 2px;
}

.max-icon {
  transform: rotate(180deg);
}

.news {
  margin-bottom: 30px;
}

.news__item {
  padding-bottom: 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDE1E5;
}

@media (min-width: 671px) {
  .news__tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 60px;
  }
}

@media (max-width: 670px) {
  .news__tiles {
    margin-bottom: 40px;
  }
}

@media (min-width: 671px) {
  .news__tiles-col {
    flex-shrink: 0;
    width: 33.333333%;
    padding: 0 10px 24px;
  }
}

@media (max-width: 670px) {
  .news__tiles-col {
    margin-bottom: 20px;
  }
}

.news__tile {
  display: flex;
  flex-direction: column;
  color: #0f0f10;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}

.news__tile-media {
  position: relative;
  padding-bottom: 59%;
  margin-bottom: 8px;
}

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

.news__tile-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

@media (min-width: 671px) {
  .news__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width: 671px) {
  .news__media {
    width: 35%;
    padding-right: 30px;
  }
}

@media (max-width: 670px) {
  .news__media {
    margin-bottom: 10px;
  }
}

.news__media-link {
  display: inline-block;
  vertical-align: top;
}

.news__media-img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  height: 139px;
}

@media (min-width: 671px) {
  .news__content {
    width: 65%;
  }
}

.news__title {
  line-height: 1.375;
  margin-bottom: 5px;
}

.news__title-link {
  font-size: 16px;
  color: #3D8FC9;
  text-decoration: none;
}

.news__title-link:hover {
  color: #3D8FC9;
  text-decoration: underline;
}

.news__caption {
  font-size: 14px;
  line-height: 1.285;
  margin-bottom: 10px;
}

.news__head {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 671px) {
  .news__head {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

@media (max-width: 670px) {
  .news__head {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.news__head .title-main {
  margin: 0;
}

@media (min-width: 671px) {
  .news__head-left {
    padding-right: 15px;
  }
}

@media (max-width: 670px) {
  .news__head-left {
    order: 1;
    margin-bottom: 20px;
  }
}

@media (min-width: 671px) {
  .news__head-right {
    padding-left: 15px;
  }
}

@media (max-width: 670px) {
  .news__head-right {
    order: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 671px) {
  .news__foot {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
}

@media (max-width: 670px) {
  .news__foot {
    margin-bottom: 20px;
  }
}

.pagination {
  margin-bottom: 30px;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__item {
  padding: 0;
}

@media (min-width: 671px) {
  .pagination__item {
    margin: 0 10px;
  }
}

@media (max-width: 670px) {
  .pagination__item {
    margin: 0 4px;
  }
}

.pagination__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.pagination__item:last-child {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 671px) {
  .pagination__item:nth-child(2) {
    margin-left: 20px;
  }
}

@media (max-width: 670px) {
  .pagination__item:nth-child(2) {
    margin-left: 4px;
  }
}

@media (min-width: 671px) {
  .pagination__item:nth-last-child(2) {
    margin-right: 20px;
  }
}

@media (max-width: 670px) {
  .pagination__item:nth-last-child(2) {
    margin-right: 4px;
  }
}

@media (max-width: 670px) {
  .pagination__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(.dots) {
    display: none;
  }
}

.pagination__link, .pagination__prev, .pagination__next {
  display: block;
  min-width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #ffffff;
  border: 1px solid #DDE1E5;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding-left: 3px;
  padding-right: 3px;
  color: #0F0F10;
  transition: color .5s ease 0s, border-color .5s ease 0s, background-color .5s ease 0s;
}

.pagination__link:hover, .pagination__link.active, .pagination__prev:hover, .pagination__prev.active, .pagination__next:hover, .pagination__next.active {
  color: #ffffff;
  background-color: #2196F3;
  border-color: #2196F3;
  text-decoration: none;
}

.pagination__link.disabled, .pagination__prev.disabled, .pagination__next.disabled {
  color: #ffffff !important;
  background-color: #E9E9E9 !important;
  border-color: #E9E9E9 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.pagination__prev:before, .pagination__next:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: relative;
  top: -2px;
  transition: border-color .5s ease 0s;
}

.pagination__prev:before {
  border-width: 5px 5px 5px 0;
  border-color: transparent #0F0F10 transparent transparent;
  left: -1px;
}

.pagination__prev:hover:before {
  border-right-color: #ffffff;
}

.pagination__prev.disabled:before {
  border-right-color: #ffffff !important;
}

.pagination__next:before {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0F0F10;
  left: 1px;
}

.pagination__next:hover:before {
  border-left-color: #ffffff;
}

.pagination__next.disabled:before {
  border-left-color: #ffffff !important;
}

.pagination__dots {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #ffffff;
  border: 1px solid #DDE1E5;
  font-weight: 600;
  font-size: 16px;
  color: #0F0F10;
}

.news-extra {
  padding-bottom: 10px;
}

.news-extra__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .news-extra__list {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .news-extra__list {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}

.news-extra__item {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .news-extra__item {
    width: 33.333333%;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .news-extra__item {
    width: 50%;
    padding-left: 20px;
  }
}

.news-extra__main {
  display: block;
  text-decoration: none;
  color: #0F0F10;
  transition: color .5s ease 0s;
}

.news-extra__main:hover {
  color: #2196F3;
  text-decoration: none;
}

.news-extra__media {
  margin-bottom: 10px;
}

.news-extra__media-img {
  display: block;
  max-width: 100%;
  height: 108px;
  object-fit: cover;
}

.news-extra__caption {
  font-size: 14px;
  line-height: 1.428;
}

.interval-info {
  margin-bottom: 24px;
}

.interval-info__title {
  margin-bottom: 30px;
}

@media (max-width: 670px) {
  .interval-info__title {
    display: none;
  }
}

@media (min-width: 671px) {
  .interval-info__cols {
    display: flex;
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}

.interval-info__col {
  display: flex;
  flex-direction: column;
}

@media (min-width: 671px) {
  .interval-info__col {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 670px) {
  .interval-info__col {
    margin-bottom: 30px;
  }
  .interval-info__col:last-child {
    margin-bottom: 0;
  }
}

.interval-info__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  margin-bottom: 10px;
}

.interval-info__main {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  border-radius: 4px;
  flex-grow: 10;
}

.interval-info__main_sun {
  border-color: #FFC43A;
}

.interval-info__main_sun .interval-info__icon {
  width: 65px;
  height: 65px;
}

.interval-info__main_moon {
  border-color: #2196F3;
}

.interval-info__main_moon .interval-info__icon {
  width: 65px;
  height: 66px;
}

.interval-info__content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.interval-info__content-left {
  width: 70%;
  padding-right: 10px;
}

.interval-info__content-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 30%;
}

.interval-info__label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.214;
  margin-bottom: 10px;
}

.interval-info__data {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.187;
}

.interval-info__caption {
  margin-top: 10px;
  padding-top: 10px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.214;
  padding-right: 14%;
  border-top: 1px solid #DDE1E5;
}

.interval-info__icon {
  display: block;
}

@media (min-width: 671px) {
  .interval-info_mobile {
    display: none;
  }
}

.description {
  padding-top: 10px;
  margin-bottom: 30px;
}

.description__content {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.description__content *:last-child {
  margin-bottom: 0;
}

.description__content h2 {
  padding: 8px 0 0;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 16px;
}

.description__content h3 {
  font-size: 18px;
  line-height: 27px;
  padding-top: 6px;
  margin-bottom: 18px;
}

.description__content h4 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
  margin-bottom: 18px;
}

.description__content h5 {
  font-size: 14px;
  line-height: 21px;
  padding-top: 6px;
  margin-bottom: 18px;
}

.description__content p {
  margin-bottom: 16px;
}

.description__content p:empty {
  display: none;
}

.description__content ul, .description__content ol {
  padding-top: 4px;
}

.description__content ol {
  list-style: decimal;
}

.js-more-content.show .js-more-content-other:empty {
  display: none;
}

@media (max-width: 670px) {
  .description__content h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .description__content h3 {
    font-size: 17px;
    line-height: 21px;
  }
  .description__content h4 {
    font-size: 15px;
    line-height: 19px;
  }
}

.weather-health {
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .weather-health {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 20px 31px 20px;
  }
}

@media (max-width: 670px) {
  .weather-health {
    padding: 23px 20px 100px 20px;
    position: relative;
    text-align: center;
  }
}

@media (min-width: 671px) {
  .weather-health__left {
    width: 63%;
  }
}

.weather-health__right {
  display: flex;
}

@media (min-width: 671px) {
  .weather-health__right {
    width: 37%;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 670px) {
  .weather-health__right {
    align-items: center;
    justify-content: center;
  }
}

.weather-health__logo {
  display: block;
  width: 200px;
  height: 26px;
}

@media (min-width: 671px) {
  .weather-health__logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 670px) {
  .weather-health__logo {
    margin: 0 auto 15px auto;
  }
}

.weather-health__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.208;
  margin: 0 0 10px 0;
}

@media (max-width: 670px) {
  .weather-health__title {
    padding-top: 12px;
    position: relative;
  }
  .weather-health__title:before {
    display: block;
    content: '';
    height: 1px;
    background-color: #DDE1E5;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
  }
}

.weather-health__caption {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
}

@media (max-width: 670px) {
  .weather-health__caption {
    margin-bottom: 15px;
  }
}

@media (min-width: 671px) {
  .weather-health__btn {
    padding-top: 26px;
  }
}

.weather-health__btn .btn-width-md {
  max-width: 100%;
  width: 210px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 670px) {
  .weather-health__btn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
  .weather-health__btn .btn-width-md {
    max-width: 100%;
  }
}

.weather-health__person {
  width: 78px;
  height: 182px;
}

@media (min-width: 671px) {
  .weather-health__person {
    margin-right: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__person {
    order: 1;
    margin-left: 15px;
  }
}

.weather-health__scale {
  position: relative;
}

@media (min-width: 671px) {
  .weather-health__scale {
    width: 75px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale {
    width: 21px;
    order: 0;
    margin-right: 15px;
  }
}

.weather-health__scale:after {
  display: none;
  content: '';
  width: 100%;
  border: 2px solid #F44336;
  box-sizing: content-box;
  position: absolute;
  left: -2px;
  z-index: 1;
}

@media (min-width: 671px) {
  .weather-health__scale:after {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale:after {
    height: 21px;
  }
}

.weather-health__scale_red:after {
  display: block;
  top: calc(((100% / 6) * 0) - 2px);
}

.weather-health__scale_orange:after {
  display: block;
  top: calc(((100% / 6) * 1) - 2px);
}

.weather-health__scale_light-orange:after {
  display: block;
  top: calc(((100% / 6) * 2) - 2px);
}

.weather-health__scale_yellow:after {
  display: block;
  top: calc(((100% / 6) * 3) - 2px);
}

.weather-health__scale_light-green:after {
  display: block;
  top: calc(((100% / 6) * 4) - 2px);
}

.weather-health__scale_green:after {
  display: block;
  top: calc(((100% / 6) * 5) - 2px);
}

.weather-health__scale-red {
  background-color: #ED002D;
}

@media (min-width: 671px) {
  .weather-health__scale-red {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-red {
    height: 21px;
  }
}

.weather-health__scale-orange {
  background-color: #F98900;
}

@media (min-width: 671px) {
  .weather-health__scale-orange {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-orange {
    height: 21px;
  }
}

.weather-health__scale-light-orange {
  background-color: #FFC355;
}

@media (min-width: 671px) {
  .weather-health__scale-light-orange {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-light-orange {
    height: 21px;
  }
}

.weather-health__scale-yellow {
  background-color: #F7D700;
}

@media (min-width: 671px) {
  .weather-health__scale-yellow {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-yellow {
    height: 21px;
  }
}

.weather-health__scale-light-green {
  background-color: #AACC21;
}

@media (min-width: 671px) {
  .weather-health__scale-light-green {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-light-green {
    height: 21px;
  }
}

.weather-health__scale-green {
  background-color: #67D26A;
}

@media (min-width: 671px) {
  .weather-health__scale-green {
    height: 30px;
  }
}

@media (max-width: 670px) {
  .weather-health__scale-green {
    height: 21px;
  }
}

.menu-info {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 21px;
}

@media (max-width: 670px) {
  .menu-info {
    margin-top: 25px;
  }
}

.menu-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.menu-info__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.menu-info__item:last-child {
  margin-right: 0;
}

@media (min-width: 671px) {
  .menu-info__item {
    margin-right: 17px;
  }
}

.menu-info__link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-style: normal;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 8px;
  text-align: center;
  color: #0F0F10;
  transition: color .5s ease 0s, background-color .5s ease 0s, border-color .5s ease 0s;
}

@media (max-width: 670px) {
  .menu-info__link {
    padding-bottom: 8px;
  }
}

.menu-info__link:hover, .menu-info__link.active {
  color: #0F0F10;
  border-bottom-color: #2196F3;
  text-decoration: none;
}

.weather-region {
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .weather-region {
    background-image: none !important;
  }
}

@media (max-width: 670px) {
  .weather-region {
    background-color: #FFFFFF;
    background-position: calc(100% + 230px) -80px;
    background-size: 400px 161px;
    background-repeat: no-repeat;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    padding: 20px 20px 30px 20px;
  }
}

@media (min-width: 671px) {
  .weather-region__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 670px) {
  .weather-region__title {
    margin-bottom: 15px;
  }
}

.weather-region__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 671px) {
  .weather-region__list {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}

@media (max-width: 670px) {
  .weather-region__list {
    width: 100%;
  }
}

.weather-region__item {
  padding-top: 5px;
}

@media (min-width: 671px) {
  .weather-region__item {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 5px;
  }
}

@media (max-width: 670px) {
  .weather-region__item {
    width: 100%;
    margin-bottom: 8px;
  }
}

.weather-region__wrap {
  border-bottom: 1px solid #DDE1E5;
}

@media (min-width: 671px) {
  .weather-region__wrap {
    padding-bottom: 5px;
  }
}

@media (max-width: 670px) {
  .weather-region__wrap {
    padding-bottom: 8px;
  }
}

.weather-region__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0F0F10;
  transition: color .5s ease 0s;
}

.weather-region__main:hover {
  text-decoration: none;
  color: #2196F3;
}

.weather-region__name {
  font-style: normal;
  font-weight: normal;
  line-height: 1.428;
  flex: 1 0 0;
}

@media (min-width: 671px) {
  .weather-region__name {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .weather-region__name {
    font-size: 16px;
  }
}

.weather-region__media {
  flex: 0 0 40px;
  padding: 0 10px;
}

.weather-region__media-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.weather-region__temp {
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
  color: #0F0F10;
}

@media (min-width: 671px) {
  .weather-region__temp {
    flex: 0 0 75px;
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .weather-region__temp {
    flex: 0 0 50px;
    font-size: 16px;
  }
}

@media (max-width: 670px) {
  .weather-region__temp_desktop {
    display: none;
  }
}

@media (min-width: 671px) {
  .weather-region__temp_mobile {
    display: none;
  }
}

.weather-region__more {
  padding-top: 25px;
}

@media (min-width: 671px) {
  .weather-region__more .btn {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 670px) {
  .weather-region__more {
    text-align: center;
  }
}

.weather-data {
  margin-bottom: 15px;
}

.weather-data__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
}

@media (min-width: 671px) {
  .weather-data__title {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 670px) {
  .weather-data__title {
    margin-right: 10px;
  }
}

.weather-data__title-icon-wind {
  width: 21px;
  height: 21px;
  margin: -3px 10px 0 0;
}

.weather-data__title-icon-humidity {
  width: 21px;
  height: 21px;
  margin: -3px 10px 0 0;
}

.weather-data__more {
  line-height: 1.375;
}

.weather-data__more-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2196F3;
  text-decoration: none;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.weather-data__more-link:hover {
  color: #2196F3;
  opacity: .7;
  text-decoration: none;
}

@media (max-width: 670px) {
  .weather-data__body-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 670px) {
  .weather-data__body-inner {
    min-width: 600px;
    box-sizing: content-box;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}

.weather-data__caption {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 14px;
}

.weather-data__scale {
  padding: 1px 4px 0 4px;
  margin-bottom: 16px;
  background-color: #DFF0FD;
}

.weather-data__scale-wrap {
  padding-bottom: 11px;
}

.weather-data__scale-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #2196F3;
  width: 100%;
}

.weather-data__scale-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 4.347826%;
  padding: 30px 0 0 2px;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.weather-data__scale-item:before {
  display: block;
  content: '';
  width: 2px;
  background-color: #2196F3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.weather-data__scale-item:nth-child(odd):before {
  height: 20px;
}

.weather-data__scale-item:nth-child(even):before {
  height: 10px;
}

.weather-data__scale-item:first-child {
  justify-content: flex-start;
}

.weather-data__scale-item:last-child {
  justify-content: flex-end;
}

.weather-data__title-inner {
  font-size: 14px;
  margin-bottom: 8px;
}

.weather-data__level {
  margin-bottom: 20px;
}

.weather-data__level-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 4px);
  margin-left: -4px;
}

.weather-data__level-item {
  width: 8.333333%;
  padding-left: 4px;
}

.weather-data__level-main {
  text-align: center;
  position: relative;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  padding: 8px 3px;
  color: #fff;
  background-color: #2196F3;
}

.weather-data__row {
  margin-bottom: 10px;
}

.weather-data__row_fluid {
  margin-bottom: 0;
}

@media (max-width: 670px) {
  .weather-data__row_info {
    display: none;
  }
}

.weather-data__result_primary .weather-data__result-main {
  background-color: #F5FAFE;
  color: #0F0F10;
}

.weather-data__result_primary .weather-data__result-main.active {
  background-color: #DFF0FD;
}

.weather-data__result_secondary .weather-data__result-main {
  background-color: #DDE1E5;
  color: #FFFFFF;
}

.weather-data__result_secondary .weather-data__result-main.active {
  background-color: #DFF0FD;
}

.weather-data__result-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 4px);
  margin-left: -4px;
}

.weather-data__result-item {
  width: 8.333333%;
  padding-left: 4px;
}

.weather-data__result-main {
  text-align: center;
  position: relative;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 3px 9px 3px;
  background-color: #2196F3;
}

.weather-data__result-main.active {
  background-color: #DFF0FD;
  color: #0F0F10;
}

.weather-data__subtitle {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
}

.weather-data__subtitle:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DDE1E5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 0;
}

.weather-data__subtitle-inner {
  display: inline-flex;
  padding: 0 15px 0 0;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.weather-data__result-direction {
  width: 100%;
  height: 44px;
  padding-top: 3px;
  text-align: center;
  font-size: 12px;
  position: relative;
  background-color: #DFF0FD;
}

.weather-data__pointer {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 auto 2px;
}

@media (min-width: 671px) {
  .weather-data__result-info {
    padding: 10px 0;
  }
}

.weather-data__result-info-pointer {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

.weather-data__result-info-caption {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #0F0F10;
}

.wrap-block-info-wrap {
  overflow: auto;
}

.wrap-block-info {
  padding: 17px 15px 6px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  border-radius: 4px;
  margin-bottom: 30px;
  min-width: 600px;
  box-shadow: 0px 25px 35px 0px rgba(33, 150, 243, 0.08);
}

@media (max-width: 670px) {
  .wrap-block-info-wrap {
    border: 1px solid #2196f3;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .wrap-block-info {
    border-width: 0;
    padding: 17px 0 6px;
  }
}

.weather-detail {
  padding: 23px 1px 29px;
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  border-radius: 4px;
  margin-bottom: 46px;
}

.weather-detail__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 15px;
}

@media (max-width: 670px) {
  .weather-detail__main {
    display: block;
  }
}

.weather-detail__main-left {
  flex: 0 0 49%;
}

@media (max-width: 670px) {
  .weather-detail__main-left {
    flex: 0 0 100%;
  }
}

.weather-detail__main-right {
  flex: 0 0 51%;
  padding-left: 22px;
}

@media (max-width: 670px) {
  .weather-detail__main-right {
    flex: 0 0 100%;
    padding: 30px 0 0;
  }
}

.weather-detail__main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #0F0F10;
}

.weather-detail__main-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3px;
  max-width: 244px;
}

.weather-detail__main-panel-left {
  margin-right: 15px;
}

.weather-detail__main-temp {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: #0F0F10;
  white-space: nowrap;
}

.weather-detail__main-icon {
  display: block;
  width: 70px;
  height: 70px;
}

.weather-detail__main-specification {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.214;
  color: #0F0F10;
  margin-bottom: 34px;
}

.weather-detail__main-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% + 25px);
  margin-left: -25px;
  margin-bottom: 25px;
}

.weather-detail__main-row:last-child {
  margin-bottom: 0;
}

.weather-detail__main-col {
  flex: 0 0 25%;
  padding-left: 25px;
  text-align: center;
}

.weather-detail__main-btn.js-weather-detail-snap {
  cursor: pointer;
}

.weather-detail__main-btn.disabled {
  opacity: .3;
}

.weather-detail__main-time {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 1px solid #2196F3;
  white-space: nowrap;
}

.weather-detail__main-img {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px auto;
}

.weather-detail__main-degree {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}

.weather-detail__main-info {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.weather-detail__main-period {
  padding-bottom: 21px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDE1E5;
}

.weather-detail__main-period-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.weather-detail__main-period-row:last-child {
  margin-bottom: 0;
}

.weather-detail__main-period-col {
  min-width: 110px;
  margin-right: 22px;
}

.weather-detail__main-period-col:last-child {
  margin-right: 0;
}

.weather-detail__main-period-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1875;
  color: #0F0F10;
  padding-bottom: 5px;
  margin-bottom: 7px;
  border-bottom: 2px solid #0F0F10;
  white-space: nowrap;
}

.weather-detail__main-period-title.period-morning {
  border-bottom-color: #2196F3;
}

.weather-detail__main-period-title.period-day {
  border-bottom-color: #FFC43A;
}

.weather-detail__main-period-title.period-evening {
  border-bottom-color: #1863B5;
}

.weather-detail__main-period-title.period-night {
  border-bottom-color: #0F0F10;
}

.weather-detail__main-period-temp {
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  color: #0F0F10;
}

.weather-detail__main-period-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.214;
  color: #A9B4BD;
  padding-right: 17%;
}

@media (max-width: 670px) {
  .weather-detail__main-period-info {
    display: none;
  }
}

.weather-detail__main-period-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 2px;
}

.weather-detail__scale {
  padding: 0 15px;
  margin-bottom: 25px;
  position: relative;
  display: none;
}

@media (max-width: 670px) {
  .weather-detail__scale {
    display: block;
    overflow: auto;
  }
}

.weather-detail__scale-wrap {
  position: relative;
  padding-top: 8px;
}

@media (max-width: 670px) {
  .weather-detail__scale-wrap {
    min-width: 600px;
  }
}

.weather-detail__scale-slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.weather-detail__scale-slider-drag {
  cursor: move;
  width: 4.347826%;
  position: absolute;
  top: 0;
  left: 0;
}

.weather-detail__scale-slider-icon {
  display: block;
  width: 17px;
  height: 23px;
  margin: 0 auto;
  transform: translate(0.5px, 0);
}

.weather-detail__scale-blackout {
  width: 0;
  position: absolute;
  top: 8px;
  left: -20px;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.864926) 85.13%, rgba(255, 255, 255, 0) 100%);
  box-sizing: content-box;
  padding-left: 30px;
}

.weather-detail__scale-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  user-select: none;
}

.weather-detail__scale-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 4.347826%;
  padding: 25px 0 0 0;
  border-top: 2px solid #2196F3;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.weather-detail__scale-item:before {
  display: block;
  content: '';
  width: 1px;
  background-color: #2196F3;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.weather-detail__scale-item:nth-child(odd):before {
  height: 15px;
}

.weather-detail__scale-item:nth-child(even):before {
  height: 6px;
}

.weather-detail__scale-item:nth-child(even) .weather-detail__scale-btn {
  display: none;
}

.weather-detail__scale-btn {
  cursor: pointer;
  padding: 5px 0;
  white-space: nowrap;
}

.weather-detail__extra {
  background-color: #DFF0FD;
  border-radius: 4px;
  padding: 15px 14px;
}

.weather-detail__extra-item {
  margin-bottom: 6px;
  line-height: 1.214;
}

.weather-detail__extra-item:last-child {
  margin-bottom: 0;
}

.weather-detail__extra-caption {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding-right: 5px;
}

.weather-detail__extra-data {
  display: inline;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #0F0F10;
}

.weather-detail__wind-direction {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.btn-horly {
  margin: 19px 15px 0;
}

.btn-horly .btn {
  width: 100%;
}

@media (max-width: 670px) {
  .weather-detail-info {
    background-color: #FFFFFF;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    padding: 20px;
    margin-bottom: 30px;
  }
  .weather-detail-info__main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #DDE1E5;
    padding: 10px 0;
    color: #0F0F10;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
    text-decoration: none;
    cursor: pointer;
  }
  .weather-detail-info__main:hover {
    color: #0F0F10;
    text-decoration: none;
  }
  .weather-detail-info__main.disabled {
    cursor: default;
  }
  .weather-detail-info__main.disabled .weather-detail-info__icon {
    filter: grayscale(100%);
  }
  .weather-detail-info__main.disabled .weather-detail-info__degree {
    color: #DDE1E5;
  }
  .weather-detail-info__main.active {
    color: #1863B5;
  }
  .weather-detail-info__caption {
    flex: 1;
  }
  .weather-detail-info__media {
    flex: 0 0 40px;
  }
  .weather-detail-info__degree {
    flex: 0 0 80px;
    white-space: nowrap;
    text-align: right;
  }
  .weather-detail-info__icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  a.weather-detail-info__main {
    color: #1863B5;
  }
  .weather-detail-primary {
    padding: 20px;
    font-size: 16px;
    line-height: 1.187;
    margin-bottom: 30px;
  }
  .weather-detail-primary__main {
    margin-bottom: 30px;
  }
  .weather-detail-primary__main:last-child {
    margin-bottom: 0;
  }
  .weather-detail-primary__head {
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
  }
  .weather-detail-primary__head-left {
    margin-right: 5px;
  }
  .weather-detail-primary__head-right {
    margin-right: 5px;
  }
  .weather-detail-primary__cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .weather-detail-primary__col {
    width: 25%;
    padding-left: 5px;
  }
  .weather-detail-primary__name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.187;
    padding-bottom: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom: 10px;
    text-align: center;
  }
  .weather-detail-primary__name_night {
    border-bottom-color: #0F0F10;
  }
  .weather-detail-primary__name_morning {
    border-bottom-color: #DFF0FD;
  }
  .weather-detail-primary__name_day {
    border-bottom-color: #FFC43A;
  }
  .weather-detail-primary__name_evening {
    border-bottom-color: #1863B5;
  }
  .weather-detail-primary__degree {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
  }
  .weather-detail-primary__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .weather-detail-primary__media:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .weather-detail-primary__icon {
    width: 45px;
    height: 45px;
  }
  .weather-detail-primary__info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .weather-detail-primary_2 {
    min-height: 424px;
  }
  .weather-detail-primary_4 {
    min-height: 848px;
  }
  .weather-detail-primary_6 {
    min-height: 1272px;
  }
  .weather-detail-primary_9 {
    min-height: 1908px;
  }
  .weather-detail-main {
    margin-bottom: 30px;
    min-height: 525px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(43, 43, 43, 0.1), 0px 10px 30px 0px rgba(43, 43, 43, 0.05);
  }
  .weather-detail-main__data {
    padding: 20px 20px 30px 20px;
    font-size: 16px;
    line-height: 1.187;
  }
  .weather-detail-main__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .weather-detail-main__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .weather-detail-main__depiction {
    width: 50%;
    padding-right: 10px;
  }
  .weather-detail-main__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    position: relative;
    margin-left: -10px;
  }
  .weather-detail-main__figure:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .weather-detail-main__picture {
    width: 65px;
    height: 65px;
  }
  .weather-detail-main__temperature {
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 1;
    white-space: nowrap;
  }
  .weather-detail-main__set {
    margin-bottom: 20px;
  }
  .weather-detail-main__set-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
  }
  .weather-detail-main__set-row:last-child {
    margin-bottom: 0;
  }
  .weather-detail-main__set-col {
    width: 50%;
    padding-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
  }
  .weather-detail-main__scale {
    margin: 0 -20px 20px -20px;
    position: relative;
    overflow-x: auto;
  }
  .weather-detail-main__scale-wrap {
    position: relative;
    padding-top: 8px;
    min-width: 700px;
  }
  .weather-detail-main__scale-slider {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .weather-detail-main__scale-slider-drag {
    cursor: move;
    width: 4.347826%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .weather-detail-main__scale-slider-icon {
    display: block;
    width: 17px;
    height: 23px;
    margin: 0 auto;
  }
  .weather-detail-main__scale-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    user-select: none;
  }
  .weather-detail-main__scale-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 4.347826%;
    padding: 25px 0 0 0;
    border-top: 3px solid #525252;
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
  }
  .weather-detail-main__scale-item:before {
    display: block;
    content: '';
    width: 2px;
    background-color: #525252;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .weather-detail-main__scale-item:nth-child(odd):before {
    height: 20px;
  }
  .weather-detail-main__scale-item:nth-child(even):before {
    height: 10px;
  }
  .weather-detail-main__scale-item:nth-child(even) .weather-detail-main__scale-btn {
    display: none;
  }
  .weather-detail-main__scale-btn {
    cursor: pointer;
    padding: 5px 0;
    min-height: 24px;
  }
  .weather-detail-main__scale-btn.disabled {
    cursor: default;
    opacity: .5;
  }
  .weather-detail-main__cols {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .weather-detail-main__col {
    width: 25%;
    padding-left: 5px;
  }
  .weather-detail-main__name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.187;
    padding-bottom: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom: 10px;
    text-align: center;
  }
  .weather-detail-main__name_night {
    border-bottom-color: #0F0F10;
  }
  .weather-detail-main__name_morning {
    border-bottom-color: #DFF0FD;
  }
  .weather-detail-main__name_day {
    border-bottom-color: #FFC43A;
  }
  .weather-detail-main__name_evening {
    border-bottom-color: #1863B5;
  }
  .weather-detail-main__degree {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
  }
  .weather-detail-main__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .weather-detail-main__media:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .weather-detail-main__icon {
    width: 45px;
    height: 45px;
  }
  .weather-detail-main__info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .weather-detail-main__list {
    padding: 20px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
    white-space: nowrap;
  }
  .weather-detail-main__head {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.4;
  }
  .weather-detail-main__head .weather-detail-main__row {
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDE1E5;
  }
  .weather-detail-main__body {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
  }
  .weather-detail-main__body .weather-detail-main__row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDE1E5;
  }
  .weather-detail-main__body .weather-detail-main__row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .weather-detail-main__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px;
  }
  .weather-detail-main__cell {
    width: calc(20% - 5px);
    margin-right: 5px;
  }
  .weather-detail-main__cell:nth-child(1) {
    width: 40%;
  }
  .weather-detail-main__img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
  }
  .weather-detail-main__direction {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .weather-detail-main__pointer {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .weather-detail-main__banner {
    margin-top: -11px;
    margin-bottom: 10px;
  }
  .btn-horly {
    margin: -8px 22px 18px;
  }
  .weather-detail-desktop .overall-basic {
    display: block;
  }
  .weather-detail-wrap {
    margin-bottom: 30px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(43, 43, 43, 0.1), 0px 10px 30px 0px rgba(43, 43, 43, 0.05);
  }
  .weather-detail-wrap .weather-detail-main {
    box-shadow: none;
    background: none;
    border: 0;
  }
  .weather-detail-wrap .weather-detail-main,
  .weather-detail-wrap .weather-detail-primary {
    margin-bottom: 0;
  }
  .weather-detail-wrap .weather-detail-primary,
  .weather-detail-wrap .weather-detail-main__data {
    box-shadow: none;
    background: none;
  }
  .weather-detail-wrap .weather-detail-primary {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .weather-detail-main__scale-item:first-child {
    justify-content: flex-start;
  }
  .weather-detail-main__scale-item:first-child .weather-detail-main__scale-btn {
    transform: translateX(2px);
  }
  .weather-detail-main__scale-item:last-child {
    justify-content: flex-end;
  }
  .weather-detail-main__scale-item:last-child .weather-detail-main__scale-btn {
    transform: translateX(-2px);
  }
}

@media (min-width: 401px) {
  .weather-detail-main__img {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 400px) {
  .weather-detail-main__img {
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (min-width: 992px) {
  .weather-detail__main-period-info {
    padding-right: 0;
  }
}

.menu-basic {
  margin-bottom: 19px;
}

@media (max-width: 670px) {
  .menu-basic {
    overflow: auto;
    mrargin-right: -15px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.menu-basic__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 1px 1px;
}

@media (max-width: 670px) {
  .menu-basic__list {
    min-width: 600px;
  }
}

.menu-basic__item {
  margin: 0 0 -1px -1px;
  padding: 0;
}

@media (max-width: 670px) {
  .menu-basic__item {
    margin: 0;
  }
}

.menu-basic__btn {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  position: relative;
  z-index: 0;
  user-select: none;
  text-decoration: none !important;
  transition: background-color .5s ease 0s, border-color .5s ease 0s, box-shadow .5s ease 0s;
}

.menu-basic__btn:hover {
  background-color: #F5FAFE;
}

.menu-basic__btn.active {
  background-color: #F5FAFE;
  z-index: 1;
}

.menu-basic__btn.disabled {
  cursor: default;
  background-color: #FFFFFF;
}

.menu-basic__btn.disabled .menu-basic__month,
.menu-basic__btn.disabled .menu-basic__degree,
.menu-basic__btn.disabled .menu-basic__info {
  color: #DDE1E5;
}

.menu-basic__btn.disabled .menu-basic__icon {
  filter: grayscale(100%);
}

.menu-basic__btn.static {
  cursor: default;
  background-color: #FFFFFF;
}

.menu-basic_view-3 .menu-basic__list {
  width: calc(100% + 3px);
}

.menu-basic_view-3 .menu-basic__item {
  width: 33.333333%;
}

.menu-basic_view-3 .menu-basic__btn {
  text-align: left;
  min-height: 90px;
  padding: 8px 75px 8px 10px;
  position: relative;
}

.menu-basic_view-3 .menu-basic__day {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #0F0F10;
}

.menu-basic_view-3 .menu-basic__month {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.416;
  color: #A9B4BD;
  margin-bottom: 5px;
}

.menu-basic_view-3 .menu-basic__degree {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.208;
  color: #0F0F10;
}

.menu-basic_view-3 .menu-basic__icon {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.menu-basic_view-3 .menu-basic__info {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.416;
  color: #A9B4BD;
  width: 55px;
  text-align: center;
  position: absolute;
  top: 62px;
  right: 10px;
}

.menu-basic_view-5 .menu-basic__list, .menu-basic_view-10 .menu-basic__list {
  width: calc(100% + 5px);
}

.menu-basic_view-5 .menu-basic__item, .menu-basic_view-10 .menu-basic__item {
  width: 20%;
}

.menu-basic_view-7 .menu-basic__list, .menu-basic_view-14 .menu-basic__list, .menu-basic_view-month .menu-basic__list, .menu-basic_view-health .menu-basic__list {
  width: calc(100% + 7px);
}

.menu-basic_view-7 .menu-basic__item, .menu-basic_view-14 .menu-basic__item, .menu-basic_view-month .menu-basic__item, .menu-basic_view-health .menu-basic__item {
  width: 14.285714%;
}

.menu-basic_view-5 .menu-basic__btn, .menu-basic_view-7 .menu-basic__btn, .menu-basic_view-10 .menu-basic__btn, .menu-basic_view-14 .menu-basic__btn, .menu-basic_view-month .menu-basic__btn {
  min-height: 120px;
  padding: 12px 5px 16px;
  text-align: center;
}

.menu-basic_view-5 .menu-basic__btn.active, .menu-basic_view-7 .menu-basic__btn.active, .menu-basic_view-10 .menu-basic__btn.active, .menu-basic_view-14 .menu-basic__btn.active, .menu-basic_view-month .menu-basic__btn.active {
  padding-bottom: 18px;
  margin-bottom: -2px;
}

.menu-basic_view-5 .menu-basic__icon, .menu-basic_view-7 .menu-basic__icon, .menu-basic_view-10 .menu-basic__icon, .menu-basic_view-14 .menu-basic__icon, .menu-basic_view-month .menu-basic__icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto;
}

.menu-basic_view-health .menu-basic__btn {
  min-height: 180px;
  padding: 8px 5px;
  text-align: center;
}

.menu-basic_view-health .menu-basic__icon {
  display: block;
  width: 38px;
  height: 90px;
  margin: 0 auto 5px auto;
}

.menu-basic_view-5 .menu-basic__day, .menu-basic_view-7 .menu-basic__day, .menu-basic_view-10 .menu-basic__day, .menu-basic_view-14 .menu-basic__day, .menu-basic_view-month .menu-basic__day, .menu-basic_view-health .menu-basic__day {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.375;
  color: #0F0F10;
}

.menu-basic_view-5 .menu-basic__month, .menu-basic_view-7 .menu-basic__month, .menu-basic_view-10 .menu-basic__month, .menu-basic_view-14 .menu-basic__month, .menu-basic_view-month .menu-basic__month, .menu-basic_view-health .menu-basic__month {
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  color: #6D8497;
  margin-bottom: 5px;
}

.menu-basic_view-5 .menu-basic__degree, .menu-basic_view-7 .menu-basic__degree, .menu-basic_view-10 .menu-basic__degree, .menu-basic_view-14 .menu-basic__degree, .menu-basic_view-month .menu-basic__degree, .menu-basic_view-health .menu-basic__degree {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.187;
  color: #0F0F10;
  letter-spacing: -0.01em;
}

@media (max-width: 670px) {
  .menu-basic_view-health {
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 670px) {
  .menu-basic_view-health .menu-basic__list {
    display: block;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }
}

@media (max-width: 670px) {
  .menu-basic_view-health .menu-basic__item {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  .menu-basic_view-health .menu-basic__item:first-child {
    margin-left: 15px;
  }
  .menu-basic_view-health .menu-basic__item:last-child {
    margin-right: 15px;
  }
}

.weather-person {
  background-color: #FFFFFF;
  border: 1px solid #DDE1E5;
  box-shadow: 0px 20px 25px rgba(43, 43, 43, 0.1), 0px 15px 10px rgba(43, 43, 43, 0.03);
  border-radius: 3px;
  margin-bottom: 30px;
}

@media (min-width: 671px) {
  .weather-person {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 670px) {
  .weather-person {
    padding: 20px 0 30px 0;
  }
}

@media (min-width: 671px) {
  .weather-person__left {
    width: 48%;
    padding: 20px 40px 20px 0;
  }
}

@media (max-width: 670px) {
  .weather-person__left {
    margin-bottom: 40px;
  }
}

@media (min-width: 671px) {
  .weather-person__right {
    width: 52%;
    padding: 20px 20px 20px 0;
  }
}

.weather-person__head {
  border-bottom: 1px solid #DDE1E5;
  margin-bottom: 10px;
}

@media (max-width: 670px) {
  .weather-person__head {
    padding: 0 15px;
  }
}

@media (min-width: 671px) {
  .weather-person__body {
    padding: 0 20px;
  }
}

@media (max-width: 670px) {
  .weather-person__body {
    padding: 0 15px;
  }
}

.weather-person__logo {
  display: block;
  width: 184px;
  height: 24px;
  margin: 0 auto 10px auto;
}

.weather-person__caption {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  text-align: center;
  color: #1863B5;
  margin-bottom: 10px;
}

.weather-person__info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.187;
  text-align: center;
  margin-bottom: 20px;
}

.weather-person__conclusion {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.208;
  text-align: center;
  color: #F5FAFE;
}

.weather-person__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}

@media (min-width: 671px) {
  .weather-person__wrap {
    align-items: flex-start;
  }
}

@media (max-width: 670px) {
  .weather-person__wrap {
    align-items: center;
  }
}

@media (min-width: 671px) {
  .weather-person__icon {
    width: 56px;
    height: 133px;
    margin-right: 23px;
  }
}

@media (max-width: 670px) {
  .weather-person__icon {
    width: 66px;
    height: 156px;
    margin-left: 23px;
    order: 1;
  }
}

.weather-person__scale {
  position: relative;
}

@media (min-width: 671px) {
  .weather-person__scale {
    width: 54px;
    margin-left: 17px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale {
    width: 21px;
    margin-right: 17px;
    order: 0;
  }
}

.weather-person__scale:after {
  display: none;
  content: '';
  width: 100%;
  border: 2px solid #F44336;
  box-sizing: content-box;
  position: absolute;
  left: -2px;
  z-index: 1;
}

@media (min-width: 671px) {
  .weather-person__scale:after {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale:after {
    height: 21px;
  }
}

.weather-person__scale_red:after {
  display: block;
  top: calc(((100% / 6) * 0) - 2px);
}

.weather-person__scale_orange:after {
  display: block;
  top: calc(((100% / 6) * 1) - 2px);
}

.weather-person__scale_light-orange:after {
  display: block;
  top: calc(((100% / 6) * 2) - 2px);
}

.weather-person__scale_yellow:after {
  display: block;
  top: calc(((100% / 6) * 3) - 2px);
}

.weather-person__scale_light-green:after {
  display: block;
  top: calc(((100% / 6) * 4) - 2px);
}

.weather-person__scale_green:after {
  display: block;
  top: calc(((100% / 6) * 5) - 2px);
}

.weather-person__scale-red {
  background-color: #ED002D;
}

@media (min-width: 671px) {
  .weather-person__scale-red {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-red {
    height: 21px;
  }
}

.weather-person__scale-orange {
  background-color: #F98900;
}

@media (min-width: 671px) {
  .weather-person__scale-orange {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-orange {
    height: 21px;
  }
}

.weather-person__scale-light-orange {
  background-color: #FFC355;
}

@media (min-width: 671px) {
  .weather-person__scale-light-orange {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-light-orange {
    height: 21px;
  }
}

.weather-person__scale-yellow {
  background-color: #F7D700;
}

@media (min-width: 671px) {
  .weather-person__scale-yellow {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-yellow {
    height: 21px;
  }
}

.weather-person__scale-light-green {
  background-color: #AACC21;
}

@media (min-width: 671px) {
  .weather-person__scale-light-green {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-light-green {
    height: 21px;
  }
}

.weather-person__scale-green {
  background-color: #67D26A;
}

@media (min-width: 671px) {
  .weather-person__scale-green {
    height: 22px;
  }
}

@media (max-width: 670px) {
  .weather-person__scale-green {
    height: 21px;
  }
}

.weather-person__content {
  max-width: 296px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.214;
}

@media (max-width: 670px) {
  .weather-person__content {
    padding: 0 15px;
  }
}

.weather-person__content p {
  margin: 0 0 5px 0;
}

.weather-person__content *:last-child {
  margin-bottom: 0;
}

.weather-person__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.208;
  color: #1863B5;
  margin-bottom: 20px;
}

.weather-person__section {
  margin-bottom: 20px;
}

.weather-extra {
  margin-bottom: 30px;
}

.weather-extra__item {
  background-color: #FFFFFF;
  border: 1px solid #0F0F10;
  border-radius: 2px;
  padding: 20px 15px 30px 15px;
  margin-bottom: 5px;
  position: relative;
}

.weather-extra__item:last-child {
  margin-bottom: 0;
}

.weather-extra__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.208;
  color: #0F0F10;
  margin-bottom: 15px;
  padding-right: 35px;
}

.weather-extra__icon {
  display: block;
  width: 15px;
  height: 19px;
  fill: #2196F3;
  position: absolute;
  top: 25px;
  right: 20px;
}

.weather-extra__content *:last-child {
  margin-bottom: 0;
}

.specification {
  margin-bottom: 20px;
}

.specification__heading {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.20;
  color: #0F0F10;
  margin: 0 0 20px 0;
}

.specification__content {
  font-size: 16px;
  line-height: 1.18;
  color: #0F0F10;
}

.specification__content *:last-child {
  margin-bottom: 0;
}

.depiction {
  padding: 20px;
  background-color: #DFF0FD;
  margin-bottom: 15px;
}

.depiction__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .depiction__list {
    width: calc(100% + 55px);
    margin-left: -55px;
    flex-direction: row;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .depiction__list {
    width: calc(100% + 15px);
    margin-left: -15px;
    flex-direction: row;
  }
}

@media (max-width: 670px) {
  .depiction__list {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .depiction__item {
    width: 25%;
    padding-left: 55px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .depiction__item {
    padding-left: 15px;
  }
}

@media (max-width: 670px) {
  .depiction__item {
    margin-bottom: 15px;
  }
  .depiction__item:last-child {
    margin-bottom: 0;
  }
}

.depiction__main {
  position: relative;
  padding-left: 35px;
}

.depiction__icon {
  display: block;
  width: 25px;
  height: 25px;
  fill: #2196F3;
  position: absolute;
  top: 0;
  left: 0;
}

.depiction__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.37;
  color: #0F0F10;
  margin: 0 0 5px 0;
}

.depiction__caption {
  font-size: 14px;
  line-height: 1.42;
  color: #0F0F10;
}

.slider-example {
  padding: 35px 15px 15px 15px;
  border: 1px solid #DDE1E5;
  position: relative;
  cursor: move;
  margin-bottom: 30px;
}

.slider-example__wrapper {
  align-items: flex-end;
  margin-bottom: 15px;
}

.slider-example__slide {
  width: auto;
  font-size: 0;
  line-height: 0;
}

.slider-example:not(.swiper-container-initialized) .slider-example__slide {
  margin-right: 10px;
}

.slider-example__btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
}

.slider-example__btn:hover {
  text-decoration: none;
}

.slider-example__img {
  display: block;
}

.slider-example__prev, .slider-example__next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  z-index: 10;
  transition: background-color .5s ease 0s;
}

.slider-example__prev:hover, .slider-example__next:hover {
  background-color: #ffffff;
}

.slider-example__prev:hover .slider-example__prev-icon,
.slider-example__prev:hover .slider-example__next-icon, .slider-example__next:hover .slider-example__prev-icon,
.slider-example__next:hover .slider-example__next-icon {
  fill: #2196F3;
}

.slider-example__prev {
  left: 15px;
}

.slider-example__next {
  right: 15px;
}

.slider-example__prev-icon, .slider-example__next-icon {
  display: block;
  width: 20px;
  height: 15px;
  fill: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: fill .5s ease 0s;
}

.slider-example__scrollbar .swiper-scrollbar-drag {
  width: 95px;
  height: 5px;
  background-color: #DDE1E5;
  border-radius: 10px;
}

.informer {
  margin-bottom: 30px;
}

.informer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #DDE1E5;
  box-shadow: 0px 25px 35px rgba(43, 43, 43, 0.1), 0px 20px 15px rgba(43, 43, 43, 0.03);
  border-radius: 2px;
  padding: 5px 5px 30px 5px;
}

@media (min-width: 671px) {
  .informer__wrap {
    flex-direction: row;
  }
}

@media (max-width: 670px) {
  .informer__wrap {
    flex-direction: column;
  }
}

.informer__sidebar {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 15px 10px;
}

@media (min-width: 992px) {
  .informer__sidebar {
    flex: 0 0 294px;
    order: 0;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .informer__sidebar {
    flex: 0 0 260px;
    order: 0;
  }
}

@media (max-width: 670px) {
  .informer__sidebar {
    width: 100%;
    order: 1;
  }
}

.informer__section {
  margin-bottom: 20px;
}

.informer__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375;
  color: #0F0F10;
  margin-bottom: 10px;
}

.informer__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.375;
  color: #0F0F10;
  margin-bottom: 5px;
}

.informer__switch {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.informer__switch_horizontal {
  flex-direction: row;
  align-items: center;
}

.informer__switch_horizontal .informer__switch-col {
  margin: 0 20px 0 0;
}

.informer__switch_horizontal .informer__switch-col:last-child {
  margin-right: 0;
}

.informer__switch-col {
  margin-bottom: 7px;
}

.informer__switch-col:last-child {
  margin-bottom: 0;
}

.informer__control-item {
  margin-bottom: 10px;
}

.informer__control-item:last-child {
  margin-bottom: 0 !important;
}

.informer .one .informer__control-item {
  display: none;
  margin-bottom: 0;
}

.informer .one .informer__control-item:first-child {
  display: block;
}

.informer__control-input {
  width: 100%;
}

.informer__control-region {
  width: 100%;
  display: flex;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #2196F3;
  border-radius: 3px;
  position: relative;
}

.informer__control-region-title {
  width: 100%;
  padding: 0 45px 0 10px;
  font-size: 14px;
  color: #0F0F10;
  font-family: "SF Pro Display", sans-serif;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.informer__control-region-btn-remove {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease 0s;
}

.informer__control-region-btn-remove:hover {
  opacity: .5;
}

.informer__control-region-btn-remove-icon {
  display: block;
  width: 15px;
  height: 15px;
  fill: #ED002D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.informer__control-btn {
  width: 100%;
}

.informer__control-message {
  display: none;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 10px;
  color: #ED002D;
}

.informer__control-btn.disabled + .informer__control-message {
  display: block;
}

.informer__select,
.informer__select + .select2 {
  width: 100%;
}

.informer__toggle-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .informer__toggle-row {
    margin-left: -12px;
    width: calc(100% + 12px);
  }
}

@media (max-width: 991px) {
  .informer__toggle-row {
    margin-left: -5px;
    width: calc(100% + 5px);
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .informer__toggle-col {
    padding-left: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .informer__toggle-col {
    padding-left: 5px;
    margin-bottom: 5px;
  }
}

.informer__toggle-cell {
  width: 100%;
}

@media (min-width: 992px) {
  .informer__toggle-cell {
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
  .informer__toggle-cell {
    padding-left: 5px;
  }
}

.informer__picker {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.informer__picker-button {
  flex: 0 0 47px;
}

.informer__picker-field {
  flex: 1 0 0;
}

.informer__picker-input {
  width: 100%;
  height: 35px;
}

@media (min-width: 992px) {
  .informer__main {
    flex: 1 0 0;
    order: 1;
    padding-left: 30px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .informer__main {
    flex: 1 0 0;
    order: 1;
    padding-left: 20px;
  }
}

@media (max-width: 670px) {
  .informer__main {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.informer__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.208;
  color: #0F0F10;
  margin-bottom: 10px;
}

.informer__heading-info {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.informer__preview {
  width: 100%;
  height: 600px;
  overflow: auto;
  position: relative;
  margin-bottom: 10px;
}

.informer__preview-core {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.informer__preview-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.informer__preview-zone {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
}

.informer__preview-splitter {
  width: 30px;
  background-color: #2196F3;
  margin-left: 10px;
  position: relative;
  cursor: move;
  flex: 0 0 30px;
}

.informer__preview-splitter-line {
  width: 2px;
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.informer__preview-splitter-line:nth-child(1) {
  transform: translateX(-6px);
}

.informer__preview-splitter-line:nth-child(3) {
  transform: translateX(6px);
}

.informer__size {
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 15px;
}

.informer__size-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.informer__size-col {
  margin-right: 10px;
}

.informer__size-col:last-child {
  margin-right: 0;
}

.informer__size-inputbox {
  width: 65px;
  text-align: center;
}

.informer__size-delimiter {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #0F0F10;
}

.informer__code .informer__heading {
  padding-left: 15px;
}

.informer__code-area {
  display: block;
  width: 100%;
  height: 200px;
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  resize: vertical;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42;
  color: #000000;
  font-family: "SF Pro Display", sans-serif;
}

.informer_load {
  position: relative;
}

.informer_load .informer__wrap {
  display: block;
  overflow: hidden;
  height: 500px;
}

.informer_load .informer__sidebar,
.informer_load .informer__panel,
.informer_load .informer__main {
  visibility: hidden;
}

.footer {
  flex: 0 0 auto;
}

@media (min-width: 671px) {
  .footer {
    background-color: #F8F8F8;
  }
}

@media (min-width: 671px) {
  .footer__section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDE1E5;
  }
  .footer__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media (max-width: 670px) {
  .footer__section:last-child > *:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 671px) {
  .footer__center {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F8F8F8;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 670px) {
  .footer__center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 671px) {
  .footer__copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
  }
}

@media (max-width: 670px) {
  .footer__copyright {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .footer__copyright-logo {
    flex: 0 0 150px;
    height: 43px;
    text-decoration: none !important;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .footer__copyright-logo {
    flex: 0 0 110px;
    height: 32px;
    text-decoration: none !important;
  }
}

@media (max-width: 670px) {
  .footer__copyright-logo {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__copyright-logo-img {
    height: 150px;
    height: 43px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .footer__copyright-logo-img {
    height: 110px;
    height: 32px;
  }
}

@media (min-width: 992px) {
  .footer__copyright-caption {
    flex: 0 0 200px;
    font-size: 14px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .footer__copyright-caption {
    flex: 0 0 170px;
    font-size: 12px;
  }
}

@media (min-width: 671px) {
  .footer__copyright-caption {
    line-height: 1.214;
    color: #1863B5;
    padding: 5px 0 0 15px;
  }
}

@media (max-width: 670px) {
  .footer__copyright-caption {
    font-size: 16px;
    line-height: 1.375;
  }
}

@media (min-width: 671px) {
  .footer__provider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
  }
}

@media (max-width: 670px) {
  .footer__provider {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .footer__provider {
    flex: 0 0 434px;
  }
}

@media (min-width: 992px) {
  .footer__provider-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .footer__provider-content {
    width: 210px;
  }
}

.footer__provider-img {
  margin-right: 10px;
}

@media (min-width: 671px) {
  .footer__provider-img {
    flex: 0 0 67px;
    height: 45px;
  }
}

@media (max-width: 670px) {
  .footer__provider-img {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__provider-caption {
    flex: 0 0 110px;
  }
}

@media (max-width: 991px) {
  .footer__provider-caption {
    margin-bottom: 5px;
  }
}

@media (min-width: 671px) {
  .footer__provider-caption {
    font-size: 12px;
    line-height: 1.166;
    margin-right: 10px;
  }
}

@media (max-width: 670px) {
  .footer__provider-caption {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__provider-title {
    font-size: 14px;
    flex: 0 0 255px;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .footer__provider-title {
    font-size: 12px;
  }
}

@media (min-width: 671px) {
  .footer__provider-title {
    line-height: 1.21;
    color: #1863B5;
  }
}

@media (max-width: 670px) {
  .footer__provider-title {
    text-align: center;
  }
}

.footer__provider-title-link {
  color: #F44336;
  text-decoration: none;
}

.footer__provider-title-link:hover {
  color: #F44336;
  text-decoration: underline;
}

@media (min-width: 671px) {
  .footer__menu-primary {
    margin-left: auto;
  }
}

@media (max-width: 670px) {
  .footer__menu-primary {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}

@media (min-width: 671px) {
  .footer__buttons {
    display: none;
  }
}

@media (max-width: 670px) {
  .footer__buttons {
    max-width: 320px;
    margin: 0 auto 25px auto;
  }
}

.footer__buttons .btn {
  display: block;
}

.footer__buttons-section {
  margin-bottom: 25px;
}

.footer__buttons-section:last-child {
  margin-bottom: 0;
}

.footer__buttons-row {
  margin-bottom: 10px;
}

.footer__buttons-row:last-child {
  margin-bottom: 0;
}

.menu-primary__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 671px) {
  .menu-primary__list {
    justify-content: flex-start;
  }
}

@media (max-width: 670px) {
  .menu-primary__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.menu-primary__item {
  margin: 0 10px 7px 10px;
  padding: 0;
  line-height: 1.4;
}

.menu-primary__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #0F0F10;
  text-decoration: none;
  transition: color .5s ease 0s;
}

.menu-primary__link:hover, .menu-primary__link.active {
  color: #1863B5;
  text-decoration: none;
}

.menu-primary__link_special {
  border-radius: 2px;
  padding: 7px 8px;
  line-height: 1;
  color: #0F0F10;
  border: 1px solid #2196F3;
  text-decoration: none;
  transition: color .5s ease 0s, background-color .5s ease 0s, border-color .5s ease 0s;
}

.menu-primary__link_special:hover, .menu-primary__link_special.active,
.menu-primary__item:hover > .menu-primary__link_special {
  text-decoration: none;
  color: #FFFFFF;
  border-color: #2196F3;
  background-color: #2196F3;
}

.weather-edge {
  background-color: #DFF0FD;
}

.weather-edge__center {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #DFF0FD;
  position: relative;
  z-index: 2;
}

.weather-edge__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
  width: calc(100% + 15px);
}

.weather-edge__item {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
}

@media (min-width: 992px) {
  .weather-edge__item {
    flex: 0 0 25%;
  }
}

@media (min-width: 671px) and (max-width: 991px) {
  .weather-edge__item {
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 670px) {
  .weather-edge__item {
    flex: 0 0 100%;
  }
}

.weather-edge__link {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  color: #0F0F10;
  text-decoration: none;
  transition: color .5s ease 0s;
}

.weather-edge__link:hover, .weather-edge__link.active {
  color: #1863B5;
}

.calendar-main {
  margin-bottom: 50px;
}

@media (min-width: 671px) {
  .calendar-main__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}

@media (max-width: 670px) {
  .calendar-main__list {
    max-width: 400px;
  }
}

.calendar-main__item {
  margin-bottom: 10px;
}

@media (min-width: 671px) {
  .calendar-main__item {
    width: 50%;
    padding-left: 25px;
  }
}

.calendar-main__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166;
  color: #0F0F10;
  margin-bottom: 12px;
}

.calendar-main__head, .calendar-main__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 5px);
  margin-left: -5px;
}

.calendar-main__col {
  width: 14.285714%;
  padding-left: 5px;
}

.calendar-main__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  color: #0F0F10;
  padding-bottom: 10px;
}

.calendar-main__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #0F0F10;
  position: relative;
  left: -9px;
}

.calendar-main__button:hover, .calendar-main__button.disabled:hover, .calendar-main__button.active {
  text-decoration: none;
  color: #ffffff;
  background-color: #2196F3;
}

.calendar-main__button.disabled {
  color: #DDE1E5;
}

.content img,
.news__body img {
  margin-bottom: 20px;
}

.content ul,
.news__body ul {
  list-style-type: disc;
}

.content ol,
.news__body ol {
  list-style-type: decimal;
}

.content ul,
.content ol,
.news__body ul,
.news__body ol {
  list-style-position: inside;
  margin: 0 0 20px 0;
}

.content ul li,
.content ol li,
.news__body ul li,
.news__body ol li {
  margin: 0 0 10px 0;
}

.content ul li:last-child,
.content ol li:last-child,
.news__body ul li:last-child,
.news__body ol li:last-child {
  margin-bottom: 0;
}

.table-wrap {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}

.table-wrap table {
  margin-bottom: 0;
}

.table-base {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

.table-base tr:nth-child(odd) td {
  background-color: #ffffff;
}

.table-base tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.table-base tr:hover td {
  background-color: #f0f0f0;
}

.table-base th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2196F3;
  color: white;
  border: 1px solid #ddd;
  padding: 8px;
  font-weight: normal;
}

.table-base td {
  border: 1px solid #ddd;
  padding: 8px;
}
