html,
body {
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
}

body {
  background: rgb(254, 250, 244) url('../i/back.png') repeat-y center;
  color: rgb(120, 119, 120);
  line-height: 14px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-size: 12px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

a {
  text-decoration: underline;
  color: rgb(1, 139, 226);
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  font-weight: normal;
  color: rgb(186, 18, 0);
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 26px;
  margin: 0 0 26px 0;
}

h2 {
  font-size: 21px;
  margin: 0 0 12px 0;
}

h3 {
  font-size: 16px;
  margin: 20px 0 12px 0;
  color: rgb(127, 12, 0);
}

h4 {
  font-size: 14px;
  margin: 10px 0 12px 0;
  color: rgb(0, 0, 0);
}

p {
  margin: 5px 0px 12px 0px;
}

p.center {
  text-align: center;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 10px 10px 10px 0;
}

img.right {
  float: right;
  margin: 10px 0 10px 10px;
}

table {
  border-collapse: collapse;
  border: none;
  width: 98%;
  margin-bottom: 30px;
}

table tr td,
table tr th {
  padding: 3px 5px 3px 5px;
  vertical-align: top;
  border: 1px solid rgb(173, 173, 173);
}

table tr th {
  color: rgb(30, 30, 30);
  background: rgb(240, 240, 240);
}

ul {
  margin: 15px 0 30px 0;
  padding: 0 0 0 20px;
}

ol {
  margin: 15px 0 30px 0;
  padding: 0 0 0 30px;
}

ul li {
  margin: 4px 0 4px 0;
  padding: 0 0 0 10px;
}

ol li {
  margin: 4px 0 4px 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

form sup {
  color: rgb(255, 0, 0);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  border: 1px solid rgb(149, 149, 149);
  background: none;
  color: rgb(120, 119, 120);
  outline: none;
}

input {
  /*background: url('../i/input.png') repeat-x;*/
}

.chery {
  color: rgb(110, 11, 0);
}

.clear {
  clear: both;
}

.clearl {
  clear: left;
}

.razd {
  width: 95%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

.center {
  text-align: center;
}

.paddingbut {
  padding-left: 80px;
}

/* == Top Head ==  */
#tophead {
  width: 1000px;
  height: 292px;
  margin: 0 auto 0 auto;
  background: url('../i/tophead.png') repeat-x top left;
  position: relative;
}

/* #tophead:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: url('../pic/9maylenta.png') no-repeat;
	background-position: center;
	top: 0;
	left: 0;
} */
#duma {
  width: 579px;
  height: 273px;
  position: absolute;
  left: 0;
  bottom: 14px;
  background: url('../i/duma.jpg') no-repeat;
}

#tophead h3 {
  width: 619px;
  height: 28px;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 254px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  margin: 0;
  padding: 12px 28px 0 0;
  background: url(../i/topheadtitle.png) no-repeat top right;
}

#topplashka {
  width: 772px;
  height: 90px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 45px;
  background: url('../i/topplashka_new.png') no-repeat top right;
}

#topplashka h2 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 217px;
  top: 33px;
}

#topplashka img {
  position: absolute;
  left: 60px;
  bottom: 10px;
}

#date {
  display: block;
  width: 254px;
  position: absolute;
  top: 23px;
  right: 0;
  text-align: center;
  line-height: 20px;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#date strong {
  font-size: 21px;
  font-weight: normal;
}

#icons {
  width: 255px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}

#icons li {
  width: 51px;
  margin: 0;
  padding: 15px 0 0 0;
  float: left;
  list-style: none;
  text-align: center;
}

#search {
  width: 210px;
  position: absolute;
  top: 148px;
  right: 145px;
  z-index: 20;
  color: rgb(0, 0, 0);
}

#search input {
  width: 157px;
  height: 15px;
  border: 1px solid rgb(147, 141, 133);
  background: rgb(255, 249, 240);
  margin: 0px 5px 0 0;
  color: rgb(0, 0, 0);
}

