@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

header {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffcc, rgb(236, 105, 11));
  margin-top: 1px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  border: none;
}
header .header-top {
  display: inline-block;
  width: 100%;
  min-height: 200px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border: none;
}
header .header-top .header-top-left {
  display: inline-block;
  width: 180px;
  min-height: 189px;
  border: none;
}
header .header-top .header-top-left .header-top-3logo {
  display: inline-block;
  width: 175px;
  min-height: 189px;
  border: none;
}
header .header-top .header-top-left .header-top-3logo .logo img {
  width: 180px;
  min-height: 180px;
  margin-top: 5px;
  filter: drop-shadow(1px 1px 1px red);
}
header .header-top .header-top-left .header-top-3logo .logo img:hover {
  margin-left: -2px;
  transition: all 0.4s ease-in-out;
}
header .header-top .header-top-right {
  display: inline-block;
  vertical-align: top;
  width: 750px;
  min-height: 140px;
  margin-left: 40px;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu {
  display: inline-block;
  text-align: left;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu .main-menu {
  height: 80px;
  font-style: italic;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul {
  padding: 0px;
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  font-size: 22px;
  line-height: 26px;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul li a {
  text-decoration: none;
  color: rgb(21, 8, 80);
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
header .header-top .header-top-right .header-top-right-menu .main-menu ul li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 {
  display: inline-block;
  width: 160px;
  height: 80px;
  margin-top: 10px;
  font-style: italic;
  text-align: left;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul {
  margin: 0;
  padding: 0;
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul li {
  font-size: 20px;
  line-height: 22px;
  list-style: none;
  border: none;
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul li a {
  text-decoration: none;
  color: rgb(21, 8, 80);
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
header .header-top .header-top-right .header-top-right-menu .main-menu2 ul li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
}
header .header-top .header-top-right .header-top-right-title {
  display: inline-block;
  width: 750px;
  margin-top: 14px;
  border: none;
}
header .header-bottom {
  display: block;
  width: 100%;
  min-height: 100px;
  border: none;
}
header .header-bottom .breadcrumbs {
  list-style: none;
  text-transform: uppercase;
}
header .header-bottom .breadcrumbs li a {
  text-decoration: none;
  color: rgb(21, 8, 80);
  font-size: 18px;
  line-height: 24px;
}
header .header-bottom .breadcrumbs li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
header .header-bottom .breadcrumbs li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
header .header-bottom .breadcrumbs li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
  margin-left: -10px;
  transition: background-color 1000ms linear;
}
header .header-bottom .breadcrumbs2 {
  list-style: none;
  font-style: italic;
}
header .header-bottom .breadcrumbs2 li a {
  display: block;
  text-decoration: none;
  list-style: none;
  color: rgb(21, 8, 80);
  font-size: 18px;
  line-height: 22px;
}
header .header-bottom .breadcrumbs2 li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
header .header-bottom .breadcrumbs2 li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
header .header-bottom .breadcrumbs2 li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
  margin-left: -10px;
}

.page-title {
  font-size: 56px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(6, 28, 66, 0.89);
  text-shadow: 2px 2px 0 #e5d4c0, 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.page-title6 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 0px;
  color: rgba(6, 28, 66, 0.89);
}

.page-title7 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 0px;
  color: rgba(6, 28, 66, 0.89);
}

.page-title8 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 20px;
  color: rgba(6, 28, 66, 0.89);
}

.page-title9 {
  font-size: 36px;
  line-height: 28px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0px;
  color: rgba(6, 28, 66, 0.89);
}

.page-title10 {
  font-size: 48px;
  margin-top: 10px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 14px;
  color: rgba(6, 28, 66, 0.89);
  text-shadow: 2px 2px 0 #e5d4c0, 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.pageTitleNext {
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  color: rgba(6, 28, 66, 0.89);
}

.page-titleEmpty {
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-title12 {
  margin-top: 40px;
  color: rgba(6, 28, 66, 0.89);
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
}

.page-title15 {
  font-size: 22px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-style: italic;
  font-weight: bold;
  color: rgba(6, 28, 66, 0.89);
  padding-left: 15px;
  text-align: left;
}

.page-title16 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 30px;
  font-style: italic;
  color: rgba(6, 28, 66, 0.89);
  padding-left: 5px;
  text-align: left;
}

.page-title17 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 36px;
  font-style: italic;
  color: rgba(6, 28, 66, 0.89);
  padding-left: 5px;
  text-align: left;
}

.page-title18-1 {
  margin-left: 40px;
  font-size: 19px;
  line-height: 19px;
  font-style: italic;
  text-decoration: underline;
  color: rgba(6, 28, 66, 0.89);
}
.page-title18-1 a:hover {
  text-decoration: underline;
  color: #9c0a0a;
  margin-left: -10px;
}

.page-title18-2 {
  margin-left: 60px;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  text-decoration: underline;
  color: rgba(6, 28, 66, 0.89);
}
.page-title18-2 a:hover {
  text-decoration: underline;
  color: #9c0a0a;
  margin-left: -10px;
  transition: background-color 1000ms linear;
}

.common_information {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-style: italic;
  font-weight: bold;
  color: rgba(6, 28, 66, 0.89);
  padding-top: 20px;
  padding-left: 15px;
  text-align: left;
}

.bottom_footer {
  margin-bottom: 20px;
}

.footer {
  position: relative;
  width: 100%;
  min-height: 250px;
  overflow: auto;
  margin: auto;
  background: #1f2022;
  background-size: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  border: none;
}
.footer .footer-top {
  display: inline-block;
  width: 100%;
  text-align: left;
  border: none;
}
.footer .footer-top .footer-menu .footer-logo img {
  width: 127px; /*ПОДВАЛ*/
  height: 170px;
  margin-top: 5px;
  margin-left: 30px;
  border-radius: 100%;
  box-shadow: 1px 1px 2px 0 black;
}
.footer .footer-top .footer-menu .footer-logo img .footer {
  position: absolute;
  width: 100%;
  min-height: 400px;
  box-sizing: border-box;
  background: #1f2022;
  padding: 5px;
  color: #aaa;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu {
  width: 100%;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 50px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column .footer-logo img {
  width: 127px;
  height: 170px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 2px 0 black;
  box-shadow: 1px 1px 2px 0 black;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column .footer-logo img:hover {
  cursor: pointer;
  transform: rotate(-5deg);
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 2px 0 darkred;
  box-shadow: 1px 1px 2px 0 darkred;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-top: 18px;
  color: #ffffcc;
  line-height: 22px;
  text-transform: uppercase;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column span:hover {
  color: #ff9100;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column ul li {
  list-style-type: none;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column ul li span {
  list-style-type: none;
  font-size: 17px;
  line-height: 24px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column ul li a span {
  color: #BDB76B;
  text-decoration: none;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-top: 0;
  padding-bottom: 0;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column ul li a span a span:hover {
  color: #ff9100;
  padding-left: 1px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 0;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .datatable {
  display: inline;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #aaa;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .counter {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 70px;
  margin-left: 10px;
  margin-right: 20px;
  border: none;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-vk {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  background-image: url("images/ico_vk.png");
  background-repeat: no-repeat;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-vk:hover {
  background-image: url("images/ico_vk_active.png");
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-tlg {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background-image: url("images/ico_tlg.png");
  background-repeat: no-repeat;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-tlg:hover {
  background-image: url("images/ico_tlg_active.png");
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-youtube {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background-image: url("images/ico_you_tube.png");
  background-repeat: no-repeat;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-bottom .social-btn-youtube:hover {
  background-image: url("images/ico_you_tube2.png");
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(1) {
  width: 120px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(2) {
  width: 130px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(3) {
  width: 240px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(4) {
  width: 240px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(5) {
  width: 220px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(6) {
  width: 200px;
}
.footer .footer-top .footer-menu .footer-logo img .footer .footer-top .footer-menu .footer-menu-column:nth-child(7) {
  width: 200px;
}
.footer .footer-top .footer-menu .footer-logo img:hover {
  cursor: pointer;
  transform: rotate(-10deg);
  border-radius: 100%;
  box-shadow: 1px 1px 2px 0 black;
  margin-top: -2px;
  margin-left: -2px;
  transition: all 0.6s ease-in-out;
  opacity: 0.8;
}
.footer .footer-top .footer-menu .footer-menu-column {
  display: inline-block;
  margin: 0 auto;
  min-width: 20%;
  vertical-align: top;
  text-align: left;
  padding-right: 5px;
  font-size: 15px;
  line-height: 14px;
  border: none;
}
.footer .footer-top .footer-menu .footer-menu-column:first-child {
  width: 25%;
  border: none;
}
.footer .footer-top .footer-menu .footer-menu-column a {
  text-decoration: none;
}
.footer .footer-top .footer-menu .footer-menu-column a span {
  display: flex;
  margin-left: 30px;
  margin-top: 18px;
  padding-bottom: 0px;
  color: #ffffcc;
  text-transform: uppercase;
}
.footer .footer-top .footer-menu .footer-menu-column a span:hover {
  text-decoration: underline;
  color: rgb(255, 145, 0);
}
.footer .footer-top .footer-menu .footer-menu-column ul li {
  font-style: italic;
  list-style-type: none;
  text-decoration: none;
  font-size: 19px;
  line-height: 12px;
  margin-bottom: 7px;
}
.footer .footer-top .footer-menu .footer-menu-column ul li a {
  color: #ffd700;
  text-decoration: none;
}
.footer .footer-top .footer-menu .footer-menu-column ul li a:hover {
  text-decoration: underline;
  color: rgb(255, 145, 0);
}
.footer .footer-top .footer-menu .footer-menu-column ul li a:active {
  text-decoration: none;
  opacity: 0.3;
  color: grey;
}
.footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
.footer .footer-bottom .datatable {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 30px;
  align-items: center;
  border: none;
}
.footer .footer-bottom .counter {
  display: inline-flex;
  min-width: 70px;
  margin-left: 10px;
  margin-right: 20px;
  border: none;
}
.footer .footer-bottom .social-btn-vk {
  display: inline-flex;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  background-image: url("../img/ico_vk.png");
  background-repeat: no-repeat;
}
.footer .footer-bottom .social-btn-vk:hover {
  background-image: url("../img/ico_vk_active.png");
}
.footer .footer-bottom .social-btn-fb {
  display: inline-flex;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background-image: url("../img/ico_fb.png");
  background-repeat: no-repeat;
}
.footer .footer-bottom .social-btn-fb:hover {
  background-image: url("../img/ico_fb_active.png");
}
.footer .footer-bottom .social-btn-tw {
  display: inline-flex;
  margin-left: 5px;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  background-image: url("../img/ico_tw.png");
  background-repeat: no-repeat;
}
.footer .footer-bottom .social-btn-tw:hover {
  background-image: url("../img/ico_tw_active.png");
}
.footer .footer-bottom .social-btn-tlg {
  display: inline-flex;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background-image: url("../img/ico_tlg.png");
  background-repeat: no-repeat;
}
.footer .footer-bottom .social-btn-tlg:hover {
  background-image: url("../img/ico_tlg_active.png");
}
.footer .footer-bottom .social-btn-youtube {
  display: inline-flex;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url("../img/ico_youtube.png");
  background-repeat: no-repeat;
}
.footer .footer-bottom .social-btn-youtube:hover {
  background-image: url("../img/ico_youtube_active.png");
}

.features-item {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffcc;
  border-radius: 5%;
  box-shadow: 1px 1px 2px 2px grey;
  width: 295px;
  height: 200px;
  margin: 5px;
  padding: 5px;
  padding-right: 10px;
  font-family: Arial, sans-serif;
  text-align: right;
  font-style: italic;
  border: none;
  color: navy;
  text-decoration: none;
}
.features-item:hover {
  box-shadow: 1px 1px 2px 2px black;
  background-color: rgb(189, 183, 107);
  color: rgb(255, 69, 0);
  margin-left: 1px;
}
.features-item .features-icon {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 100px;
  height: 104px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 1px red) drop-shadow(1px 1px 2px yellow);
}
.features-item .features-icon:hover {
  margin-left: -1px;
}
.features-item .features-title {
  margin-top: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: navy;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  padding-right: 6px;
}
.features-item .features-title:hover {
  color: rgb(255, 69, 0);
  text-decoration: none;
}
.features-item p {
  font-size: 12px;
  line-height: 13px;
  vertical-align: top;
  text-align: right;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  text-decoration: none;
}
.features-item p:hover {
  color: rgb(255, 69, 0);
  text-decoration: none;
}

.features-item-long {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffcc;
  border-radius: 5%;
  box-shadow: 1px 1px 2px 2px grey;
  width: 290px;
  margin: 2px;
  padding: 5px;
  padding-left: 20px;
  font-family: Arial, sans-serif;
  text-align: left;
  font-style: italic;
  border: none;
  color: navy;
}
.features-item-long p {
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}
.features-item-long p:hover {
  color: rgb(255, 69, 0);
  text-decoration: none;
}
.features-item-long:hover {
  box-shadow: 1px 1px 2px 2px black;
  background-color: rgb(189, 183, 107);
  color: rgb(255, 69, 0);
  margin-left: 1px;
}
.features-item-long .features-icon {
  width: 100px;
  height: 104px;
  margin-top: 5px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 1px yellow) drop-shadow(1px 1px 1px red);
}
.features-item-long .features-icon:hover {
  margin-left: -1px;
}
.features-item-long .features-title {
  margin-top: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: navy;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.features-item-long .features-title:hover {
  color: rgb(255, 69, 0);
  text-decoration: none;
}

.legend {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 14px;
}
.legend dt {
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: navy;
}
.legend dt:hover {
  color: rgb(255, 69, 0);
}
.legend dd {
  font-size: 14px;
  line-height: 12px;
  color: navy;
}
.legend dd:hover {
  color: rgb(255, 69, 0);
}

.continents {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
  border: 2px outset rgb(20, 27, 43);
  border-radius: 15px;
  background-color: rgb(238, 230, 197);
  box-shadow: 0px 3px 3px grey;
}
.continents .continents_term {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0px;
  padding-left: 50px;
  padding-top: 10px;
  border: none;
}
.continents .continents_term:first-child {
  margin-left: 0px;
}
.continents .continents_term .term {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}
.continents .continents_term .definition {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.continents .continents_term .definition span {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.continents .continents_term .definition ol {
  margin-top: -3px;
}
.continents .continents_term .definition ol li {
  font-size: 18px;
  line-height: 17px;
  font-style: italic;
  margin-top: 5px;
  margin-left: -15px;
}

.summary {
  font-weight: 700;
  font-size: 40px;
  color: rgba(6, 28, 66, 0.89);
  margin-left: 5px;
  text-shadow: 2px 2px 0 #e5d4c0, 3px 3px 0 rgba(0, 0, 0, 0.2);
}

p {
  margin-top: 0.5em; /* Отступ сверху */
  margin-bottom: 0em; /* Отступ снизу */
  margin-left: 5px;
  line-height: 16px;
  color: rgba(6, 28, 66, 0.89);
}

.flex_container {
  display: block;
  text-align: center;
}
.flex_container .features_item_zemleopisanie {
  display: inline-block;
  width: 32%;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
  color: darkblue;
  font-style: italic;
  border: none;
}
.flex_container .features_item_zemleopisanie:first-child {
  width: 32%;
  padding-top: 40px;
  margin-right: 5px;
}
.flex_container .features_item_zemleopisanie:nth-child(2) {
  margin: 0px;
  padding: 0px;
}
.flex_container .features_item_zemleopisanie:nth-child(2) :hover {
  background-color: #ffffcc;
}
.flex_container .features_item_zemleopisanie:last-child {
  width: 28%;
  text-align: right;
  margin-left: 5px;
  padding: 0px;
  padding-right: 15px;
  padding-left: 5px;
  padding-bottom: 20px;
  text-decoration: none;
}
.flex_container .features_item_zemleopisanie:last-child :hover {
  text-decoration: underline;
  color: #ffffcc;
}
.flex_container .features_item_zemleopisanie .features-icon {
  margin-top: 10px;
  width: 100px;
  height: 104px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 1px red);
}
.flex_container .features_item_zemleopisanie .features-icon:hover {
  margin-left: -1px;
}
.flex_container .features_item_zemleopisanie .features-title {
  text-transform: uppercase;
  color: darkblue;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.flex_container .features_item_zemleopisanie .features-title:hover {
  color: red;
}
.flex_container .features_item_zemleopisanie .features-title2 {
  color: darkblue;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}
.flex_container .features_item_zemleopisanie .features-title2:hover {
  color: darkblue;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
}
.flex_container .features_item_zemleopisanie .circle_menu {
  min-width: 300px;
  min-height: 300px;
  margin-right: 0px;
  margin-top: -10px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.flex_container .features_item_zemleopisanie .circle_menu ul {
  position: relative;
  min-width: 300px;
  min-height: 300px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4e410e;
  box-shadow: 3px 3px 3px grey, 2px 2px 2px red, 1px 1px 1px black;
  border: 3px solid rgb(20, 27, 43);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 162px;
  height: 162px;
  transform-origin: 100% 100%;
  border-radius: 5%;
  overflow: hidden;
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(1) {
  transform: rotate(0deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(2) {
  transform: rotate(60deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(3) {
  transform: rotate(120deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(4) {
  transform: rotate(180deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(5) {
  transform: rotate(240deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(6) {
  transform: rotate(300deg) skew(30deg);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li a {
  display: block;
  min-width: 130px;
  min-height: 160px;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 20%;
  padding-top: 7%;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  border-radius: 30%;
  transition: background-color 0.3s;
  transform: skew(-30deg) rotate(-60deg);
  color: rgb(230, 221, 18);
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li a:hover {
  background-color: rgb(236, 213, 91);
  overflow: hidden;
  color: rgb(20, 27, 43);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(2) a:hover {
  background-color: rgb(2, 25, 55);
  overflow: hidden;
  color: rgb(36, 180, 226);
}
.flex_container .features_item_zemleopisanie .circle_menu ul li {
  background: linear-gradient(45deg, rgb(66, 41, 7), rgb(245, 110, 12));
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(2) {
  background: linear-gradient(45deg, rgb(29, 152, 141), rgb(245, 110, 12));
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(1) a {
  background-image: url("../img/90_V_cont_Eurasia.png");
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(2) a {
  background-image: url("../img/90_V_cont_Oceans.png");
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(3) a {
  background-image: url("../img/90_V_cont_Australia.png");
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(4) a {
  background-image: url("../img/90_V_cont_America.png");
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(5) a {
  background-image: url("../img/90_V_cont_Antarctica.png");
}
.flex_container .features_item_zemleopisanie .circle_menu ul li:nth-child(6) a {
  background-image: url("../img/90_V_cont_Africa.png");
}
.flex_container .features_item_zemleopisanie p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0.5em; /* Отступ абзаца сверху */
  margin-bottom: 0em; /* Отступ абзаца снизу */
}

.main-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background-image: linear-gradient(0deg, #ffffcc, rgb(236, 105, 11));
  margin-top: 1px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  border: none;
}
.main-header .header-top {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 0px;
  padding: 0px;
  border: none;
}
.main-header .header-top .header-top-left {
  display: inline-block;
  width: 160px;
  min-height: 189px;
  border: none;
}
.main-header .header-top .header-top-left .header-top-3logo {
  display: inline-block;
  width: 160px;
  min-height: 189px;
  border: none;
}
.main-header .header-top .header-top-left .header-top-3logo .logo-main img {
  width: 146px;
  height: 191px;
  box-shadow: 1px 1px 2px 0 red, 2px 2px 2px 0px black;
  margin: 0px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  border: none;
}
.main-header .header-top .header-top-left .header-top-3logo .logo-main img:hover {
  cursor: pointer;
  border-radius: 50%;
  box-shadow: -1px -1px 1px red, -1px -1px 2px black;
  margin-right: 2px;
  margin-left: -2px;
  opacity: 0.9;
}
.main-header .header-top .header-top-right {
  display: inline-block;
  vertical-align: top;
  width: 760px;
  min-height: 140px;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu {
  display: inline-block;
  width: 700px;
  min-height: 140px;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu {
  width: 700px;
  height: 80px;
  font-style: italic;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul {
  padding: 0px;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-size: 22px;
  line-height: 26px;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul li a {
  text-decoration: none;
  color: rgb(21, 8, 80);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu ul li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 {
  display: inline-block;
  width: 150px;
  height: 80px;
  font-style: italic;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul {
  margin: 0;
  padding: 0;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul li {
  font-size: 20px;
  line-height: 22px;
  list-style: none;
  border: none;
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul li a {
  text-decoration: none;
  color: rgb(21, 8, 80);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul li a:visited {
  text-decoration: none;
  color: rgba(102, 96, 98, 0.58);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul li a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
.main-header .header-top .header-top-right .header-top-right-menu .main-page-menu2 ul li a:hover {
  text-decoration: underline;
  color: #9c0a0a;
}
.main-header .header-bottom {
  width: 980px;
  height: auto;
  border: none;
}
.main-header .header-bottom .header-bottom-left {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 200px;
  border: none;
}
.main-header .header-bottom .header-bottom-left .promo-name {
  text-transform: uppercase;
  width: 340px;
  min-height: 55px;
  font-weight: 700;
  font-size: 60px;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: -10px;
  padding-left: 5px;
  text-shadow: 2px 2px 0 #e5d4c0, 4px 4px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.main-header .header-bottom .header-bottom-left .promo-title {
  display: block;
  width: 340px;
  min-height: 52px;
  margin: 0px;
  line-height: 24px;
  border: none;
}
.main-header .header-bottom .header-bottom-left .promo-title span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-style: italic;
  padding-left: 5px;
}
.main-header .header-bottom .header-bottom-left .promo-instr {
  display: block;
  width: 340px;
  margin: 0px;
  margin-bottom: 5px;
  line-height: 15px;
  border: none;
}
.main-header .header-bottom .header-bottom-left .promo-instr span {
  font-size: 17px;
  font-style: oblique;
  padding-left: 5px;
}
.main-header .header-bottom .header-bottom-right {
  display: inline-block;
  width: 630px;
  border: none;
}
.main-header .header-bottom .header-bottom-right .cat-fikus img {
  width: 630px;
  height: 348px;
  margin-top: -150px;
  border: none;
}

.metro-line {
  display: inline-block;
}
.metro-line .features-item-fotoMetro {
  display: inline-block;
  width: 600px;
  left: 0px;
  margin-bottom: 20px;
}
.metro-line .features-item-textMetro {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  margin-bottom: 20px;
  color: black;
  text-align: left;
}

/*ТРИ КОЛОНКИ ДЛЯ СПИСКОВ В АЛФАВИТНОМ ПОРЯДКЕ*/
.ABC {
  width: 980px;
  margin: 0 auto;
  padding: 10px;
  /*border: 1px solid brown;*/
  /*БУКВЫ АЛФАВИТА ТРИ КОЛОНКИ ПЕРЕЧЕНЬ СТАНЦИЙ МЕТРО*/
}
.ABC .ABC1 {
  position: relative;
  float: left;
  width: 315px;
  margin-left: 0px;
  margin-right: 5px;
}
.ABC .ABCletter {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: black;
}
.ABC .features-item-listABC {
  display: block;
  position: relative;
  float: left;
  width: 315px;
  height: 32px;
  margin-top: 5px;
}
.ABC .features-item-list-icon {
  width: 25px;
  height: 25px;
}
.ABC .features-item-list_textABC {
  display: block;
  width: 280px;
  height: 30px;
  margin-top: -35px;
  margin-left: 35px;
  color: black;
}

.ABC::after {
  display: table;
  clear: both;
  content: "";
}

/*ВИДЕО СТРАНИЦА ПО КОЛЬЦУ ТРИ КОЛОНКИ*/
.images-video {
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  right: 0px;
  width: 970px;
  height: 250px;
  border: none;
}

.images-video-left {
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  right: 10px;
  width: 310px;
  height: 250px;
  font-style: italic;
  border: none;
}

.images-video-right {
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  margin-left: 10px;
  right: 0px;
  width: 310px;
  height: 250px;
  font-style: italic;
  text-align: right;
  border: none;
}
.images-video-right p {
  text-align: left;
}

.text-center-video {
  display: block;
  position: relative;
  float: left;
  width: 325px;
  height: 250px;
  margin-left: 5px;
  padding-left: 5px;
  margin-top: 10px;
  text-align: center;
  border: none;
}

.page-title15mck {
  font-size: 26px;
  color: navy;
  text-align: center;
}

.stations_mck {
  font-size: 22px;
  font-style: italic;
  color: navy;
}

.containerImajeLeftRighttext {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.containerImajeLeftRighttext .containerImajeLeft {
  display: inline-block;
  vertical-align: top;
  width: 430px;
  min-height: 50px;
  margin: 5px;
  margin-right: 40px;
  border: none;
}
.containerImajeLeftRighttext .conteynerRighttext {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  min-height: 50px;
  margin-right: 5px;
  border: none;
}

.DescriptionObject-3viki {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  border: none;
}
.DescriptionObject-3viki .DescriptionObject {
  display: inline-block;
  width: 94%;
  margin-left: 0px;
  padding-left: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  border: none;
}
.DescriptionObject-3viki .DescriptionObject p {
  font-size: 18px;
  line-height: 22px;
}
.DescriptionObject-3viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffcc;
  border-radius: 5%;
  box-shadow: 1px 1px 2px 2px grey;
  width: 295px;
  height: auto;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
  padding-right: 10px;
  font-family: Arial, sans-serif;
  font-style: italic;
  border: none;
  color: navy;
}
.DescriptionObject-3viki .features-item-viki:hover {
  box-shadow: 1px 1px 2px 2px black;
  background-color: rgb(189, 183, 107);
  color: rgb(255, 69, 0);
  margin-left: 1px;
}
.DescriptionObject-3viki .features-item-viki a {
  text-decoration: underline;
}
.DescriptionObject-3viki .features-item-viki .features-icon {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
  width: 100px;
  height: 104px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 1px red) drop-shadow(1px 1px 1px yellow);
}
.DescriptionObject-3viki .features-item-viki .features-icon:hover {
  margin-left: -1px;
}
.DescriptionObject-3viki .features-item-viki .features-title {
  text-transform: uppercase;
  color: navy;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 5px;
}
.DescriptionObject-3viki .features-item-viki .features-title:hover {
  color: rgb(255, 69, 0);
  text-decoration: none;
}
.DescriptionObject-3viki .features-item-viki .features-title p {
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
  margin-top: 0px;
  padding-top: 0px;
  text-decoration: none;
  text-align: right;
}

.viki-center {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.map-center {
  text-align: center;
  margin-left: 10px;
}

.foto_imagesLM-viki {
  display: inline-block;
  text-align: center;
}

.paragraf {
  font-size: 20px;
  line-height: 1.2;
}

.list_interesting_places {
  width: 100%;
}
.list_interesting_places .features-item-viki {
  width: 160px;
  height: 205px;
  margin: 5px;
}

.DescriptionObject-viki {
  width: 100%;
  display: inline-block;
  border: none;
}
.DescriptionObject-viki .DescriptionObject {
  display: inline-block;
  width: 700px;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 18px;
  text-align: left;
  border: none;
}
.DescriptionObject-viki .DescriptionObject h2 {
  text-align: left;
}
.DescriptionObject-viki .DescriptionObject h3 {
  text-align: left;
}
.DescriptionObject-viki .DescriptionObject p {
  text-align: left;
  font-size: 18px;
}
.DescriptionObject-viki .DescriptionObject p a {
  text-decoration: underline;
}
.DescriptionObject-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  background-color: #ffffcc;
  border-radius: 5%;
  box-shadow: 1px 1px 2px 2px grey;
  width: 165px;
  padding: 5px;
  margin: 0px;
  margin-top: 40px;
  margin-left: 30px;
  font-family: Arial, sans-serif;
  font-style: italic;
  text-decoration: underline;
  border: none;
  color: navy;
}
.DescriptionObject-viki .features-item-viki:hover {
  box-shadow: 1px 2px 2px 2px black;
  background-color: rgb(189, 183, 107);
  color: rgb(255, 69, 0);
}
.DescriptionObject-viki .features-item-viki .features-icon {
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 0px;
  width: 100px;
  height: 104px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 1px red) drop-shadow(1px 1px 2px yellow);
}
.DescriptionObject-viki .features-item-viki .features-title {
  text-transform: uppercase;
  text-align: right;
  color: navy;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
.DescriptionObject-viki .features-item-viki .features-title:hover {
  color: gray;
  text-decoration: none;
}
.DescriptionObject-viki .features-item-viki .features-title p {
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
  text-align: right;
}

.victory {
  display: inline-block;
  margin-left: 40px;
  padding-left: 30px;
  width: 40%;
}

/*СПИСКИ УЛИЦ, СТАНЦИЙ...*/
/*БЛОК С УЛИЦЕЙ ЦЕЛИКОМ - ДИВ*/
.features-item-list {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 30px;
  left: 150px;
  /*ЛЕВЫЙ ПОДБЛОК С иконкой улиц*/
  /*ПРАВЫЙ ПОДБЛОК С НАЗВАНИЕМ УЛИЦЫ*/
}
.features-item-list .features-item-list-icon {
  display: inline-block;
  width: 26px;
  width: 400px;
}
.features-item-list .features-item-list-icon .features-title_ul {
  padding-left: 30px;
  text-align: left;
}

.container-list {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  border: none;
}
.container-list a {
  text-decoration: underline;
}
.container-list a:link {
  text-decoration: underline;
  color: rgba(6, 28, 66, 0.89);
}
.container-list a:visited {
  text-decoration: underline;
  color: rgba(102, 96, 98, 0.58);
}
.container-list a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
.container-list a:hover {
  color: #9c0a0a;
  text-decoration: underline;
}
.container-list a p {
  padding-left: 5px;
  padding-right: 5px;
}
.container-list a p .underline {
  text-decoration: underline;
}

/*МИНИ ИКОНКИ ДЛЯ СПИСКОВ*/
.features-item-list-icon {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.features-icon-25_K_Wikipedia {
  background-image: url("../img/25_K_Wikipedia.png ");
}

/*МЕТРО ЛИНИИ*/
.features-icon-25_V_sokolnicheskaya {
  background-image: url("../img/25_V_metro_sokolnicheskaya.png");
}

.features-icon-25_V_zamoskvoreche {
  background-image: url("../img/25_V_metro_zamoskvoreche.png");
}

.features-icon-25_V_metro_lines_arbato-pokrovskaya {
  background-image: url("../img/25_V_metro_arbato-pokrovskaya.png");
}

.features-icon-25_V_metro_lines_filevskaya {
  background-image: url("../img/25_V_metro_lines_filevskaya.png");
}

.features-icon-25_V_koltsevaya {
  background-image: url("../img/25_V_metro_koltsevaya.png");
}

.features-icon-25_V_metro_11 {
  background-image: url("../img/25_V_metro_11.png");
}

/*КАЛУЖСКО-РИЖСКАЯ ЛИНИЯ*/
.features-icon-25_V_metro_kalujsko-rigskaya {
  background-image: url("../img/25_V_metro_kalujsko-rigskaya.png");
}

/*ТАГАНСКО-КРАСНОПРЕСНЕНСКАЯ ЛИНИЯ*/
.features-icon-25_V_metro_tagansko-krasnopresnenskaya {
  background-image: url("../img/25_V_metro_tagansko-krasnopresnenskaya.png");
}

/*КАЛИНИНСКАЯ ЛИНИЯ*/
.features-icon-25_V_kalininskaya {
  background-image: url("../img/25_V_m_kalininskaya.png");
}

/*СОЛНЦЕВСКАЯ ЛИНИЯ*/
.features-icon-25_V_metro_solncevskaya {
  background-image: url("../img/25_V_metro_solncevskaya.png");
}

.features-icon-25_V_metro_serpuhovsko-timiryasevsky {
  background-image: url("../img/25_V_metro_serpuhovsko-timiryasevsky.png");
}

/*ЛЮБЛИНСКО-ДМИТРОВСКАЯ ЛИНИЯ*/
.features-icon-25_V_metro_lublinsko-dmitrovsky {
  margin-top: 0px;
  width: 25px;
  height: 25px;
  background-image: url("../img/25_V_metro_lublinsko-dmitrovsky.png");
  background-repeat: no-repeat;
}

.features-icon-25_V_metro_kakhovskaya {
  background-image: url("../img/25_V_metro_kakhovskaya.png");
}

/*БУТОВСКАЯ ЛИНИЯ*/
.features-icon-25_metro_butovskaya {
  background-image: url("../img/25_metro_butovskaya.png");
}

.features-icon-25_Vbackyard {
  background-image: url("../img/25_Vbackyard.png");
}

.features-icon-25_Vbackyard {
  background-image: url("../img/25_Vbackyard.png");
}

.features-icon-25_Vbc {
  background-image: url("../img/25_Vbc.png");
}

.features-icon-25_V_motorways_radial_artery {
  background-image: url("../img/25_v_motorways_radial_artery.png");
}

.features-icon-25_K_motorways_radial_artery {
  background-image: url("../img/25_K_motorways_radial_artery.png");
}

.features-icon-25_Vbridges {
  background-image: url("../img/25_Vbridges.png");
}

.features-icon-25_Vconcert {
  background-image: url("../img/25_Vconcert.png");
}

.features-icon-25_Vestakad {
  background-image: url("../img/25_Vestakad.png");
  background-repeat: no-repeat;
}

.features-icon-25_Kestakad {
  background-image: url("../img/25_Kestakad.png");
}

.features-icon-25_Vputeprovod {
  background-image: url("../img/25_Vputeprovod.png");
}

.features-icon-25_Kputeprovod {
  background-image: url("../img/25_Kputeprovod.png");
}

.features-icon-25_Vtonneli {
  background-image: url("../img/25_Vtonneli.png");
}

.features-icon-25_Ktonneli {
  background-image: url("../img/25_Ktonneli.png");
}

.features-icon-25_Vexhibition {
  background-image: url("../img/25_Vexhibition.png");
}

.features-icon-25_Vhigh {
  background-image: url("../img/25_Vhigh.png");
}

.features-icon-25_Vmetro {
  background-image: url("../img/25_Vmetro.png");
}

/*МКЖД-МЦК*/
.features-icon-25_V_mcr {
  background-image: url("../img/25_V_mcr.png");
}

.features-icon-25_Vmonuments {
  background-image: url("../img/25_Vmonuments.png");
}

.features-icon-25_Vmuseums {
  background-image: url("../img/25_Vmuseums.png");
}

.features-icon-25_Vparks {
  background-image: url("../img/25_Vparks.png");
}

.features-icon-25_Vriver {
  background-image: url("../img/25_Vriver.png");
}

.features-icon-25_Vsports {
  background-image: url("../img/25_Vsports.png");
}

.features-icon-25_Vstreet {
  background-image: url("../img/25_Vstreet.png");
}

.features-icon-25_Kstreet {
  background-image: url("../img/25_Kstreet.png");
}

.features-icon-25_Vsquare {
  background-image: url("../img/25_Vsquare.png");
}

.features-icon-25_Vstations {
  background-image: url("../img/25_Vstations.png");
}

.features-icon-25_Vtc {
  background-image: url("../img/25_Vtc.png");
}

.features-icon-25_Vtemples {
  background-image: url("../img/25_Vtemples.png");
}

.features-icon-25_Vtheatres {
  background-image: url("../img/25_Vtheatres.png");
}

.features-icon-25_V_world_country {
  background-image: url("../img/25_V_world_country.png");
}

.features-icon-25_K_world_country {
  background-image: url("../img/25_K_world_country.png");
}

.features-icon-25_V_world_country_Cyprus {
  background-image: url("../img/25_V_world_country_Cyprus.png");
}

.features-icon-25_V_world_country_Italy {
  background-image: url("../img/25_V_world_country_Italy.png");
}

.features-icon-25_V_world_country_Montenegro {
  background-image: url("../img/25_V_world_country_Montenegro.png");
}

.features-icon-25_V_world_country_Spain {
  background-image: url("../img/25_V_world_country_Spain.png");
}

.features-icon-25_V_world_country_Sweden {
  background-image: url("../img/25_V_world_country_Sweden.png");
}

.features-icon-25_V_world_country_Turkey {
  background-image: url("../img/25_V_world_country_Turkey.png");
}

/*04 ИКОНКИ ЖИВОТНЫЕ*/
.features-icon-Vanimals {
  background-image: url("../img/Vanimals.png");
}

.features-icon-Kanimals {
  background-image: url("../img/Kanimals.png");
}

/*ИКОНКИ ЗЕМНОВОДНЫЕ (АМФИБИИ):*/
.features-icon-animals-Vamphibians {
  background-image: url("../img/Vamphibians.png");
}

.features-icon-animals-Kamphibianss {
  background-image: url("../img/Kamphibians.png");
}

/*ИКОНКИ ЗЕМНОВОДНЫЕ: ЛЯГУШКИ*/
.features-icon-animals-amphibians-Vfrogs {
  background-image: url("../img/Vfrogs.png");
}

.features-icon-animals-amphibians-Kfrogs {
  background-image: url("../img/Kfrogs.png");
}

/*ИКОНКИ ЗЕМНОВОДНЫЕ: САЛАМАНДРЫ*/
.features-icon-animals-amphibians-Ksalamanders {
  background-image: url("../img/Ksalamanders.png");
}

/*ИКОНКИ ЗЕМНОВОДНЫЕ: ТРИТОНЫ*/
.features-icon-animals-amphibians-Knewts {
  background-image: url("../img/Knewts.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ*/
.features-icon-animals-Vmammals {
  background-image: url("../img/Vanimals.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ГРЫЗУНЫ*/
.features-icon-Krodent {
  background-image: url("../img/Kchinchilla.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ГРЫЗУНЫ: КРОЛИКИ*/
.features-icon-Krabbits {
  background-image: url("../img/Krabbits.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ГРЫЗУНЫ: КРЫСЫ*/
.features-icon-Krats {
  background-image: url("../img/Krats.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ГРЫЗУНЫ: МОРСКИЕ СВИНКИ*/
.features-icon-Kmorskiesv {
  background-image: url("../img/Kmorskiesv.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ГРЫЗУНЫ: ШИНШИЛЛЫ*/
.features-icon-Kchinchilla {
  background-image: url("../img/Kchinchilla.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ДВУРЕЗЦОВЫЕ СУМЧАТЫЕ: КЕНГУРОВЫЕ КРЫСЫ*/
.features-icon-Kcaloprymnus {
  background-image: url("../img/Kcaloprymnus.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ЕЖИ*/
.features-icon-Kjerzy {
  background-image: url("../img/Kjerzy.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ЕНОТОВЫЕ*/
/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ЗЕМЛЕРОЙКООБРАЗНЫЕ*/
.features-icon-Kzemleroikami {
  background-image: url("../img/Kzemleroikami.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: НЕПОЛНОЗУБЫЕ: МУРАВЬЕД*/
.features-icon-Kanteater {
  background-image: url("../img/Kanteater.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ОПОССУМЫ*/
.features-icon-Kpossum {
  background-image: url("../img/Kpossum.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: Пальмовые циветы*/
/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ПАРНОКОПЫТНЫЕ*/
/**ИКОНКИ МЛЕКОПИТАЮЩИЕ: МИНИПИГИ*/
.features-icon-Kminipigs {
  background-image: url("../img/Kminipigs.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ПРИМАТЫ*/
.features-icon-Kprimates {
  background-image: url("../img/Kprimates.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: РУКОКРЫЛЫЕ*/
.features-icon-Kbats {
  background-image: url("../img/Kbats.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ТУПАЙИ*/
.features-icon-Ktupaia {
  background-image: url("../img/Ktupaia.png");
}

/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ХИЩНЫЕ*/
/*ИКОНКИ КЛАСС МЛЕКОПИТАЮЩИЕ: ОТРЯД: ХИЩНЫЕ: КОТЫ*/
.features-icon-Vcats {
  background-image: url("../img/Vcats.png");
}

.features-icon-Kcats {
  background-image: url("../img/Kcats.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШАЧЬИ: КАРАКАЛ*/
.features-icon-Vkaracal {
  background-image: url("../img/Vkaracal.png");
}

.features-icon-Kkaracal {
  background-image: url("../img/Kkaracal.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШАЧЬИ: РОД КОШКИ: АЗИАТСКАЯ ЛЕОПАРДОВАЯ КОШКА*/
.features-icon-Vbengalensis {
  background-image: url("../img/Vbengalensis.png");
}

.features-icon-Kbengalensis {
  background-image: url("../img/Kbengalensis.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШАЧЬИ: род кошки : мраморная*/
.features-icon-Vmarmorata {
  background-image: url("../img/Vmarmorata.png");
}

.features-icon-Kmarmorata {
  background-image: url("../img/Kmarmorata.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: ВИВЕРОВЫЕ: БИТУРОНГИ*/
.features-icon-Vbinturong {
  background-image: url("../img/Vbinturong.png");
}

.features-icon-Kbinturong {
  background-image: url("../img/Kbinturong.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШКОВИДНЫЕ: МАНГУСТЫ*/
.features-icon-Kmongoose {
  background-image: url("../img/Kmongoose.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШКОВИДНЫЕ: ПАЛЬМОВАЯ ЦИВЕТТА*/
.features-icon-Kpalmcivet {
  background-image: url("../img/Kpalmcivet.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШКОВИДНЫЕ: САВАННА*/
.features-icon-Ksavanna {
  background-image: url("../img/Ksavanna.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: КОШКОВИДНЫЕ: СЕРВАЛ*/
.features-icon-Kserval {
  background-image: url("../img/Kserval.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: ПСОВИДНЫЕ:  СЕМЕЙСТВО: ПСОВЫЕ: РОД:СОБАКИ*/
.features-icon-Vdog {
  background-image: url("../img/Vdog.png");
}

.features-icon-Kdog {
  background-image: url("../img/Kdog.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: ПСОВИДНЫЕ:  СЕМЕЙСТВО: КУНЬИ: РОД: КУНЬИ: ХОРЕК*/
.features-icon-Vferret {
  background-image: url("../img/Vferret.png");
}

.features-icon-Kferret {
  background-image: url("../img/Kferret.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: ПСОВИДНЫЕ:  СЕМЕЙСТВО: ЕНОТОВЫЕ: РОД: ЕНОТЫ*/
.features-icon-Kraccoon {
  background-image: url("../img/Kraccoon.png");
}

/*ИКОНКИ МЛЕКОПИТАЮЩИЕ: ХИЩНЫЕ: ПСОВИДНЫЕ:  СЕМЕЙСТВО: СКУНСОВЫЕ: РОД: ПОЛОСАТЫЕ СКУНСЫ*/
.features-icon-Kskunks {
  background-image: url("../img/Kskunks.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ)*/
.features-icon-animals-Vreptiles {
  background-image: url("../img/Vreptiles.png");
}

.features-icon-animals-Kreptiles {
  background-image: url("../img/Kreptiles.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): ЗМЕИ*/
.features-icon-Ksnakes {
  background-image: url("../img/Ksnakes.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): КРОКОДИЛЫ*/
.features-icon-Kcrocodiles {
  background-image: url("../img/Kcrocodiles.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): ЧЕРЕПАХИ*/
.features-icon-Kturtles {
  background-image: url("../img/Kturtles.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): ЯЩЕРИЦЫ*/
/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): ЯЩЕРИЦЫ:ВАРАНЫ*/
.features-icon-Klizards {
  background-image: url("../img/Klizards.png");
}

/*ИКОНКИ ПРЕСМЫКАЮЩИЕСЯ (РЕПТИЛИИ): ЯЩЕРИЦЫ:ГЕККОНЫ*/
.features-icon-Kgeckos {
  background-image: url("../img/Kgeckos.png");
}

/*ИКОНКИ ПТИЦЫ*/
.features-icon-animals-Vbirds {
  background-image: url("../img/Vbirds.png");
  background-repeat: no-repeat;
}

.features-icon-animals-Kbirds {
  background-image: url("../img/Kbirds.png");
}

/*ИКОНКИ ПТИЦЫ: ВОЛНИСТЫЕ ПОПУГАЙЧИКИ*/
.features-icon-Kwavyparrot {
  background-image: url("../img/Kwavyparrot.png");
}

/*АМАДИНЫ*/
.features-icon-animals-Kfinches {
  background-image: url("../img/Kfinches.png");
}

/*ПТИЦЫ: КАКАРИКИ*/
.features-icon-Kcyanoramphus_novoezelandiae {
  background-image: url("../img/Kcyanoramphus_novoezelandiae.png");
}

/*ИКОНКИ ПТИЦЫ: КАНАРЕЙКИ*/
.features-icon-Kkanar {
  background-image: url("../img/Kkanar.png");
}

/*ИКОНКИ ПТИЦЫ: КОРЕЛЛА*/
.features-icon-Knymphicus_hollandicus {
  background-image: url("../img/Knymphicus_hollandicus.png");
}

/*ИКОНКИ ПТИЦЫ: НЕРАЗЛУЧНИКИ*/
.features-icon-Kagapornis_personatus {
  background-image: url("../img/Kagapornis_personatus.png");
}

/*ИКОНКИ ПТИЦЫ: ПОПУГАИ*/
.features-icon-Kparrot {
  background-image: url("../img/Kparrot.png");
}

.features-icon-Kparrot_ara {
  background-image: url("../img/Kparrot_ara.png");
}

/*ИКОНКИ ПТИЦЫ: ПОПУГАЙ МАТЕРЩИННИК*/
.features-icon-Kparrot_mat {
  background-image: url("../img/Kparrot_mat.png");
}

/*ИКОНКИ РЫБКИ АКВАРИУМНЫЕ*/
.features-icon-animals-Vfish {
  background-image: url("../img/Vfish.png");
}

.features-icon-animals-Kfish {
  background-image: url("../img/Kfish.png");
}

/*ИКОНКИ РЫБКИ АКВАРИУМНЫЕ: МОЛИНЕЗИИ*/
.features-icon-mollienesiya {
  background-image: url("../img/Kmollienesiya.png");
}

/*ИКОНКИ УЛИТКИ: */
.features-icon-animals-Vsnails {
  background-image: url("../img/Vsnails.png");
}

.features-icon-animals-Ksnails {
  background-image: url("../img/Ksnails.png");
}

/*ИКОНКИ КЛАСС ЧЛЕНИСТОНОГИЕ*/
/*ИКОНКИ КЛАСС ЧЛЕНИСТОНОГИЕ, подкласс ХЕЛИЦЕРОВЫЕ*/
.features-icon-animals-Vchelicerae {
  background-image: url("../img/Vchelicerae.png");
}

.features-icon-animals-Kchelicerae {
  background-image: url("../img/Kchelicerae.png");
}

/*ИКОНКИ ЧЛЕНИСТОНОГИЕ ИЛИ ПАУКООБРАЗНЫЕ*/
/*ИКОНКИ ЧЛЕНИСТОНОГИЕ ИЛИ ПАУКООБРАЗНЫЕ: ПАУКИ*/
.features-icon-animals-Varthropods {
  background-image: url("../img/Varthropods.png");
}

.features-icon-animals-Karthropods {
  background-image: url("../img/Karthropods.png");
}

/*НАСЕКОМЫЕ*/
.features-icon-animals-Kinsects {
  background-image: url("../img/Kinsects.png");
}

/*ИКОНКИ КОНТАКТОВ*/
.features-icon-Kmail-Market {
  background-image: url("../img/Kmail_Market.png");
  background-repeat: no-repeat;
}

.features-icon-Kmail-Admin {
  background-image: url("../img/Kmail_Admin.png");
  background-repeat: no-repeat;
}

.features-icon-Kmail {
  background-image: url("../img/Kmail.png");
}

.features-icon-VblackSmile {
  background-image: url("../img/VblackSmile.png");
  text-align: left;
}

.features-icon-KblackSmile {
  background-image: url("../img/KblackSmile.png");
  text-align: left;
}

.features-icon-Kblack {
  background-image: url("../img/Kblack.png");
  text-align: left;
}

/*ИКОНКИ ХИТРОСТИ*/
.features-icon-Vadvice {
  background-image: url("../img/Vadvice.png");
}

/*ЙОГА */
.features-icon-health-Vyoga {
  background-image: url("../img/Vyoga.png");
}

.features-icon-health-Kyoga {
  background-image: url("../img/Kyoga.png");
}

/*МЕДИТАЦИЯ */
.features-icon-health-Vmeditation {
  background-image: url("../img/Vmeditation.png");
}

.features-icon-health-Kmeditation {
  background-image: url("../img/Kmeditation.png");
}

/*ТИБЕТСКАЯ ГИМНАСТИКА*/
.features-icon-health-Vtibet {
  background-image: url("../img/Vtibet.png");
}

.features-icon-health-Ktibet {
  background-image: url("../img/Ktibet.png");
}

/*МАССАЖ ШИАТЦУ*/
.features-icon-health-Vshiatsu {
  background-image: url("../img/Vshiatsu.png");
}

.features-icon-health-Kshiatsu {
  background-image: url("../img/Kshiatsu.png");
}

/*ДЫХАНИЕ*/
.features-icon-health-Vbreath {
  background-image: url("../img/Vbreath.png");
}

.features-icon-health-Kbreath {
  background-image: url("../img/Kbreath.png");
}

/*МАССАЖ ДЛЯ ЛИЦА*/
.features-icon-beauty-Vasakhi {
  background-image: url("../img/Vasakhi.png");
}

.features-icon-beauty-Kasakhi {
  background-image: url("../img/Kasakhi.png");
}

/*ИКОНКИ КРАСОТА И ЗДОРОВЬЕ: ПИТАНИЕ*/
.features-icon-Vfood {
  background-image: url("../img/Vfood.png");
}

/*ГРАНАТ*/
.features-icon-food_Vpomegranate {
  background-image: url("../img/Vpomegranate.png");
}

.features-icon-food_Kpomegranate {
  background-image: url("../img/Kpomegranate.png");
}

/*ИМБИРЬ*/
.features-icon-food_Vginger {
  background-image: url("../img/Vginger.png");
}

.features-icon-food_Kginger {
  background-image: url("../img/Kginger.png");
}

.features-icon-food_Kimbir {
  background-image: url("../img/Kimbir.png");
}

/*ИКОНКИ ПОЛЕЗНЫЕ ПРОДУКТЫ: ЛЕН*/
.features-icon-health-Vlen {
  background-image: url("../img/Vlen.png");
}

.features-icon-health-Klen {
  background-image: url("../img/Klen.png");
}

/*ИКОНКИ ПОЛЕЗНЫЕ ПРОДУКТЫ: ЦИКОРИЙ*/
.features-icon-health-Kchicory {
  background-image: url("../img/Kchicory.png");
}

/*ИКОНКИ ПОЛЕЗНЫЕ ПРОДУКТЫ: ГОРЧИЦА*/
.features-icon-Vmustard {
  background-image: url("../img/Vmustard.png");
}

.features-icon-food_Kmustard {
  background-image: url("../img/Kmustard.png");
}

/*ИКОНКИ ПОЛЕЗНЫЕ ПРОДУКТЫ: ПОДСОЛНЕЧНОЕ МАСЛО*/
.features-icon-Vsunflower_oil {
  background-image: url("../img/Vsunflower_oil.png");
}

.features-icon-Ksunflower_oil {
  background-image: url("../img/Ksunflower_oil.png");
}

/*ИКОНКИ ПОЛЕЗНЫЕ ПРОДУКТЫ: ОЛИВКОВОГО МАСЛА*/
.features-icon-Volive_oil {
  background-image: url("../img/Volive_oil.png");
}

.features-icon-Kolive_oil {
  background-image: url("../img/Kolive_oil.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: РЕЦЕПТЫ*/
.features-icon-Vrecipes {
  background-image: url("../img/Vrecipes.png");
}

.features-icon-Krecipes {
  background-image: url("../img/Krecipes.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: РЕЦЕПТЫ: МАЙОНЕЗ*/
.features-icon-Vmayonnaise {
  background-image: url("../img/Vmayonnaise.png");
}

.features-icon-Kmayonnaise {
  background-image: url("../img/Kmayonnaise.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: РЕЦЕПТЫ: ЦЫПЛЯТА-КОРНИШОНЫ В МУЛЬТИВАРКЕ*/
.features-icon-V_chicken-gherkin {
  background-image: url("../img/V_chicken-gherkin.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: РЕЦЕПТЫ: КУРИНЫЕ СЕРДЕЧКИ ТУШЕНЫЕ С ОВОЩАМИ*/
.features-icon-V_chicken-hearts {
  background-image: url("../img/V_chicken-hearts.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: РЕЦЕПТЫ: НАПИТКИ*/
.features-icon-Vdrinks {
  background-image: url("../img/Vdrinks.png");
}

.features-icon-Kdrinks {
  background-image: url("../img/Kdrinks.png");
}

.features-icon-Kkarkade {
  background-image: url("../img/Kkarkade.png");
}

/*СЫРНИКИ*/
.features-icon-V_sirniky {
  background-image: url("../img/V_sirniky.png");
}

/*КОТЛЕТЫ ИЗ ИНДЖЕЙКИ С МАНКОЙ*/
.features-icon-V_kotleti-indeyka-manka {
  background-image: url("../img/V_kotleti-indeyka-manka.png");
}

/*ИКОНКИ О ВЫКУСНОЙ И ПОЛЕЗНОЙ ПИЩЕ: НОРМЫ: ТАБЛИЦА МЕР И ВЕСОВ*/
.features-icon-food_Vnorma {
  background-image: url("../img/Vnorma.png");
}

.features-icon-food_Knorma {
  background-image: url("../img/Knorma.png");
}

/*ИКОНКИ ЗДОРОВЬЕ: ЗДОРОВЬЕ И ПИТАНИЕ*/
.features-icon-Vhealth {
  background-image: url("../img/Vhealth.png");
}

.features-icon-Khealth {
  background-image: url("../img/Khealth.png");
}

/*МЕТРО*/
.features-icon-Vmetro {
  background-image: url("../img/Vmetro.png");
}

.features-icon-Kmetro {
  background-image: url("../img/Kmetro.png");
}

/*1-СОКОЛЬНИЧЕСКАЯ ЛИНЯИ МЕТРО */
.features-icon-K_metro_sokolnicheskaya {
  background-image: url("../img/K_metro_sokolnicheskaya.png");
}

.features-icon-V_metro_sokolnicheskaya {
  background-image: url("../img/V_metro_sokolnicheskaya.png");
}

/*2-ЗАМОСКВОРЕЦКАЯ ЛИНЯИ МЕТРО */
.features-icon-K_metro_zamoskvoreche {
  background-image: url("../img/K_metro_zamoskvoreche.png");
}

.features-icon-V_metro_zamoskvoreche {
  background-image: url("../img/V_metro_zamoskvoreche.png");
}

/*3-АРБАТСКО-ПОКРОВСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_arbato-pokrovskaya {
  background-image: url("../img/K_metro_arbato-pokrovskaya.png");
}

.features-icon-V_metro_arbato-pokrovskaya {
  background-image: url("../img/V_metro_arbato-pokrovskaya.png");
}

/*4-ФИЛЁВСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_filevskaya {
  background-image: url("../img/K_metro_lines_filevskaya.png");
}

.features-icon-V_metro_filevskaya {
  background-image: url("../img/V_metro_lines_filevskaya.png");
}

/*5-КОЛЬЦЕВАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_koltsevaya {
  background-image: url("../img/K_metro_koltsevaya.png");
}

.features-icon-V_metro_koltsevaya {
  background-image: url("../img/V_metro_koltsevaya.png");
}

/*6-КАЛУЖСКО-РИЖСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_kalujsko-rigskaya {
  background-image: url("../img/K_metro_kalujsko-rigskaya.png");
}

.features-icon-V_metro_kalujsko-rigskaya {
  background-image: url("../img/V_metro_kalujsko-rigskaya.png");
}

/*7-ТАГАНСКО-КРАСНОПРЕСНЕНСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_tagansko-krasnopresnenskaya {
  background-image: url("../img/K_metro_tagansko-krasnopresnenskaya.png");
}

.features-icon-V_metro_tagansko-krasnopresnenskaya {
  background-image: url("../img/V_metro_tagansko-krasnopresnenskaya.png");
}

/*8-КАЛИНИНСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_kalininskaya {
  background-image: url("../img/K_metro_kalininskaya.png");
}

.features-icon-V_metro_kalininskaya {
  background-image: url("../img/V_metro_kalininskaya.png");
}

/*8а-СОЛНЦЕВСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_solncevskaya {
  background-image: url("../img/K_metro_solncevskaya.png");
}

.features-icon-V_metro_solncevskaya {
  background-image: url("../img/V_metro_solncevskaya.png");
}

/*9-СЕРПУХОВСКО-ТИМИРЯЗЕВСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_serpuhovsko-timiryasevsky {
  background-image: url("../img/K_metro_serpuhovsko-timiryasevsky.png");
}

.features-icon-V_metro_serpuhovsko-timiryasevsky {
  background-image: url("../img/V_metro_serpuhovsko-timiryasevsky.png");
}

/*10-ЛЮБЛИНСКО-ДМИТРОВСКАЯ ЛИНИЯ МЕТРО */
.features-icon-K_metro_lublinsko-dmitrovsky {
  background-image: url("../img/K_metro_lublinsko-dmitrovsky.png");
}

.features-icon-V_metro_lublinsko-dmitrovsky {
  background-image: url("../img/V_metro_lublinsko-dmitrovsky.png");
}

/*11-ТРЕТИЙ ПЕРЕСАДОЧНЫЙ КОНТУР МЕТРО */
.features-icon-K_metro_11 {
  background-image: url("../img/K_metro_11.png");
}

.features-icon-V_metro_11 {
  background-image: url("../img/V_metro_11.png");
}

/*11а-КАХОВСКАЯ ЛИНЯ МЕТРО */
/*12-БУТОВСКАЯ ЛИНЯ МЕТРО */
.features-icon-K_metro_butovskaya {
  background-image: url("../img/K_metro_butovskaya.png");
}

.features-icon-V_metro_butovskaya {
  background-image: url("../img/V_metro_butovskaya.png");
}

/*13-МОСКОВСКИЙ МОНОРЕЛЬС  */
.features-icon-K_metro_monorels {
  background-image: url("../img/K_metro_monorels.png");
}

.features-icon-V_metro_monorels {
  background-image: url("../img/V_metro_monorels.png");
}

/*14-МОСКОВСКОЕ ЦЕНТРАЛЬНОЕ КОЛЬЦО*/
.features-icon-features-icon-K_mcr {
  background-image: url("../img/K_mcr.png");
}

.features-icon-features-icon-V_mcr {
  background-image: url("../img/V_mcr.png");
}

/*МКЖД*/ /*МОСКОВСКОЕ ЦЕНТРАЛЬНОЕ КОЛЬЦО*/
.features-icon-Vmkzhd {
  background-image: url("../img/V_mcr.png");
}

.features-icon-V_metro_11 {
  background-image: url("../img/V_metro_11.png");
}

.features-icon-Kmkzhd {
  background-image: url("../img/K_mcr.png");
}

/*АДМИНИСТРАТИВНЫЙ ОКРУГ*/
.features-icon-Vdistrict {
  background-image: url("../img/Vdistrict.png");
}

.features-icon-Kdistrict {
  background-image: url("../img/Kdistrict.png");
}

/*ИКОНКИ РАЙОНА МОСКВЫ - ОБОБЩЕННАЯ*/
.features-icon-Vrayons {
  background-image: url("../img/Vrayons.png");
}

.features-icon-Krayons {
  background-image: url("../img/Krayons.png");
}

/*вОСТОЧНЫЙ ОКРУГ*/
.features-icon-VVAO_district {
  background-image: url("../img/V_VAO_district_of_Moscow_coa.png");
}

.features-icon-KVAO_district {
  background-image: url("../img/K_VAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Богородское*/
.features-icon_V_01_VAO_rayon_bogorodskoye {
  background-image: url("../img/V_01_VAO_rayon_bogorodskoye.png");
}

.features-icon_K_01_VAO_rayon_bogorodskoye {
  background-image: url("../img/K_01_VAO_rayon_bogorodskoye.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Гольяново*/
.features-icon_V_01_VAO_rayon_Goliyanovo {
  background-image: url("../img/V_01_VAO_rayon_Goliyanovo.png");
}

.features-icon_K_01_VAO_rayon_Goliyanovo {
  background-image: url("../img/K_01_VAO_rayon_Goliyanovo.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Ивановское*/
.features-icon-V_01_VAO_rayon_Ivanovskoye {
  background-image: url("../img/V_01_VAO_rayon_Ivanovskoye.png");
}

.features-icon-K_01_VAO_rayon_Ivanovskoye {
  background-image: url("../img/K_01_VAO_rayon_Ivanovskoye.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Измайлово*/
.features-icon-V_01_VAO_rayon_Izmailovo {
  background-image: url("../img/V_01_VAO_rayon_Izmailovo.png");
}

.features-icon-K_01_VAO_rayon_Izmailovo {
  background-image: url("../img/K_01_VAO_rayon_Izmailovo.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Косино-Ухтомский*/
.features-icon-V_01_VAO_rayon_Kosino-Uhtomskiy {
  background-image: url("../img/V_01_VAO_rayon_Kosino-Uhtomskiy.png");
}

.features-icon-K_01_VAO_rayon_Kosino-Uhtomskiy {
  background-image: url("../img/K_01_VAO_rayon_Kosino-Uhtomskiy.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Метрогородок*/
.features-icon-V_01_VAO_rayon_Metrogorodok {
  background-image: url("../img/V_01_VAO_rayon_Metrogorodok.png");
}

.features-icon-K_01_VAO_rayon_Metrogorodok {
  background-image: url("../img/K_01_VAO_rayon_Metrogorodok.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Новогиреево*/
.features-icon-V_01_VAO_rayon_Novogireevo {
  background-image: url("../img/V_01_VAO_rayon_Novogireevo.png");
}

.features-icon-K_01_VAO_rayon_Novogireevo {
  background-image: url("../img/K_01_VAO_rayon_Novogireevo.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Новокосино*/
.features-icon-V_01_VAO_rayon_Novokosino {
  background-image: url("../img/V_01_VAO_rayon_Novokosino.png");
}

.features-icon-K_01_VAO_rayon_Novokosino {
  background-image: url("../img/K_01_VAO_rayon_Novokosino.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Перово*/
.features-icon-V_01_VAO_rayon_Perovo {
  background-image: url("../img/V_01_VAO_rayon_Perovo.png");
}

.features-icon-K_01_VAO_rayon_Perovo {
  background-image: url("../img/K_01_VAO_rayon_Perovo.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Преображенское*/
.features-icon-V_01_VAO_rayon_Preobrajenskoye {
  background-image: url("../img/V_01_VAO_rayon_Preobrajenskoye.png");
}

.features-icon-K_01_VAO_rayon_Preobrajenskoye {
  background-image: url("../img/K_01_VAO_rayon_Preobrajenskoye.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Северное Измайлово*/
.features-icon-V_01_VAO_rayon_Izmailovo_Severnoye {
  background-image: url("../img/V_01_VAO_rayon_Izmailovo_Severnoye.png");
}

.features-icon-K_01_VAO_rayon_Izmailovo_Severnoye {
  background-image: url("../img/K_01_VAO_rayon_Izmailovo_Severnoye.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Соколиная Гора*/
.features-icon-V_01_VAO_rayon_Sokolinaya-Gora {
  background-image: url("../img/V_01_VAO_rayon_Sokolinaya-Gora.png");
}

.features-icon-K_01_VAO_rayon_Sokolinaya-Gora {
  background-image: url("../img/K_01_VAO_rayon_Sokolinaya-Gora.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Сокольники*/
.features-icon-V_01_VAO_rayon_Sokolniky {
  background-image: url("../img/V_01_VAO_rayon_Sokolniky.png");
}

.features-icon-K_01_VAO_rayon_Sokolniky {
  background-image: url("../img/K_01_VAO_rayon_Sokolniky.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: Вешняки*/
.features-icon_V_01_rayon_veshnyaki {
  background-image: url("../img/Vveshnyaki.png");
}

.features-icon_K_01_rayon_veshnyaki {
  background-image: url("../img/Kveshnyaki.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: ВОСТОЧНОЕ ИЗМАЙЛОВО*/
.features-icon_V_01_VAO_rayon_Izmailovo_E {
  background-image: url("../img/V_01_VAO_rayon_Izmailovo_E.png");
}

.features-icon_K_01_VAO_rayon_Izmailovo_E {
  background-image: url("../img/K_01_VAO_rayon_Izmailovo_E.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: вОСТОЧНЫЙ: ВОСТОЧНЫЙ*/
.features-icon_V_01_VAO_rayon_Vostochny {
  background-image: url("../img/V_01_VAO_rayon_Vostochny.png");
}

.features-icon_K_01_VAO_rayon_Vostochny {
  background-image: url("../img/K_01_VAO_rayon_Vostochny.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЗАПАДНЫЙ*/
.features-icon-VZAO_district {
  background-image: url("../img/V_ZAO_district_of_Moscow_coa.png");
}

.features-icon-KZAO_district {
  background-image: url("../img/K_ZAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: СЕВЕРНЫЙ*/
.features-icon-VSAO_district {
  background-image: url("../img/V_SAO_district_of_Moscow_coa.png");
}

.features-icon-KSAO_district {
  background-image: url("../img/K_SAO_district.png");
}

.features-icon-V_CА_airport {
  background-image: url("../img/V_CА_airport.png");
}

.features-icon-K_CА_airport {
  background-image: url("../img/K_CА_airport.png");
}

/*БЕГОВОЙ*/
.features-icon-VBegovoe {
  background-image: url("../img/V_CА_Begovoe.png");
}

.features-icon-KBegovoe {
  background-image: url("../img/K_CА_Begovoe.png");
}

/*БЕСКУДНИКОВСКИЙ*/
.features-icon-VBeskudnikovskoe {
  background-image: url("../img/V_CА_Beskudnikovskoe.png");
}

.features-icon-KBeskudnikovskoe {
  background-image: url("../img/K_CА_Beskudnikovskoe.png");
}

/*ВОЙКОВСКИЙ*/
.features-icon-Voykovskaya {
  background-image: url("../img/V_CА_Voikovsky.png");
}

.features-icon-Kvoykovskaya {
  background-image: url("../img/K_CА_Voikovsky.png");
}

/*ВОСТОЧНОЕ ДЕГУНИНО*/
.features-icon-VEast_Degunino {
  background-image: url("../img/V_CА_East_Degunino.png");
}

.features-icon-KEast_Degunino {
  background-image: url("../img/K_CА_East_Degunino.png");
}

/*ГОЛОВИНСКИЙ*/
.features-icon-VGolovinskoe {
  background-image: url("../img/V_CА_Golovinskoe.png");
}

.features-icon-KGolovinskoe {
  background-image: url("../img/K_CА_Golovinskoe.png");
}

/*ДМИТРОВСКИЙ*/
.features-icon-VDmitrovskoye {
  background-image: url("../img/V_CА_Dmitrovskoye.png");
}

.features-icon-KDmitrovskoye {
  background-image: url("../img/K_CА_Dmitrovskoye.png");
}

/*ЗАПАДНОЕ ДЕГУНИНО*/
.features-icon-VWest_Degunino {
  background-image: url("../img/V_CА_West_Degunino.png");
}

.features-icon-KWest_Degunino {
  background-image: url("../img/K_CА_West_Degunino.png");
}

/*КОПТЕВО*/
.features-icon-VKoptevo {
  background-image: url("../img/V_CА_Koptevo.png");
}

.features-icon-KKoptevo {
  background-image: url("../img/K_CА_Koptevo.png");
}

/*ЛЕВОБЕРЕЖНЫЙ*/
.features-icon-VLevoberezhny {
  background-image: url("../img/V_CА_Levoberezhny.png");
}

.features-icon-KLevoberezhny {
  background-image: url("../img/K_CА_Levoberezhny.png");
}

/*МОЛЖАНИНОВСКИЙ*/
.features-icon-VMolzhaninovskoe {
  background-image: url("../img/V_CА_VMolzhaninovskoe.png");
}

.features-icon-KMolzhaninovskoe {
  background-image: url("../img/K_CА_VMolzhaninovskoe.png");
}

/*САВЕЛОВСКИЙ*/
.features-icon-VSavelovsky {
  background-image: url("../img/V_CА_Savelovsky.png");
}

.features-icon-KSavelovsky {
  background-image: url("../img/K_CА_Savelovsky.png");
}

/*СОКОЛ*/
.features-icon-VSokol {
  background-image: url("../img/V_CА_Sokol.png");
}

.features-icon-KSokol {
  background-image: url("../img/K_CА_Sokol.png");
}

/*ТИМИРЯЗЕВСКИЙ*/
.features-icon-VTimiryazevsky {
  background-image: url("../img/V_CА_Timiryazevsky.png");
}

.features-icon-KTimiryazevsky {
  background-image: url("../img/K_CА_Timiryazevsky.png");
}

/*ХОВРИНО*/
.features-icon-VKhovrino {
  background-image: url("../img/V_CА_Khovrino.png");
}

.features-icon-KKhovrino {
  background-image: url("../img/K_CА_Khovrino.png");
}

/*ХОРОШЕВСКИЙ*/
.features-icon-VKhoroshevskoe {
  background-image: url("../img/V_CА_Khoroshevskoe.png");
}

.features-icon-KKhoroshevskoe {
  background-image: url("../img/K_CА_Khoroshevskoe.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: СЕВЕРО-ЗАПАДНЫЙ*/
.features-icon-VSZAO_district {
  background-image: url("../img/V_SZAO_district_of_Moscow_coa.png");
}

.features-icon-KSZAO_district {
  background-image: url("../img/K_SZAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: СЕВЕРО-ВОСТОЧНЫЙ*/
.features-icon-VSVAO_district {
  background-image: url("../img/V_SVAO_district_of_Moscow_coa.png");
}

.features-icon-KSVAO_district {
  background-image: url("../img/K_SVAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЦЕНТРАЛЬНЫЙ*/
.features-icon-VCAO_district {
  background-image: url("../img/V_CAO_district_of_Moscow_coa.png");
}

.features-icon-KCAO_district {
  background-image: url("../img/K_CAO_district_of_Moscow_coa.png");
}

/*ЦАО МЕЩАНСКИЙ РАЙОН*/
.features-icon-V_meschanskiy {
  background-image: url("../img/V_meschanskiy.png");
}

.features-icon-K_meschanskiy {
  background-image: url("../img/K_meschanskiy.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЮГО-ВОСТОЧНЫЙ*/
.features-icon-VUVAO_district {
  background-image: url("../img/V_UVAO_district_of_Moscow_coa.png");
}

.features-icon-KUVAO_district {
  background-image: url("../img/K_UVAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЮГО-ЗАПАДНЫЙ*/
.features-icon-VUZAO_district {
  background-image: url("../img/V_UZAO_district_of_Moscow_coa.png");
}

.features-icon-KUZAO_district {
  background-image: url("../img/K_UZAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЮЖНЫЙ*/
.features-icon-VUAO_district {
  background-image: url("../img/V_UAO_district_of_Moscow_coa.png");
}

.features-icon-KUAO_district {
  background-image: url("../img/K_UAO_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: ЗЕЛЕНОГРАД*/
.features-icon-VZelenograd_district {
  background-image: url("../img/V_Zelenograd_district_of_Moscow_coa.png");
}

.features-icon-KZelenograd_district {
  background-image: url("../img/K_Zelenograd_district_of_Moscow_coa.png");
}

/*ПО АДМИНИСТРАТИВНЫМ РАЙОНАМ МОСКВЫ: НОВОМОСКОВСКИЙ*/
.features-icon-Vnew-moscow_district {
  background-image: url("../img/V_new-moscow_district_of_Moscow_coa.png");
}

.features-icon-Knew-moscow_district {
  background-image: url("../img/K_new-moscow_district_of_Moscow_coa.png");
}

/*ТРОИЦКИЙ АДМИНИСТРАТИВНЫЙ РАЙОН МОСКВЫ: */
.features-icon-Vtroicky_district {
  background-image: url("../img/V_troicky_district_of_Moscow_coa.png");
}

.features-icon-Ktroicky_district {
  background-image: url("../img/K_troicky_district_of_Moscow_coa.png");
}

/*ИКОНКИ МОСКВА*/
.features-icon-Vmoscow {
  background-image: url("../img/Vmoscow.png");
}

.features-icon-Kmoscow {
  background-image: url("../img/Kmoscow.png");
}

.features-icon-airports-Ksheremet {
  background-image: url("../img/Ksheremet.png");
}

.features-icon-airports-Kdomoded {
  background-image: url("../img/Kdomoded.png");
}

.features-icon-airports-Kvnukovo {
  background-image: url("../img/Kvnukovo.png");
}

.features-icon-airports-Kjukovsky {
  background-image: url("../img/Kjukovsky.png");
}

.features-icon-airports-Kostafyevo {
  background-image: url("../img/Kostafyevo.png");
}

.features-icon-airports-Kchkalovsky {
  background-image: url("../img/Kchkalovsky.png");
}

/*АЭРОЭКСПРЕССЫ В АЭРОПОРТЫ*/
.features-icon-Vaeroexpress {
  background-image: url("../img/Vaeroexpress.png");
}

.features-icon-Kaeroexpress {
  background-image: url("../img/Kaeroexpress.png");
}

.features-icon-Kstations-belorusskiy {
  background-image: url("../img/Kstations_belorusskiy.png");
}

.features-icon-Kstations_yaroslavsky {
  background-image: url("../img/Kstations_yaroslavsky.png");
}

.features-icon-Kstations_leningrad {
  background-image: url("../img/Kstations_leningrad.png");
}

.features-icon-Kstations_kasan {
  background-image: url("../img/Kstations_kasan.png");
}

.features-icon-Kstations_kursk {
  background-image: url("../img/Kstations_kursk.png");
}

.features-icon-Kstations_kiev {
  background-image: url("../img/Kstations_kiev.png");
}

.features-icon-Kstations_paveletsky {
  background-image: url("../img/Kstations_paveletsky.png");
}

.features-icon-Kstations_rizhsky {
  background-image: url("../img/Kstations_rizhsky.png");
}

.features-icon-Kstations_savelovsky {
  background-image: url("../img/Kstations_savelovsky.png");
}

/*ВЫСОТКИ*/
.features-icon-Vhigh {
  background-image: url("../img/Vhigh.png");
}

.features-icon-Khigh {
  background-image: url("../img/Khigh.png");
}

.features-icon-Vhigh-Kudrinskaya {
  background-image: url("../img/VKudrinskaya.png");
}

.features-icon-Khigh-Kudrinskaya {
  background-image: url("../img/KKudrinskaya.png");
}

.features-icon-Vhigh-mid {
  background-image: url("../img/Vmid.png");
}

.features-icon-Khigh-mid {
  background-image: url("../img/Kmid.png");
}

.features-icon-Vhigh-Leningradskaya {
  background-image: url("../img/VLeningradskaya.png");
}

.features-icon-Khigh-Leningradskaya {
  background-image: url("../img/KLeningradskaya.png");
}

.features-icon-Vhigh-mgu {
  background-image: url("../img/Vmgu.png");
}

.features-icon-Khigh-mgu {
  background-image: url("../img/Kmgu.png");
}

.features-icon-Vhigh-kotel {
  background-image: url("../img/Vkotel.png");
}

.features-icon-Khigh-kotel {
  background-image: url("../img/Kkotel.png");
}

.features-icon-Vhigh-Ukraina {
  background-image: url("../img/VUkraina.png");
}

.features-icon-Khigh-Ukraina {
  background-image: url("../img/KUkraina.png");
}

.features-icon-Vhigh-Dushkin {
  background-image: url("../img/VDushkin.png");
}

.features-icon-Khigh-Dushkin {
  background-image: url("../img/KDushkin.png");
}

.features-icon-Vhigh-black {
  background-image: url("../img/Vblack.png");
}

.features-icon-Khigh-black {
  background-image: url("../img/Kblack.png");
}

.features-icon-Vhigh-new {
  background-image: url("../img/Vhigh-new.png");
}

.features-icon-Khigh-new {
  background-image: url("../img/Khigh-new.png");
}

/*ИКОНКИ ЗЕМЛЕОПИСАНИЕ*/
.features-icon-Vplanet {
  background-image: url("../img/Vplanet.png");
}

.features-icon-Kplanet {
  background-image: url("../img/Kplanet.png");
}

.features-icon-V_earth {
  background-image: url("../img/V_earth.png");
}

.features-icon-V_earth_atmosphere {
  background-image: url("../img/V_earth_atmosphere.png");
}

.features-icon-V_earth_fauna {
  background-image: url("../img/V_earth_fauna.png");
}

.features-icon-V_earth_flora {
  background-image: url("../img/V_earth_flora.png");
}

.features-icon-V_earth_lithosphere {
  background-image: url("../img/V_earth_lithosphere.png");
}

.features-icon-V_earth_people {
  background-image: url("../img/V_earth_people.png");
}

.features-icon-V_earth_waters {
  background-image: url("../img/V_earth_water.png");
}

.features-icon-V_earth_water_oceans {
  background-image: url("../img/V_earth_water_oceans.png");
}

.features-icon-V_earth_water_earth {
  background-image: url("../img/V_earth_water_earth.png");
}

.features-icon-Vriver {
  background-image: url("../img/Vriver.png");
}

.features-icon-Kriver {
  background-image: url("../img/Kriver.png");
}

/*ИКОНКИ КОНТИНЕНТЫ*/
.features-icon-V_continents {
  background-image: url("../img/V_continents.png");
}

.features-icon-V_continent_Africa {
  background-image: url("../img/V_continent_Africa.png");
}

.features-icon-V_continent_America {
  background-image: url("../img/V_continent_America.png");
}

.features-icon-V_continent_AmericaNorth {
  background-image: url("../img/V_continent_AmericaNorth.png");
}

.features-icon-V_continent_AmericaSouth {
  background-image: url("../img/V_continent_AmericaSouth.png");
}

.features-icon-V_continent_Antarctica {
  background-image: url("../img/V_continent_Antarctica.png");
}

.features-icon-V_continent_Australia {
  background-image: url("../img/V_continent_Australia.png");
}

.features-icon-V_continent_Eurasia {
  background-image: url("../img/V_continent_Eurasia.png");
}

.features-icon-V_continent_Eurasia_Asia {
  background-image: url("../img/V_continent_Eurasia_Asia.png");
}

.features-icon-V_continent_Eurasia_Europe {
  background-image: url("../img/V_continent_Eurasia_Europe.png");
}

.features-icon-V_world_country {
  background-image: url("../img/V_world_country.png");
}

.features-icon-K_world_country {
  background-image: url("../img/K_world_country.png");
}

/*ИКОНКИ ДОМАШНИЕ РАСТЕНИЯ: ЛЕЧЕБНЫЕ РАСТЕНИЯ*/
.features-icon-Vmedicinalplants {
  background-image: url("../img/Vmedicinalplants.png");
}

.features-icon-Kmedicinalplants {
  background-image: url("../img/Kmedicinalplants.png");
}

/*ИКОНКИ ДОМАШНИЕ РАСТЕНИЯ: СРЕЗКА*/
.features-icon-Vflowers {
  background-image: url("../img/Vflowers.png");
}

.features-icon-Kflowers {
  background-image: url("../img/Kflowers.png");
}

.features-icon-flowers-Vtreatment {
  background-image: url("../img/Vtreatment.png");
}

.features-icon-flowers-Ktreatment {
  background-image: url("../img/Ktreatment.png");
}

/*ИКОНКИ ДОМАШНИЕ РАСТЕНИЯ*/
.features-icon-Vplants {
  background-image: url("../img/Vplants.png");
}

.features-icon-Kplants {
  background-image: url("../img/Kplants.png");
}

/*ИКОНКИ ДОМАШНИЕ РАСТЕНИЯ: ДЕКОРАТИВНЫЕ*/
.features-icon-Vornamental {
  background-image: url("../img/Vornamental.png");
}

.features-icon-Kornamental {
  background-image: url("../img/Kornamental.png");
}

.features-icon-Ksucculents {
  background-image: url("../img/Ksucculents.png");
}

.features-icon-Kficus {
  background-image: url("../img/Kficus.png");
}

.features-icon-Kdracaena {
  background-image: url("../img/Kdracaena.png");
}

.features-icon-Kvines {
  background-image: url("../img/Kvines.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: РОССИЯ*/
.features-icon-Vrussia {
  background-image: url("../img/Vrussia.png");
}

.features-icon-Krussia {
  background-image: url("../img/Krussia.png");
}

/*ФЕДЕРАЛЬНЫЙ ОКРУГ*/
.features-icon-russia_FD {
  background-image: url("../img/Vrussia_FD.png");
}

.features-icon-Kgoldenring {
  background-image: url("../img/Kgoldenring.png");
}

.features-icon-Kshutterstock {
  background-image: url("../img/Kshutterstock.png");
}

.features-icon-Khellow {
  background-image: url("../img/Khellow.png");
}

/*ЦЕНТРАЛЬНЫЙ ФЕДЕРАЛЬНЫЙ ОКРУГ*/
/*БЕЛГОРОДСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Belgorodskaya {
  background-image: url("../img/V_R_Central_Belgorodskaya.png");
}

.features-icon-K_R_Central_Belgorodskaya {
  background-image: url("../img/K_R_Central_Belgorodskaya.png");
}

/*БРЯНСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Bryanskaya {
  background-image: url("../img/V_R_Central_Bryanskaya.png");
}

.features-icon-K_R_Central_Bryanskaya {
  background-image: url("../img/K_R_Central_Bryanskaya.png");
}

/*ВЛАДИМИРСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Vladimirskaya {
  background-image: url("../img/V_R_Central_Vladimirskaya.png");
}

.features-icon-K_R_Central_Vladimirskaya {
  background-image: url("../img/K_R_Central_Vladimirskaya.png");
}

/*ВОРОНЕЖСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Voronezhskaya {
  background-image: url("../img/V_R_Central__Voronezhskaya.png");
}

.features-icon-K_R_Central_Voronezhskaya {
  background-image: url("../img/K_R_Central__Voronezhskaya.png");
}

/*ИВАНОВСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Ivanovskaya {
  background-image: url("../img/V_R_Central_Ivanovskaya.png");
}

.features-icon-K_R_Central_Ivanovskaya {
  background-image: url("../img/K_R_Central_Ivanovskaya.png");
}

/*КАЛУЖСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Kalugskaya {
  background-image: url("../img/V_R_Central_Kalugskaya.png");
}

.features-icon-K_R_Central_Kalugskaya {
  background-image: url("../img/K_R_Central_Kalugskaya.png");
}

/*КОСТРОМСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Kostromskaya {
  background-image: url("../img/V_R_Central_Kostromskaya.png");
}

.features-icon-K_R_Central_Kostromskaya {
  background-image: url("../img/K_R_Central_Kostromskaya.png");
}

/*КУРСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Kurskaya {
  background-image: url("../img/V_R_Central_Kurskaya.png");
}

.features-icon-K_R_Central_Kurskaya {
  background-image: url("../img/K_R_Central_Kurskaya.png");
}

/*ЛИПЕЦКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Lipetsk {
  background-image: url("../img/V_R_Central_Lipetsk.png");
}

.features-icon-K_R_Central_Lipetsk {
  background-image: url("../img/K_R_Central_Lipetsk.png");
}

/*МОСКОВСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Moscow_Oblast {
  background-image: url("../img/V_R_Central_Moscow_Oblast.png");
}

.features-icon-K_R_Central_Moscow_Oblast {
  background-image: url("../img/K_R_Central_Moscow_Oblast.png");
}

/*ОРЛОВСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Oryol {
  background-image: url("../img/V_R_Central_Oryol.png");
}

.features-icon-K_R_Central_Oryol {
  background-image: url("../img/K_R_Central_Oryol.png");
}

/*РЯЗАНСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Ryazan {
  background-image: url("../img/V_R_Central_Ryazan.png");
}

.features-icon-K_R_Central_Ryazan {
  background-image: url("../img/K_R_Central_Ryazan.png");
}

/*СМОЛЕНСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Smolensk {
  background-image: url("../img/V_R_Central_Smolensk.png");
}

.features-icon-K_R_Central_Smolensk {
  background-image: url("../img/K_R_Central_Smolensk.png");
}

/*ТАМБОВСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Tambov {
  background-image: url("../img/V_R_Central_Tambov.png");
}

.features-icon-K_R_Central_Tambov {
  background-image: url("../img/K_R_Central_Tambov.png");
}

/*ТВЕРСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Tver {
  background-image: url("../img/V_R_Central_Tver.png");
}

.features-icon-K_R_Central_Tver {
  background-image: url("../img/K_R_Central_Tver.png");
}

/*ТУЛЬСКАЯ ОБЛАСТЬ*/
.features-icon-features-icon-K_R_Centrak_Tula {
  background-image: url("../img/features-icon-K_R_Centrak_Tula.png");
}

.features-icon-K_R_Centrak_Tula {
  background-image: url("../img/K_R_Centrak_Tula.png");
}

/*ЯРОСЛАВСКАЯ ОБЛАСТЬ*/
.features-icon-V_R_Central_Yaroslavl {
  background-image: url("../img/V_R_Central_Yaroslavl.png");
}

.features-icon-K_R_Central_Yaroslavl {
  background-image: url("../img/K_R_Central_Yaroslavl.png");
}

/*ЯРОСЛАВСКАЯ ОБЛАСТЬ ПЕРЕСЛАВЛЬ-ЗАЛЕССКИЙ*/
.features-icon-V_PereslavlZalessky {
  background-image: url("../img/V_PereslavlZalessky.png");
}

.features-icon-K_PereslavlZalessky {
  background-image: url("../img/K_PereslavlZalessky.png");
}

/*ЯРОСЛАВСКАЯ ОБЛАСТЬ ПЕРЕСЛАВСКИЙ РАЙОН*/
.features-icon-V_PereslavlZalesskyRayon {
  background-image: url("../img/V_Central_Yaroslavlskaya_PereslavlZalesskyRayon.png");
}

.features-icon-K_PereslavlZalesskyRayon {
  background-image: url("../img/K_Central_Yaroslavlskaya_PereslavlZalesskyRayon.png");
}

/*ЯРОСЛАВСКАЯ ОБЛАСТЬ СИНЬ-КАМЕНЬ*/
.features-icon-V_SiniyKamen {
  background-image: url("../img/V_SiniyKamen.png");
}

.features-icon-K_SiniyKamen {
  background-image: url("../img/K_SiniyKamen.png");
}

/*ИКОНКИ РОССИЯ ХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХ*/
/*ИКОНКИ ВЛАДИМИРСКАЯ ОБЛАСТЬ ХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХ*/
/*АЛЕКСАНДРОВСКАЯ СЛОБОДА*/
.features-icon-V_Alexandrov {
  background-image: url("../img/V_Alexandrov.png");
}

.features-icon-K_Alexandrov {
  background-image: url("../img/K_Alexandrov.png");
}

/*СУЗДАЛЬ*/
.features-icon-V_Suzdal {
  background-image: url("../img/V_Suzdal.png");
}

.features-icon-K_Suzdal {
  background-image: url("../img/K_Suzdal.png");
}

/*ВКС-КАНТРИ*/
.features-icon-V_vks-country {
  background-image: url("../img/V_vks-country.png");
}

.features-icon-K_vks-country {
  background-image: url("../img/K_vks-country.png");
}

/*СМОЛЕНСКАЯ ОБЛАСТЬ- СМОЛЕНСКОЕ ПООЗЕРЬЕ*/
.features-icon-V_SmolPoozerye {
  background-image: url("../img/V_SmolPoozerye.png");
}

.features-icon-K_SmolPoozerye {
  background-image: url("../img/K_SmolPoozerye.png");
}

/*СМОЛЕНСКАЯ ОБЛАСТЬ- ПЕРЕЯСЛАВЛЬ-ЗАЛЕССКИЙ*/
.features-icon-V_PereslavlZalessky {
  background-image: url("../img/V_PereslavlZalessky.png");
}

.features-icon-K_PereslavlZalessky {
  background-image: url("../img/K_PereslavlZalessky.png");
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  text-align: center;
  padding: 0px;
  font-family: Times, sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: #ffffcc;
}
body .container {
  display: inline-block;
  width: 980px;
  text-align: left;
  margin: 0 auto;
  padding: 0px;
  border: none;
}
body .container a {
  text-decoration: underline;
}
body .container a:link {
  text-decoration: underline;
  color: rgba(6, 28, 66, 0.89);
}
body .container a:visited {
  text-decoration: underline;
  color: rgba(102, 96, 98, 0.58);
}
body .container a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
body .container a:hover {
  color: #9c0a0a;
  text-decoration: underline;
}
body .container a p {
  padding-left: 5px;
  padding-right: 5px;
}
body .container a p .underline {
  text-decoration: underline;
}
body .container-min {
  min-height: 330px;
}
body .underline {
  text-decoration: underline;
}
body .currentPage {
  text-decoration: none;
  color: #726161;
  font-size: 10em;
}
body .imagesLM {
  float: left;
  margin: 1px;
  padding: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
}
body .imagesLM:hover, body .imagesLM:focus {
  transform: scale(1.5);
  z-index: 500;
}
body .karta {
  display: inline-block;
  margin: 1px;
  padding: 1px;
}
body .karta:hover, body .karta:focus {
  transform: scale(1.8);
  z-index: 200;
}
body .panorama {
  display: inline-block;
  min-width: 450px;
  margin: 1px;
  padding: 1px;
}
body .panorama:hover, body .panorama:focus {
  transform: scale(2);
  z-index: 200;
  text-align: center;
}
body .reklama {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}
body article {
  padding-left: 10px;
  padding-right: 10px;
}

/*ИкоНКА ВОЗВРАТА К ВЕРХУ СТРАНИЦЫ*/
.features-icon-top200_49 {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 40px;
  float: right;
  margin-top: 5px;
  margin-bottom: 1px;
  width: 200px;
  height: 50px;
  background-image: url("../img/top200_49.png");
  background-repeat: no-repeat;
}
.features-icon-top200_49:hover {
  background-image: url("../img/top_active200_49.png");
}

.pageTitleViki {
  width: 690px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  border: none;
}

.vikiTextLeft {
  position: relative;
  float: left;
  width: 780px;
  border: none;
}

.mcr-item-viki {
  display: inline-block;
  width: 160px;
  border: none;
  text-align: right;
}
.mcr-item-viki .features-icon {
  margin-bottom: 3px;
  float: right;
}
.mcr-item-viki .features-title-viki {
  font-size: 16px;
  line-height: 18px;
  color: navy;
  text-transform: uppercase;
}
.mcr-item-viki .features-title-viki:hover {
  color: red;
}

.container_two-viki-ads {
  display: inline-block;
  width: 980px;
  height: 220px;
  vertical-align: top;
  border: none;
}
.container_two-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 580px;
  border: none;
}
.container_two-viki-ads .container_two-viki {
  display: inline-block;
  width: 390px;
  vertical-align: top;
  height: 200px;
  border: none;
}
.container_two-viki-ads .container_two-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 10px;
  padding-top: 0px;
  border: none;
}

.container_one-viki-ads {
  display: inline-block;
  width: 980px;
  height: 220px;
  vertical-align: top;
  border: none;
}
.container_one-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 800;
  border: none;
}
.container_one-viki-ads .container_one-viki {
  display: inline-block;
  width: 390px;
  vertical-align: top;
  height: 200px;
  border: none;
}
.container_one-viki-ads .container_one-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 10px;
  padding-top: 0px;
  border: none;
}

.container_one-viki-ads {
  display: inline-block;
  width: 980px;
  height: 220px;
  vertical-align: top;
  border: none;
}
.container_one-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 580px;
  border: none;
}
.container_one-viki-ads .container_one-viki {
  display: inline-block;
  width: 800px;
  vertical-align: top;
  height: 200px;
  border: none;
}
.container_one-viki-ads .container_one-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 5px;
  padding-top: 0px;
  border: none;
}

/*ВИДЕО СИТИ ТЕКСТ СПРАВА ОТ ФОТОГРАФИИ*/
.imagesLeft {
  display: inline-block;
  margin: 10px;
  border: none;
}

.righttext {
  float: right;
  width: 600px;
  margin: 10px;
  color: rgba(6, 28, 66, 0.89);
  font-size: 21px;
  line-height: 22px;
  font-style: oblique;
  border: none;
}

/*ИКОНКИ ИНФОРМАЦИИ ИЗ ИНТЕРНЕТА*/
.features-icon-K_Internet {
  background-image: url("../img/K_Internet.png");
}

/*ВИКИПЕДИЯ*/
.features-icon-K_Wikipedia {
  background-image: url("../img/K_Wikipedia.png");
}

/*АКАДЕМИК*/
.features-icon-K_Akademik {
  background-image: url("../img/K_Akademik.png");
}

/*Электронная Москва MOS OPEN RU*/
.features-icon-K_MosOpen_ru {
  background-image: url("../img/K_MosOpen_ru.png");
}

/*СОБЯНИН*/
.features-icon_K_sobyanin {
  background-image: url("../img/K_sobyanin.png");
}

/*МОЙ РАЙОН*/
.features-icon_K_my-area {
  background-image: url("../img/K_my-area.png");
}

/*RG POISK*/
.features-icon-K_RgPoisk {
  background-image: url("../img/K_RgPoisk.png");
}

/*ВСЕ УЛИЦЫ МОСКВЫ*/
.features-icon-K_KseUlitziMoskvi {
  background-image: url("../img/K_VseUlitziMoskvi.png");
}

/*ВСЕ УЛИЦЫ ТОП ГИД*/
.features-icon-K_topgid {
  background-image: url("../img/K_topgid.png");
}

/*РАМБЛЕР*/
.features-icon-K_Rambler {
  background-image: url("../img/K_Rambler.png");
}

/*travel_ru*/
.features-icon-K_travel_ru {
  background-image: url("../img/K_travel_ru.png");
}

/*italy4_mepng*/
.features-icon-K_italy4_mepng {
  background-image: url("../img/K_italy4_mepng.png");
}

/*smileplanet*/
.features-icon-K_smileplanet {
  background-image: url("../img/K_smileplanet.png");
}

/*ТОНКОСТИ ТУРИЗМА*/
.features-icon-K_tonkosti {
  background-image: url("../img/K_tonkosti.png");
}

/*ТУРИСТЕР*/
.features-icon-K_tourister {
  background-image: url("../img/K_tourister.png");
}

/*ВОКРУГ СВЕТА*/
.features-icon-K_vokrugsveta {
  background-image: url("../img/K_vokrugsveta.png");
}

/*ОФОРМЛЕНИЕ ЗАГРАНПАСПОРТОВ*/
.features-icon-Vpassport {
  background-image: url("../img/Vpassport.png");
}

.features-icon-Kpassport {
  background-image: url("../img/Kpassport.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ*/
.features-icon-Vtravel {
  background-image: url("../img/Vtravel.png");
}

.features-icon-Ktravel {
  background-image: url("../img/Ktravel.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИТАЛИЯ*/
.features-icon-V_world_country_Italy {
  background-image: url("../img/V_world_country_Italy.png");
}

.features-icon-K_world_country_Italy {
  background-image: url("../img/K_world_country_Italy.png");
}

/*ИТАЛИЯ ВЕНЕЦИЯ*/
.features-icon-V_Italy_Venezia {
  background-image: url("../img/V_Italy_Venezia.png");
}

.features-icon-K_Italy_Venezia {
  background-image: url("../img/K_Italy_Venezia.png");
}

/*ИТАЛИЯ ФЛОРЕНЦИЯ*/
.features-icon-V_Italy_Florence {
  background-image: url("../img/V_Italy_Florence.png");
}

.features-icon-K_Italy_Florence {
  background-image: url("../img/K_Italy_Florence.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ:  КИПР*/
.features-icon-V_world_country_Cyprus {
  background-image: url("../img/V_world_country_Cyprus.png");
}

.features-icon-K_world_country_Cyprus {
  background-image: url("../img/K_world_country_Cyprus.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ*/
.features-icon-V_world_country_Spain {
  background-image: url("../img/V_world_country_Spain.png");
}

.features-icon-K_world_country_Spain {
  background-image: url("../img/K_world_country_Spain.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ БЕНАЛЬМАДЕНА*/
.features-icon-V_Spane_Benaladena {
  background-image: url("../img/V_Spane_Benalmadena.png");
}

.features-icon-K_Spane_Benalmadena {
  background-image: url("../img/K_Spane_Benalmadena.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ ГРАНАДА И АЛЬГАМБРА*/
.features-icon-V_Spane_Granada {
  background-image: url("../img/V_Spane_Granada.png");
}

.features-icon-K_Spane_Granada {
  background-image: url("../img/K_Spane_Granada.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ МАЛАГА*/
.features-icon-V_Spane_Malaga {
  background-image: url("../img/V_Spane_Malaga.png");
}

.features-icon-K_Spane_Malaga {
  background-image: url("../img/K_Spane_Malaga.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ МИХАС*/
.features-icon-V_Spane_Mijas {
  background-image: url("../img/V_Spane_Mijas.png");
}

.features-icon-K_Spane_Mijas {
  background-image: url("../img/K_Spane_Mijas.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ СЕВИЛЬЯ*/
.features-icon-V_Spane_Sevilla {
  background-image: url("../img/V_Spane_Sevilla.png");
}

.features-icon-K_Spane_Sevilla {
  background-image: url("../img/K_Spane_Sevilla.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ИСПАНИЯ торремолинос*/
.features-icon-V_Spane_Torremolinos {
  background-image: url("../img/V_Spane_Torremolinos.png");
}

.features-icon-K_Spane_Torremolinos {
  background-image: url("../img/K_Spane_Torremolinos.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ:  ТУРЦИЯ*/
.features-icon-V_world_country_Turkey {
  background-image: url("../img/V_world_country_Turkey.png");
}

.features-icon-K_world_country_Turkey {
  background-image: url("../img/K_world_country_Turkey.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ЧЕРНОГОРИЯ*/
.features-icon-V_world_country_Montenegro {
  background-image: url("../img/V_world_country_Montenegro.png");
}

.features-icon-K_world_country_Montenegro {
  background-image: url("../img/K_world_country_Montenegro.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ЧЕРНОГОРИЯ БУДВА*/
.features-icon-V_Montenegro_Budva {
  background-image: url("../img/V_Montenegro_Budva.png");
}

.features-icon-K_Montenegro_Budva {
  background-image: url("../img/K_Montenegro_Budva.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ЧЕРНОГОРИЯ КОТОР*/
.features-icon-V_Montenegro_Kotor {
  background-image: url("../img/V_Montenegro_Kotor.png");
}

.features-icon-K_Montenegro_Kotor {
  background-image: url("../img/K_Montenegro_Kotor.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ЧЕРНОГОРИЯ ТИВАТ*/
.features-icon-V_Montenegro_Tivat {
  background-image: url("../img/V_Montenegro_Tivat.png");
}

.features-icon-K_Montenegro_Tivat {
  background-image: url("../img/K_Montenegro_Tivat.png");
}

/*ИКОНКИ ПУТЕШЕСТВИЯ: ШВЕЦИЯ*/
.features-icon-V_world_country_Sweden {
  background-image: url("../img/V_world_country_Sweden.png");
}

.features-icon-K_world_country_Sweden {
  background-image: url("../img/K_world_country_Sweden.png");
}

.features-icon-K_Sweden_Stockholm {
  background-image: url("../img/K_Sweden_Stockholm.png");
}

.features-icon-V_Sweden_Stockholm {
  background-image: url("../img/V_Sweden_Stockholm.png");
}

/*АЭРОПОРТЫ*/
.features-icon-Vairports {
  background-image: url("../img/Vairports.png");
}

.features-icon-Kairports {
  background-image: url("../img/Kairports.png");
}

.features-icon-V_hotel {
  background-image: url("../img/V_hotel.png");
}

.features-icon-K_hotel {
  background-image: url("../img/K_hotel.png");
}

/*ВЕТКЛИНИКИ*/
.features-icon-Vmed {
  background-image: url("../img/Vmed.png");
}

.features-icon-Kmed {
  background-image: url("../img/Kmed.png");
}

/*КОНЦЕРТНЫЕ ЗАЛЫ*/
.features-icon-Vconcert {
  background-image: url("../img/Vconcert.png");
}

.features-icon-Kconcert {
  background-image: url("../img/Kconcert.png");
}

/*ВЫСТАВКИ*/
.features-icon-Vexhibition {
  background-image: url("../img/Vexhibition.png");
}

.features-icon-Kexhibition {
  background-image: url("../img/Kexhibition.png");
}

/*ДВОРЫ*/
.features-icon-Vbackyard {
  background-image: url("../img/Vbackyard.png");
}

.features-icon-Kbackyard {
  background-image: url("../img/Kbackyard.png");
}

/*ИКОНКИ БИЗНЕС ЦЕНТРОВ*/
.features-icon-Vbc {
  background-image: url("../img/Vbc.png");
}

.features-icon-Kbc {
  background-image: url("../img/Kbc.png");
}

/*АВТОВОКЗАЛ*/
.features-icon-VbusI {
  background-image: url("../img/VbusI.png");
}

.features-icon-KbusI {
  background-image: url("../img/KbusI.png");
}

/*АВТОБУСЫ*/
.features-icon-Vbus {
  background-image: url("../img/Vbus.png");
}

.features-icon-Kbus {
  background-image: url("../img/Kbus.png");
}

/*МАРШРУТКИ*/
.features-icon-Vmini_bus {
  background-image: url("../img/Vmini_bus.png");
}

.features-icon-Kmini_bus {
  background-image: url("../img/Kmini_bus.png");
}

/*ТРОЛЛЕЙБУСЫ*/
.features-icon-Vtrolley {
  background-image: url("../img/Vtrolley.png");
}

.features-icon-Ktrolley {
  background-image: url("../img/Ktrolley.png");
}

/*ТРАМВАИ*/
.features-icon-Vtram {
  background-image: url("../img/Vtram.png");
}

.features-icon-Ktram {
  background-image: url("../img/Ktram.png");
}

/*ИКОНКИ ТАКСИ*/
.features-icon-Vtaxi {
  background-image: url("../img/Vtaxi.png");
}

.features-icon-Ktaxi {
  background-image: url("../img/Ktaxi.png");
}

/*ИКОНКИ РЕЧНОЙ ТРАНСПОРТ*/
.features-icon-Vriver_transport {
  background-image: url("../img/Vriver_transport.png");
}

.features-icon-Kriver_transport {
  background-image: url("../img/Kriver_transport.png");
}

/*ИКОНКИ АРЕНДА АВТОМОБИЛЯ*/
.features-icon-Vrent_a_car {
  background-image: url("../img/Vrent_a_car.png");
}

.features-icon-Krent_a_car {
  background-image: url("../img/Krent_a_car.png");
}

/*ИКОНКИ АРЕНДА ВЕЛОСИПЕДОВ*/
.features-icon-Vbikes {
  background-image: url("../img/Vbikes.png");
}

.features-icon-Kbikes {
  background-image: url("../img/Kbikes.png");
}

/*КЛАДБИЩА*/
.features-icon-Vkladbishe {
  background-image: url("../img/Vkladbishe.png");
}

.features-icon-Kkladbishe {
  background-image: url("../img/Kkladbishe.png");
}

/*ИКОНКУИ МУЗЕЕВ*/
.features-icon-Vmuseums {
  background-image: url("../img/Vmuseums.png");
}

.features-icon-Kmuseums {
  background-image: url("../img/Kmuseums.png");
}

/*ИКОНКИ ПАМЯТНИКОВ*/
.features-icon-Vmonuments {
  background-image: url("../img/Vmonuments.png");
}

.features-icon-Kmonuments {
  background-image: url("../img/Kmonuments.png");
}

/*МАГИСТРАЛИ: МОСТЫ, ЭСКАКАДЫ, ПУТЕПРОВОДЫ, ТОННЕЛИ...*/
/*МОСТЫ*/
.features-icon-Vbridges {
  background-image: url("../img/Vbridges.png");
}

.features-icon-Kbridges {
  background-image: url("../img/Kbridges.png");
}

/*ЭСТАКАДЫ*/
.features-icon-Vestakad {
  background-image: url("../img/Vestakad.png");
}

.features-icon-Kestakad {
  background-image: url("../img/Kestakad.png");
}

/*ИКОНКИ ВЫЛЕТНЫХ МАГИСТРАЛЕЙ*/
.features-icon-Vmotorways {
  background-image: url("../img/Vmotorways.png");
}

.features-icon-Kmotorways {
  background-image: url("../img/Kmotorways.png");
}

.features-icon-Vmotorways_radial_artery {
  background-image: url("../img/v_motorways_radial_artery.png");
}

.features-icon-mV_motorways_radial_artery {
  background-image: url("../img/mV_motorways_radial_artery.png");
}

.features-icon-V_motorways_radial_artery {
  background-image: url("../img/V_motorways_radial_artery.png");
}

.features-icon-K_motorways_radial_artery {
  background-image: url("../img/K_motorways_radial_artery.png");
}

/*ИКОНКИ ПУТЕПРОВОДОВ*/
.features-icon-Vputeprovod {
  background-image: url("../img/Vputeprovod.png");
}

.features-icon-Kputeprovod {
  background-image: url("../img/Kputeprovod.png");
}

/*ИКОНКИ ТОННЕЛИ*/
.features-icon-Vtonneli {
  background-image: url("../img/Vtonneli.png");
}

.features-icon-Ktonneli {
  background-image: url("../img/Ktonneli.png");
}

/*ИКОНКИ ПАРКОВ*/
.features-icon-Vparks {
  background-image: url("../img/Vparks.png");
}

.features-icon-Kparks {
  background-image: url("../img/Kparks.png");
}

/*ИКОНКИ СПОРТИВНЫХ СООРУЖЕНИЙ*/
.features-icon-Vsports {
  background-image: url("../img/Vsports.png");
}

.features-icon-Ksports {
  background-image: url("../img/Ksports.png");
}

.features-icon-Vfitness {
  background-image: url("../img/Vfitness.png");
}

.features-icon-Kfitness {
  background-image: url("../img/Kfitness.png");
}

.features-icon-Vpool {
  background-image: url("../img/Vpool.png");
}

.features-icon-Kpool {
  background-image: url("../img/Kpool.png");
}

/*ЖЕЛЕЗНОДОРОЖНЫЕ ВОКЗАЛЫ*/
.features-icon-Vstations {
  background-image: url("../img/Vstations.png");
}

.features-icon-Kstations {
  background-image: url("../img/Kstations.png");
}

/*УЛИЦЫ*/
.features-icon-Vstreet {
  background-image: url("../img/Vstreet.png");
}

.features-icon-Kstreet {
  background-image: url("../img/Kstreet.png");
}

.features-icon-Vsquare {
  background-image: url("../img/Vsquare.png");
}

.features-icon-Ksquare {
  background-image: url("../img/Ksquare.png");
}

/*ХРАМЫ*/
.features-icon-Vtemples {
  background-image: url("../img/Vtemples.png");
}

.features-icon-Ktemples {
  background-image: url("../img/Ktemples.png");
}

/*ТЕАТРЫ*/
.features-icon-Vtheatres {
  background-image: url("../img/Vtheatres.png");
}

.features-icon-Ktheatres {
  background-image: url("../img/Ktheatres.png");
}

/*ИКОНКИ ТОРГОВЫХ ЦЕНТРОВ*/
.features-icon-Vtc {
  background-image: url("../img/Vshopping.png");
}

.features-icon-Ktc {
  background-image: url("../img/Kshopping.png");
}

body {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: Times, sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: #ffffcc;
  overflow-x: hidden;
}
body .underline {
  text-decoration: underline;
}
body .currentPage {
  text-decoration: none;
  color: #726161;
  font-size: 10em;
}

.wrapper {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
}

/* Медиа-запрос для большого экрана */
@media (min-width: 1170px) {
  .wrapper {
    max-width: 1170px;
  }
}
.container {
  display: inline-block;
  width: 980px;
  text-align: left;
  padding: 0px;
  border: none;
}
.container a {
  text-decoration: underline;
}
.container a:link {
  text-decoration: underline;
  color: rgba(6, 28, 66, 0.89);
}
.container a:visited {
  text-decoration: underline;
  color: rgba(102, 96, 98, 0.58);
}
.container a:active {
  text-decoration: underline;
  color: rgb(246, 65, 26);
}
.container a:hover {
  color: #9c0a0a;
  text-decoration: underline;
}
.container a p {
  padding-left: 5px;
  padding-right: 5px;
}
.container a p .underline {
  text-decoration: underline;
}

.imagesLM {
  float: left;
  margin: 1px;
  padding: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.imagesLM:hover, .imagesLM:focus {
  transform: scale(1.5);
  z-index: 500;
}

.karta {
  display: inline-block;
  margin: 1px;
  padding: 1px;
}
.karta:hover, .karta:focus {
  transform: scale(1.8);
  z-index: 200;
}

.panorama {
  display: inline-block;
  min-width: 450px;
  margin: 1px;
  padding: 1px;
}
.panorama:hover, .panorama:focus {
  transform: scale(2);
  z-index: 200;
  text-align: center;
}

.reklama {
  width: 100%;
  margin: 5px;
  border: none;
}

article {
  padding-left: 10px;
  padding-right: 10px;
}

/*ИкоНКА ВОЗВРАТА К ВЕРХУ СТРАНИЦЫ*/
.features-icon-top200_49 {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 40px;
  float: right;
  margin-top: 5px;
  margin-bottom: 1px;
  width: 200px;
  height: 50px;
  background-image: url("../img/top200_49.png");
  background-repeat: no-repeat;
}
.features-icon-top200_49:hover {
  background-image: url("../img/top_active200_49.png");
}

.pageTitleViki {
  width: 690px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  border: none;
}

.vikiTextLeft {
  position: relative;
  float: left;
  width: 780px;
  border: none;
}

.mcr-item-viki {
  display: inline-block;
  width: 160px;
  border: none;
  text-align: right;
}
.mcr-item-viki .features-icon {
  margin-bottom: 3px;
  float: right;
}
.mcr-item-viki .features-title-viki {
  font-size: 16px;
  line-height: 18px;
  color: navy;
  text-transform: uppercase;
}
.mcr-item-viki .features-title-viki:hover {
  color: red;
}

.container_two-viki-ads {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
}
.container_two-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 500px;
  border: none;
}
.container_two-viki-ads .container_two-viki {
  display: inline-block;
  width: 460px;
  vertical-align: top;
  text-align: right;
  border: none;
}
.container_two-viki-ads .container_two-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 10px;
  padding-top: 0px;
  border: none;
}

.container_one-viki-ads {
  display: inline-block;
  width: 980px;
  height: 220px;
  vertical-align: top;
  border: none;
}
.container_one-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 800;
  border: none;
}
.container_one-viki-ads .container_one-viki {
  display: inline-block;
  width: 390px;
  vertical-align: top;
  height: 200px;
  border: none;
}
.container_one-viki-ads .container_one-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 5px;
  padding-top: 0px;
  border: none;
}

.container_one-viki-ads {
  display: inline-block;
  width: 980px;
  height: 220px;
  vertical-align: top;
  border: none;
}
.container_one-viki-ads .ads-in-the-metro {
  display: inline-block;
  width: 580px;
  border: none;
}
.container_one-viki-ads .container_one-viki {
  display: inline-block;
  width: 800px;
  vertical-align: top;
  height: 200px;
  border: none;
}
.container_one-viki-ads .container_one-viki .features-item-viki {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding-left: 10px;
  padding-top: 0px;
  border: none;
}

/*ВИДЕО СИТИ ТЕКСТ СПРАВА ОТ ФОТОГРАФИИ*/
.imagesLeft {
  display: inline-block;
  margin: 10px;
  border: none;
}

.righttext {
  float: right;
  width: 600px;
  margin: 10px;
  color: rgba(6, 28, 66, 0.89);
  font-size: 21px;
  line-height: 22px;
  font-style: oblique;
  border: none;
}

p {
  margin-bottom: 0.3em;
  /* Отступ снизу */
}

.source {
  font-size: 16px;
  font-style: italic;
}