@charset "utf-8";       
@import url(/assets/images/fonts/Intro.eot);
@import url(/assets/images/fonts/Intro.woff);
@import url(/assets/images/fonts/Intro.woff2);
@import url(/assets/images/fonts/Intro.ttf);

@font-face {
    font-family: 'Intro';
    src: url('/assets/images/fonts/Intro.eot');
    src: local('Intro'),
        url('/assets/images/fonts/Intro.eot?#iefix') format('embedded-opentype'),
        url('/assets/images/fonts/Intro.woff2') format('woff2'),
        url('/assets/images/fonts/Intro.woff') format('woff'),
        url('/assets/images/fonts/Intro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
margin:0;
padding:0
}     
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    /*display: flex;*/
}      
body {       
    background: url('../images/body_bg.png') center top;
    font-family: 'Intro';
    display: flex;
}     
html , body {
    height: 100%;
}
img {border:none}   
input ,textarea { 
    outline: none;     
    font-family: 'Intro';
}
input:focus ,textarea:focus ,select:focus{
outline:none;                                     
}    
input::-moz-focus-inner {
padding: 0px;
border: 0px;
}    
p {
    font-size:15px;
    color:#000;
    line-height:22px;
    margin-top:15px;
}  
ol, ul {
    list-style: none;
    font-size:15px;
    line-height:22px;
    color:#000;
}
a {
    text-decoration:none;
    outline:none;
    color: rgba(7,4,147);
}
a:hover {
    text-decoration:none;
    outline:none;
    font-weight: 700;
}
a.gallery{
    padding: 15px 15px 0 0;
    display: inline-block;
}
.clear {
    clear:both;
    line-height:1%;
    margin-bottom:-1px;
    height:1px;
    overflow:hidden;
    font-size:0px
}    
.wrapper {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    flex-flow: column nowrap;
    justify-content: center;
}
.container {
    margin: auto;
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}   
* html .container {
    height:100%;
}
header {
    display: flex; 
    flex-flow: row wrap;
    justify-content: center;
    width:100%;
    max-width: 1920px;
    visibility: visible;
}      
header .headerLogos {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
header .headerLogos a{
    color: #000;
}
header .headerLogos a:hover{
    font-weight: inherit;
}
header .logoGzhel {
    text-align: center; 
    margin-top: 0.5em;
    margin-left: 10em;
}
header .logoGzhel img {
    display: block;
    width: 70px;
    margin: 0 1%;
}
header .logoNameGzhel {
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
header .logo {
    width: 100%;
    display: flex; 
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0.5em 0;
}
.headerLogosMain{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
header .logo img {
    display: block;
    height: 100px;
}
header .logoNameZodchie {
    margin: 0 1em;
    font-size: 3vw;
}
header .topStringIcons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
header .topStringIcons img{
    display: block;
    height: 30px;
    padding: 5px;
}

.contacts {
    margin: auto;
    width: 100%;
    text-align: center; 
    padding: 0.5em;
    color:#fff;
    letter-spacing: 0.1em;
    background: rgba(7,4,147);  
}
.headerAltTopImage {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.headerAltTopImage img{
    display: block;
    width: 100%;
}
.headerAltTopImageLabel {
    margin: auto;
    font-size: 10vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
header .altHeaderlogo {
    width: 80%;
    display: flex; 
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 1%; 
}
header .altHeaderlogo .logoZodchie {
    display: block;
    width: 170px;
}
menu {
    margin: 0;
    padding: 0;
    width: 100%;
}
menu ul {
    display: flex; 
    flex-flow: row wrap;
    justify-content: center;
}       
   
menu li {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
}     
menu a {
    margin: 0.6em;
    padding: 0.6em 1em;
    color:#000;  
    text-decoration:none;
}
menu a:hover {
    box-shadow: inset 0 0 0 1px rgba(7,4,147, 0.3);
    color: rgba(7,4,147);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, header menu li a {
        font-size:15px;  
    }
}
.phone {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.15em;
}
.headerButton {
    display: flex;
    width: 150px;
    height: 60px;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.15em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.headerMenuButton {
    background-color: rgba(255, 127, 0);
}
.headerMenuName {
    margin: auto;
    font-size: 27px;
}
/*.headerMenuButton:hover {
    font-weight: 800;
    background:rgba(255, 127, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0, 0.3);
    color: rgba(255, 127, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}*/
.headerAfishaButtonName {
    margin: auto;
}
.headerAfishaButton {
    background-color: rgba(4, 181, 64);
}
.headerAfishaButton:hover {
    font-weight: 800;
    background:rgba(4, 181, 64, 0);
    box-shadow: inset 0 0 0 1px rgba(4, 181, 64, 0.3);
    color: rgba(4, 181, 64);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.afishaButtonCalendar {
    background-color: rgba(255, 127, 0);
}
.afishaButtonCalendar:hover {
    font-weight: 800;
    background:rgba(255, 127, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0, 0.3);
    color: rgba(255, 127, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.afishaButtonMailing{
    background-color: rgba(222, 95, 3);

}
.afishaButtonMailing:hover {
    font-weight: 800;
    background:rgba(222, 95, 3, 0);
    box-shadow: inset 0 0 0 1px rgba(222, 95, 3, 0.3);
    color: rgba(222, 95, 3);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.slides li {
width:517px;
height:517px;
position:relative;
}     
.slides li img {
display:block;
}    
.slides li a {
text-decoration:none;
}
.slides .name {
    width:347px;
    padding:13px 140px 20px 30px;
    min-height:134px;
    font-size:45px;
    color:#fff;      
    line-height:44px;
    font-weight:bold;  
    z-index:2;
    position:absolute;
    left:0px;
    top:0px;
    display:block;
}       
.slides .name span {    
    font-size:25px;  
    margin-top:9px;
    display:block;
}   
.years {
    width:39px;
    height:39px;     
    position:absolute;
    left:29px;
    bottom:24px;
    border:3px solid #fff;  
    font-size:20px;  
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:39px;
    -moz-border-radius: 39px; 
    -webkit-border-radius: 39px; 
    -khtml-border-radius: 39px; 
    border-radius: 39px;    
    behavior: url(PIE.htc);  
    display:block;
    z-index:2;
}   
.info_block .years  {
    left:18px;
    bottom:18px;
}
.double {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.afisha {
    width: 100%;
    margin: 1em 0;
    display: flex;
    flex-flow: row wrap;
 }

.afisha_block {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1%;
    width: 31%;
}
.afisha_block img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.AfishaBlockWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.AfishaBlockInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.AfishaBlockDate {
    background: rgba(255, 127, 0);
    padding: 0.6em; 
}
.AfishaBlockYears {
    padding: 0.6em;
    font-weight: 800;
}

/* Афишы конец */

/* Студии начало */

.studii_block {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1%;
    width: 31%;
}
.studii_block img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.studiiBlockWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.studiiBlockDate {
    align-self: flex-end;
    background: rgba(4,181,64);
    padding: 0.6em; 
    color: #fff;
}
.studiiName {
    position: relative;
    box-sizing: border-box;
    width: inherit;
    height: 8rem;
    font-size: 1.7rem;
    background: #fff;
    padding: 0.6em; 
    color: #000;
}
.navPages {
   margin: auto; 
}
/* Студии конец */

.promoInfo{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.infographic {
    flex: 1;
}
.infographic img{
    display: block;
    width: 100%;
}
.text_block {
    flex: 1;
    background: url('../images/bg_center.png') top center / 100% no-repeat;
}
.text_block div {
    margin: auto;
    width: 70%;
    padding-top: 10%;
}
.text_block p {
    text-transform: uppercase;
    font-size: 1.1vw;
    line-height: 1.5;
}   
.more {    
    margin:20px 10px 0 0;
}   
.info .more {
margin:14px 10px 0 0;
}
.more a {     
border:2px solid #000;
width:110px;
height:27px;  
font-size:16px;   
color:#000;
font-weight:bold;
text-align:center;
line-height:27px;
text-decoration:none;
}    
.info .more a {
height:34px;  
line-height:34px;
}
.more a:hover {
    background:#f39200;
    border-color:#f39200;
    color:#fff;
}   
.right_bar {
    display: inline-block;
    width: 17%;
    vertical-align: top;
    text-align: right; 
    padding-top: 1%;
    margin-left: 1.7%;
}
.right-bar-banners{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.right-bar-banners p{
    width: 100%;
    margin-top: 0;
}
.right-bar-banners img{
    width: 100%;
} 

.submit_button{
    width:100%;
    margin: 5% 0;
    padding: 21px;
    font-size:1em;
    font-weight:bold;
    line-height:21px;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    display:block;     
    cursor:pointer;
    text-align: center;
    background-color: rgba(255, 127, 0);       
}
.infoMailing_but{
    width:300px;
    background: #f39200;
    margin: 5% 0;
    padding: 21px;
    font-size:1em;
    font-weight:bold;
    line-height:21px;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    display:block;     
    cursor:pointer;
    text-align: center;         
}
.infoMailing_sidebar_but{
    width:175px;
    background: #f39200;
    margin: 5% 0;
    padding: 14px 17px;
    font-size:1em;
    font-weight:bold;
    line-height:21px;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    display:block;     
    cursor:pointer;
    text-align: center;           
}
.zapis span, .zapis_but input, .infoMailing_but input {      
    display:block;     
    width:210px;
    padding: 17% 0; 
    font-size:19px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}
.infoMailing_but input {      
    width:300px;
    padding: 35% 0 35% 0; 
    margin-bottom: 14px;
    font-size:19px;
    font-weight:bold;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    display:block;     
    cursor:pointer;
    }
/*.kupit_billet_but  {
    display:block;     
    width:210px;
    padding: 17% 0; 
    font-size:19px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;         
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}
.kupi_billet_but  {
    width: 250px;
    margin-top:15px;
    display: block;
    padding: 1% 0 1% 0;      
    font-size:19px;
    font-weight:bold;
    color:#fff;         
    text-decoration:none;
    text-align:center; 
    cursor:pointer;
}*/
.regButton input, .infoMailing_but input {
    border:none;
    cursor:pointer;
}

.button {
    display: flex;
    width: 23vw;
    height: 140px;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.15em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0.7em;
}
.menuButton {
    background-color: rgba(255, 127, 0);
}
.menuButtonName {
    margin: auto;
    font-size: 32px;
}
.menuButton:hover {
    font-weight: 800;
    background:rgba(255, 127, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0, 0.3);
    color: rgba(255, 127, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.gzhelButton{
    background-color: rgba(9, 69, 121);
}
.gzhelButtonName {
    margin: auto;
}
.gzhelButton:hover {
    font-weight: 800;
    background:rgba(9, 69, 121, 0);
    box-shadow: inset 0 0 0 1px rgba(9, 69, 121, 0.3);
    color: rgba(9, 69, 121);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.buyTicketName {
    margin: auto;
}
.buyTicket_but{
   background:#2fabe1;
}
.buyTicket_but:hover {
    font-weight: 800;
    background:rgba(37,129,169, 0);
    box-shadow: inset 0 0 0 1px rgba(37, 129, 169, 0.3);
    color: rgba(37,129,169);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.regButtonName {
    margin: auto;
}
.regButton {
    background: rgba(4,181,64);
}
.regButton:hover {
    font-weight: 800;
    background:rgba(4,181,64, 0);
    box-shadow: inset 0 0 0 1px rgba(4,181,64, 0.3);
    color: rgba(4,181,64);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.callbackButtonName {
    margin: auto;
}
.callbackButton {
    background:#94c11f;
}
.callbackButton:hover {
    font-weight: 800;
    background:rgba(114,149,24, 0);
    box-shadow: inset 0 0 0 1px rgba(114,149,24, 0.3);
    color: rgba(114,149,24);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.groupButtons{
    width: 100%;
    margin: 1em 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.infoMailing_but:hover {
    background:rgba(1,1,1,0.2);
    transition: background-color linear 0.2s;
	color:#fff;  
}    

.social {
margin-top:15px;
}
.social img {
display:block;
}             
.ban_1 {
margin-top:15px;
text-align:center;
}    
.ban_1 img {
margin:0px auto;
display:block;
}       

.calendar {
    background-color: rgba(255, 127, 0);
    color: white;
    width:287px; 
}
.calendarAfisha {
    -moz-transform: translateY(25em);
    -webkit-transform: translateY(25em);
    -ms-transform: translateY(25em);
    transform: translateY(25em);
    -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    box-shadow: none;
    overflow-y: auto;
    position: absolute;
    width: 18em;
    margin-left: 0.8em;
    visibility: hidden;
    z-index: 10002;
}
.calendarAfishaCall:hover ~ .calendarAfisha,
.calendarAfishaCall:focus ~ .calendarAfisha, 
.calendarAfishaCall:active ~ .calendarAfisha,
.calendarAfisha:hover,
.calendarAfisha:focus,
.calendarAfisha:active
{ 
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
#afisha_by_date {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin-top: 1em;
}
.calendar .title {
    background: rgba(255, 127, 0);
    height:86px;
    font-size:18px;
    color:#ffffff;
    line-height:50px;
    font-weight:bold;  
    text-align:center;
}      
.calendar .ui-datepicker {
    background: rgba(255, 127, 0);
    width:218px;
    border:0px;  
    margin-left:15px;  
    margin-top:-39px;
}          
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .calendar .ui-datepicker {margin-top:-38px;}
}
.calendar .ui-widget-header {
    background: rgba(255, 127, 0);
    font-size:15px;
    color:#fff;
    font-weight:bold;   
    border:0px;        
    padding:0px 0 10px 0;
}  
.calendar .ui-datepicker th {
    background: rgba(255, 127, 0);       
    font-size:16px;
    color:#fff; 
    font-weight:bold;
}      
.calendar .ui-state-disabled {
    background: rgba(255, 127, 0);
    opacity:1;
}      
.calendar .ui-datepicker td {
    padding:1px;
}
.calendar .ui-datepicker td a ,.calendar .ui-datepicker td span {      
    background: rgba(255, 127, 0);
    font-size:14px;
    color:#fff;                        
    text-align:center;
    width:29px;
    height:29px;
    line-height:29px;
    padding:1px;
}       
.calendar .ui-datepicker-today span {
    background: rgba(255, 127, 0) !important;
    color:#fff !important;
    /*-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -khtml-border-radius: 50%; 
    border-radius: 50%; */
    behavior: url(PIE.htc);  
    position:relative;
}   
.calendar .highlight    a{
    background: rgba(222, 95, 3) !important;
    color:#fff !important;
    /*-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -khtml-border-radius: 50%; 
    border-radius: 50%; */
    behavior: url(PIE.htc);  
    position:relative;
}       
.calendar .ui-datepicker-prev ,.calendar .ui-datepicker-next {
cursor:pointer;
}
.calendar .ui-datepicker-prev  span {
background:url('../images/back.png') center center no-repeat;  
}       
.calendar .ui-datepicker-prev:hover {
    background: rgba(222, 95, 3, 0.8);
}
.calendar .ui-datepicker-next  span {
background:url('../images/next.png') center center no-repeat;  
}     
.calendar .ui-datepicker-next:hover {
    background: rgba(222, 95, 3, 0.8);
}  
/*.right_column {
    display: inline-block;
    width: 65%;   
}   
.right_column .info_block {
    width: 100%;
    display: inline-block;
}   
.right_column .info_block a {
text-decoration:none;
}                         
.right_column .info_block span {
display:block;
}
.right_column .info_block .text {
    position:absolute;
    left:0px;
    top:0px;
    background:rgba(7,70,123,0.4);
}      
.right_column .info_block a:hover .text {
/*background:url('../images/name_bg.png') center top;*/
/* background:rgba(7,70,123,0.8);
  transition: background-color linear 0.2s;*/
}
.right_column .info_block .tx {
    padding:0 17px;
    font-size:16px;
    color:#fff;      
    margin-top:14px;
}   
.right_column .info_block .title {
    padding:0 17px;
    font-size:25px;
    color:#fff;
    font-weight:bold;
    margin-top:6px;     
    margin-bottom:-7px;
}   
.right_column .info_block .price {
    padding:0 17px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
    margin-top:13px;
}
.pages {    
    margin: 1em 0;
    float: right;
    }
.pages a ,.pages span {
    width:37px;
    height:37px;
    font-size:16px;
    color:#000;
    font-weight:bold;
    float:left;
    display:block;  
    text-align:center;
    line-height:37px;
    text-decoration:none;
    margin-right:15px;
}     
.pages a:hover ,.pages span {
    background: rgba(255, 127, 0);
    color:#fff;
} 
.pages .n_p {
    width:70px;
    margin-right:0px !important;
}

.pages .p_p {
    width:70px;
    margin-right: 15px;
}

 /* слайдер правого меню, для выбора направления в студиях */
#slider-range-value {
font-size:16px;
color:#000;
position:relative;
padding-top:5px;
}  
#slider-range-value:before {
/*content:"лет";
/*background:#fff;*/
/*position:absolute;*/
/*right:-7px;*/
/*top:4px;   */
/*padding-left:5px*/
}    
#slider-range {
width:124px;     
margin-top:7px;
}     
#slider-range .noUi-base ,.noUi-target {
background:#f39200;    
height:11px;
border-radius:0px;
border:0px;                            
box-shadow:0px;
}     
.noUi-background {
background:#d4d4d4;   
border-radius:0px;
border:0px;                            
box-shadow:0px;
}      
.noUi-handle  {
    background:url('../images/pointer.png') center center no-repeat;  
    width:25px;
    height:25px;     
    border-radius:0px;
    border:0px;                            
    box-shadow:none;
    padding:0px;      
    margin-top:-2px;
    cursor:pointer;
}        
.noUi-handle:before ,.noUi-handle:after {
    display:none;
}
.single-item {
    width: 100%;
}
.sliderBigImage {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.sliderBigImage img {
    width: 100%;
}
.sliderBigImageWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.studiaImage {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /*height: 40em;   */
}

.studiaImage img {
    width: 100%;
    display: block;
}

.studiaImageWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,0.4);
}
.studiaImagetitle {
    margin: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
}
.pagetitle{ 
    font-size: 5vw;
    font-weight: 700;
    color: #fe8000;
 }
.studia {
    display: flex;
    flex-flow: row nowrap; 
    margin: 1em 0;
}
.studiaButtons{
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.labelsWrapper{
    display: flex;
    flex-flow: column wrap; 
}
.labelStudia {
    width: 155px;
    padding: 10px;
    font-size: 21px;
    color: #fff;
    background: rgba(7,4,147);
    text-transform: uppercase;
}
.labelStudia a {
    color: #fff;
}
.labelStudia a:hover {
    font-weight: 700;
}
.contentStudia {
    margin:auto;
    margin: 0 2%;
}
.contentStudiaZapis {
    cursor: pointer;
    background:rgba(255, 127, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0);
    color: #fff;
    display: block;
    width: 280px;
    padding: 10px;
    font-size: 21px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.contentStudiaZapis:hover {
    font-weight: 700;
    background:rgba(255, 127, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0, 0.3);
    color: rgba(255, 127, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.catalog_list {   
background:url('../images/catalog_bg.png') center center no-repeat; 
width:559px;                                                     
height:284px;
border:2px solid #000;  
margin-top:15px;
}      
.catalog_list ul {  
list-style: none;
margin:0;
padding:6px 0 0 32px;
}  
.catalog_list ul li {
margin:20px 30px 0 0;
float:left;
}
.catalog_list ul li a {
width:141px;
height:39px;
border:2px solid #fff;
display:block;  
color: #fff;
font-weight:bold;            
line-height:39px;
text-align:center;
text-decoration:none;
}       
.catalog_list ul li a:hover {
background:#fff;
color:#000;
}

.catalog_list ul li.active a {
    background:#fff;
    color:#000;
}
.rasips {
    margin-top:19px;
}
.rasips a {
    width:120px;
    height:34px;    
    border:2px solid #000;
    display:block;     
    line-height:34px;
    text-align:center;
    text-decoration:none;
    font-size:16px;   
    font-weight:bold;
    color:#000;
}
.rasips a:hover ,.zapis a:hover {
    background:#f39200;
    border-color:#f39200;
    color:#fff;
}   
.zapis {
    margin-top:15px;
}   
.zapis a {  
    display:block;     
    width:124px;
    height:38px;    
    line-height:38px;
    font-size:16px;   
    background:#ec645d;
    color:#fff;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
}
/*.teachers_boxUP{
    margin: auto;
    width: 70%;
    height: 120px;
    background: url('../images/listUp.png') left top no-repeat;
}
.teachers_boxBottom{
    margin: auto;
    width: 70%;
    height: 120px;
    background: url('../images/listBottom.png') right bottom no-repeat;
}*/
.teachers_box {
    margin: 3em 0;
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    background: #f6f5f0;
    background-size: cover;
    background-clip: content-box;
    box-sizing: border-box;
    position: relative;
    text-indent: 20px;
}
.teachers_box:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 3px solid rgba(246, 245, 240, 0.7);
    top: -12px;
    left: -37px;
    box-shadow: 0px -7px 6px -9px black;
    transform: rotate(135deg);
    background: url('../images/body_bg.png') center top;
}
.teachers_box:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 3px solid rgba(246, 245, 240, 0.7);
    bottom: -12px;
    right: -37px;
    box-shadow: 0px 7px 6px -9px black;
    transform: rotate(135deg);
    background: url('../images/body_bg.png') center top;
}

/*.teachers_box {
    margin: auto;
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    background: #f6f5f0;
}   */  
.teacher_elm {
    margin: auto;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
} 
.teachers_box .pic img {
    margin: auto;
    display:block;
    border-radius: 50%;
    margin-bottom: 11%;
    width: 20vw;
}
.teachers_box .info {
    width: 70%;
}
.teachers_box .info .title {
    margin: 1.5em 0;
    font-size:18px;
    color:#000;          
    line-height:16px;
    font-weight:bold;
}
.teachersPage img {
    display:block;
    border-radius: 50%;
} 
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000 !important;}
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/images/loading.gif) no-repeat 50% 50%; }
.arcticmodal-close {
position:absolute;
right:-13px;
top:-13px;   
}    
.popup_1 {           
background:#fff;
margin:0px auto;     
padding:1px 39px 44px 39px;
width:290px;   
border:2px solid #000;
position:relative;
text-align:left;
}    
.popup_1 .title {
text-align:center;
font-size:25px;
color:#000000;
line-height:20px;
margin-top:22px; 
padding-bottom:5px;
}       
.hidden {         
    display:none;
}
.ssf {
    margin: 0.5em auto;
    width: 100%;
}
.inp_search {
    width: 98%;
    height:49px;
    margin-left: 1em;
    font-size:19px;
    color:#6e6e6e;
    font-weight:bold;
    display:inline-block;
    vertical-align:middle;  
}
.inp_search_text {
    width: 98%;
    height: 49px;
    font-size:19px;
    color:#6e6e6e;
    font-weight:bold;
    display:inline-block;
    vertical-align:middle;
    border: 0;  
}
.inp_search_submit {
    display:inline-block;
    vertical-align:middle;  
    border: 0;
    width: 4em;
    height: 49px;
    margin-left: -3em;
    color: grey;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
}
.inp_search_submit:hover{
    color: grey;
    transition: color linear 0.4s;
}

.inp_1 ,.text_area {
margin-top:20px;
}           
.inp_2 {
float:left;
margin:28px 0 0 11px;
}
.inp_1 input ,.inp_2 input {
width:256px;
height:36px;
border:2px solid #000;
font-size:16px;
color:#6e6e6e;
font-weight:bold;
display:table-cell;
vertical-align:middle;  
padding:0 15px 0 15px;
}             
.inp_2 input {
width:97px;
}
.text_area textarea {
width:256px;
height:87px;
border:2px solid #000;
font-size:16px;
color:#6e6e6e;
font-weight:bold;
vertical-align:middle;  
padding:5px 15px 5px 15px;
resize:none;
}
.capcha {
margin-top:28px;
float:left;
}
.capcha img {
display:block;
float:left;
}

/* Футтер */

footer {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background: rgba(7,4,147);
    color:#fff;
    text-transform: uppercase;
}
footer ul{
    padding: 0;
}
footer div {
    margin: 1% 0;
    padding: 0;
}
footer > div:first-child {
   flex: auto;
   padding-left: 2%;
}
.logoFooterImg{
    display: block;
    width: 250px;
    padding: 1em 0;
}
footer li {
    padding: 2%;
}
.adress{
    flex: auto;
    line-height: 2;
    padding-top: 1em;
    margin-right: 2em;
    text-align: right;
}
.directionsList{
    flex: 10;
    margin: 0 1em;
    text-align: center;
}
footer .directionsList li {
    font-size: 1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 2;
}
footer .directionsList ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin: 0px;
    padding: 0px;
}

footer .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 1.4em;
    padding-bottom: 2%;
}                  
footer a {
    color:#fff;  
    text-decoration:none;
}
footer a:hover {
    background-color:#fff;
    color: rgba(7,4,147);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.map_link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 1em; 
}
.map_link img {
    margin: auto;
    display: block;
    width: 330px;
}

/* Футтер */

.justifyfull {
    text-align: justify;
}

.justifyleft {
    text-align: left;
}

.justifyright {
    text-align: right;
}

.wrapper_content div.page_title, .open_page_content div.page_title {
    color: #000000;
    font-size: 25px;
    line-height: 25px;
    margin-top: 8px;
    text-transform: uppercase;
}
.wrapper_content {
    padding: 1%;
}
.about_menu ul li {
    float: left;
    margin: 16px 25px 0 0;
}

.about_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 2px;
}
.about_menu ul li a {
    margin-top: -15px; 
    background: rgba(45, 170, 224);
    box-shadow: inset 0 0 0 1px rgba(45, 170, 224);
    color: #fff;
    display: block;
    font-size: 21px;
    padding: 11px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.about_menu ul li a:hover {
    font-weight: 700;
    background:rgba(45, 170, 224, 0);
    box-shadow: inset 0 0 0 1px rgba(45, 170, 224, 0.3);
    color: rgba(45, 170, 224);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.about_menu .first a {
    background:rgba(255, 127, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0);
}
.about_menu .first a:hover {
    font-weight: 700;
    background:rgba(255, 127, 0, 0);
    box-shadow: inset 0 0 0 1px rgba(255, 127, 0, 0.3);
    color: rgba(255, 127, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.about_menu .last a {
    background:rgba(4, 181, 64);
    box-shadow: inset 0 0 0 1px rgba(4, 181, 64);
}
.about_menu .last a:hover {
    font-weight: 700;
    background:rgba(4, 181, 64, 0);
    box-shadow: inset 0 0 0 1px rgba(4, 181, 64, 0.3);
    color: rgba(4, 181, 64);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.open_page_content {
    text-align: left;
    padding: 10px;
}

.space_item {
    border: 2px solid #000;
    float: left;
    height: auto;
    margin-right: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 380px;
}

.space_desc_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center; 
}

.space_title {
    margin: auto;
    padding: 0.6em;
    font-size: 2.7rem;
    text-transform: uppercase;
}

.second_space {
    margin-right: 0;
}

.space_desc p {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
}

.more_space a {
    border: 2px solid #FFFFFF;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 110px;
    height: 34px;
    line-height: 34px;
}

.more_space a:hover {
    background:#f39200;
    border-color:#f39200;
    color:#fff;
}

.more_space {
    bottom: 25px;
    position: absolute;
    right: 20px;
}

.space_item img.space_img {
    display: block;
}

.timetable_block {
    text-align: left;
}

.teacher_page_image {
    float: left;
    padding: 21px 15px 14px 0;
}

span.tx p {
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
}
.mainBlocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
 }
.projects {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 1em;
}
/*.projects:nth-child(3n) { background: hotpink; }
.projects:first-child { background: rgba(37, 129, 169); }*/

.project_block {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1%;
    width: 48%;
}
.project_1 {
    overflow: hidden;
}
.project_2 {
    overflow: hidden;
}
.project_block img.space_img, .project_2 img.space_img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.project_block:after {
    content: '';
    display: block;
    clear: both;
}

.page_not_found_menu {
    margin: 0;
    padding: 0;
}

.page_not_found_menu li {
list-style-type: none;
}
.page_not_found_menu li a {
    color: #f39200;
}

.osn_map {
    display: inline-block;
    width: 91%;
    vertical-align: top;
    overflow: hidden;
    padding: 1%;
}

.other_map {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 1%;
}

.no_padding {
    padding-right: 0px;
}

.directions_list {
    margin-right: 0 !important;
    max-width: 504px;
}

.directions_list ul li {
    float: left;
    width: 252px;
}

.directions_list .title {
    text-align: left;
}

#not_fount_circ {
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    display: none;
}




.wrevent {
    width: 250px;
    height: 167px;
}
.event {
    display: inline-block;
    overflow: hidden;
}
.event img {
    width: auto;
    height: 167px;
}

.popup-kzao {
    margin: 0 auto;
    max-width: calc(100% - 100px);
    width:100%;     
    min-height:100%;
}  
.popup-kzao img {
    display: block;
    width: 100%;
}
#kultzao .arcticmodal-close {
	position:relative;
	right:3%;
}
#kultzao .arcticmodal-close a{
	color: #fff;
	font-weight: 700;
	font-size: 90px;
}
@media (max-width: 1600px) {
    .button {
        width: 22vw;
    }
    .space_title {
        padding: 0.6em;
        font-size: 2.2vw;
    }
    .studiiName {
        height: 8.5rem;
        font-size: 1.3rem;
    }
    .text_block p {
        font-size: 14px;
    }
    .text_block h2 {
        font-size: 21px;
    }
}
@media (max-width: 1000px) {
    .button {
        display: flex;
        width: 21.5vw;
        height: 140px;
        color: #fff;
        border: 0;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 0.15em;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0 1vw;
    }
    .menuButtonName {
        font-size: 26px;
    }
    .text_block p {
        font-size: 1vw;
    }
    .space_title {
        padding: 0.6em;
        font-size: 2vw;
    }
    .studiiName {
        height: 8.5rem;
        font-size: 1.3rem;
    }
    .inp_search_text {
        width: 97%;
    }

}

@media (max-width: 920px) {
    header .logoGzhel {
        text-align: center;
        margin-top: 0.5em;
        margin-left: 0;
        display: none;
    }
    header .topStringIcons div{
        display: flex;
        flex-flow: row nowrap;
    }
    header .topStringIcons img{
        height: 30px;
    }
    header .logo {
        flex-flow: column nowrap;
    }
    header .logoNameZodchie {
        font-size: 1em;
        margin: 1em 1em;
    }
    header .logoNameGzhel {
        font-size: 9px;
    }
    header .altHeaderlogo {
        width: 100%;
        display: flex; 
        flex-flow: column nowrap;
        align-items: center;
        padding: 1em 0;
    }
    .contacts {
        font-size: 0.7em;
    }
    menu {
        display: none;
    }
    .groupButtons{
        margin: 0.5em 0;
    }
    .inp_search {
        margin-left: 0.3em;
    }
    .inp_search_text {
        width: 92%;
    }
    .inp_search_submit {
        display:inline-block;
        vertical-align:middle;  
        border: 0;
        width: 70px;
        height: 49px;
        margin-left: -3em;
        color: grey;
        border-left: solid 1px rgba(160, 160, 160, 0.3);
    }
    .promoInfo {
        flex-flow: column wrap;
    }
    .text_block {
        background: url('../images/bg_center.png') top center / cover no-repeat;
    }
    .text_block p {
        font-size: 14px;
    }
    .text_block h2 {
        font-size: 21px;
    }
    .carantin {
        padding: 1em 0;
    }
    .phone {
        padding: 1em; 
    }
    .button {
        width: 97vw;
        height: 80px;
        font-size: 14px;
        margin: 1vw;
    }
    .menuButtonName {
        font-size: 17px;
    }
    .space_title {
        padding: 0.6em;
        font-size: 2rem;
    }

    .studiaImage {
        height: inherit;
    }
    .studia {
        flex-flow: column nowrap; 
        margin: 0;
    }
    .studiiName {
        height: 7rem;
        font-size: 1.7rem;
    }
    .labelStudia {
        width: 98%;
        padding: 1%;
    }
    .projects {
        margin: 0;
    }
    .afisha_block, .project_block, .studii_block {
        margin: 1vw;
        width: 97vw;
    }

    footer{
        display: flex;
        flex-flow: column nowrap;
        text-align: center;
        align-items: center;
    }
    footer .directionsList {
        width: 100%;
    }
    footer .directionsList ul{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin: 0px;
        padding: 0px;
    }
    .adress{
        padding-top: 1em;
        text-align: center;
        margin: 0;
    }
}

.raspisanie a {
    padding: 5px 0;
    color: #f1a93c;
    text-decoration: none;
    font-weight: 700;
}

.title-vistavka {
	background: rgba(218, 247,247, 0.5);
	max-width: 323px;
	min-height: 90px;
	margin-top: -7px;
	padding: 14px;
    margin-top: -14px;
}
.zakat-vistavka {
	background: rgba(218, 247,247, 0.5);
	max-width: 323px;
	margin-top: -7px;
	padding: 14px; 
}
.title-moj-natyurmort {
    background: rgba(247, 247,247, 0.7);
    max-width: 600px;
    min-height: 20px;
    margin-top: -7px;
    padding: 14px; margin-top: -14px;
}
.carantin{
  margin: 0; 
  padding: 2em 2em;  
}
.spaceSlider {
    width: 40vw;
}
.image-vistavka {
    display: inline-block; 
    vertical-align: top;
    padding: 0 21px 0 0;
}
.image-vistavka img{
    display: block; 
    width: 40vw;
}
.menu-onpage{
    margin: 0; 
    padding: 0;
}
.menu-onpage li {
    display: inline-block;
    width: 17%;
    margin: 1%;
}     
.menu-onpage li a {
    -moz-transform: translateY( 0px ) .2s linear-in-out;
    -webkit-transform: translateY( 0px ) .2s linear-in-out;
    -ms-transform: translateY( 0px ) .2s linear-in-out;
    transform: translateY( 0px );
    display:block;
    font-size:12px;   
    font-weight:700;
    line-height:2.5;
    color:#000;
    border:2px solid #000;
    text-align:center;
    text-decoration:none;
}
.menu-onpage li a:hover ,header menu .act a {
    background:#f39200;
    border-color:#f39200;
    color:#fff;
}  




.grid img,
.grid a {
  display: block;
  height: 100%;
}

.grid img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.grid {
  display: grid;
  grid-gap: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;

}
.grid li {
  position: relative;
}

.grid {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.description {
  font-size: 1.25rem;
  position: absolute;
  display: block;
  right: 1rem;
  left: 1rem;
  text-align: center;
  top: 60%;
  width: 80%;
  padding: 2rem;
  margin: auto;
  color: white;
  z-index: 100;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: 0.3s 0s;
  background: rgb(0,0,0,0.5);
}

li:hover .description {
  opacity: 1;
  transition: 0.6s 0.3s;
}
/* Выплывающее Меню */

.upMenu {
    -moz-transform: translateX(25em);
    -webkit-transform: translateX(25em);
    -ms-transform: translateX(25em);
    transform: translateX(25em);
    -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: rgba(7,4,147);
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    box-shadow: none;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 25em;
    z-index: 10002;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.upMenu ul {
    margin: auto;
    padding: 3em;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.upMenu li {
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
    border-top: 1px solid #fff;
}
.upMenu a {
    color: #fff;
}
.upMenu a:hover{
    background:#fff;
    box-shadow: inset 0 0 0 1px rgba(7,4,147, 0.3);
    color: rgba(7,4,147);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.upMenuCall:hover ~ .upMenu,
.upMenuCall:focus ~ .upMenu, 
.upMenuCall:active ~ .upMenu, 
.upMenu:hover 
{ 
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.upMenu img {
    width: 50px;
    height: 50px;
    padding: 0.5em;
}