input#button_search {
  width: 32px;
  height: 21px;
  background: transparent url('../i/search.png') no-repeat;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
  top: 5px;
  position: relative;
}

/* == Main Menu ==  */
#menu {
  width: 874px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 230px;
  left: 0;
  z-index: 20;
}

#menu li {
  height: 33px;
  margin: 0;
  padding: 15px 18px 0 18px;
  float: left;
  list-style: none;
  position: relative;
}

#menu.second li {
  padding: 15px 11px 0 14px;
}

.no-touch #menu li:hover ul {
  display: block;
}

#menu li.act {
  background: url('../i/actmenu.png') repeat-x;
}

.no-touch #menu li.act:hover {
  background: transparent url('../i/actmenu.png') repeat-x;
}

#menu li a {
  color: rgb(255, 255, 255);
}

#menu li.act a {
  text-decoration: none;
}

#menu>li:hover {
  background-image: none;
  background-color: rgb(98, 93, 85);
}

/* == DropDown Menu ==  */
#menu li ul {
  display: none;
  margin: 0;
  padding: 20px 20px 9px 20px;
  position: absolute;
  background: rgb(252, 252, 252) url('../i/dropmenu.png') repeat-x;
  border: 1px solid rgb(206, 206, 206);
  border-top: none;
  position: absolute;
  top: 48px;
  left: 0;
}

#menu li ul li,
#menu.second li ul li {
  margin: 0;
  padding: 0 0 11px 14px;
  float: none;
  height: inherit;
  background: url('../i/dropmenuli.png') no-repeat 0 5px;
  white-space: nowrap;
}

#menu li ul li:hover {
  background: transparent url('../i/dropmenuli.png') no-repeat 0 5px;
}

#menu li ul li a,
#menu li.act ul li a {
  color: rgb(1, 139, 226);
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#menu li ul li a:hover,
#menu li.act ul li a:hover {
  text-decoration: none;
}

#menu li ul.hover {
  display: block;
}

#flag {
  width: 714px;
  height: 157px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('../i/flag-new.png') no-repeat;
}

#flag:after {
  position: absolute;
  content: '';
  left: 0;
}

/* == Main Part ==  */
#main {
  width: 982px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 18px;
  background: rgb(255, 255, 255);
  position: relative;
}

#content {
  width: 652px;
  float: left;
  padding: 30px 0 0 0;
}

#content.second {
  width: auto;
  float: none;
  padding: 30px 0 0 0;
  margin: 0 40px 0 320px;
}

#content.width960 {
  width: 960px;
}

.cols {
  width: 314px;
  margin: 0 0 30px 0;
  float: left;
}

.descr {
  width: 290px;
  margin: 0 0 30px 0;
  float: left;
}

.descr .mphoto {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid rgb(195, 195, 190);
}

.descr .party {
  float: left;
  margin: 10px 10px 10px 0;
}

.rpadding {
  margin: 0 24px 30px 0;
}

.cols .news {
  text-align: right;
  padding-right: 10px;
}

.cols .plashka {
  width: 292px;
}

.descr .plashka {
  width: 280px;
}

.plashka {
  width: 630px;
  background: rgb(244, 244, 244);
  border: 1px solid rgb(208, 208, 208);
  position: relative;
  padding: 10px;
}

.new-main-page {
  width: calc(100% + 308px);
  padding: 15px 10px 15px 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.new-main-page__wrapper {
  max-width: 650px;
}

.new-main-page+div#js-show-iframe-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  min-width: 293px;
  left: -18px;
  max-width: 1000px;
  background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
  color: #fff;
  cursor: pointer;
}

