
/*
Theme Name: Egoistka
Theme URI: https://mitroliti.ru/portfolio/egoistka
Author: the Mitroliti team
Author URI: https://mitroliti.ru
Description: None.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Pattaya&subset=cyrillic');
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

body {
    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif !important;
    background-color: #000 !important;
}

#wpcf7-f275-o1 > form > div.row > div.col-md-12 > p.content > span > input {
	color: #171515;
}
.videoInsert {
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    /* position: relative; */
}

.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.pt {padding-top: 50px;}
.pb {padding-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 50px; padding-bottom: 50px;}
.ptb2 {padding-top: 100px; padding-bottom: 100px;}

.nopadding {
   padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
p.text {
  color: #ffbc3f;
  line-height: 30px;
  font-size: 17px;
}
.btn {
    color: #FFBC3F !important;
  border: 1px solid #FFBC3F !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-top: 11px;
  margin-bottom: 36px !important;
  -webkit-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  transition: all 1s ease !important;
  cursor: pointer !important;
  text-decoration: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-right: 14px;
	border-radius: 0px !important;
  text-transform: uppercase;
}
.btn:hover {
    background: #FFBC3F !important;
    color: black !important;
}
.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer .copy {
  color: #ffbc3f;
  font-size: 14px;
}
.footer .copy a {
  color: #ffbc3f;
  text-decoration: none;
}
.mitroliti strong {
    font-family: "OpenSansExtraBold";
}
.edit {
	position: absolute;
	display: inline-block;
	background: #ffbd2d;
}
.edit:hover {
	background: #ff952d;
	text-decoration: none;
}
.edit span {
	padding: 0 0 0 10px;
	height: 58px;
	text-transform: uppercase;
	color: black;
  font-size: 14px;
}
.edit img {
	padding: 10px;
	width: 48px;
	height: auto;
}
.menu-fix {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.90);
	z-index: 100;
}
.menu-fix ul {
	margin: 0;
	padding: 14px 0;
	list-style: none;
	text-align: center;
}
.menu-fix ul li {
	display: inline-block;
	float: none;
	margin: 0 10px;
}
.menu-fix ul li.active {
  border-bottom: 2px solid #ffbc3f;
  padding-bottom: 14px;
}
.menu-fix ul li:hover {
  border-bottom: 2px solid #ffbc3f;
  padding-bottom: 14px;
  color: #fff;
}
.menu-fix ul li a {
  color: #ffbc3f;
  font-size: 14px;
  text-transform: uppercase;
	text-decoration: none;
}
.menu-fix ul li.active a:hover {
  color: #ffbc3f;
}
.menu-fix ul li a:hover {
  color: #fff;
}
.menu-mob {}

.logo {
	padding: 0;
	margin: 15px 0;
}

.block-main-h  {
	margin-bottom: 30px;
}
    
.block-main-h .centered-top {
	border: 1px solid #7b6438;
}
.block-main-h h1 {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    font-family: 'MyriadPro-BoldCondIt' !important;
    letter-spacing: 1px;
    color: #ffbc3f;
    text-transform: uppercase;
    /* line-height: 50px; */
    font-weight: normal;
    /* font-style: italic; */
    font-size: 15px;
    /* border: 1px solid #7b6438;*/
}
.block-main-h .text{
    position: relative;
    /* top: -38px; */
    /* right: -20px; */
    font-family: 'MyriadPro-BoldCondIt' !important;
    letter-spacing: 4px;
    font-style: oblique;
	font-size: 15px;
}


.block-text-link-about h2 {
  margin-bottom: 25px;
  color: #ffbc3f;
  text-transform: uppercase;
}

