.mapViewer {
  background: #073d71 url("https://files.enjourney.ru/images/bigMapBg2.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mapViewer__icons {
  left: 37px;
  position: absolute;
  top: 30px;
  z-index: 2;
}
.mapViewer__icons:hover .operation.share .share {
  display: block;
}
.mapViewer__icons .operation.share .share {
  display: none;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
.mapViewer__map {
  height: 748px;
  position: relative;
}
.mapViewer__mapCreateOwn {
  left: 50%;
  margin: -18px 0 0 -90px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.mapViewer__mapCreateOwnOverlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mapViewer__mapCreateOwnClose {
  margin: 0 11px -10px;
}
.mapViewer__sections {
  padding: 0 36px;
  position: relative;
}
.mapViewer__sections:after {
  background: rgba(255, 255, 255, 0.28);
  bottom: 2px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mapViewer__section {
  border-bottom: 3px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-right: 34px;
  padding: 19px 9px 13px;
  position: relative;
}
.mapViewer__section:after {
  background: rgba(255, 255, 255, 0.07);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -ms-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
  width: 100%;
}
.mapViewer__section:hover:after,
.mapViewer__section_active:after {
  height: 100%;
}
.mapViewer__sectionName {
  position: relative;
  z-index: 1;
}
.mapViewer__section_active {
  border-bottom-color: #f3bf50;
}
.mapViewer__percentage {
  color: #fff;
  font-size: 16px;
  margin: 33px 0 0;
  padding: 0 29px;
  position: relative;
  z-index: 1;
}
.mapViewer__percentageText {
  display: inline-block;
  line-height: 48px;
}
.mapViewer__percentageText .dropDownMenu {
  font-size: inherit;
}
.mapViewer__percentageText .dropDownMenu .arrDown {
  display: none !important;
}
.mapViewer__percentageText .dropDownMenu .label {
  padding-right: 0;
}
.mapViewer__shortList {
  display: none;
}
.mapViewer__shortList_open {
  display: block;
}
.mapViewer__timeline {
  background: url("https://files.enjourney.ru/images/bigMapTimescaleBg.png") repeat-x;
  margin: -57px 0 0;
  position: relative;
  padding: 87px 71px 69px;
  white-space: nowrap;
}
.mapViewer__timeline:before {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  left: -20px;
  padding: 0 20px 0 0;
  position: absolute;
  top: 132px;
  width: 100%;
}
.mapViewer__timelineArrow {
  background: url(https://files.enjourney.ru/images/dateLineArrows.png) no-repeat;
  cursor: default;
  height: 32px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 87px;
  width: 19px;
  z-index: 1;
}
.mapViewer__timelineArrow_dir_left {
  background-position: -200px 0;
  left: 30px;
}
.mapViewer__timelineArrow_dir_right {
  background-position: -300px 0;
  right: 30px;
}
.mapViewer__timelineArrow_active {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=50);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mapViewer__timelineArrow_active.mapViewer__timelineArrow_dir_left {
  background-position: 0 0;
}
.mapViewer__timelineArrow_active.mapViewer__timelineArrow_dir_right {
  background-position: -100px 0;
}
.mapViewer__timelineYear {
  display: inline-block;
  vertical-align: top;
}
.mapViewer__timelineYearValue {
  color: #fff;
  font-size: 30px;
  padding: 9px 60px 24px 40px;
  position: relative;
}
.mapViewer__timelineYearValue:before {
  background: #fff;
  content: '';
  display: block;
  height: 12px;
  left: 43px;
  position: absolute;
  top: 33px;
  width: 1px;
}
.mapViewer__timelineYearCountries .mapViewerAutocomplite {
  display: inline-block;
}
.mapViewer__timelineYearCountry {
  margin-top: 16px;
  padding: 0 4px 7px 42px;
  position: relative;
}
.mapViewer__timelineYearCountryFlag.flag {
  margin: 0 4px 5px 0;
}
.mapViewer__timelineYearCountryName {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(65%);
}
.mapViewer__timelineYearCountryRemove {
  cursor: pointer;
  margin: 0 0 2px 4px;
}
.mapViewer__timelineYearCountryLink {
  display: block;
  font-size: 14px;
  margin: -5px 0 0;
  padding-left: 24px;
}
.mapViewer__timelineYearAddCountry {
  color: #f3bf50;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: 15px 2px 2px;
  padding-left: 66px;
}
.mapViewerAutocomplite {
  display: none;
}
#UserCountries_country {
  margin-top: 15px;
  padding-left: 66px;
}
#UserCountries_country .checkbox > span {
  display: none;
}
#UserCountries_country .checkbox > span.flag {
  display: inline-block;
}
#UserCountries_country span.label {
  font-size: 15px !important;
}
#UserCountries_country .dropDownMenu .icon.arrDown {
  display: none;
}
#UserCountries_country .selectedValues {
  display: none;
}
.mapConstructor {
  color: #fff;
  position: relative;
}
.mapConstructor__panel {
  float: left;
  padding: 53px 0 0 55px;
  width: 245px;
}
.mapConstructor__panelTitle {
  font-size: 24px;
  margin-top: 37px;
}
.mapConstructor__panelShare {
  font-size: 15px;
  margin-top: 40px;
}
.mapConstructor__panelShare .share {
  margin-top: 9px;
}
.mapConstructor__panelShare .share a {
  margin-right: 20px !important;
}
.mapConstructor__panelMenu {
  margin-left: -25px;
  margin-top: 43px;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu > ._closer_,
.mapConstructor__panelMenu #User_countries .dropDownMenu > .label,
.mapConstructor__panelMenu #User_countries .dropDownMenu .arrDown,
.mapConstructor__panelMenu #User_countries .dropDownMenu + .selectedValues {
  display: none;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner {
  display: block;
  margin: 0;
  padding: 0;
  position: static;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut {
  background: none;
  margin: 0;
  padding: 0;
  position: static;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut input {
  margin: 0;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .dropDownMenuArr {
  display: none;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .listValuesInner {
  top: 0;
  margin-top: 21px;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .listValuesInner .listValues {
  height: auto;
  max-height: none;
  margin: 0;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .listValuesInner .listValues .inpt.checkbox {
  padding: 2px 10px 5px 7px;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .listValuesInner .listValues .inpt.checkbox > span {
  margin-right: 11px;
}
.mapConstructor__panelMenu #User_countries .dropDownMenu .dropDownMenuInner .dropDownMenuOut .listValuesInner .listValues .inpt.checkbox > span.flag {
  margin-right: 7px;
}
.mapConstructor__map {
  height: 657px;
  left: 300px;
  position: fixed;
  text-align: center;
  top: 53px;
  width: calc(100% - 300px);
}
body main.content {
  padding-bottom: 0;
}
footer.footer {
  display: none;
}
@media screen and (min-width: 1000px) {
  .bigMap .bigMap_timeScale .year {
    width: 25%;
  }
}
@media screen and (min-width: 1250px) {
  .bigMap .bigMap_timeScale .year {
    width: 20%;
  }
}
@media screen and (min-width: 1500px) {
  .bigMap .bigMap_timeScale .year {
    width: 16.666666666666668%;
  }
}