.new-main-page+div#js-show-iframe-wrapper .pos-banner-fluid.bf-2 {
  position: relative;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 100%;
  width: 100%;
  max-width: 1000px;
  font-family: LatoWeb, sans-serif;
  box-sizing: border-box;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__decor {
  grid-column: 1;
  grid-row: 1;
  background: url('/banner-fluid/2/banner-fluid-bg-2-small.svg') 0% calc(100% - 6px) no-repeat;
  background-size: cover;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__logo-wrap {
  position: absolute;
  top: initial;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 30px 24px 40px;
  background: #2d73bc;
  border-radius: 80px 0 0 0;
}

.new-main-page+div#js-show-iframe-wrapper img.bf-2__logo {
  width: 128px;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__slogan {
  font-family: LatoWebBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__content {
  padding: 30px;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__description {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.new-main-page+div#js-show-iframe-wrapper span.bf-2__text {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-family: LatoWebBold, sans-serif;
  color: #fff;
}

.new-main-page+div#js-show-iframe-wrapper span.bf-2__text_small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: LatoWeb, sans-serif;
}

.new-main-page+div#js-show-iframe-wrapper .bf-2__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-main-page+div#js-show-iframe-wrapper button.pos-banner-btn_2 {
  display: block;
  width: 240px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: #0d4cd3;
  color: #fff;
  border: none;
  border-radius: 8px;
  outline: 0;
}

.new-main-page+div#js-show-iframe-wrapper button.pos-banner-btn_2:hover {
  background: #1d5deb;
}

.new-main-page+div#js-show-iframe-wrapper button.pos-banner-btn_2:focus {
  background: #2a63ad;
}

.new-main-page .new-main-page__wrapper div#js-show-iframe-wrapper {
  margin-top: 20px;
  left: 0;
}

.block-with-new-main {
  width: 300px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
}

.block-with-new-main a {
  display: table;
  height: 100%;
  width: 100%;
  text-decoration: none;
  background: rgb(18, 12, 138);
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  border-radius: 6px;
}

.block-with-new-main a:hover {
  background: rgba(18, 12, 138, 0.6);
}

.block-with-new-main span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 16px;
  font-style: italic;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.plashka.tomap .map-tver .link-district:hover .hovered-path {
  cursor: pointer;
  fill-opacity: 0.5;
}

.plashka.tomap .map-tver {
  background-image: url('../pic/mapTver.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 460px;
  margin: 0 auto 20px;
}

.plashka.tomap>h2 {
  margin-left: 38px;
  margin-bottom: 20px;
}

.plashka.tomap .map-tver svg {
  width: 550px;
  height: 469px;
}

.plashka.tomap {
  background: rgb(250, 250, 250);
  padding: 20px 10px 15px 10px;
}

.plashka.tomap+.new-main-page {
  margin-top: 140px;
}

.plashka.tomap p {
  text-align: center;
}

.plashka dl,
.plashka dt {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

.plashka dt {
  margin: 0 0 5px 0;
}

.plashka dt a {
  display: block;
  font-weight: bold;
}

.plashka dd {
  overflow: hidden;
  font-style: italic;
  line-height: 15px;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgb(143, 143, 143);
}

.plashka dd.last {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.plashka dd img {
  float: left;
  margin: 0 14px 10px 0;
}

.plashka .tl,
.plashka .tr,
.plashka .bl,
.plashka .br {
  width: 10px;
  height: 10px;
  position: absolute;
  /*background: url('../i/toplashka.png') no-repeat;*/
}

.plashka .tl {
  top: -1px;
  left: -1px;
}

.plashka .tr {
  top: -1px;
  right: -1px;
  background-position: -10px 0;
}

.plashka .bl {
  bottom: -1px;
  left: -1px;
  background-position: 0 -10px;
}

.plashka .br {
  bottom: -1px;
  right: -1px;
  background-position: -10px -10px;
}

/* == Right and Left Column ==  */
#rightcol,
#leftcol {
  width: 308px;
  margin: 0 0 0 674px;
}

#leftcol {
  float: left;
  margin: 0 0 0 -18px;
}

#rightcol h2,
#leftcol h2 {
  color: rgb(255, 255, 255);
  background: rgb(185, 189, 192);
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 12px 0 8px 19px;
}