.block-services {

}
.block-services .item-s {
	margin-bottom: 30px;
}
.block-services .item-s .mask {
  background: rgba(0, 0, 0, 0.1);
}
.block-services .item-s:hover .mask {
  position: absolute;
	display: block;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.block-services .item-s .mask .desc {
	display: none;
}
.block-services .item-s:hover .desc {
	display: flex;
	justify-content: center;
	align-items: center;
  height: 100%;
}
.block-services .item-s .desc h3 {
  margin-bottom: 25px;
  color: #ffbc3f;
  text-transform: uppercase;
}

.paralax {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
  position: relative;
  width: 100%;
}
.block {
	min-height: 700px; 
}
.block h1,
.block h2 {
	margin-top: 230px;
  margin-bottom: 25px;
  font-size: 38px;
  color: #ffbc3f;
  text-transform: uppercase;
}
.block p {
    color: #FFBC3F;
    line-height: 24px;
}

.block-mens {
	background: url(img/block/mens.jpg);
}
.block-gallery {
	background: url(img/block/gallery.png);
}
.block-crazymenu {
	background: url(img/block/crazymenu.png);
}
.block-menu {
	background: url(img/block/menu.png);
}

.block-contcts h1,
.block-contcts h2 {
	margin-top: 50px !important;
}





.archive-mens {

}

.archive-mens h1 {
	
}
.archive-mens h2 {
	
}
.archive-mens h1 {
	
}
.archive-mens .item .mask {
  background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.archive-mens .item a{
    z-index:1;
}
.archive-mens .item a img{
    z-index:0;
}
.archive-mens .item a:active {
    z-index:0;
}
.archive-mens .item a:active img{
    z-index:1;
}
.archive-mens .item:active img{
    z-index:1;
}
.archive-mens .item:hover .mask,
.archive-mens .item:focus .mask {
  position: absolute;
	display: block;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.archive-mens .item .mask .desc {
	display: none;
}
.archive-mens .item:hover .desc, 
.archive-mens .item:focus .desc {
	display: flex;
	justify-content: center;
	align-items: center;
  height: 100%;
}
.archive-mens .item .desc h3 {
  margin-bottom: 25px;
  color: #ffbc3f;
  text-transform: uppercase;
}
.archive-mens .item .name-block {
  position: absolute;
  display: block;
	padding: 5px 10px;
  left: 0px;
  top: 0;
  text-transform: uppercase;
  color: black;
  background: rgba(255,188,63,1);
  line-height: 17px;
}
.archive-mens .item .name-block .edit {
    position: relative;
}
.archive-mens .item .name-block .edit img {
    padding: 0 0 0 10px;
    width: 28px;
    height: auto;
    border-left: 1px solid #000;
    margin: 0 0 0 10px;
}
.archive-mens .item .name-block .edit:hover {
    background: rgba(255,188,63,1);
}
.page-about .club-1 {
	width: 100%;
  background: url(img/club-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.page-about h1 {
  margin-bottom: 70px;
  color: #ffbc3f;
  font-family: "OpenSansRegular";
  text-transform: uppercase;
  text-align: center;
}
.page-about h2 {
  margin-bottom: 25px;
  color: #ffbc3f;
  font-size: 72px;
  font-family: "OpenSansRegular";
  text-transform: uppercase;
  text-align: center;
}
.page-about h2 span {
	display: block;
	font-size: 86px;
  font-family: "OpenSansExtraBold";
}
.page-about p {
	margin-bottom: 30px;
  color: #fff;
	font-size: 18px;
  line-height: 28px;
}
.page-about .price {

}
.page-about .price p {
	font-size: 14px;
  line-height: 24px;
}





.swiper-container {
    margin: 0 auto 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.single-services {

}
.single-services h1 {
	margin: 50px 0 30px 0;
	padding: 0;
	color: #FFBC58;
  font-family: "OpenSansExtraBold";
  text-transform: uppercase;
}
.single-services .btn {
	margin-top: 30px;
	margin-right: 0px !important;
}
.single-services .content {
    color: white;
    font-size: 16px;
    line-height: 2em;
}
.single-services .other h4 {
  display: block;
  margin-top: 30px;
	color: #FFBC58;
	font-size: 16px;
  letter-spacing: 14px;
  text-transform: uppercase;
 }
.single-services .other .desc {
	text-align: center;
}

.single-mens {

}
.single-mens h3 {
    color: #FFBC58;
    letter-spacing: 0.04em;
    font-size: 18px;
}
.single-mens h1 {
    color: #FFBC58;
    line-height: normal;
    letter-spacing: normal;
    font-size: 67px;
    text-transform: uppercase;
    margin-top: -18px;
}
.single-mens .p-mens {
	float: right;
	color: #FFBC58;
	text-align: justify;
	line-height: normal;
	letter-spacing: normal;
	width: 260px;
}

.single-mens a.crazymenu {
  display: block;
  float: right;
  min-width: 160px;
  padding: 0 0 10px 0;
  color: #FFBC58;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #FFBC58;
  text-align: left;
  margin-right: -50px;
}
.single-mens .text-block {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    min-height: 155px;
}
.single-mens .text-block .text-link {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: auto;

  color: #FFBC58;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
 }

.single-mens .text-block .text-link .big {
  font-size: 31px;
  font-family: "OpenSansExtraBold";
  line-height: 30px;
}
.single-mens .text-block .text-link .small {
  font-size: 28px;
  line-height: 25px;
}

.single-mens .video-block {
    max-height: 274px;
}
.single-mens .text-link-devichnik {
  padding-top: 10px;
  color: #FFBC58;
  font-size: 11px;
  text-transform: uppercase;
}
.single-mens .text-link-devichnik .big{
  font-size: 48px;
  font-family: "OpenSansExtraBold";
  line-height: 32px;
}

.page-crazy .paralax,
.page-afisha .paralax {
	background-size: cover !important;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.60);
}
.page-afisha .block-afisha .p {
    line-height: 2em;
    text-align: justify;
    font-size: 14px;
    color: white;
    vertical-align: top;
}
.page-afisha .arrow {
	margin-top: 30px;
}


.page-crazy .content {
  padding-top: 200px;
  padding-bottom: 200px;
	text-align: center;
}
.page-crazy .content h2.h2 {
  margin-bottom: 50px;
  color: #FFBC3F;
  letter-spacing: 28px;
  text-transform: uppercase;
}
.page-crazy .text p {
	color: #FFBC3F;
	font-size: 16px;
	line-height: 28px;
}
.page-crazy .content .price {
    display: block;
    margin-top: 30px;
    color: #fff;
    letter-spacing: 24px;
}
.page-crazy .arrow {
	margin-top: 100px;
}

.page-job .top-images {
	background: url(img/ffff.jpg);
	background-repeat: no-repeat;
	background-size: auto;
}
.page-job h4.h4 {
    display: block;
    margin-top: 50px;
    color: #FFBC58;
    font-size: 24px;
    letter-spacing: 14px;
    text-transform: uppercase;
    text-align: center;
}
.page-job .content p {
	font-size: 18px;
	color: white;
	line-height: 2em;
	text-align: justify;
}
.page-job .vakansy {

}
.page-job .padding {
	display: block;
	margin-bottom: 50px;
	background: rgba(255, 188, 63, 1);
}
.page-job .vakansy h3 {
  display: block;
  padding: 25px 10px;
  color: #000;
  font-size: 24px;
  letter-spacing: 14px;
  text-transform: uppercase;
  text-align: center;
}
.page-job .vakansy ul {
	margin: 0 0 25px 0;
	padding: 0px 30px 0 40px;
}
.page-job .vakansy ul li {
	color: black;
	margin: 12px 0;
}
.page-job .vakansy .padding .desc {
	display: inline-flex;
	color: #FFBC3F;
	font-size: 13px;
	text-align: center;
	line-height: 2em;
	background: black;
	padding: 14px;
	margin: 0 15px -50px 15px;
}

.page-job .open-vakansy-bg {
	width: 100%;
	background: #FFBC3F; 
	color: black;
}
.page-job .open-vakansy-bg h2 {
	margin: 0 0 20px 0;
}
.page-job .open-vakansy-bg span {
	margin: 10px 0;
	font-size: 18px;
}


.page-menu-kitchen-bar {
	position: relative;
}
.block-menu-background {
	position: relative;
	background-size: cover !important;
    min-height: 200px;
}
.block-menu-background img {
	position: relative;
}
.blcok-menu-content .nav-btn {
	text-align: center;
} 
.blcok-menu-content .nav-btn .btn {    color: #FFBC3F;
    border: 1px solid #000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 14px;
    border-radius: 0px !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

.blcok-menu-content .nav-btn .btn:hover {
    color: #FFBC3F;
    border: 1px solid #FFBC3F !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 14px;
    border-radius: 0px !important;
    text-transform: uppercase;
    background: transparent;
}
.blcok-menu-content .menu-text-bottom{
    margin-top: 50px;
}
.blcok-menu-content .menu-text p{
    font-size: 15px;
}
.blcok-menu-content .menu-text-bottom ul li{
    text-align: left;
    list-style-type: none;
    color: #FFBC3F;
}
.top_menu{
    z-index:100;
    background: #000;
    width: 99.9%;
}

.top_menu .btn{
    margin-bottom: 10px !important;
}

.menu_table{

}
.menu_cat_header{
    font-family: 'Pattaya', sans-serif;
    color: #FFBC3F;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    font-size: 50px;
    font-style: italic;
    text-align: center;
    width: 100%;
}
.menu_table .menu_item{
    color: #FFBC3F;
    font-family: 'MyriadPro-BoldCondIt';
    vertical-align: top;


}
.menu_table .menu_subheader td{
    font-weight: 700;
    color: #FFBC3F;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center
}
.menu_table .menu_item .menu_item_name{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.menu_table .menu_item .menu_item_name .menu_item_name_def{
    text-transform: uppercase;
}
.menu_table .menu_item .menu_item_name .menu_item_name_descr{}
.menu_table .menu_item .menu_item_weight{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    min-width: 100px;
}
.menu_table .menu_item .menu_item_price{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    min-width: 100px;
}

.page-online h1 {
	margin: 30px 0 50px 0;
	font-family: "OpenSansLight";
	text-transform: uppercase;
	color: white;
}
.page-online .content {
	margin: 0px 0 40px 0;
	font-size: 18px;
	color: white;
	line-height: 40px;
}
.page-online .form-bg {
	background: url(img/1231.png);
	background-size: cover;
}
.page-online h4.h4 {
    display: block;
    margin: 50px 0;
    color: #FFBC58;
    font-size: 24px;
    letter-spacing: 14px;
    text-transform: uppercase;
    text-align: center;
}
.page-online .wpcf7-text {
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px;
    background: #fff;
    border: transparent;
    border-radius: 0px;
    outline: none;
    color: #000; 
}
.page-online .wpcf7-textarea {
    width: 100%;
    height: 158px;
    margin: 10px 0 -5px 0;
    padding: 10px 15px;
    background: #fff;
    border: transparent;
    border-radius: 0px;
    resize: none;
    outline: none;
    color: #000; 
}
.page-online .wpcf7-submit {
    margin: 20px 0 0 0;
}



/* ------ lightbox2 -------*/

.lb img{-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;}

.lb:hover img {-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;opacity:0.5}

.lightboxOverlay {    z-index: 9999 !important;}
.lb-outerContainer {    z-index: 99999 !important;position:static !important}
.lb-outerContainer {background-color:transparent !important}

.lb-prev,.lb-next {display:block !important}

.lb-dataContainer {    position: absolute;
    top: -49px;
    right: 14px;}

   .lb-data .lb-close {
    opacity: 1 !important;        }
.lb-details {
	display: none;
}

.block-contcts .block {
    min-height: 300px !important; 
}
.block-contcts .form {
	margin-top: 30px;
}
.contacts-block {

}
.contacts-block .item {
	margin-top: 20px;
	margin-bottom: 20px;
  padding: 10px 0 10px 20px;
	color: #FFBC3F;
	font-size: 16px;
}
.contacts-block .item img {
  width: 28px;
  height: auto;
  display: block;
  float: left;
  margin: 3px 15px 0 0;
}
.social-block .item {
	display: inline-block;
	margin-top: 30px;
  padding: 10px 0 10px 10px;
	color: #FFBC3F;
	font-size: 16px;
	text-align: center;
}
.social-block .item img {
  width: 38px;
  height: auto;
  display: inline-block;
  margin: 3px 15px 0 0;
}
.single-mens-insta-block {
    margin: 0;
    padding: 0;
    text-align: left;
}
.single-mens-insta-block .item img {
    width: 30px;
}

.wpcf7-left {
	padding-right: 5px !important;
  padding-left: 15px !important;
}
.wpcf7-right {
	padding-right: 15px !important;
	padding-left: 5px !important;
}
.wpcf7-text {
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px;
    background: #131212;
    border: transparent;
    border-radius: 0px;
    outline: none;
    color: white; 
}
.wpcf7-textarea {
    width: 100%;
    height: 158px;
    margin: 10px 0 -5px 0;
    padding: 10px 15px;
    background: #131212;
    border: transparent;
    border-radius: 0px;
    resize: none;
    outline: none;
    color: white; 
}
.wpcf7-submit {
	width: 100%;
    margin: 20px 0 50px 0;
    padding: 10px 15px;
    background: none;
    border: none;
    border-radius: 0px;
    background: #FFBC3F;
    font-size: 14px;
    color: #000;
    outline: none;
    text-align: center;
}
.wpcf7-submit:hover {
    background: #B08432;
}
.warning {
    color: #ababab;
}
.wpcf7-mail-sent-ok,
.ajax-loader,
.wpcf7-validation-errors, .wpcf7-form .wpcf7-not-valid-tip {
    display:none !important;
}
.wpcf7-form .wpcf7-not-valid {
    background: #f55;
}
.invalid .wpcf7-not-valid::-webkit-input-placeholder {color:#fff;}
.invalid .wpcf7-not-valid::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.invalid .wpcf7-not-valid:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.invalid .wpcf7-not-valid:-ms-input-placeholder      {color:#fff;}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* OPEN / CLOSE BTNS */
.menu-btn {
    position: fixed;
    bottom: 5%;
    right: 5%;
    padding: 0px 14px 12px 14px;
    z-index: 999;
    background: #f6b53c;
    border-radius: 50%;
    display: inline;
    font-size: 32px;
    width: 50px;
    height: 50px;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.menu-btn a:hover,.btn-close:hover,.btn-close:focus {
    text-decoration: none;
}
.btn-open:after {
    color: #333;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 26px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:after {
    color: #333;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 26px;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
}
.overlay .menu {
    margin: 10% auto;
    width: 80%;
}
.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .menu ul li {
    float: left;
    padding: 20px 0;
    width: 25%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}
.overlay .menu ul li a {
    color: #f6b53c;
    font-weight: bold;
    font-size: 28px;
}
.overlay .menu ul ul {
    margin-top: 50px;
}
.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}
.overlay .menu ul ul li a:hover {
    color: #f6b53c;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.men-gallery-item{
    overflow: hidden;
    height: 280px;
}

.page-afisha--new * {
    font-family: "Open Sans";
    font-size: 16px; }
.page-afisha--new .white_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff; }
.page-afisha--new .afisha_new_wrap {
    margin-bottom: 70px;
    }
@media screen and (max-width: 1024px){
    .page-afisha--new .afisha_new_wrap {
        margin-bottom: 0px;
    }
}
.page-afisha--new .section_top1 {
    margin-bottom: 50px; }
.page-afisha--new .section_top2 {
    padding-bottom: 30px; }
.page-afisha--new .today_ru {
    background: url("img/afisha_n/tonight_ru.png");
    width: 308px;
    height: 92px;
    animation-duration: 6s;
    animation-name: fade;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0; }
.page-afisha--new .today_eng {
    background: url("img/afisha_n/tonight_eng.png");
    width: 308px;
    height: 92px;
    animation-duration: 6s;
    animation-name: fade;
    animation-delay: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite; }
.page-afisha--new .top__link {
    display: inline-block;
    color: #ffbc2d;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    line-height: 40px;
    border: 2px solid #ffbc2d;
    text-decoration: none;
    margin-top: 107px; }
.page-afisha--new .top__finished_shows_header {
    display: inline-block;
    color: #ffbc2d;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    line-height: 40px;
    text-decoration: none;
    margin-top: 0px;
position: relative;
    top:-30px;
}
@media screen and (max-width: 1024px){
    .page-afisha--new .top__finished_shows_header {

        top:0px;
    }
}
.page-afisha--new .swiper-container-gallery_top {
    width: 100%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
.page-afisha--new .swiper-container-gallery_top a {
    /*display: block;
    width: 250px;
    height: 170px;*/ }
.page-afisha--new .swiper-container-gallery_top .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    height: 170px;
    overflow: hidden;
    /*width: 250px;*/ }
.page-afisha--new .swiper-container-gallery_top .swiper-pagination-x {
    width: 100%;
    height: 30px;
    position: absolute;
    text-align: center;
    padding-top: 10px; }
.page-afisha--new .swiper-container-gallery_top .swiper-pagination-x .swiper-button-next-x {
    width: 23px;
    height: 23px;
    background: url("img/afisha_n/arr_next.png") no-repeat;
    display: inline-block; }
.page-afisha--new .swiper-container-gallery_top .swiper-pagination-x .swiper-button-prev-x {
    width: 23px;
    height: 23px;
    background: url("img/afisha_n/arr_next.png") no-repeat;
    transform: rotate(180deg);
    display: inline-block; }
.page-afisha--new .day__block .day-header {
    color: #ffbc2d;
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase; }
@media screen and (max-width: 600px) {
    .page-afisha--new .day__block .day-header {
        font-size: 10vw; } }
.page-afisha--new .day__block .day-gallery .swiper-container-gallery_day {
    width: 90%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
.page-afisha--new .day__block .day-gallery .swiper-container-gallery_day .swiper-pagination-day {
    margin-top: -80px; }
@media screen and (max-width: 1024px){
    .page-afisha--new .day__block .day-gallery .swiper-container-gallery_day .swiper-pagination-day {
        margin-top: -90px; }

}
.page-afisha--new .day-video{
    margin-top: 104px;
}
@media screen and (max-width: 1024px){
    .page-afisha--new .day-video{
        margin-top: 30px;
    }
}
.page-afisha--new .day__block .day-gallery .swiper-container-gallery_day .swiper-pagination-day .swiper-button-prev-day {
    width: 23px;
    height: 23px;
    background: url("img/afisha_n/arr_prev_circle.png") no-repeat;
    position: absolute;
    left: 0; }
.page-afisha--new .day__block .day-gallery .swiper-container-gallery_day .swiper-pagination-day .swiper-button-next-day {
    width: 23px;
    height: 23px;
    background: url("img/afisha_n/arr_next_circle.png") no-repeat;
    position: absolute;
    right: 0; }













