/*
Theme Name: Lumiere Gallery
Author: Savenkov Alexander(@iu9112), Filipp Ustivickij(@faustvault)
Author URI: https://savenkov-it.ru
Description: Adaptive theme for Lumiere Gallery with Woocommerce support
Version: 1.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: adaptive, flex, js, html5, css3
Text Domain: lumiere
*/

html,body,div,span,applet,object,
iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center
,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,
tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,button,
video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
body{line-height:1}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal;}
q:after{content:'"';font-style:normal;}
ul {list-style-type: none;}
textarea,input[type="text"],input[type="button"],input[type="submit"],
input[type="reset"],input[type="search"],
input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;}

html{
  min-width: 1020px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.main-wrapper{
  width: 100%;
  padding-top: 82px;
}
.header-stick{
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
}
.admin-bar .header-stick{
  top: 32px;
}
.logo-header{
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
}
.header-logo-link{
  display: block;
}

.header-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
#mob-header-menu{
  display: none;
}
.header-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.header-menu>li{
  margin-left: 5px;
  position: relative;
}
.header-menu>li>a{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}
.header-menu>li>a:hover,.header-menu>li:hover>a,.header-menu>li.current-menu-item>a{
  color: #939598;
}
.header-body{
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}
.header-menu>li>ul.sub-menu{
  position: absolute;
  z-index: 99;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 250px;
  left: 50%;
  background-color: #000;
  margin-left: -125px;
}
.header-menu>li>ul.sub-menu>li>ul.sub-menu{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.header-menu>li>ul.sub-menu>li>ul.sub-menu>li{
  width: 100%;
}
.header-menu>li:hover>ul.sub-menu{
  opacity: 1;
  height: initial;
  overflow: visible;
}
.menu-header-container>ul>li ul.sub-menu:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
  top: 100%;
}
.menu-header-container>ul>li>ul.sub-menu:before{
  content: url(/wp-content/themes/lumiere/assets/images/up-chevron.svg);
  width: 18px;
  height: 18px;
  display: block;
  object-fit: cover;
  padding: 0;
  opacity: 0.4;
}
.header-menu>li>ul.sub-menu>li{
  width: 100%;
}
.header-menu>li>ul.sub-menu>li>a{
  font-size: 16px;
  text-decoration: none;
  color: #939598;
  padding: 10px;
  display: block;
  width: 100%;
  font-weight: 300;
  transition: color 0.3s;
}
.header-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{
  font-size: 16px;
  text-decoration: none;
  color: #939598;
  padding: 5px 10px 5px 20px;
  display: block;
  width: 100%;
  font-weight: 300;
  transition: color 0.3s;
}
.header-menu>li>ul.sub-menu>li>a:hover{
  color: #ffffff;
}
.header-menu>li>ul.sub-menu>li.current-menu-item>a{
  color: #ffffff;
}
.header-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{
  color: #ffffff;
}
.header-menu>li>ul.sub-menu>li>ul.sub-menu>li.current-menu-item>a{
  color: #ffffff;
}
.header-menu>li>ul.sub-menu>li.current-menu-item>a:last-child{
  margin-bottom: 5px;
}
.header-menu>li>ul.sub-menu>li.current-menu-parent>a{
  color: #ffffff;
}
.main-footer{
  background-color: #000000;
}
.footer-body{
  padding: 75px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-main-row{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.copyright-col{
  width: 100%;
  margin-top: 60px;
  text-align: left;
}
.copyright-text{
  font-size: 12px;
  font-weight: 300;
  color: #939598;
}
.footer-top-row{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-top-row-col{
  width: 33.33333333%;
}
.footer-widjet-head{
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-widget-element{
  width: 100%;
}
.footer-widget-body{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.footer-widget-line{
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 7px;
  font-weight: 300;
}
.footer-widget-line:last-child{
  margin-bottom: 0;
}
.footer-widget-line a{
  color:#ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-widget-line a:hover{
  color: #939598;
}
.map-form{
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 80px;
  max-width: 460px;
  padding: 60px;
  color: #000000;
  display: flex;
  justify-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.map-form-row{
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.map-form-title{
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;
}
.map-form-time{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
}
.map-form-address{
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.map-form-social-row{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.footer-social-link-row{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.social-link{
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s, background-color 0.3s;
}
.map-form-link{
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000;
}
.social-link:last-child{
  margin-right: 0;
}
.map-form-link:hover{
  color: #ffffff;
  background-color: #000000;
}
.footer-social-link{
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.footer-social-link:hover{
  color: #000000;
  background-color: #ffffff;
}
.main-map{
  min-height: 400px;
}
.full-width-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.main-news-section .full-width-container, .news-section .full-width-container{
  padding: 0px 20px 120px;
}
.category-main-body .full-width-container{
  padding: 0 20px 120px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.author-main-body .full-width-container{
  padding: 0 20px 20px;
}
.about-page-section .full-width-container{
  padding: 60px 20px 120px;
}
.founder-page-section .full-width-container{
  padding: 0 20px 120px;
}
.exhibition-page-section .full-width-container{
  padding: 20px 20px 120px;
}
.exhibition-rent-page-section .full-width-container{
  padding: 20px 20px 120px;
}
.exhibition-main-section .full-width-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 20px 120px;
}
.exhibition-head-img-section .full-width-container{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 40px 20px 100px;
  flex-direction: column;
}
.authors-main-section .full-width-container{
  padding: 0px 20px 120px;
}
.page-head-section .full-width-container{
  padding: 60px 20px 30px;
}
.authors-sort-block .full-width-container{
  padding: 0px 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.artist-connection-section .full-width-container{
  padding: 0 20px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-footer .full-width-container{
  padding: 60px 20px 30px;
}
.btn-load-row .load-btn{
  margin-top: 40px;
}
.exibition-dop-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
}
.exhibition-dop-info-text{
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  line-height: 1.5;
}
.exibition-dop-row div{
  width: 50%;
}
.exibition-dop-row div:first-child{
  padding-right: 80px;
}
.exibition-dop-row div:last-child{
  padding-left: 20px;
}
.page-heading{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.no-entries{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 200px 50px
}
.no-entries span{
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
}
.category-heading-row{
  margin-bottom: 30px;
}
.ajax-sort-row{
  margin-bottom: 30px;
}
.ajax-sort-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.ajax-sort-link{
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  transition: color 0.3s, background-color 0.3s;
}
.ajax-sort-element{
  margin-right: 15px;
}
.ajax-sort-element:last-child{
  margin-right: 0;
}
.ajax-sort-link.active{
  cursor:default;
}
.ajax-sort-link.active,.ajax-sort-link:hover{
  color: #fff;
  background-color: #000; 
}
.ajax-sort-link{
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  transition: color 0.3s, background-color 0.3s;
}
.tabs-sort-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.tabs-sort-element{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tabs-sort-element.col_2{
  width: 50%;
}
.tabs-sort-link{
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 10px 10px 18px 0px;
  border-bottom: 1px solid #e2e2e2;
  transition: color 0.3s;
}
.tabs-sort-link.active{
  border-bottom-color: #000000;
  color: #000000 !important;
}
.tabs-sort-link:hover{
  color: #939598;
}
.news-list-row{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.news-grid-element{
  width: 33.333333%;
  padding: 0 10px;
  margin-top: 40px;
}
.news-grid-element:nth-child(-n+3) {
  margin-top: 0px;
}
.news-grid-main-link{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: #000000;
}
.news-grid-img-keep{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.news-grid-img{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-grid-info-block{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.news-grid-heading{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.news-grid-exceptr{
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
.news-grid-data{
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.btn-load-row{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.load-artist-row{
  margin: 20px 0 30px;
}
.load-btn{
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: #939598;
  padding: 20px 10px;
  text-align: center;
  transition: background-color 0.3s;
  width: 190px;
}
.load-btn:hover{
  background-color: #000000;
}
.load-btn.loading{
  cursor: wait;
  background-color: #000000;
}
.load-btn i{
  margin-left: 10px;
}
.home-slider{
  width: 100%;
  min-height: 620px;
  /* max-width: 1680px; */
  margin: 0 auto;
}
.plain-slider{
  width: 100%;
  min-height: 620px;
  /* max-width: 1680px; */
  margin: 0 auto;
}
.owl-carousel .owl-stage:after{
  content: none;
}
.owl-carousel .owl-item{
  overflow: hidden;
}
.home-slide{
  height: 620px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.plain-slide{
  width: 100%;
  height: 620px;
  position: relative;
}
.slides-keep{
  width: 100%;
  margin: 0 auto;
}
.slider-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.slider-back_mob{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none !important;
}
.plain-slider-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.back-fill{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.back-fill_mob{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.plain-back-fill{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.35;
  background: rgb(0 0 0);
}
.exhibition-back-fill{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 150px 20px 150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.info-slide-keep{
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 750px;
  width: 100%;
}
.home-slide-head{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color:#ffffff;
  margin-bottom: 10px;
}
.home-slider .owl-carousel .owl-slide-animated {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	-webkit-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	transition: all 50ms ease
}

.home-slider .owl-carousel .owl-slide-animated.is-transitioned {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

.home-slider .owl-carousel .home-slide-head.is-transitioned {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s
}

.home-slider .owl-carousel .home-slide-desription.is-transitioned {
	transition-delay: .35s;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	-o-transition-delay: .35s
}

.home-slider .owl-carousel .home-slide-button-wrap.is-transitioned {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s
}
.home-slide-button-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home-slide-button{
  background-color: #939598;
  padding: 20px 40px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: 0.3s;
}
.home-slide-button:hover{
  background-color: #000000;
  box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 40%);
}
.home-slide-desription{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #ffffff;
}
.big-dots .owl-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.big-dots .owl-dot{
  margin: 7px 5px;
}
.big-dots .owl-dot span{
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 16px;
  position: relative;
}
.big-dots .owl-dot span:hover{
  border-color: #ffffff;
}
.big-dots .owl-dots .owl-dot span::before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.big-dots .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.owl-nav button{
  padding: 10px;
  color: #939598;
  bottom: 245px;
  position: absolute;
  background: none;
  transition: color 0.3s;
  width: 40px;
}
.owl-nav button:hover{
  color: #000000;
}
.owl-nav button.owl-prev{
  left: 30px;
}
.owl-nav button.owl-next{
  right: 30px;
}
.owl-nav{
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
}
.page-content{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
}
.page-content p{
  margin-bottom: 20px;
}
.page-content a{
  color: #000000;
  transition: color 0.3s;
}
.page-content a:hover{
  color: #939598;
}
.page-content strong{
 font-weight: 600;
}
.page-content em{
  font-style: italic;
}
.page-content > *:last-child{
  margin-bottom: 0;
}
.page-content.founder-content{
  font-size: 15px;
}
.dop-info-mail{
  color: #939598;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.dop-info-mail a{
  color: #939598;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.dop-info-mail a:hover{
  color: #000000;
}
.contact-page-form-element{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.contact-page-form-head{
  font-weight: 600;
}
.contact-page-link{
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.contact-page-link:hover{
  color: #939598;
}
.contact-page-line{
  margin-top: 3px;
}
.contact-map-form-element{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.contact-map-form-time{
  margin-bottom: 3px;
}
.contact-map-form-address{
  margin-top: 22px;
}
.contact-map-form-row {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-map-form-title{
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact-map-form {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 90px;
  max-width: 460px;
  padding: 40px;
  color: #000000;
  display: flex;
  justify-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact-main-map{
  min-height: 800px;
  background-color: #eeeeee;
}
.contact-main-map > ymaps, .main-map > ymaps{
  height: 100%;
  display: flex;
}
.show-hide-element.hide{
  display: none;
  overflow: hidden;
  opacity: 0;
}
.biography-row{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.biography-column{
  width: 50%;
}
.biography-img-keep{
  width: 100%;
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.biography-img-keep>img{
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.bio-heading{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.bio-description{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0 30px;
}
.dopinfo-founder-row{
  width: 100%;
  margin-top: 60px;
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  font-weight: 300;
}
.dopinfo-founder-row a{
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
.dopinfo-founder-row a:hover{
  color: #939598;
}
.download-btn-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 15px;
}
.left-col-download{
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  align-items: flex-start;
}
.right-col-download{
  display: flex;
}
.download-btn-container a{
  font-weight: 600;
  color: #939598;
  line-height: 1.2;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  margin-bottom: 5px;
}
.download-btn-container a:hover{
  color: #000000;
}
.download-btn-container a:last-child{
  margin-bottom: 0;
}
.exhibition-slider{
  width: 100%;
  min-height: 530px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.exhibition-slide{
  width: 100%;
  position: relative;
  padding-bottom: 530px;
}
.exhibition-slider-back{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 1;
  cursor: pointer;
}
.exhibition-slides-keep{
  background-color: #f2f2f2;
}
.exhibition-right-col{
  width: 75%;
}
.exhibition-left-col{
  min-width: 230px;
  width: 25%;
  flex-shrink: 0;
}
.exhibition-date{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
}
.exhibition-head-img-section{
  width: 100%;
  /* max-width: 1680px; */
  margin: 0 auto;
  position: relative;
  height: 68vh;
  min-height: 300px;
  max-height: 650px;
  z-index: 1;
}
.exhibition-head-img-section>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.exhibition-head-name{
  color: #ffffff;
  background-color: #000000;
  padding: 15px 20px 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.exhibition-head-date{
  color: #ffffff;
  background-color: #000000;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.exhibition-head-img-section a{
  position: absolute;
  bottom: 55px;
  left: 50%;
  color: #fff;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: -25px;
  transition: opacity 0.3s;
  opacity: 1;
  animation: t-arrow-bottom 1.7s infinite ease;
}
.exhibition-head-img-section a:hover{
  opacity: 0.7;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes t-arrow-bottom{
  0% {
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -moz-transform:translateY(-7px);
    -ms-transform:translateY(-7px);
    -webkit-transform:translateY(-7px);
    -o-transform:translateY(-7px);
    transform:translateY(-7px)
  }
  55% {
    -moz-transform:translateY(-7px);
    -ms-transform:translateY(-7px);
    -webkit-transform:translateY(-7px);
    -o-transform:translateY(-7px);
    transform:translateY(-7px)
  }
  100% {
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
  }
}
.exhibition-list-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.authors-list-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.exhibition-grid-element {
  width: 33.333333%;
  padding: 0 10px;
  margin-top: 40px;
}
.exhibition-grid-element:nth-child(-n+3) {
  margin-top: 0px;
}
.author-grid-element {
  width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.exhibition-grid-link{
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #f2f2f2;
  height: 100%;
  transition: opacity 0.3s;
}
.exhibition-grid-info-block {
  width: 100%;
  padding: 20px 20px 30px;
}
.exhibition-grid-info-block h4{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 48px;
}
.exhibition-grid-info-block p{
  font-size: 14px;
  line-height: 1.55;
  margin-top: 10px;
  font-weight: 300;
}
.exhibition-grid-img-keep {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.exhibition-grid-img-keep img{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.still-art-mission-head{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 70%;
}
.still-art-mission-text{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 10px;
  max-width: 80%;
}
.still-art-goal-text{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 80%;
  margin-bottom: 40px;
}
.bold{
  font-weight: 600;
}
.img-posts-column{
  width: 50%;
  padding-right: 20px;
}
.info-post-column{
  width: 50%;
}
.post-head-section a{
  transition: color 0.3s;
  text-decoration: none;
}
.post-head-section a:hover{
  color: #939598;
}
.info-post-heading{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
.info-post-meta{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
.post-img-keep{
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
}
.post-img-keep img{
  max-height: 100%;
  max-width: 100%;
}
.post-plain-slide {
  width: 100%;
  height: 590px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.small-dots .owl-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: -10px;
  flex-wrap: wrap;
  padding: 0 40px;
}
.small-dots .owl-dot {
  margin: 2px 1px;
}
.small-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #939598;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.3s;
}
.small-dots .owl-dot.active span{
  background-color: #000000 !important;
}
.owl-carousel .owl-item .post-plain-slide img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  cursor: pointer;
}
.small-dots .owl-dot span:hover{
  background-color: #93959880;
}
.short-full-element{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
}
.short-full-element:first-child{
  border-top: 1px solid #f2f2f2;
}
.short-full-heading-cont{
  position: relative;
  width: 100%;
  padding: 25px 0;
  cursor: pointer;
}
.short-full-heading{
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
}
.short-full-text{
  overflow: hidden;
  height: 0px;
  transition: height 0.5s;
}
.short-full-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
.short-full-heading-cont:hover .short-full-btn{
  background-color: #f2f2f2;
}
.short-full-btn svg{
  width: 100%;
  height: 100%;
}
.short-full-row{
  width: 100%;
}
.active .short-full-btn{
  transform: rotate(-45deg);
}
.short-full-text .page-content{
  font-size: 15px;
  padding: 10px 0 40px;
}
em{
  font-style: italic;
}
.author-grid-link{
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #f2f2f2;
  padding-bottom: 100%;
  position: relative;
}
.author-grid-link:hover{
  opacity: 1;
}
.author-grid-link img{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
.author-back{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 30%, rgba(0,0,0,0) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.author-grid-link h4{
  color: #ffffff;
  top: 60px;
  width: 100%;
  left: 0;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.author-grid-link:hover h4, .author-grid-link:hover .author-back{
  opacity: 1;
}
.col_art_connect{
  width: 50%;
}
.connect-info{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 20px 0px;
}
.col_art_connect.connect-head{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.connect-info a{
  line-height: 1.2;
  margin-bottom: 7px;
  text-decoration: none;
  color: #000000;
  font-weight: 300;
  transition: color 0.3s;
  font-size: 16px;
}
.connect-info span{
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}
.connect-info a:hover{
  color: #939598;
}
.authors-sort-block a{
  font-weight: 600;
  color: #939598;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  transition: color 0.3s;
}
.authors-sort-block a:last-child{
  margin-bottom: 0;
}
.authors-sort-block a:hover{
  color: #000000;
}
.white-overlay{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  background-color: #939598aa;
}
.show-artists .white-overlay{
  display: block;
  z-index: 98;
  opacity: 1;
}
.admin-bar .authors-slide{
  top: 32px;
}
.authors-slide{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 450px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transition: transform 0.3s;
  transform: translate(100%,0);
  z-index: 999;
}
body.show-artists{
  overflow-y: hidden;
}
.show-artists .authors-slide{
  transform: translate(0,0);
  overflow-y: scroll;
}
.authors-list{
  width: 100%;
  padding: 80px 40px;
}
.authors-list a{
  display: flex;
  margin-bottom: 10px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.3s;
}
.authors-list a:hover{
  color: #939598;
}
.close-popup-btn{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #f2f2f2;
  transform: rotate(-45deg);
}
.close-popup-btn:hover{
  background-color: #93959870;
}
.mob-menu-btn{
  display: none;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  cursor: pointer;
}
.mob-menu-btn svg{
  height: 100%;
  width: 100%;
}
.show_lang{
  display: none;
}
.show_lang li{
  display: flex;
}
.photo-grid-element{
  width: 33.333333%;
  padding: 0 10px;
  margin-top: 40px;
}
.photo-grid-element:nth-child(-n+3) {
  margin-top: 0px;
}
.photo-grid-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: #000000;
}
.photo-grid-img-keep{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  /* background-color: #f2f2f2; */
}
.photo-grid-img-keep img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s;
}
.photo-front-img{
  opacity: 1;
  padding: 20px;
  background-color: #ffffff;
  /* border: 1px solid #f2f2f2; */
}
.photo-back-img{
  opacity: 0;
}
.photo-front-img{
  z-index: 3;
}
.photo-back-img{
  z-index: 2;
}
.photo-grid-link:hover .photo-front-img{
  opacity: 0;
}
.photo-grid-link:hover .photo-front-img.only-one{
  opacity: 1;
}
.photo-grid-link:hover .photo-back-img{
  opacity: 1;
}
.author-prod-list .full-width-container{
  padding: 40px 20px 120px;
}
.photo-list-row{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.photo-grid-link h4{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 15px;
  color: #000000;
}
.author-breadcrumbs .full-width-container{
  padding: 60px 20px 30px;
}
.breadcrumb{
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  width: 100%;
  font-weight: 300;
}
.breadcrumb a{
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb a:hover{
  color: #939598;
}
.photo-main-body .full-width-container{
  padding: 0 20px 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.img-photo-column{
  width: 50%;
  padding-right: 40px;
  padding-top: 3px;
}
.info-photo-column{
  width: 50%;
}
.info-photo-heading{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
.request-photo{
  background-color: #ffffff;
  padding: 15px 20px;
  color: #333333;
  border: 2px solid #333333;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  display: inline-block;
}
.request-photo:hover{
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}
.page-content.info-photo-data{
  font-size: 15px;
  margin-top: 40px;
}
.photo-connection-section .full-width-container {
  padding: 20px 20px 120px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.photo-overlay{
  display: block;
  opacity: 0.7;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s;
  background-color: #000000;
}
body.show-photo{
  overflow-y: hidden;
}
.photo-popup{
  position: relative;
  background-color: #ffffff;
  transition: opacity 0.3s;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
  opacity: 0;
}
.popup-photo-block{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 112px 100px 40px;
  z-index: 99;
  overflow-y: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.show-photo .popup-photo-block{
  display: flex;
}
.main-popup-photo{
  width: 100%;
  min-height: 300px;
}
.close-popup-btn.close-photo{
  top: 10px;
  right: 10px;
}
.author-head-section.page-head-section .full-width-container{
  padding-top: 0;
}
.photo-popup-body  .full-width-container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.search-form {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  width: 100%;
}
.search-ajax-row{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ajax-search {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  background: #ffffff;
  border-radius: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
.ajax-search::-webkit-scrollbar {
  width: 6px;
  background-color: #eff2f3;
}
.ajax-search::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4em;
}
.ajax-search__item {
  position: relative;
  border-top: 1px solid #f2f2f2;
  padding: 15px 15px;
  list-style-type: none;
}
.ajax-search__item:first-child{
  border-top:none;
}
.ajax-search__link {
  color: #333333;
  line-height: 1.3;
  font-size: 14px;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
  position: relative;
}
.ajax-search__link:hover{
  color: #000000;
}
.photo-author-search{
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.photo-search-name{
  min-height: 70px;
  padding-left: 90px;
  display: block;
}
.ajax-search__excerpt {
  cursor: default;
  font-size: 11px;
  line-height: 140%;
}
.ajax-search__not-found {
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
  font-weight: 300;
}
.search-ajax-section .full-width-container{
  padding: 20px 20px 40px
}
.search-ajax-section-ex .full-width-container{
  padding: 40px 20px 20px;
}
.search-form__input{
  width: 100%;
  border: 1px solid #939598;
  color: #000000;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s;
}
.search-form__input::-webkit-input-placeholder       {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input::-moz-placeholder                {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input:-moz-placeholder                 {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input:-ms-input-placeholder            {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input:active,.search-form__input:focus{
  border-color: #000000;
}
.search-form__input_ex{
  width: 100%;
  border: 1px solid #939598;
  color: #000000;
  height: 60px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s;
}
.search-form__input_ex::-webkit-input-placeholder       {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input_ex::-moz-placeholder                {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input_ex:-moz-placeholder                 {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input_ex:-ms-input-placeholder            {opacity: 1; color: #939598; transition: opacity 0.3s ease;}
.search-form__input_ex:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input_ex:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input_ex:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input_ex:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.search-form__input_ex:active,.search-form__input_ex:focus{
  border-color: #000000;
}
#searchsubmit{
  border: none;
  border-radius: 0;
  background-color: #000000;
  height: 60px;
  padding: 0 50px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 20px;
}
.author-prod-list-tabs .full-width-container{
  padding: 40px 20px 120px;
}
.sort-photo-row{
  margin-bottom: 30px;
}
.not-found .full-width-container{
  padding: 120px 20px;
}
.not-found-row{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 500px);
  width: 100%;
}
.not-found-row span{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
}
.not-found-row a{
  border: none;
  border-radius: 0;
  background-color: #040507;
  padding: 20px 50px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}
.not-found-row a:hover{
  background-color: #000000;
}
.popup-request-block{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 112px 100px 40px;
  z-index: 100;
  overflow-y: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.show-request .popup-request-block{
  display: flex;
}
body.show-request{
  overflow-y: hidden;
}
.request-overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s;
  background-color: #000000;
  display: block;
  opacity: 0.7;
}
.popup-request{
  position: relative;
  background-color: #ffffff;
  transition: opacity 0.3s;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  padding: 40px 40px 60px;
  margin: 0 auto;
  opacity: 0;
}
.hide_in{
  display: none;
  opacity: 0;
}
.form-request-head{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.request-data{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin:20px 0 30px
}
.request-data img{
  max-width: 105px;
  min-width: 105px;
  max-height: 120px;
  flex-shrink: 0;
  object-fit: contain;
}
.request-data span{
  padding-left: 20px;
  line-height: 1.2;
  font-size: 14px;
}
.input-keep{
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.input-keep label{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 7px;
}
.input-keep input{
  width: 100%;
  border: 1px solid #939598;
  outline: none;
  padding: 15px 20px;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  text-overflow: ellipsis;
  transition: border-color 0.3s;
}
.input-keep input:focus,.input-keep input:hover{
  border-color: #000000;
}
.submit-row input{
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  padding: 21px 20px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  outline: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.submit-row input:hover{
  background-color: #939598;
}
.submit-row{
  display: flex;
  padding-top: 20px;
  position: relative;
}
.succes-send{
  position: absolute;
  top: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #4BB462;
  font-weight: 600;
  padding-top: 20px;
  width: 100%;
  display: none;
}
.succes-send.show{
  display: block;
}
.request-error{
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 1.2;
  color: #ee3d48;
  font-weight: 600;
  padding-top: 5px;
  width: 100%;
  display: none;
}
.ex_date_bold{
  font-weight: 600;
}
.error input,.error input:hover{
  border-color:#ee3d48;
}
.error input:focus{
  border-color:#000000;
}
.error .request-error{
  display: block;
}
.wa-btn{
  color: #ffffff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 15px;
  background-color: #000000;
  border-radius: 50%;
  display: none;
}
.wa-btn svg{
  width: 100%;
  height: 100%;
}
.btn-fix-keep{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.btn-fix-row{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.info-authoe-pop-img{
  width: 100%;
  color: #000000;
  margin-bottom: 25px;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.5;
  font-size: 16px;
  transition: opacity 0.3s;
}
.info-authoe-pop-img:hover{
  opacity: 1;
}
@media (max-width:1100px) {
  .logo-header{
    max-width: 210px;
  }
  .header-menu>li{
    margin-left: 2px;
  }
  .header-menu>li>a{
    padding: 10px;
  }
  .header-menu>li>ul.sub-menu{
    width: 220px;
    margin-left: -110px;
  }
  .header-menu>li>ul.sub-menu>li>a{
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .menu-header-container>ul>li>ul.sub-menu:before{
    width: 16px;
    height: 16px;
  }
  .home-slide-head{
    font-size: 26px;
    margin-bottom: 8px;
  }
  .home-slide-desription{
    font-size: 16px;
  }
  .home-slide-button{
    padding: 17px 30px;
    margin-top: 20px;
  }
  .slide-container{
    padding: 0 20px 100px;
  }
  .home-slide{
    height: 520px;
  }
  .home-slider{
    min-height: 520px;
  }
  .page-head-section .full-width-container {
    padding: 50px 20px 23px;
  }
  .ajax-sort-row {
    margin-bottom: 20px;
  }
  .ajax-sort-element {
    margin-right: 5px;
  }
  .ajax-sort-link{
    padding: 8px 15px;
  }
  .news-grid-heading{
    font-size: 22px;
    line-height: 1.2;
  }
  .news-grid-data {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
  }
  .load-btn{
    padding: 17px 10px;
  }
  .news-grid-element{
    margin-top: 30px;
  }
  .main-news-section .full-width-container, .news-section .full-width-container {
    padding: 0px 20px 90px;
  }
  .about-page-section .full-width-container{
    padding: 40px 20px 90px;
  }
  .founder-page-section .full-width-container {
    padding: 0 20px 90px;
  }
  .map-form{
    max-width: 420px;
    padding: 40px;
    top: 60px;
  }
  .map-form-title{
    margin-bottom: 15px;
  }
  .map-form-address{
    margin-top: 15px;
  }
  .map-form-social-row{
    margin-top: 20px;
  }
  .social-link{
    margin-right: 8px;
  }
  .footer-body{
    padding: 60px 20px 30px;
  }
  .copyright-col{
    margin-top: 40px;
  }
  .footer-widget-body{
    margin-top: 20px;
  }
  .footer-social-link-row{
    margin-top: 15px;
  }
  .page-heading{
    font-size: 24px;
    line-height: 1.3;
  }
  .plain-slide{
    height: 500px;
  }
  .plain-slider{
    min-height: 500px;
  }
  .tabs-sort-link{
    padding: 8px 10px 15px 0px;
  }
  .bio-heading{
    font-size: 24px;
  }
  .bio-description{
    margin: 8px 0 25px;
  }
  .page-content p {
    margin-bottom: 15px;
  }
  .biography-img-keep{
    padding-left: 25px;
  }
  .dopinfo-founder-row{
    margin-top: 40px;
  }
  .news-grid-info-block{
    margin-top: 10px;
  }
  .btn-load-row .load-btn {
    margin-top: 30px;
  }
  .contact-map-form{
    max-width: 420px;
    padding: 40px;
    top: 60px;
  }
  .contact-map-form-title{
    margin-bottom: 15px;
  }
  .contact-map-form-address {
    margin-top: 15px;
  }
  .contact-page-form-element{
    margin-top: 18px;
  }
  .exhibition-head-name {
    padding: 12px 15px 11px;
    font-size: 22px;
    margin-bottom: 18px;
  }
  .exhibition-head-date{
    padding: 15px;
  }
  .exhibition-head-img-section a{
    width: 40px;
    margin-left: -20px;
    bottom: 30px;
  }
  .exhibition-head-img-section .full-width-container{
    padding: 20px 20px 80px;
  }
  .exhibition-head-img-section{
    min-height: 280px;
    height: 68vh;
    max-height: 560px;
  }
  .no-entries{
    padding: 150px 20px;
  }
  .no-entries span{
    font-size: 22px;
    line-height: 1.2;
  }
  .exhibition-page-section .full-width-container {
    padding: 20px 20px 90px;
  }
  .exhibition-grid-element{
    margin-top: 20px;
  }
  .exhibition-grid-info-block {
    padding: 15px 15px 20px;
  }
  .exhibition-rent-page-section .full-width-container {
    padding: 0px 20px 90px;
  }
  .still-art-mission-head{
    font-size: 18px;
  }
  .still-art-mission-text{
    margin-top: 25px;
    margin-bottom: 10px;
    max-width: 90%;
  }
  .still-art-goal-text{
    margin-bottom: 20px;
  }
  .download-btn-container a{
    margin-bottom: 3px;
    font-size: 13px;
  }
  .exhibition-slide{
    width: 100%;
    padding-bottom: 500px;
  }
  .exhibition-slider{
    min-height: 500px;
    margin-bottom: 10px;
  }
  .owl-nav button.owl-prev {
    left: 20px;
  }
  .owl-nav button.owl-next {
    right: 20px;
  }
  .owl-nav button{
    color: #f2f2f2;
    width: 40px;
    height: 40px;
    background-color: #00000060;
    padding: 5px;
    bottom: 230px
  }
  .owl-nav button svg{
    width: 100%;
    height: 100%;
  }
  .owl-nav button:hover{
    color: #000000;
    background-color: #ffffff60;
  }
  .owl-nav button:focus{
    background-color: #00000060;
    color: #f2f2f2;
  }
  .exhibition-main-section .full-width-container{
    padding: 25px 20px 90px;
  }
  .authors-main-section .full-width-container{
    padding: 0px 20px 90px;
  }
  .page-content.exhibition-content,.exhibition-date{
    font-size: 15px;
  }
  .exhibition-left-col{
    min-width: 220px;
  }
  .authors-sort-block .full-width-container{
    padding: 0px 20px 20px;
  }
  .authors-sort-block a{
    margin-bottom: 3px;
  }
  .artist-connection-section .full-width-container{
    padding: 0px 20px 30px;
  }
  .col_art_connect.connect-head{
    font-size: 22px;
  }
  .connect-info a{
    margin-bottom: 5px;
    font-size: 14px;
  }
  .connect-info span {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .short-full-heading-cont{
    padding: 20px 0;
  }
  .short-full-heading{
    line-height: 16px;
    font-size: 14px;
  }
  .short-full-btn {
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    padding: 5px;
  }
  .short-full-text .page-content{
    padding: 5px 0 25px;
  }
  .author-grid-link h4{
    padding: 0 20px;
    top: 45px;
  }
  .info-post-heading{
    font-size: 22px;
    margin-bottom: 8px;
  }
  .info-post-meta{
    margin-bottom: 20px;
  }
  .page-content.info-post-data{
    font-size: 15px;
  }
  .post-plain-slide{
    height: 500px;
    padding: 20px 10px
  }
  .img-posts-column{
    padding-right: 10px;
  }
  .category-main-body .full-width-container{
    padding: 0 20px 90px;
  }
  .small-dots .owl-dots{
    margin-top: -5px;
  }
  .small-dots .owl-dot span{
    width: 8px;
    height: 8px;
  }
  .main-map {
    min-height: 350px;
  }
  .contact-main-map{
    min-height: 700px;
  }
  .main-wrapper{
    padding-top: 72px;
  }
  .photo-grid-element{
    margin-top: 30px;
  }
  .author-prod-list .full-width-container{
    padding: 20px 20px 90px;
  }
  .popup-photo-block{
    padding: 87px 20px 30px;
  }
  .photo-main-body .full-width-container{
    padding: 0 20px 50px;
  }
  .author-breadcrumbs .full-width-container {
    padding: 40px 20px 20px;
  }
  .photo-connection-section .full-width-container{
    padding: 20px 20px 90px;
  }
  .show-request .popup-request-block{
    padding: 87px 20px 30px;
  }
}
@media (max-width:768px) {
  html {
    min-width: 768px;
  }
  .mob-menu-btn{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 2px;
    color: #fff;
    opacity: 1;
    overflow: initial;
    flex-shrink: 0;
  }
  .show_lang{
    margin-right: 20px;
    padding-bottom: 4px;
    display: initial;
  }
  .logo-header {
    max-width: 220px;
  }
  .main-wrapper{
    padding-top: 70px;
  }
  .news-grid-element{
    width: 50%;
    margin-top: 20px;
  }
  .news-grid-element:nth-child(3) {
    margin-top: 20px;
  }
  .plain-slide{
    height: 400px;
  }
  .plain-slider{
    min-height: 400px;
  }
  .about-page-section .full-width-container {
    padding: 30px 20px 70px;
  }
  .main-news-section .full-width-container, .news-section .full-width-container{
    padding: 0px 20px 70px;
  }
  .page-content.about-content{
    font-size: 15px;
  }
  .news-grid-heading {
    font-size: 20px;
  }
  .news-grid-exceptr{
    margin-top: 8px;
  }
  .news-grid-data{
    margin-top: 8px;
  }
  .ajax-sort-link {
    padding: 7px 10px;
    font-size: 12px;
  }
  .page-head-section .full-width-container {
    padding: 35px 20px 20px;
  }
  .contact-map-form{
    max-width: 360px;
    padding: 25px;
    top: 40px;
  }
  .map-form {
    max-width: 360px;
    padding: 25px;
    top: 40px;
  }
  .exhibition-head-name{
    font-size: 20px;
  }
  .tabs-sort-link {
    padding: 5px 10px 10px 0px;
    font-size: 13px;
  }
  .no-entries span {
    font-size: 20px;
  }
  .no-entries{
    padding: 120px 20px
  }
  .exhibition-head-img-section a {
    width: 34px;
    margin-left: -17px;
    bottom: 25px;
  }
  .exhibition-page-section .full-width-container {
    padding: 20px 20px 70px;
  }
  .exhibition-grid-element{
    width: 50%;
    margin-top: 20px;
  }
  .exhibition-grid-element:nth-child(3) {
    margin-top: 20px;
  }
  .exhibition-grid-info-block h4{
    font-size: 18px;
    min-height: 42px;
  }
  .exhibition-grid-info-block p{
    margin-top: 8px;
  }
  .exhibition-grid-info-block {
    padding: 10px 10px 15px;
  }
  .exhibition-slide{
    width: 100%;
    padding-bottom: 400px;
  }
  .exhibition-slider{
    min-height: 400px;
  }
  .owl-nav button{
    bottom: 180px;
  }
  .exhibition-left-col {
    width: 100%;
    min-width: initial;
  }
  .exhibition-right-col {
    width: 100%;
    margin-top: 10px;
  }
  .exhibition-main-section .full-width-container {
    padding: 20px 20px 70px;
  }
  .authors-main-section .full-width-container{
    padding: 0px 20px 70px;
  }
  .exibition-dop-row{
    flex-direction: column-reverse;
  }
  .exibition-dop-row div:last-child{
    padding-left: 0;
    margin-bottom: 10px;
  }
  .exibition-dop-row div{
    width: 100%;
  }
  .exibition-dop-row div:first-child {
    padding-right: 150px;
  }
  .exhibition-rent-page-section .full-width-container {
    padding: 10px 20px 70px;
  }
  .still-art-mission-head{
    max-width: 100%;
  }
  .still-art-mission-text {
    margin-top: 20px;
    max-width: 100%;
  }
  .still-art-goal-text {
    max-width: 100%;
  }
  .still-art-decription{
    padding-right: 40px;
  }
  .home-slide-head{
    font-size: 24px;
  }
  .slide-container {
    padding: 0 20px 80px;
  }
  .home-slide {
    height: 470px;
  }
  .home-slider {
    min-height: 470px;
  }
  .author-grid-element {
    width: 50%;
  }
  .artist-connection-section .full-width-container {
    padding: 0px 20px 20px;
  }
  .col_art_connect{
    width: 100%;
  }
  .connect-info a {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .connect-info span {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .connect-info{
    padding: 15px 0 0;
  }
  .biography-column{
    width: 100%;
  }
  .biography-img-keep {
    padding: 30px 0 0;
    justify-content: center;
  }
  .dopinfo-founder-row {
    margin-top: 30px;
  }
  .founder-page-section .full-width-container {
    padding: 0 20px 70px;
  }
  .footer-top-row-col {
    width: 50%;
  }
  .main-footer .full-width-container {
    padding: 40px 20px 30px;
  }
  .main-map {
    min-height: 300px;
  }
  .contact-main-map{
    min-height: 590px;
  }
  .img-posts-column {
    padding: 0 50px 20px;
    width: 100%;
  }
  .info-post-column {
    width: 100%;
    padding-left: 0;
  }
  .post-plain-slide{
    height: 400px;
  }
  .post-img-keep{
    padding-right: 0;
    justify-content: center;
    height: initial;
  }
  .post-img-keep img{
    max-height: 420px;
  }
  .info-post-meta {
    margin-bottom: 15px;
  }
  .info-post-heading{
    font-size: 20px;
  }
  .biography-img-keep>img {
    max-width: 400px;
  }
  .category-main-body .full-width-container {
    padding: 0 20px 70px;
  }
  .header-menu-col{
    opacity: 0;
    display: none;
    transition: opacity 0.2s;
  }
  .header-menu-col.show-menu{
    display: flex;
    position: fixed;
    z-index: 999;
    top: 70px;
    border-top: 1px solid #ffffff60;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #000000;
    overflow-y: scroll;
    opacity: 1;
  }
  .show-menu .top-line, .bottom-line{
    opacity: 0;
    transition: opacity 0.1s;
  }
  .show-menu .bottom-line,.top-line{
    opacity: 1;
  }
  .header-menu{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px;
  }
  .menu-header-container{
    display: none;
  }
  .mob-menu-header-container{
    width: 100%;
  }
  #mob-header-menu{
    display: flex;
  }
  .show_lang a{
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
  }
  .header-logo-col{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu>li{
    margin-left: 0;
    width: 100%;
  }
  .header-menu>li>a{
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
  }
  .header-menu>li>ul.sub-menu{
    position: static;
    margin-left: 0;
    width: 100%;
    height: initial;
    opacity: 1;
    padding-bottom: 10px;
  }
  .menu-header-container>ul>li>ul.sub-menu:before{
    content: none;
  }
  .menu-header-container>ul>li ul.sub-menu:after{
    content: none;
  }
  .header-menu>li>ul.sub-menu>li>a {
    padding: 5px 20px 5px 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
  }
  .header-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding: 5px 10px 5px 45px;
    line-height: 1.2;
    color: #ffffff;
  }
  .search-ajax-section .full-width-container{
    padding: 20px 20px 20px;
  }
  .search-ajax-section-ex .full-width-container {
    padding: 20px 20px 10px;
  }
  .search-form{
    max-width: initial;
  }
  .photo-grid-element{
    width: 50%;
    margin-top: 30px;
  }
  .photo-grid-element:nth-child(3) {
    margin-top: 30px;
  }
  .photo-grid-link h4{
    font-size: 15px;
    margin-top: 10px;
  }
  .img-photo-column{
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .info-photo-column {
    width: 100%;
    padding-top: 30px;
  }
  .info-photo-heading{
    margin-bottom: 15px;
  }
  .page-content.info-photo-data {
    font-size: 16px;
    margin-top: 20px;
  }
  .request-photo{
    padding: 20px;
    font-size: 14px;
  }
  .flex-viewport{
    height: 350px;
  }
  .flex-direction-nav a{
    top: 175px;
  }
  .photo-connection-section .full-width-container {
    padding: 20px 20px 70px;
  }
  .author-prod-list .full-width-container {
    padding: 20px 20px 70px;
  }
  .flex-direction-nav a {
    opacity: 1;
  }
  .photo-popup{
    padding: 60px 30px 40px;
  }
  .show-request .popup-request-block {
    padding: 60px 20px 40px;
  }
  .wa-btn{
    display: flex;
  }
  .slider-back_mob{
    display: block !important;
  }
  .back-fill_mob{
    display: flex;
  }
  .back-fill{
    display: none;
  }
  .slider-back{
    display: none;
  }
}
@media (max-width:520px) {
  html {
    min-width: 210px;
  }
  .logo-header {
    max-width: 220px;
  }
  .home-slide-head {
    font-size: 22px;
  }
  .slide-container {
    padding: 0 20px 70px;
  }
  .slide-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home-slide {
    height: 510px;
    height: initial;
    padding-bottom: 140%;
  }
  .home-slider {
    min-height: 510px;
  }
  .ajax-sort-link {
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #000000;
  }
  .ajax-sort-element {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .news-grid-element{
    width: 100%;
  }
  .news-grid-element:nth-child(2) {
    margin-top: 20px;
  }
  .news-grid-exceptr {
    margin-top: 10px;
    font-size: 15px;
  }
  .news-grid-data {
    margin-top: 10px;
    font-size: 13px;
  }
  .news-grid-info-block {
    margin-top: 15px;
  }
  .load-btn {
    padding: 20px 10px;
    font-size: 15px;
  }
  .map-form{
    position: static;
    padding: 0;
    max-width: initial;
    padding-bottom: 40px;
  }
  .contact-main-map > ymaps, .main-map > ymaps{
    height: 400px !important;
  }
  .map-form-title{
    font-size: 22px;
    margin-bottom: 25px;
  }
  .contact-map-form-title{
    font-size: 22px;
    margin-bottom: 25px;
  }
  .contact-map-form-element{
    font-size: 16px;
  }
  .contact-page-form-element {
    margin-top: 20px;
    font-size: 16px;
  }
  .map-form-time{
    font-size: 16px;
  }
  .map-form-address{
    font-size: 16px;
  }
  .contact-map-form{
    position: static;
    padding: 0;
    max-width: initial;
    padding-bottom: 40px;
  }
  .social-link{
    width: 40px;
    height: 40px;
  }
  .contact-main-map{
    background-color: #ffffff;
    min-height: initial;
  }
  .footer-top-row-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer-top-row-col:last-child{
    padding-bottom: 0;
  }
  .footer-widget-body {
    margin-top: 15px;
  }
  .footer-widjet-head{
    font-size: 16px;
  }
  .footer-widget-line {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
  }
  .copyright-text{
    font-size: 14px;
  }
  .exhibition-head-section .page-heading{
    font-size: 22px;
  }
  .download-btn-container a {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .exhibition-slide {
    padding-bottom: 300px;
  }
  .exhibition-slider {
    min-height: 300px;
  }
  .plain-slide {
    height: 300px;
  }
  .plain-slider {
    min-height: 300px;
  }
  .owl-nav button {
    bottom: 130px;
  }
  .page-content.exhibition-content, .exhibition-date {
    font-size: 16px;
  }
  .img-posts-column {
    padding: 0 0px 20px;
  }
  .page-content.info-post-data {
    font-size: 16px;
  }
  .page-content.about-content {
    font-size: 16px;
  }
  .page-content.founder-content {
    font-size: 16px;
  }
  .bio-description {
    margin: 10px 0 25px;
    font-size: 14px;
  }
  .biography-img-keep{
    padding: 30px 20px 0;
  }
  .dopinfo-founder-row{
    text-align: center;
  }
  .no-entries {
    padding: 100px 20px;
  }
  .no-entries span{
    text-align: center;
  }
  .exhibition-grid-element{
    width: 100%;
  }
  .exhibition-grid-element:nth-child(2){
    margin-top: 20px;
  }
  .exhibition-grid-info-block h4 {
    font-size: 20px;
    min-height: initial;
  }
  .exhibition-grid-info-block p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .exhibition-head-name {
    font-size: 18px;
    margin-left: -20px;
    padding: 12px 20px 11px;
  }
  .exhibition-head-date {
    padding: 15px 20px;
    margin-left: -20px;
  }
  .author-grid-element {
    width: 100%;
  }
  .author-back{
    opacity: 0.7;
  }
  .author-grid-link h4{
    font-size: 16px;
    opacity: 1;
  }
  .short-full-text .page-content{
    font-size: 16px;
  }
  .short-full-heading {
    line-height: 1.2;
    font-size: 16px;
  }
  .short-full-btn{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 8px;
  }
  .authors-slide{
    max-width: initial;
  }
  .home-slider,.exhibition-slider{
    overflow: hidden;
  }
  .slides-keep,.exhibition-slides-keep{
    margin: 0 -5px;
    width: initial;
  }
  .info-slide-keep{
    padding-left: 5px;
  }
  .exhibition-slides-keep .owl-nav button.owl-prev{
    left: 25px;
  }
  .exhibition-slides-keep .owl-nav button.owl-next{
    right: 25px;
  }
  .header-body{
    padding: 10px 20px;
  }
  .logo-header {
    max-width: 190px;
  }
  .header-menu-col.show-menu{
    top: 60px;
  }
  .main-wrapper {
    padding-top: 60px;
  }
  .search-ajax-section .full-width-container{
    padding: 0 20px 20px;
  }
  .search-ajax-section-ex .full-width-container {
    padding: 20px 20px 0px;
  }
  #searchsubmit{
    padding: 0 20px;
    height: 50px;
    margin-left: 0;
  }
  .search-form__input{
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    border-right: 0;
    border-color: #000000;
  }
  .search-form__input_ex{
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    border-right: 0;
    border-color: #000000;
  }
  .ajax-search__item{
    padding: 10px;
  }
  .ajax-search{
    margin-top: 15px;
  }
  .photo-grid-element{
    width: 100%;
    margin-top: 30px;
  }
  .photo-grid-element:nth-child(2),.photo-grid-element:nth-child(3){
    margin-top: 30px;
  }
  .photo-grid-link h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .photo-grid-img-keep img{
    background-color: #f2f2f2;
  }
  .breadcrumb {
    line-height: 1.4;
    font-size: 14px;
  }
  .info-photo-column{
    padding-top: 20px;
  }
  .info-photo-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .photo-main-body .full-width-container {
    padding: 0 20px 20px;
  }
  .request-photo {
    padding: 17px;
    font-size: 13px;
  }
  .flex-viewport {
    height: 300px;
  }
  .flex-direction-nav a {
    top: 150px;
  }
  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
  }
  .flex-control-thumbs li {
    width: 24%;
    padding-bottom: 24%;
  }
  .photo-slide-img-container{
    padding: 10px;
  }
  .author-breadcrumbs .full-width-container {
    padding: 30px 20px 20px;
  }
  .page-head-section .full-width-container {
    padding: 30px 20px 20px;
  }
  .close-popup-btn.close-photo {
    top: -10px;
    right: -10px;
  }
  .photo-popup {
    padding: 20px 20px 30px;
  }
  .popup-photo-block {
    padding: 70px 20px 40px;
  }
  .close-popup-btn {
    width: 30px;
    height: 30px;
  }
  .request-data img {
    max-width: 90px;
    min-width: 90px;
    max-height: 110px;
  }
  .popup-request{
    padding: 20px 20px 40px;
  }
  .input-keep{
    margin-bottom: 20px;
  }
  .request-error{
    padding-top: 2px;
    text-align: right;
  }
  .input-keep label{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .input-keep input{
    padding: 15px;
  }
  .submit-row input{
    padding: 17px 20px;
  }
  .succes-send{
    padding-top: 10px;
  }
  .form-request-head{
    font-size: 20px;
  }
  .close-request{
    top: 10px;
    right: 10px
  }
  .photo-author-search{
    width: 50px;
    height: 50px;
  }
  .photo-search-name {
    min-height: 50px;
    padding-left: 70px;
  }
}
@media (max-width:330px) {
  .logo-header {
    max-width: 140px;
  }
  .mob-menu-btn {
    width: 30px;
    height: 30px;
  }
  .header-menu-col.show-menu{
    top: 50px;
  }
  .home-slider {
    min-height: 450px;
  }
  .main-wrapper {
    padding-top: 50px;
  }
  .show_lang {
    margin-right: 10px;
    padding-bottom: 2px;
    display: initial;
  }
  .show_lang a {
    font-size: 16px;
  }
  .download-btn-container{
    flex-direction: column-reverse;
  }
  .right-col-download a{
    margin-bottom: 3px !important;
  }
  .photo-grid-link h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .flex-viewport {
    height: 280px;
  }
  .page-content.info-photo-data {
    font-size: 15px;
    margin-top: 15px;
  }
  .info-photo-heading{
    font-size: 18px;
  }
}

/* Hacks */
svg.w-6.h-6 {
  max-width: 24px;
  margin-bottom: -5px;
  margin-right: 6px;
}

.hide {
  display: none;
}