#leftcol h2 {
  padding: 12px 0 8px 29px;
}

#rightcol h2.padding,
#leftcol h2.padding {
  padding: 29px 0 8px 19px;
  background: rgb(186, 189, 192) url('../i/colh2.png') repeat-x top left;
}

#leftcol h2.padding {
  padding: 29px 0 8px 29px;
}

#calendar {
  width: 255px;
  margin: 18px 0 20px 17px;
  padding: 0 0 0 2px;
  overflow: hidden;
  background: url('../i/todays.png') repeat-x 0 23px;
}

#calendar li {
  width: 18px;
  height: 16px;
  margin: 2px 8px 1px 8px;
  padding: 1px 0 0 0;
  float: left;
  list-style: none;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
}

#calendar li a {
  color: rgb(1, 139, 226);
}

#calendar li.days {
  width: 20px;
  height: 17px;
  font-weight: bold;
  border: none;
  margin-bottom: 5px;
  text-align: center;
}

#calendar li.act {
  border: 1px solid rgb(193, 193, 193);
  background: url('../i/actday.png') repeat-x top;
  font-weight: bold;
}

#calendar li.wend {
  color: rgb(193, 1, 1);
}

#month {
  margin: 0;
  padding: 0 18px 0 0;
  text-align: center;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

#month a {
  margin: 0 10px 0 10px;
}

#video {
  padding: 0 20px 0 12px;
}

#video dl dt a {
  font-weight: bold;
}

#video dl,
#video dd {
  margin: 0;
  padding: 0;
}

#video dl dt {
  line-height: 16px;
  margin: 0 0 6px 0;
  padding: 0 7px 0 7px;
}

#video p {
  text-align: right;
  margin: 8px 0 10px 0;
}

#video dl dd p {
  margin: 3px 0 0 0;
  padding: 6px 7px 0 7px;
  font-style: italic;
  text-align: left;
}

#addinfo {
  margin: 0;
  padding: 0;
}

#addinfo li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

#addinfo li a {
  display: block;
  width: 285px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 16px;
  font-style: italic;
  text-align: center;
  position: relative;
}

#addinfo li a div {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* == News List ==  */
#news dt {
  margin: 8px 0 8px 0;
}

#news dt a {
  font-weight: bold;
  margin-left: 10px;
}

#news dd {
  overflow: hidden;
  padding: 0 0 10px 0;
  margin: 8px 0 25px 0;
  border-bottom: 1px solid rgb(155, 154, 152);
}

#news img {
  float: left;
  margin: 0 10px 10px 0;
}

.rss {
  float: right;
}

.rss img {
  position: relative;
  left: -5px;
  bottom: -5px;
}

/* == Page Navigator ==  */
.pager {
  margin: 40px 0 0 0;
  color: rgb(173, 173, 173);
}

.pager a {
  padding: 3px 5px 4px 5px;
  color: rgb(99, 99, 99);
}

.pager a.act {
  color: rgb(255, 255, 255);
  background: rgb(249, 112, 0);
  text-decoration: none;
}

.pager .num {
  color: rgb(99, 99, 99);
}

.pager .next {
  margin-left: 22px;
}

.pager .previos {
  margin: 0 0 0 12px;
}

.pager .margin {
  margin: 0 12px 0 20px;
}

/* == Comments ==  */
h3.points,
h2.points {
  margin: 20px 0 40px 0;
  padding-top: 16px;
  color: rgb(110, 11, 0);
  background: url('../i/points.png') repeat-x top left;
}

#comments {
  margin: 20px 0 0 0;
  padding: 0;
}

#comments li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#comments ul {
  padding-left: 30px;
}

#comments ul ul {
  padding-left: 50px;
}

#comments ul ul ul {
  padding-left: 60px;
}

