/* GLOBAL.CSS */
/*------------------------------------------------------------------------------*/
/* This is main CSS file that contains custom style rules used in this template */
/*------------------------------------------------------------------------------*/
/* Template Name: Pechersky Gallery */
/* Version: 1.0 Initial Release */
/* Build Date: 26-10-2016 */
/* Author: Vasyl Makohin */
/* Copyright: (C) 2016 */
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION, COLOR, ICONS & BUTTONS PRESETS */
/* 02 - SLIDER */
/* 03 - MAIN */
/* 04 - DETAIL PAGE */
/* 05 - PROFILE */
/* 06 - ALL WORKS */
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------------------------*/
/* MIXU */
/*------------------------------------------------------------------------------*/
.u-tal {
  text-align: left;
}
.u-tar {
  text-align: right;
}
.u-tac {
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}
h1,
.b-h1,
h2,
.b-h2,
h3,
.b-h3,
h4,
.b-h4,
h5,
.b-h5,
h6,
.b-h6 {
  margin: 0;
  padding: 0;
  font-family: 'geometriaregular', sans-serif;
  font-weight: 400;
}
a {
  color: #0000ff;
  outline: none!important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  border: none;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

img.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto; }

input {
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: none;
}
iframe {
  border: 0;
}
figure {
  position: relative;
}
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  height: auto;
  display: block;
}
.figure {
  margin: 15px 0;
}
.figure.figure-left {
  float: left;
  margin: 0 15px 15px 0;
}
.figure.figure-right {
  float: right;
  margin: 0 0 15px 15px;
}
button::focus {
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
::selection {
  background-color: #111111;
  color: #ffffff;
}
::-moz-selection {
  background-color: #111111;
  color: #ffffff;
}
@-ms-viewport {
  width: device-width;
}
.b-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 100%;
}
.container {
  width: inherit;
  max-width: 1340px;
}
.b-footer-wrapper {
  display: table-row;
  width: 100%;
  height: 0;
}
/*------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR, ICONS, BUTTONS PRESETS */
/*------------------------------------------------------------*/
.c-icon-svg {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: fill 0.4s;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
.c-svg-logo {
  width: 144px;
  height: 39px;
}
.c-svg-logo.u-color-white {
  fill: #ffffff;
}
.c-svg-logo.u-color-black {
  fill: #111111;
}
.b-btn {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.b-btn:focus:focus,
.b-btn:active:focus {
  outline: none;
}
.b-btn:hover {
  text-decoration: none;
}
.b-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.u-mobile {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.u-opacity-popup .mfp-zoom-out-cur,
.u-opacity-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}
.u-opacity-popup .mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0;
}
.u-opacity-popup .mfp-bg {
  opacity: 0;
  z-index: -1;
}
.u-opacity-popup .mfp-wrap {
  z-index: -1;
}
.u-opacity-popup .mfp-figure:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.u-opacity-popup .mfp-img {
  max-height: 589px!important;
  padding: 0;
}
.u-photo-artist-popup .mfp-zoom-out-cur {
  cursor: default;
  overflow: hidden;
}
.u-photo-artist-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  white-space: nowrap;
}
.u-photo-artist-popup .mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 1;
}
.u-photo-artist-popup .mfp-bg {
  opacity: 1;
  background: #ffffff;
}
.u-photo-artist-popup .mfp-figure:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.u-photo-artist-popup img.mfp-img {
  max-height: 589px!important;
  padding: 0;
  margin: 90px 0;
}
// .u-photo-artist-popup img.mfp-img {
//   padding: 35px 0;
// }
@media only screen and (max-width: 767px) {
  .u-photo-artist-popup img.mfp-img {
    padding: 40px 0;
  }
}
.u-photo-artist-popup .mfp-image-holder .mfp-close,
.u-photo-artist-popup .mfp-iframe-holder .mfp-close {
  color: #111111;
  right: auto;
  text-align: left;
  padding-right: 0;
  width: auto;
  height: auto;
  opacity: 1;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.u-photo-artist-popup .mfp-close:active {
  top: 0;
}
.u-photo-artist-popup .mfp-content {
  position: static;
}
@media only screen and (max-height : 749px) {
  .u-photo-artist-popup .mfp-content {
    position: relative;
  }  
}
.c-photo-artist__btn-row {
  /* .tar();
    padding-right: 95px; */
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 39px 45px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-photo-artist__btn-row {
    padding: 35px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-photo-artist__btn-row {
    right: 0;
    bottom: -2px;
    padding: 0 6px 0 0;
    width: 100%;
    text-align: right;
  }
}
.c-photo-artist-close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 103px;
}
@media only screen and (max-width: 767px) {
  .c-photo-artist-close {
    margin-left: 0;
  }
}
.r-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.r-table-row {
  display: table-row;
}
.r-table-cell,
.r-table-head,
.r-table-foot {
  display: table-cell;
  width: 100%;
}
.r-table-cell {
  vertical-align: middle;
}
.r-table-cell.u-vertical-bottom {
  vertical-align: bottom;
}
.c-section {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 34px 45px;
}
@media only screen and (max-width: 1023px) {
  .c-section {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-section {
    padding: 15px 0;
  }
}
.c-section .container {
  display: table;
  table-layout: fixed;
  /* width: 100%; */
  height: 100%;
}
.u-vertical-top {
  vertical-align: top;
}
.u-vertical-middle {
  vertical-align: middle;
}
.u-vertical-bottom {
  vertical-align: bottom;
}
.c-link {
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c-link:hover {
  color: #111111;
}
.u-detail-info:after {
  padding: 0 3px;
  display: inline-block;
  width: 15px;
  content: '-';
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  letter-spacing: 0.05em;
}
.u-detail-info.is-active:after {
  content: '+';
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-top: -16px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: inline-block;
  /* font-family: @regular;
          color: #111111;
          font-size: 16px;
          line-height: 35px; */
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.slick-prev {
  left: -20px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  background-image: url(../img/icon-arrow-left.svg);
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: -20px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  background-image: url(../img/icon-arrow-right.svg);
}
[dir='rtl'] .slick-next:before {
  content: '';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -70px;
  right: -12px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:after,
.slick-dots li button:focus:after {
  background-color: #ffffff;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.slick-dots li.slick-active button:before {
  border-color: #ffffff;
}
.slick-dots li.slick-active button:after {
  background-color: transparent;
}
.slick-dots li.slick-active button:hover:after {
  background-color: #ffffff;
}
/*------------------------------------------------------------*/
/* 02 - SLIDER */
/*------------------------------------------------------------*/
.c-slides {
  position: relative;
}
.c-slides .c-table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 34px 45px;
}
@media only screen and (max-width: 1023px) {
  .c-slides .c-table {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-slides .c-table {
    padding: 15px 0;
  }
}
.c-slides .c-table .container {
  display: table;
  table-layout: fixed;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-slides .c-table .u-tar {
    text-align: center;
  }
}
.c-slides .c-start-page__item {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .c-slides .c-start-page__item {
    width: 100%;
  }
}
.c-slides .c-author {
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.c-slides .c-start-page__info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 34px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1340px;
  z-index: 4;
  width: 100%;
}
.c-slides .c-start-page__info .c-start-page__info__item {
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-slides .c-start-page__info .c-start-page__info__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-slides .c-start-page__info {
    left: 15px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-slides .c-start-page__info {
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 15%;
    text-align: center;
    width: auto;
  }
}
.c-slides .c-start-page__info .c-logo {
  display: inline-block;
  vertical-align: bottom;
  width: 144px;
  height: 39px;
  margin-bottom: 22px;
}
.c-slides .c-start-page__info .c-signature,
.c-slides .c-start-page__info a {
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.c-slides .slides-container {
  display: none;
}
.c-slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.c-slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.c-slides .slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.c-slides .slides-navigation a {
  position: absolute;
  display: block;
}
.c-slides .slides-navigation a.prev {
  left: 0;
}
.c-slides .slides-navigation a.next {
  right: 0;
}
.c-slides .slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.c-slides .slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.c-slides .slides-pagination a.current {
  background: #ffffff;
}
/*------------------------------------------------------------*/
/* 03 - MAIN */
/*------------------------------------------------------------*/
.c-main .c-main__section {
  position: relative;
}
.c-main .c-link-about {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.c-main .c-main__row {
  display: none;
  position: relative;
  font-size: 0;
  width: 100%;
  padding-right: 190px;
}
@media only screen and (max-width: 1199px) {
  .c-main .c-main__row {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-main .c-main__row {
    padding-right: 70px;
  }
}
.c-main .c-main__row.is-active {
  display: table;
}
@media only screen and (max-width: 767px) {
  .c-main .c-main__row.is-active {
    display: block;
  }
}
.c-main .c-main__item {
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .c-main .c-main__item {
    width: 33.3%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .c-main__item {
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .c-main .c-main__item {
    width: 100%;
    display: block;
  }
}
.c-main .c-main__item:nth-child(1) {
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .c-main .c-main__item:nth-child(1) {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .c-main__item:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .c-main .c-main__item:nth-child(1) {
    width: 100%;
  }
}
.c-main .c-main__item:nth-child(2) {
  width: 36%;
}
@media only screen and (max-width: 1023px) {
  .c-main .c-main__item:nth-child(2) {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .c-main__item:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .c-main .c-main__item:nth-child(2) {
    width: 100%;
  }
}
.c-main .c-main__item:nth-child(3) {
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .c-main .c-main__item:nth-child(3) {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .c-main__item:nth-child(3) {
    width: 100%;
    display: block;
  }
}
.c-main .c-about__section {
  display: none;
  position: relative;
  padding-top: 33px;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-main .c-about__section {
    text-align: left;
  }
}
.c-main .c-about__section.is-active {
  display: block;
}
.c-main .c-about__section .c-about__item {
  width: 43%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .c-main .c-about__section .c-about__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-main .c-about__section .c-about__item {
    display: block;
    width: 100%;
  }
}
.c-main .c-about__section .c-about__item .c-about__item-info p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .c-main .c-about__section .c-about__item .c-about__item-info p {
    margin-bottom: 15px;
  }
}
.c-main .c-about__section .c-about__item .c-link {
  margin-left: 10px;
}
.c-main .c-about__section p {
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #111111;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .c-main .c-about__section p {
    margin-bottom: 10px;
  }
}
.c-main .c-about__section a {
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #111111;
  letter-spacing: 0.07em;
}
.c-main .c-about__section .c-title {
  margin-top: 46px;
  margin-bottom: 13px;
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #111111;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-main .c-about__section .c-title {
    margin: 15px 0;
  }
}
.c-main .c-see-all-works__section {
  display: none;
  padding-top: 14px;
  padding-left: 340px;
}
.c-main .c-see-all-works__section.is-active {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .c-main .c-see-all-works__section {
    padding-left: 0;
    text-align: center;
  }
}
.c-main .c-logo {
  display: none;
  width: 144px;
  height: 39px;
}
@media only screen and (max-width: 767px) {
  .c-main .c-logo {
    margin: 15px auto 0;
  }
}
.c-main .c-logo.is-active {
  display: block;
}
.c-main__list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-main__list {
    margin-bottom: 15px;
  }
}
.c-main__list:last-child {
  margin-bottom: 0;
}
.c-main__list .c-main__head {
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}
.c-main__list .c-main__body {
  padding-left: 20px;
}
.c-main__list ul {
  margin-bottom: 25px;
}
.c-main__list li {
  margin-bottom: 8px;
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  letter-spacing: 0.05em;
}
.c-main__list a {
  display: inline-block;
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-main__list a {
    padding: 5px 0;
  }
}
.c-main__list a:hover,
.c-main__list a.is-active {
  color: #888888;
}
.c-main__list p {
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
/*------------------------------------------------------------*/
/* 04 - DETAIL PAGE */
/*------------------------------------------------------------*/
.c-detail .r-table-head {
  height: 18px;
}
.c-detail .r-table-head .c-detail__item:nth-child(2) {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .c-detail .r-table-head .c-detail__item:nth-child(2) {
    width: 100%;
  }
}
.c-detail .r-table-foot {
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .c-detail .r-table-foot .c-detail__row {
    padding-top: 28px;
  }
  .c-detail .r-table-foot .c-detail__item:nth-child(1),
  .c-detail .r-table-foot .c-detail__item:nth-child(3) {
    width: auto;
    position: absolute;
    top: 0;
  }
  .c-detail .r-table-foot .c-detail__item:nth-child(1) {
    left: 0;
  }
  .c-detail .r-table-foot .c-detail__item:nth-child(3) {
    right: 0;
  }
}
.c-detail .c-detail__row {
  position: relative;
  font-size: 0;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail__row {
    display: block;
  }
}
.c-detail .c-detail__item {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail__item {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
}
.c-detail .c-detail__item:nth-child(1) {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail__item:nth-child(1) {
    width: 100%;
  }
}
.c-detail .c-detail__item:nth-child(2) {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail__item:nth-child(2) {
    width: 100%;
  }
}
.c-detail .c-detail__item:nth-child(3) {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail__item:nth-child(3) {
    width: 100%;
  }
}
.c-detail .c-detail__item a {
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  letter-spacing: .05em;
}
.c-detail figure {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  padding: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-detail figure {
    padding: 10px 0;
  }
}
.c-detail figure .slider__item {
  height: 100%;
}
.c-detail figure span {
  display: block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 590px;
}
@media only screen and (max-width: 1023px) {
  .c-detail figure span {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail figure span {
    height: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .c-detail figure span {
    height: 300px;
  }
}
.c-detail figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.c-detail .c-detail-photo {
  display: none;
  width: 100%;
}
.c-detail .c-detail-photo.is-active {
  display: table-cell !important;
}
.c-detail .c-detail-info {
  text-align: right;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail-info {
    text-align: left;
  }
}
.c-detail .c-detail-info.is-active {
  display: table-cell !important;
}
.c-detail .c-detail-info__section {
  width: 45%;
  padding: 27px 0;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  .c-detail .c-detail-info__section {
    width: 80%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail .c-detail-info__section {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}
.c-detail .c-detail-info__section.is-active {
  display: table-cell;
}
.c-detail p {
  font-family: 'geometrialight', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #111111;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-detail p {
    text-indent: 15px;
  }
}
/*------------------------------------------------------------*/
/* 05 - PROFILE */
/*------------------------------------------------------------*/
.c-profile .c-profile__row,
.c-profile .c-profile__foot__row {
  font-size: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-profile .c-profile__row,
  .c-profile .c-profile__foot__row {
    display: block;
  }
}
.c-profile .c-profile__item {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .c-profile .c-profile__item {
    display: block;
    width: 100%;
  }
}
.c-profile .c-profile__item:nth-child(1) {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .c-profile .c-profile__item:nth-child(1) {
    padding-right: 0;
  }
}
.c-profile .c-profile__item:nth-child(2) {
  padding-left: 85px;
}
@media only screen and (max-width: 767px) {
  .c-profile .c-profile__item:nth-child(2) {
    padding-left: 0;
  }
}
.c-profile .c-main__list ul {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .c-profile .c-main__list ul {
    margin-bottom: 15px;
  }
}
.c-profile .r-table-foot {
  padding-top: 33px;
}
@media only screen and (max-width: 767px) {
  .c-profile .r-table-foot {
    padding-top: 10px;
  }
  .c-profile .r-table-foot .c-profile__item {
    display: inline-block;
    width: 50%;
  }
  .c-profile .r-table-foot .c-profile__item:nth-child(2) {
    text-align: right;
  }
}
/*------------------------------------------------------------*/
/* 06 - ALL WORKS */
/*------------------------------------------------------------*/
.c-all-works .c-main__head {
  font-family: 'geometriaregular', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}
.c-all-works .c-all-works__row {
  padding-right: 285px;
  font-size: 0;
  display: table;
  width: 100%;
}
.c-all-works .c-all-works__item {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.c-all-works .c-all-works__item ul{
  position: relative;
}
.c-all-works .c-all-works__item ul::after{
  content: '';
  clear: both;
  display: block;
}
.c-all-works .c-all-works__item ul li{
  float: left;
  width: 33.333%;
  padding-right: 20px;
}
.c-all-works .c-all-works__item ul li:nth-child(3n+1){
  clear: both;
}
.error-block{
  margin-top: 50px;
}

.c-main__list_works, .c-main__list_works ul{
  margin-bottom: 24px!important;
}

.social-widget a:hover{
  color: #888;
}
.c-main .c-about__section .link-addr:hover{
  color: #888;  
}

@media only screen and (max-width: 1199px) {
  .c-all-works .c-all-works__row {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-all-works .c-all-works__row {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-all-works .c-all-works__item {
    display: block;
    width: 100%;
  }
  .c-all-works .c-all-works__item ul li{
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-all-works .c-main__list ul {
    margin-bottom: 0;
  }
}
.c-all-works .c-link {
  display: inline-block;
  margin-top: 45px;
}

.c-profile__item a.download-biography{
    font-family: 'geometriaregular', sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #111111;
    margin-bottom: 17px;
    letter-spacing: 0.05em;
} 


@media only screen and (max-width: 767px) {
  .c-all-works .c-link {
    margin-top: 15px;
  }
}
/*------------------------------------------------------------*/
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------*/
