@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'circeslabalight';
	src:
	     url('fonts/circe-slab_a-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0;
/*	background-image: url("img/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
*/
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
	border:0;
	margin:0;
/* auto\9; /* для ie8 */
}

.img {
	line-height:0px;
	position: relative;
	margin:0px;
}

.txt {
	font-size: 2vw;
	font-family: "circeslabalight";
	line-height:137%;
	font-weight:normal;	
	position: relative;
	margin:0px;
	color:#999;
	height:100%;
}

.txt_color {
	font-size: 2vw;
	font-family: "circeslabalight";
	line-height:137%;
	font-weight:normal;	
	position: relative;
	margin:0px;
	color:#FFF;
	background: url("img/color_A.gif");
	background-size: 100% auto;
	background-repeat: no-repeat;
	height:100%;
}

.txt_color[data-bg="img/color_A.gif"] {
  background-image: url('img/color_A.gif');
}

.txt_color[data-bg="img/index/index_1200_1200_5.jpg"] {
  background-image: url('img/index/index_1200_1200_5.jpg');
}

.txt_color[data-bg="img/index/index_1200_1200_8.jpg"] {
  background-image: url('img/index/index_1200_1200_8.jpg');
}

.caption {
	font-size: 24px;
	font-family: "circeslabalight";
	line-height: 137%;
	margin: 20px 0px 20px 0px;
	color:black;
	font-weight:normal;	
}

A:hover.links {
	text-decoration:none;
	display: inline;
	cursor:pointer;
	color:black;
}

A:hover.path {
	text-decoration:none;
	display: inline;
	cursor:pointer;
	color:red;
}

A:hover.txt_color {
	text-decoration:none;
	display: inline;
	cursor:pointer;
	color:#FFF;
}

A:hover.podval_links {
	text-decoration:none;
	display: inline;
	cursor:pointer;
	color:#999;
}

A:link {
	text-decoration:none;
	color:black;
}

A:visited {
	text-decoration:none;
	color:black;
}

.spusk {
	height:240px;
    padding: 0px 10px;
}

.logo {
	font-size: 24px;
	font-family: "circeslabalight";
	line-height: 120%;
	margin: 20px 0px 20px 0px;
	color:black;
	font-weight:normal;	
}

.spusk_zine {
    display: flex;
    justify-content: center;
}

.zine {
	width:60%;
	font-size: 24px;
	font-family: "circeslabalight";
	line-height: 120%;
	margin: 20px 0px 20px 0px;
	color:black;
	font-weight:normal;	
}

.logo_scroll {
    position: fixed;
    top: -50px;
    opacity: 0;
    width: 120px;
    transition: 200ms all;
	z-index:101;
}

.logo_scroll__show {
  opacity: 1;
  top: 0px;
  transition: 200ms all;
}

.path {
	padding-right:28px;
}

hr {
	height: 1px;
	background-color: black;
    border: 0;
	margin-left:10px;
	margin-right:10px;
}

.hr_podval {
	size:1;
	margin-left:0px;
	margin-right:0px;
}

.podval_links {
	color:black;
}

.menu {
	position:fixed;
	z-index:100;
    right: 10px;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: #000;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #000;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 14px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 140px 0 42px 0;
  margin: -100% 0 0 -100vw;
  background: rgba(253,125,78);
  list-style-type: none;
  transform: translateY(-100%);
  transition: .3s;
  width: 110vw;
}
.menu-item {
  display: block;
  padding: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 2vw;
  font-family: "circeslabalight";
  font-weight:normal;	
}
.menu-item:hover {
    text-decoration: underline;
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}


@media screen and (min-width:768px) and (max-width:4000px) {

.wrapper { 
    display: flex;
    box-sizing: border-box;
    padding: 5px 5px;
    background: rgb(255,255,255);
}


.wrapper > div {
	box-sizing: border-box;
	width: calc(100% - 10px);
	float: left;
	margin: 0 5px;
}

.podval { 
    display: flex;
    box-sizing: border-box;
    padding: 5px 5px;
	margin-top: 100px;
	margin-bottom: 40px;
    background: rgb(255,255,255);
}


.podval > div {
	box-sizing: border-box;
	width: calc(100% - 10px);
	margin: 0 5px;
	float: left;
}

.col1 { 
	width: 50%;
	position:relative;
}

.col2 { 
	width: 50%;
	position:relative;
}

.col3 { 
	width: 25%;
	position:relative;
	font-size: 24px;
	font-family: "circeslabalight";
	line-height: 137%;
	margin: 20px 0px 20px 0px;
	color:#999;
	font-weight:normal;	
}

.col1:hover .text{
	display:block;
}

.col2:hover .text{
	display:block;
}

}


@media screen and (min-width:4000px) and (max-width:9000px) {

.wrapper { 
    display: flex;
    box-sizing: border-box;
    padding: 5px 5px;
	width:1500px;
	margin:auto;
    background: rgb(255,255,255);
}


.wrapper > div {
	box-sizing: border-box;
	width: calc(100% - 10px);
	float: left;
	margin: 0 5px;
}

.podval { 
    display: flex;
    box-sizing: border-box;
    padding: 5px 5px;
	margin-bottom: 40px;
    background: rgb(255,255,255);
}

.podval > div {
	box-sizing: border-box;
	width: calc(100% - 10px);
	margin: 0 5px;
	float: left;
}

.col1 { 
	width: 50%;
	position:relative;
}

.col2 { 
	width: 50%;
	position:relative;
}

.col3 { 
	width: 25%;
	position:relative;
	font-size: 24px;
	font-family: "circeslabalight";
	line-height: 137%;
	margin: 20px 0px 20px 0px;
	color:#999;
	font-weight:normal;	
}

.col1:hover .text{
	display:block;
}

.col2:hover .text{
	display:block;
}

}

@media screen and (min-width:100px) and (max-width:768px) {

body {
	margin-top:26px;
}

.wrapper { 
    padding: 0px 0px;
	float:none;
    background: rgb(255,255,255);
}

.podval {
	margin-left: 20px;
}

.podval > div {
	float: left;
}

.col1 { 
	width: 100%;
	margin-bottom:5px;
	position:relative;
}

.col2 { 
	width: 100%;
	margin-bottom:5px;
	position:relative;
}

.col3 { 
	min-width: 95%;
	position:relative;
	font-size: 20px;
	font-family: "circeslabalight";
	line-height: 137%;
	margin: 20px 0px 20px 0px;
	color:#999;
	font-weight:normal;	
}

.img {
	margin-bottom:0pt;
}

.txt {
	font-size: 6vw;
	margin-bottom:8vh;
	margin-left:10px;
	margin-right:10px;
}

.txt_color {
	font-size: 6vw;
	height:95vw;
}

.caption {
	margin: 18px 6px 30px 6px;
}
.menu-item {
  font-size: 6vw;
}

.zine {
	width:100%;
}

}