#comments a.name {
  color: rgb(110, 11, 0);
  font-weight: bold;
}

#comments p {
  padding: 0;
  margin: 6px 0 3px 0;
}

#comments .block {
  padding: 8px 20px 8px 20px;
  background: rgb(239, 239, 229);
}

#comments li ul li .block,
#comments li ul li ul li .block,
#comments li ul li ul li ul li .block {
  background: rgb(247, 247, 242);
}

.disnone {
  display: none;
}

/* == Footer ==  */
#tofooter {
  height: 200px;
  clear: both;
}

#footer {
  width: 100%;
  min-width: 1000px;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#footerin {
  width: 1000px;
  height: 175px;
  margin: 0 auto 0 auto;
  position: relative;
  background: url('../i/footer.png') repeat-x;
  background-size: contain;
}

#lcorner,
#rcorner {
  width: 26px;
  height: 53px;
  background: url('../i/footercorner.png') no-repeat;
  position: absolute;
  bottom: 5px;
}

#lcorner {
  left: -12px;
}

#rcorner {
  right: -12px;
  background-position: -26px 0;
}

#copy {
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 33px;
  left: 26px;
}

#counters {
  position: absolute;
  top: 36px;
  left: 480px;
}

#counters a {
  margin: 0 16px 0 17px;
}

#kplogo {
  position: absolute;
  bottom: 67px;
  right: 24px;
}

/* == MailForm ==  */
#mailform {
  width: 300px;
  border: 1px solid rgb(205, 205, 205);
  padding: 20px 34px 20px 34px;
  position: relative;
}

#mailform .tl,
#mailform .tr,
#mailform .bl,
#mailform .br #mailform .tl,
#mailform .tr,
#mailform .bl,
#mailform .br {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('../i/corners.png');
}

#mailform .tl {
  top: -1px;
  left: -1px;
}

#mailform .tr {
  top: -1px;
  right: -1px;
  background-position: -15px 0;
}

#mailform .bl {
  bottom: -1px;
  left: -1px;
  background-position: 0 -15px;
}

#mailform .br {
  bottom: -1px;
  right: -1px;
  background-position: -15px -15px;
}

#mailform label,
#addcomments label {
  display: block;
  width: 70px;
  text-align: right;
  float: left;
  margin: 0 10px 10px 0;
}

#mailform input,
#addcomments input,
#addcomments input,
#addcomments select {
  width: 215px;
  border: 1px solid rgb(148, 148, 148);
}

#mailform textarea,
#addcomments textarea {
  width: 294px;
}

#mailform .button,
#addcomments .button {
  width: 105px;
  height: 30px;
  text-align: center;
  border: none;
  background: url('../i/button.png') no-repeat;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding-bottom: 5px;
  margin: 0 10px 0 10px;
}

#addcomments {
  width: 400px;
}

#addcomments h3 {
  margin: 0 0 10px 0;
}

/* == FancyBox ==  */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../i/fancy/fancybox.png');
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1101;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: url('../i/fancy/fancy_close.png') no-repeat 50%;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.fancybox-title-outside {
  padding-top: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.fancybox-title-over {
  color: #fff;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('../i/fancy/fancy_title_over.png');
  display: block;
}

#fancybox-title-wrap {
  display: inline-block;
}

#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

#fancybox-title-left {
  padding-left: 15px;
  background-image: url('../i/fancy/fancybox.png');
  background-position: -40px -90px;
  background-repeat: no-repeat;
}

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url('../i/fancy/fancybox-x.png');
  background-position: 0px -40px;
  color: #fff;
}

#fancybox-title-right {
  padding-left: 15px;
  background-image: url('../i/fancy/fancybox.png');
  background-position: -55px -90px;
  background-repeat: no-repeat;
}

#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url('../i/fancy/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('../i/fancy/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../i/fancy/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1001;
}

#fancy-bg-n {
  width: 100%;
  height: 35px;
  top: -35px;
  background: transparent url('../i/fancy/fancy_shadow_n.png') repeat-x;
}

