@import url('demo.css');

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}

/* Photographer Vladimir Semyonov */

html {
    font-family:"OpenSans-Regular", "Helvetica", sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
}

.background {
	background-color: #f5f5f5;
}

.firstscreen {
    position:relative;
    display: flex;
    justify-content: center;
    color:#ffffff;
    height:100vh;
    background:#9bc3ca url(../img/firstscreen_bg_480.webp) center center no-repeat;
    background-attachment:fixed;
}

.firstscreen::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
}

.firstscreen-container {
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
}

.firstscreen-content {
    display:flex;
    flex-direction: column;
    align-items: center;

}

.firstscreen-content__title {
    margin: 0;
    margin-block-end: 2.5em;
    font-size:1rem;
}

.firstscreen-content__photo {
	padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
}

.firstscreen-content__brand {
    order: -1;
    font-size: 3rem;
    font-weight: lighter;
    margin-block: 0;
}

.firstscreen-content__about {
	margin-top: 2rem;
}

.firstscreen-content__link {
    position: absolute;
    display: inline-block;
	font-size: 0;
	text-align: center;
    margin-left: -25px;
    bottom: 0; 
    width: 50px;
    height: 50px;
    left: 50%;
    border: 2px solid transparent;
    border-radius: 50%;
}

.firstscreen-content__link::before {
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: "";
    height: 15px;
    left: 13px;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
    width: 17px;
}

.portfolio {
    margin-top: 10rem;
}

.gtm {
	display: none;
    width:0;
    height:0;
    overflow: hidden;
}

.main__title {
    text-align: center;
    font-size: 3rem;
    font-weight: lighter;
}

.portfolio__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
	margin-top: 3rem;
    padding: 0;
}

.portfolio__work {
    display: inline-block;
    height: 320px;
    margin-bottom: 3rem;
    padding: 10px 10px 20px;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    transition: all .20s linear;
}

.portfolio__work:hover {
    transform: scale(1.2);
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    text-decoration: none;
    border: none;
}

.portfolio__work a {
    display: block;
    margin-top: 2rem;
    font-size: 1.5rem;
    text-decoration: none;
    background:#ffffff;
    color:rgba(0, 0, 0, .7); 
    padding: 0.7rem 1.4rem;
    border: 0.2rem solid rgba(0, 0, 0, .7);
    border-radius: 8px;
}

.portfolio__work a:hover {
    background-color:rgba(0, 0, 0, .7);
    color: white;
}

.exhibitions {
    margin-top: 10rem;
	padding: 0 2rem;
}

.exhibitions__list {
	margin: 0;
    margin-top: 3rem;
    padding: 0;
	list-style-type: none;
}

.exhibitions__list li {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.footer-content {
    margin-top: 10rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: #ffffff;
    background-color: #425356;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery, .message, .email {
	margin-top: 1rem;
    font-size: 1.5rem;
}

.footer-content__social, .footer-content__contacts {
    text-align: center;
}

.footer-content__social ul, .footer-content__contacts ul {
    margin: 0;
    padding: 0;
}

.footer-content__social li, .footer-content__contacts li {
	margin: 0.5rem 0.25rem 0 0.25rem;
    display: inline-block;
    list-style-type: none;
}

.button {
    
    border: 2px solid #ffffff;
    border-radius: 2px;
    display: inline-block;
    font-size: 0;
	width: 3rem;
    height: 3rem;
    margin: 0;
    transition: 0.2s;
    vertical-align: top;
}

.social-button-vk {
    background: url(../img/logo_vk_icon.svg) no-repeat center;
}

.social-button-vk:hover {
    background: #ffffff url(../img/logo_vk_icon.svg) no-repeat center;
}

.social-button-skype {
    background: url(../img/logo_skype_icon.svg) no-repeat center;
}

.social-button-skype:hover {
    background: #ffffff url(../img/logo_skype_icon.svg) no-repeat center;
}

.social-button-telegram {
    background: url(../img/logo_telegram_icon.svg) no-repeat center;
}

.social-button-telegram:hover {
    background: #ffffff url(../img/logo_telegram_icon.svg) no-repeat center;
}

.send-email-button {
    background: url(../img/send_mail.svg) no-repeat center;
}

.send-email-button:hover {
    background: #ffffff url(../img/send_mail.svg) no-repeat center;
}

/* Photoseries */

.concept {
	margin-bottom: 5rem;
	text-align: left;
}

.concept-citation {
	display: block;
	width: 42%;
	margin-left: auto;
	margin-bottom: 3rem;
	text-indent: -0.75rem;
}

.main-title {
	text-align: center;
    margin-bottom: 2rem;
}

.main-concept {
    margin-bottom: 1rem;
}

.main-photobook {
    text-align: center; 
}

.photobook_html {
    width:400px;
    height:250px;
	background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

.vk-comments {
    margin-top: 5rem;
}

/* Pages-404 */

.container-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 0 2rem;
	text-align: center;
	background-color: #f5f5f5;
}

.fault-code {
    margin-block-start: 1em;
    margin-block-end: 1em;
	font-weight: 300;
    font-size: 0.9rem;
	order: 1;
}

.main-title {
	order: -1;
    font-size: 3rem;
    font-weight: lighter;
}

.fault {
	margin-block-start: 4em;
    margin-block-end: 4em;
	background-color: #f5f5f5;
	box-shadow: none;
}

@media (min-width: 482px) {
	.firstscreen {
        background-image: url(../img/firstscreen_bg_1024.webp);
    }

    .photobook_html {
        width:700px;
        height:400px;
    }
}

@media (min-width: 992px) {
	.firstscreen {
        background-image: url(../img/firstscreen_bg_1200.webp);
    }

    .photobook_html {
        width:900px;
        height:500px;
    }
}