@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
.mod-1-1 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.mod-1-2 {
  width: 160px;
  height: 80px;
}
.mod-1-3 {
  width: 240px;
  height: 80px;
}
.mod-1-4 {
  width: 320px;
  height: 80px;
}
.mod-1-5 {
  width: 400px;
  height: 160px;
}
.mod-1-5-flex {
  max-width: 400px;
  height: 80px;
  flex: auto;
  min-width: 80px;
}
.mod--11-flex {
  max-width: 880px;
  flex: auto;
  min-width: 560px;
}
.mod-1 {
  height: 80px;
}
.mod-2 {
  height: 160px;
}
.mod-2-2 {
  width: 160px;
  height: 160px;
  min-width: 160px;
}
.mod-2-4 {
  width: 320px;
  height: 160px;
  min-width: 320px;
}
.mod-2-5 {
  width: 400px;
  height: 160px;
  min-width: 400px;
}
.mod-3 {
  height: 240px;
}
.mod-5-5 {
  width: 400px;
  height: 400px;
  min-width: 400px;
}
.mod-9-9 {
  width: 100%;
  height: 720px;
  min-width: 400px;
  max-width: 720px;
}
.mod-10-10 {
  width: 100%;
  height: 800px;
  min-width: 400px;
  max-width: 800px;
}
.mod--1 {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
.mod--4 {
  width: 320px;
  max-width: 320px;
}
.mod--5 {
  width: 400px;
  max-width: 400px;
}
.mod--9 {
  width: 720px;
}
.search-wrap {
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  z-index: 2;
  opacity: 0;
  transform: translateX(-110%);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.search-wrap.show {
  z-index: 2;
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.search-interface {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
}
.search-interface .input-box {
  display: flex;
}
.search-interface form {
  width: 50%;
  box-sizing: border-box;
  display: flex;
}
.search-interface form .input-search {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 24px;
  font-family: 'PT Sans', sans-serif;
  padding: 20px;
  box-sizing: border-box;
  z-index: 4;
}
.search-interface .search-btn {
  z-index: 4;
  background-color: #232328;
  background-image: url(../images/icon/find.svg);
}
.search-interface .search-btn:hover {
  background-color: #2d2d32;
}
.search-interface .search-go {
  z-index: 4;
  background-color: white;
  background-image: url(../images/icon/forward.svg);
}
.search-interface .open-btn {
  z-index: 4;
  position: relative;
  color: #c3cdd2;
  background: #738796;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px !important;
  cursor: pointer;
  padding: 20px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.search-interface .open-btn:after {
  content: ' ';
  right: 20px;
  position: absolute;
  transition: all 0.1s linear;
  margin-left: 5px;
  width: 34px;
  height: 34px;
  transform: rotate(-180deg);
  background-size: contain;
  background-image: url(../images/icon/droplist_icon.svg);
}
.search-interface .open-btn.open:after {
  content: " ";
  width: 34px;
  height: 34px;
  transform: rotate(0deg);
  background-size: contain;
  background-image: url(../images/icon/droplist_icon.svg);
  transition: all 0.1s linear;
}
.search-interface .open-btn:hover {
  background: #7d91a0;
}
.search-interface .tags {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  padding: 10px 10px 20px 20px;
  background: #738796;
  float: left;
}
.search-interface .tags.show {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.search-interface .tags a {
  margin: 10px 10px 0 0;
  color: #c3cdd2;
  text-decoration: none;
  padding: 2px 8px;
  box-sizing: border-box;
  border: #c3cdd2 solid 2px;
  float: left;
}
.search-interface .tags a:hover {
  color: white;
  border: white solid 2px;
}
body {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  margin: 0;
}
img {
  display: block;
}
.flex {
  flex: auto;
}
.pre-body {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: white;
}
.pre-body.hide {
  animation: hidebody 250ms linear;
}
.pre-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
}
.pre-hour {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 12s linear infinite;
  -moz-animation: spin 12s linear infinite;
  animation: spin 12s linear infinite;
}
.pre-min {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hidebody {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Chrome and Opera */
}
.header {
  display: flex;
  display: -ms-flexbox;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .logo object {
  position: absolute;
  z-index: -1;
}
.footer {
  position: absolute;
  bottom: -160px;
  right: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  color: #c3cdd2;
  background-color: #232328;
  overflow: hidden;
}
.footer .action {
  display: flex;
  display: -ms-flexbox;
}
.footer .fb {
  background-image: url(../images/icon/fb.svg);
  position: relative;
}
.footer .twit {
  background-image: url(../images/icon/twit.svg);
  position: relative;
}
.footer .inst {
  background-image: url(../images/icon/inst.svg);
  position: relative;
}
.footer .pin {
  background-image: url(../images/icon/pin.svg);
  position: relative;
}
.footer .tube {
  background-image: url(../images/icon/tube.svg);
  position: relative;
}
.footer .share {
  background-image: url(../images/icon/share.svg);
  position: relative;
}
.footer .post {
  background-image: url(../images/icon/post.svg);
  position: relative;
}
.footer .wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer .wrap {
    height: 240px;
  }
}
.footer .copyright {
  float: left;
  font-size: 14px;
  letter-spacing: 1.2px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 0px;
}
.footer .copyright div {
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.footer .copyright div a {
  color: #c3cdd2;
  text-decoration-color: #c3cdd2;
}
.footer .copyright div a.no-line {
  text-decoration-line: none;
}
.head {
  flex: auto;
}
.head .title {
  padding: 20px;
  box-sizing: border-box;
  color: #c3cdd2;
  background: #232328;
}
.head .title a {
  color: #c3cdd2;
  text-decoration: none;
}
.head .title div {
  font-size: 18px;
  letter-spacing: 5px;
  padding: 11px;
  line-height: .8;
}
.head .menu {
  display: flex;
  display: -ms-flexbox;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.head .menu .mnu-click,
.head .menu .search {
  cursor: pointer;
}
.head .menu div {
  transition: all 0.3s linear;
}
.head .menu .main {
  background-color: #6e6e8c;
  background-image: url(../images/icon/menu.svg);
  position: relative;
}
.head .menu .main:hover {
  background-color: #787896;
}
.head .menu .main:hover .tooltip {
  display: inherit;
  background-color: #6e6e8c;
}
.head .menu .main .drop-menu {
  background-color: #6e6e8c;
}
.head .menu .main .drop-menu button.accordion {
  background-color: #6e6e8c;
}
.head .menu .main .drop-menu button.accordion .active,
.head .menu .main .drop-menu button.accordion:hover {
  background-color: #787896;
}
.head .menu .main .mnu-link:hover {
  background-color: #787896;
}
.head .menu .painting {
  background-color: #966e96;
  background-image: url(../images/icon/painting.svg);
  position: relative;
}
.head .menu .painting:hover {
  background-color: #a078a0;
}
.head .menu .painting:hover .tooltip {
  display: inherit;
  background-color: #966e96;
}
.head .menu .painting .drop-menu {
  background-color: #966e96;
}
.head .menu .painting .mnu-link:hover {
  background-color: #a078a0;
}
.head .menu .graphic {
  background-color: #c87896;
  background-image: url(../images/icon/drawing.svg);
  position: relative;
}
.head .menu .graphic:hover {
  background-color: #d282a0;
}
.head .menu .graphic:hover .tooltip {
  display: inherit;
  background-color: #c87896;
}
.head .menu .graphic .drop-menu {
  background-color: #c87896;
}
.head .menu .graphic .mnu-link:hover {
  background-color: #d282a0;
}
.head .menu .sculpture {
  background-color: #c86e6e;
  background-image: url(../images/icon/monumental.svg);
  position: relative;
}
.head .menu .sculpture:hover {
  background-color: #d27878;
}
.head .menu .sculpture:hover .tooltip {
  display: inherit;
  background-color: #c86e6e;
}
.head .menu .sculpture .drop-menu {
  background-color: #c86e6e;
}
.head .menu .sculpture .mnu-link:hover {
  background-color: #d27878;
}
.head .menu .architecture {
  background-color: #888888;
  background-image: url(../images/icon/architect.svg);
  position: relative;
}
.head .menu .architecture:hover {
  background-color: #999999;
}
.head .menu .architecture:hover .tooltip {
  display: inherit;
  background-color: #888888;
}
.head .menu .architecture .drop-menu {
  background-color: #888888;
}
.head .menu .architecture .mnu-link:hover {
  background-color: #999999;
}
.head .menu .search {
  background-color: #789b78;
  background-image: url(../images/icon/find.svg);
}
.head .menu .search:hover {
  background-color: #82a582;
}
.head .menu .tooltip {
  display: none;
  left: 80px;
  color: #c3cdd2;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.head .menu .tooltip:hover {
  display: none !important;
}
.head .menu .toggler {
  width: 0;
}
.head .menu .drop-menu {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  right: -18px;
  position: relative;
  float: left;
}
.head .menu .show {
  display: block;
}
.head .menu .mnu-link {
  padding-left: 20px;
}
.head .menu .mnu-link a {
  color: #c3cdd2;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: white solid 1px;
}
.head .menu .mnu-link.ext a {
  display: flex;
  display: -ms-flexbox;
  padding: 0;
}
.head .menu .mnu-link.ext a .txt {
  padding: 20px 0px;
  box-sizing: border-box;
  letter-spacing: 1.6px;
  line-height: 40px;
}
.head .menu .mnu-link.ext a img {
  max-height: 100%;
  box-sizing: border-box;
}
.head .menu button.accordion {
  background-color: #738796;
  color: #c3cdd2;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px !important;
  cursor: pointer;
  padding: 20px 20px 20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: white solid 1px;
}
.head .menu button.accordion:after {
  content: ' ';
  left: 640px;
  position: absolute;
  transition: all 0.1s linear;
  margin-left: 5px;
  width: 34px;
  height: 34px;
  transform: rotate(-90deg);
  background-size: contain;
  background-image: url(../images/icon/droplist_icon.svg);
}
.head .menu button.accordion.active:after {
  content: " ";
  width: 34px;
  height: 34px;
  transform: rotate(0deg);
  background-size: contain;
  background-image: url(../images/icon/droplist_icon.svg);
  transition: all 0.1s linear;
}
.head .menu div.panel {
  max-height: 0;
  overflow: hidden;
  transition: unset;
}
.head .menu div.panel .mnu-link {
  padding-left: 40px;
}
.head .menu div.panel .mnu-link a {
  border-bottom: #c3cdd2 solid 1px;
}
.main-wrap {
  margin-left: 160px;
  min-height: 600px;
  overflow-x: hidden;
  width: calc(100% - 160px);
}
.main-wrap .main-news {
  position: absolute;
  z-index: 1;
  animation: show-news 2s ease-in;
}
.main-wrap .main-news .close {
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  height: 80px;
  width: 80px;
  background-size: contain;
  background-image: url(../images/icon/close.svg);
}
.main-wrap .main-news .forward {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 80px;
  width: 80px;
  background-size: contain;
  background-image: url(../images/icon/forward.svg);
}
.main-wrap .main-news.paint {
  background-color: #966e96;
}
.main-wrap .main-news.paint h1 {
  color: #738796;
}
.main-wrap .main-news.paint .description {
  color: white;
}
.main-wrap .main-news.graphic {
  background-color: #c87896;
}
.main-wrap .main-news.graphic h1 {
  color: #738796;
}
.main-wrap .main-news.graphic .description {
  color: white;
}
.main-wrap .main-news.sculpture {
  background-color: #c86e6e;
}
.main-wrap .main-news.sculpture h1 {
  color: #738796;
}
.main-wrap .main-news.sculpture .description {
  color: white;
}
.main-wrap .main-news.architecture {
  background-color: #888888;
}
.main-wrap .main-news.architecture h1 {
  color: #738796;
}
.main-wrap .main-news.architecture .description {
  color: white;
}
.main-wrap .main-news.dark {
  background-color: #a0afb9;
}
.main-wrap .main-news.dark .h1 {
  color: #738796;
}
.main-wrap .main-news.dark .description {
  color: white;
}
.main-wrap .main-news.main {
  background-color: #6e6e8c;
}
.main-wrap .main-news.main .h1 {
  color: #738796;
}
.main-wrap .main-news.main .description {
  color: white;
}
.main-wrap .main-news h1 {
  font-size: 88px;
  font-weight: normal;
  margin-left: 40px;
  margin: 12px 40px 0;
  padding-right: 20px;
  letter-spacing: 2px;
  line-height: 100px;
}
.main-wrap .main-news h1 .time {
  font-size: 44px;
  font-weight: bold;
}
.main-wrap .main-news p {
  padding-right: 80px;
  margin-left: 40px;
  font-size: 24px;
  letter-spacing: 1.6px;
  line-height: 40px;
}
.main-wrap .row {
  display: flex;
  display: -ms-flexbox;
}
.main-wrap .thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
}
.main-wrap .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1.01) translate(-50%, -50%);
  -moz-transform: scale(1.01) translate(-50%, -50%);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%, -50%);
  -o-transform: scale(1.01) translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: transform 2s;
  -moz-transition: transform 2s;
  -ms-transition: transform 2s;
  transition: transform 2s;
}
.main-wrap .thumbnail img:hover {
  -ms-transform: scale(1.05) translate(-48%, -48%);
  -webkit-transform: scale(1.05) translate(-48%, -48%);
  -moz-transform: scale(1.05) translate(-48%, -48%);
  transform: scale(1.05) translate(-48%, -48%);
}
.main-wrap .thumbnail .link {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../images/icon/linked_images.svg');
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: transform 0.3s;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.main-wrap .thumbnail .link a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-wrap .thumbnail:hover > .link {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.main-wrap .th-zoom img {
  -ms-transform: scale(1.05) translate(-48%, -48%);
  -webkit-transform: scale(1.05) translate(-48%, -48%);
  -moz-transform: scale(1.05) translate(-48%, -48%);
  transform: scale(1.05) translate(-48%, -48%);
  -webkit-transition: transform 2s;
  -moz-transition: transform 2s;
  -ms-transition: transform 2s;
  transition: transform 2s;
}
.wrap-404 {
  margin-left: 0px;
  min-height: 600px;
  overflow-x: hidden;
  width: 100%;
  color: #738796;
}
.wrap-404 h4 {
  font-size: 176px;
  font-weight: normal;
  margin-left: 40px;
  margin: 0;
  padding-right: 20px;
  letter-spacing: 2px;
}
.wrap-404 h4 .time {
  font-size: 44px;
  font-weight: bold;
}
.wrap-404 .last {
  padding-left: 160px;
}
.wrap-404 p {
  margin: 0px;
  letter-spacing: 2px;
  line-height: 1.7;
}
.wrap-404 a {
  color: #738796;
}
.all-gal {
  overflow: hidden;
}
.ss-scroll-wrap {
  float: right;
  background: white;
  position: absolute;
  height: 100%;
  width: 20px;
  right: 0px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Chrome and Opera */
}
.ss-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 5;
  float: left;
  left: -18px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Chrome and Opera */
}
.ss-content {
  height: 100%;
  width: calc(118%);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}
.ss-content.rtl {
  width: calc(118%);
  right: auto;
}
.ss-scroll {
  position: relative;
  background: #738796;
  width: 20px;
  top: 0;
  z-index: 6;
  cursor: pointer;
  transition: unset !important;
}
.ss-hidden,
.ssg-hidden {
  display: none;
}
.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}
.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@keyframes show-news {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