#fancy-bg-ne {
  width: 34px;
  height: 34px;
  top: -34px;
  right: -34px;
  background: transparent url('../i/fancy/fancy_shadow_ne.png') no-repeat;
}

#fancy-bg-e {
  height: 100%;
  width: 35px;
  right: -35px;
  background: transparent url('../i/fancy/fancy_shadow_e.png') repeat-y;
}

#fancy-bg-se {
  width: 34px;
  height: 34px;
  bottom: -34px;
  right: -34px;
  background: transparent url('../i/fancy/fancy_shadow_se.png') no-repeat;
}

#fancy-bg-s {
  width: 100%;
  height: 35px;
  bottom: -35px;
  left: 0;
  background: transparent url('../i/fancy/fancy_shadow_s.png') repeat-x;
}

#fancy-bg-sw {
  width: 34px;
  height: 34px;
  bottom: -34px;
  left: -34px;
  background: transparent url('../i/fancy/fancy_shadow_sw.png') no-repeat;
}

#fancy-bg-w {
  width: 35px;
  height: 100%;
  left: -35px;
  top: 0;
  background: url('../i/fancy/fancy_shadow_w.png') repeat-y;
}

#fancy-bg-nw {
  top: -34px;
  left: -34px;
  width: 34px;
  height: 34px;
  background: transparent url('../i/fancy/fancy_shadow_nw.png') no-repeat;
}

.historyNew {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(155, 154, 152);
}

.historyNew:first-child {
  padding-top: 0;
}

.historyNew__top {
  padding-bottom: 10px;
}

.historyNew__name {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
}

.historyNew__imgWrapper {
  max-width: 120px;
  text-decoration: none;
}

.historyNew__desc {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
  max-width: 485px;
  vertical-align: top;
}

#main>.new-main-page {
  margin-left: -18px;
  width: 100%;
}

#main>.new-main-page~#js-show-iframe-wrapper {
  max-width: 610px;
  margin-left: -18px;
  margin-top: -222px;
}

.map-search {
  padding: 2px 38px;
  margin-bottom: 17px;
}

.map-search__result {
  margin-bottom: 9px;
  color: #730c06;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.map-search__result:empty:before {
  content: attr(data-text);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: #000;
}

.map-search__form h3 {
  margin-bottom: 0;
}

.map-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.map-search__row:not(:last-child) {
  margin-bottom: 17px;
}

.map-search__row * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map-search__field {
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
}

.map-search__field:nth-child(1) {
  width: calc(75.2% - 8px - 87px);
}

.map-search__field:nth-child(2) {
  width: calc(24.8% - 8px);
}

.map-search__input {
  border: 1px solid #944843;
  height: 35px;
  width: 100%;
  padding: 0 15px;
}

.map-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

.map-search__input:not(:disabled):hover::placeholder {
  color: rgba(148, 72, 67, 1);
}

.map-search__input:focus::placeholder {
  opacity: 0;
}

.map-search__button {
  width: 87px;
  flex-shrink: 0;
}

.map-search__btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  background-color: rgba(115, 12, 6, 1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.map-search__btn:disabled {
  background-color: rgba(120, 119, 120, 1);
  cursor: default;
  opacity: 0.3;
}

.map-search__btn:not(:disabled):hover {
  background-color: rgba(115, 12, 6, 0.5);
}

.map-search__suggestions {
  background-color: #fff;
  border: 1px solid #944843;
  left: 0;
  opacity: 0;
  padding: 8px 0 19px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 1px);
  transform: translateY(-20px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
}

.map-search__suggestions.opened {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  visibility: visible;
  z-index: 1;
}

.map-search__suggestions__item {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 15px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.map-search__suggestions__item:hover {
  background-color: rgba(148, 72, 67, 0.1);
}

.map-search__error {
  color: rgb(186, 18, 0);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 4px;
}