@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);

* {border: 0; padding: 0; box-sizing: border-box;}
body{font-family: 'Panton-Light'; font-size: 16px; margin-right: 0; margin-left: 0; margin-bottom: 0; margin-top: 0 ;color: #000; background-color: #fff; background-image: url('images/backhouse.jpg')}
img {border: 0px;}
p{color: #000; font-size: 16px; text-align: left;}
a{color: #000; text-decoration: underline}
a:hover{color: #3399ff; text-decoration: underline;}
select {font-family: 'Panton-Light'}
button {font-family: 'Panton-Light'}
.clear {clear: both}
li {text-align: left; margin-left: 40px}
.footer li {text-align: left; margin-left: 10px}
ul {}
#wrapper_ticket_order {display: none}
#eventpage .menupage {/* margin-top: 80px */}
#category .menupage {/* margin-top: 80px */}


.tegif {margin: 20px 0 0 0;}
.tegif a {color: #3399ff; text-decoration: none; border-bottom: 1px dotted #3399ff; margin: 0 20px 0 0; }
.linkscroll {margin-top: -140px; position: absolute;}
.linkpage img {width: 40px}
.linkpage a {color: #0099ff}

.pagebody .event_text .imgtext {max-width: 800px}
.pagebody .event_text .imgtext img {width: 100%}

/* calculator */
.event_calculator {background: #fbf4ec; padding: 10px 20px 0 20px; border-radius: 5px;}
.main_calc{position:relative;z-index:9;padding:0 0 0 0}
.main_calc h2:before {content:'\f1ec'; color: #dedede; font-family:FontAwesome; font-size:30px; margin-right: 7px;}
/* .main_calc h2 img {width: 30px}*/
.main_calc .row{position:relative;z-index:9}
.main_calc .title:after{display:none}
.bl_calc{margin:50px 0}
.bl_calc .line .coll{display:inline-block;width:310px;text-align:left;margin:0px 20px 40px 0;vertical-align:top}
.bl_calc .line .coll.coll_2{width:310px;margin:0px 20px 40px 0}
.bl_calc .line .coll .top{overflow:hidden;margin-bottom:20px;font-size:18px;font-weight:600}
.bl_calc .line .coll .top .left{float:left}
.bl_calc .line .coll .top .right{float:right;font-size:24px;font-weight:normal}
.bl_calc .line .coll .bottom{background: none; min-height: auto; position: relative; background-size: auto; width: auto; padding-top: inherit;}
.bl_calc .line .coll .bottom .polzunok{height:6px;background:#ddd;border-radius:5px;border:0}
.bl_calc .line .coll .bottom .polzunok .ui-slider-handle{width:22px;height:22px;border:0;background:#ffc312;border-radius:50%;outline:none;margin-left:-11px;margin-top:-4px;cursor:pointer}
.bl_calc .line .coll .bottom .polzunok .ui-slider-range{background:#ffc312}
.bl_calc .line .coll .bottom .select{}
.bl_calc .line .coll .bottom .select select{width:100%;padding:14px 15px;font-size:18px;border:1px solid #aeaeae;box-sizing:border-box;background:url(/templates/3axap/images/select.png) 95% no-repeat}
.bl_calc .line .coll .bottom select option{cursor:pointer;width:100%;font-family:'SourceSansPro';font-size:18px}
.bl_calc .line .coll .block_result{background:#f3ebe3;padding:20px;text-align:center; border-radius: 5px;}
.bl_calc .line .coll .block_result .tl{font-size:24px;line-height:normal;font-weight:bold;margin-bottom:10px}
.bl_calc .line .coll .block_result .price{color:#1fd45c;font-size:36px;line-height:normal;font-weight:bold;margin-bottom:5px}
.bl_calc .line .coll .block_result .main_kol{font-size:20px;line-height:normal;font-weight:600;margin-bottom:10px}
.bl_calc .line .coll .block_result .main_kol span{color:#009432}
.bl_calc .line .coll .block_result .btn{font-size:14px;font-family:'Montserrat';font-weight:bold;text-transform:uppercase;padding:10px 35px;color:#fff;background:#76db3e;background:-moz-linear-gradient(top,#76db3e 0%,#4ea81c 100%);background:-webkit-linear-gradient(top,#76db3e 0%,#4ea81c 100%);background:linear-gradient(to bottom,#76db3e 0%,#4ea81c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76db3e',endColorstr='#4ea81c',GradientType=0 );display:inline-block}
.bl_calc .line .coll .block_result .btn:hover{background:#4ea81c;background:-moz-linear-gradient(top,#4ea81c 0%,#76db3e 100%);background:-webkit-linear-gradient(top,#4ea81c 0%,#76db3e 100%);background:linear-gradient(to bottom,#4ea81c 0%,#76db3e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea81c',endColorstr='#76db3e',GradientType=0 )}
.tabs_calc .tabs{}
.tabs_calc .tabs__caption{text-align:center;margin:25px 0}
.tabs_calc .tabs__caption li{display:inline-block;border:2px solid #4ea81c;border-radius:5px;padding:5px 10px;margin:5px}
.tabs_calc .tabs__caption li:before{content:none}
.tabs_calc .tabs__caption li:not(.active){cursor:pointer}
.tabs_calc .tabs__caption li:not(.active):hover{color:#fff;background:#4ea81c;background:-moz-linear-gradient(top,#4ea81c 0%,#76db3e 100%);background:-webkit-linear-gradient(top,#4ea81c 0%,#76db3e 100%);background:linear-gradient(to bottom,#4ea81c 0%,#76db3e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea81c',endColorstr='#76db3e',GradientType=0 )}
.tabs_calc .tabs__caption .active{color:#fff;background:#76db3e;background:-moz-linear-gradient(top,#76db3e 0%,#4ea81c 100%);background:-webkit-linear-gradient(top,#76db3e 0%,#4ea81c 100%);background:linear-gradient(to bottom,#76db3e 0%,#4ea81c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76db3e',endColorstr='#4ea81c',GradientType=0 )}
.tabs_calc .tabs__content{display:none}
.tabs_calc .tabs__content.active{display:block}
.tx .main_calc{padding:30px 0 0}
.tx .main_calc .row{padding:0}
.ui-slider{position:relative;text-align:left}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider-horizontal{height:.8em}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}
.bl_calc .line .coll .bottom .select select {width: 100%; padding: 14px 15px; font-size: 18px; border: 1px solid #aeaeae; box-sizing: border-box; background: url(images/select2.png) 95% no-repeat; -webkit-appearance: none; -webkit-border-radius: 0; cursor: pointer;}

/* right menu calculator */
#calcright {position: fixed; right: -190px; width: 250px; top: 40%; z-index: 3000;}
#calcright .box {position: absolute; background: #ffc312; width: 230px; height: 152px; margin-top: -58px; z-index: 3000; right: -67px; padding: 20px 5px 0 10px;}
#calcright .box div {display: flex;}
#calcright .box .phone span:before {content:'\f1ec'; color: #000000; font-family:FontAwesome; font-size:28px; margin-right: 3px;}
#calcright .box .contacats span:before {content:'\f10b'; color: #000000; font-family:FontAwesome; font-size:38px; margin-right: 5px;}
#calcright .box .contacats {margin-top: 25px}
#calcright .box a {display: contents; text-decoration: none;}
#calcright .box a:hover {color: #fff}
#calcrightbox {}
#calcright.calcrightbox_open {right: 0;	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;}
/* #menu.menu-open {
	right: 0;
} */
#menuContent {	position: absolute;	left: 60px;	background: #ffc312;	width: 200px;	top: 40%;}
#menu.menu-open  #menuToggle {}
#titlecalc span:before {content:'\f1ec'; color: #000000; font-family:FontAwesome; font-size:18px; margin-left: 3px;}
#calcright.calcrightbox_open #titlecalc span:before {content:'\f00d'; color: #a68119; font-family:FontAwesome; font-size:18px; margin-left: 3px;}
#titlecalc {position: absolute;	text-align: center;	padding: 7px 20px 10px 20px; left: -30px; border-radius: 5px 5px 0 0; z-index: 2000; cursor: pointer; background: #ffc312; font-size: 16px; color: #ffffff; transform: rotate(-90deg);}
#calcright.calcrightbox_open #titlecalc {left: -10px;}
/* calculator */


/* slider obzor */
.pagebody.obzor h3 {margin-top: 30px}
.pagebody.obzor h3:before {content:'\f2b7'; color: #dedede; font-family:FontAwesome; font-size:30px; margin-right: 7px;}
.pagebody .rew-slider {margin-top: 20px}
.rew-slider-box {width: 50%; padding: 0 20px; font-size: 16px;}
.rew-slider-box .top {display: flex; align-items: center; padding: 0 10px}
.rew-slider-box .top .face {display: flex; align-items: center;}
.rew-slider-box .top .face img {border-radius: 50%; margin-right: 5px; width: 70px;}
.rew-slider-box .top .face .name {font-weight: bold;}
.rew-slider-box .top .face .name span {font-weight: normal; color: #bbb}
.rew-slider-box .top .date {margin: 0 0 0 20px; display: flex; align-items: center;}
.rew-slider-box .top .date span {font-weight: normal; color: #bbb}
.rew-slider-box .top .date .datespan:before {content:'\f274'; color: #edd319; font-family:FontAwesome; font-size:28px; margin-right: 3px;}
.rew-slider-box .telo {margin-top: 5px; }
.rew-slider-box .telo .image {max-height: 220px; overflow: hidden;}
.rew-slider-box .telo .image img {width: 100%; }
.rew-slider-box .telo .line {height: 1px; background: #edd319; margin: 5px 0;}
.rew-slider-box .telo .title {margin-top: 7px; margin-bottom: 7px}
.rew-slider-box .telo .name {font-weight: bold; }
.rew-slider-box .telo .title .pricespan:before {content:'\f1ec'; color: #bbbbbb; font-family:FontAwesome; font-size:20px; margin-right: 3px; font-weight: normal;}
/* slider obzor */


/* free usluga */
.pagebody .event_free_h2.main.event {margin-top: 50px}
.event_free {display: flex; margin: 10px 0 5px 0; flex-wrap: wrap;}
.event_free.main {flex-wrap: nowrap;}
.event_free.main .box {display: block; padding: 0 10px 0 10px; width: 33%;}
.event_free.main .box .iamg {width: 70%; margin: 0 auto; text-align: center;}
.event_free.main .box .text {width: 100%; padding: 0 0 0 0; text-align: center;}
.event_free .box {width: 100%; font-size: 18px; padding: 0 10px 15px 10px;font-weight: bold; display: flex; align-items: center;}
.event_free .box.displaynone {display: none}
.pagebody .event_free .box .iamg img {border-radius: 50%; width: 100%}
.event_free .box .iamg {width: 30%}
.event_free .box .text {width: 70%; padding: 0 0 0 10px; text-align: left;}
.event_free_h2.main {font-size: 26px; color: #fff; background: #42cf1f; display: inline-block; padding: 5px 15px; border-radius: 5px; font-family: 'Panton-Bold'; margin: 10px 0 10px 0; font-weight: bold; text-transform: uppercase;}
.event_free_h2.main span:before {content:'\f06b'; color: #ffffff; font-family:FontAwesome; font-size:25px; margin-right: 3px;}

.event_free.maintop {display: flex; flex-wrap: wrap; margin: 10px 0 5px 0}
.event_free.maintop .box {width: 50%; text-align: center; font-size: 18px; padding: 0 10px 0 10px; font-weight: bold; color: #ffffff; display: flex; align-items: center;}
.event_free.maintop .box img {border-radius: 50%; width: 60px; border: 4px solid #ffc312}
.event_free.maintop .box .text {background: #cdb877; padding: 5px 10px; border-radius: 4px; margin-left: 4px;}


/* top menu */
.menu-top-adres {width: 100%; height: 45px; background: url(images/greyback.jpg); background-position: center; top: 0; color: #ffffff; font-size: 14px}
.menu-top-adres .box {max-width: 1200px; display: flex; justify-content: space-between; padding: 0 10px 0 10px; height: 100%; align-items: center; margin: 0 auto;}
.menu-top-adres .box .home span:before {content:'\f041'; color: #ffd940; margin:0 0 0 0; font-family:FontAwesome; font-size:20px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}
.menu-top-adres .box .left {display: flex; justify-content: left;}
.menu-top-adres .box .right {display: flex; justify-content: right; align-items: center;}
.menu-top-adres .box .right .vk:before {content:'\f189'; color: #3b2728; font-family:FontAwesome; font-size:20px;}
.menu-top-adres .box .right .insta:before {content:'\f16d'; color: #3b2728; font-family:FontAwesome; font-size:20px;}
.menu-top-adres .box .right .telegram:before {content:'\f2c6'; color: #3b2728; font-family:FontAwesome; font-size:20px;}
.menu-top-adres .box .right .social {cursor: pointer; border-radius: 50px; border: 1px solid #fff; padding: 5px; display: flex; width: 35px; justify-content: center; background: #fff; margin-left: 5px; display: none;}

.menu-top {width: 100%; height: 80px; z-index: 5000; background-position: center; top: 0; border-bottom: 1px solid #eeeeee; position: relative;}
.menu-top .box {max-width: 1200px; display: flex; justify-content: space-between; padding: 0 10px 0 10px; height: 100%; align-items: center; margin: 0 auto;}
.menu-top .box .left {display: flex; justify-content: left;}
.menu-top .box .left img {height: 50px; }
.menu-top .box .left .home {margin-left: 8px}
.menu-top .box .left .home a {font-size: 26px; text-transform: uppercase; font-weight: bold; text-decoration: none; color: #000; line-height: 22px; font-family: 'Panton-Bold';}
.menu-top .box .center {display: flex; justify-content: center;}
.menu-top .box .center a { text-decoration: none; color: #000000; padding: 12px 30px; border: 1px solid #ffd940; border-radius: 5px; text-align: center; overflow: hidden; position: relative; background-color: #ffd940 }
.menu-top .box .center a:hover {color: #000000; border: 1px solid #ffd940; background-color: #ffd940 }
.menu-top .box .right {display: flex; justify-content: flex-end;}
/* .menu-top .box .right .phone a {font-size: 18px; text-transform: uppercase; font-weight: bold; text-decoration: none; color: #fff} */
/* .menu-top .box .right .phone {font-size: 12px;  color: #fff; text-align: right; padding: 0 15px} */
.menu-top .box .right .burger {width: 48px}
.burger2 {display: none;}

.fixed {position: fixed; background-image: url('images/ground.jpg'); box-shadow: #aaa 0 5px 10px;}
.mobilemenu .menu-top .box .right .burger2 {display: inline-block; width: 40px}
.mobilemenu .menu-top-adres {display: none}
.mobilemenu .menu-top {position: fixed; background-image: url('images/ground.jpg')}
.menu-top .box .right .burger img {width: 48px; cursor: pointer;}
#burger-close img {}
#burger-close { cursor: pointer; background-color: #3b2728;/* margin-top: -62px; position: fixed; right: 15px;*/}
.mobilemenu .menu-top .box .right .burger .osn {display: none}
.custom-btn:after {content: "";    display: block;    width: 30px;    height: 300px;    margin-left: 60px;    background: #fff;    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );    position: absolute;    left: -40px;    top: -150px;    z-index: 1;    -webkit-transform: rotate(45deg);    transform: rotate(45deg);    -webkit-transition: all 0.1s;    transition: all 0.1s;    -webkit-animation-name: slideme;    animation-name: slideme;    -webkit-animation-duration: 3s;    animation-duration: 3s;    -webkit-animation-delay: 0.05s;    animation-delay: 0.05s;    -webkit-animation-timing-function: ease-in-out;    animation-timing-function: ease-in-out;    -webkit-animation-iteration-count: infinite;    animation-iteration-count: infinite;}
 @-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

.menu-top-adres .box .right .mail {margin-right: 7px}
.menu-top-adres .box .right .mail a {text-decoration: underline; color: #ffffff}

.triblok {display: flex; font-size: 14px}
.triblok .blok .info span {display: block; font-size: 14px;}
.triblok .blok .info span a {font-size: 18px;}
.triblok .blok .info  { text-align: right;}
.triblok .blok {display: flex; margin-right: 15px; }
.triblok .icon {width: 30px}
.triblok .icon img {width: 25px}
.triblok .phone .icon {width: 40px}
.triblok .phone .icon img {width: 35px}

/* breadcrumb */
.main-photo-event .breadcrumb {box-sizing: border-box; font-size: 10px; color: #fff;}
.main-photo-event .breadcrumb ul {}
.main-photo-event .breadcrumb li {color: #fff; display: inline-block; margin: 0 10px 0 10px; font-size: 16px; font-family: 'Panton-Light'}
.main-photo-event .breadcrumb li a {color: #fff; font-size: 16px; font-family: 'Panton-Light'; text-decoration: none}
/* breadcrumb */

.mobilemenu-box { z-index: 6000; position: fixed; left: 0; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; margin-top: 80px;
background: url(images/photoback3.jpg) 50% 50%; background-size: cover; }
.mobilemenu .mobilemenu-box { top: 0; }
.mobilemenu .mobilemenu-box:before { -webkit-animation: menu-animation 0.8s ease-out forwards; animation: menu-animation 0.8s ease-out forwards; }
.mobilemenu-menu {width: 100%; height: 100%; padding: 0 10px;}
.mobilemenu-menu .burgerbox { max-width: 1200px; margin: 0 auto}
.mobilemenu-box .box {margin: 0 auto; text-align: center; height: 100%; padding-top: 30px; box-sizing: border-box; }
.mobilemenu-box .center-menu {width: 100%; margin: 0 auto; position: absolute; margin-top: -145px; text-align: center;}
.mobilemenu-box .center-menu a {margin: 0 15px 0 15px; font-size: 16px; text-decoration: none; color: #000;}
.mobilemenu-box .center-menu .phone a {font-size: 22px; font-weight: bold}
.mobilemenu-box .box .menubox div { padding: 7px 0;     font-size: 14px;}
.mobilemenu-box .box .menubox .tegi {margin: 5px 0 5px 0;}
.mobilemenu-box .box .menubox .adres .mail a {font-size: 14px; font-weight: normal; font-family: 'Panton-Light';}
.mobilemenu-box .box .menubox .adres .mail img {margin-right: 5px}
.mobilemenu-box .box .menubox div a {font-size: 18px; color: #000; font-weight: bold; text-decoration: none; font-family: 'Panton-Regular';}
.mobilemenu-box .box .menubox div a:hover {color: #3399ff; border-bottom: 1px dotted #3399ff; }
.mobilemenu-box .box .menubox {max-width: 400px; margin: 0 auto; }
.mobilemenu-box .center-menu .phone {margin-bottom: 5px}
.mobilemenu-box .box .menubox .adres span:before {content:'\f041'; color: #f12d2d; margin:0 0 0 0; font-family:FontAwesome; font-size:28px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}
.mobilemenu-box .box .menubox .tegi a {border: 2px solid #ffda26; padding: 5px 10px; border-radius: 20px; display: inline-block; margin: 1px; text-decoration: none; font-size: 16px;}
.mobilemenu-box .box .menubox .tegi a:hover {background: #ffda26; color: #000000; border-bottom: none}
.mobilemenu-box .box .menubox .calcmenu span:before {content:'\f1ec'; color: #f15858; font-family:FontAwesome; font-size:16px; margin-right: 1px;}

/* top photo */
.main-photo {background: url(images/back1.jpg) 50% 50%; height: calc(80vh - 10px); position: relative; background-size: cover; width: 100%; overflow: hidden; background-attachment: fixed;}
.main-photo::before{content:''; background-color: #000000; width: 100%; height: 100%; position: absolute; opacity: 0.4;}
.main-photo .title {max-width: 1200px; top: 0; bottom: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: center; position: absolute; padding: 0 10px; margin: 0 auto;}
.main-photo .title .name {font-size: 55px; color: #fff; text-transform: uppercase; font-weight: bold; text-shadow: #000 10px 1px 15px; font-family: 'Panton-Bold'}
.main-photo .title .name1 {font-size: 45px; color: #fff; text-transform: uppercase; font-weight: bold; text-shadow: #000 10px 1px 15px; font-family: 'Panton-Bold'; margin-top: -20px}
.main-photo .title .name2 {font-size: 20px; color: #fff; font-weight: bold; padding: 9px 20px; border: 2px solid #fff; border-radius: 5px;}
.main-photo .next {margin-top: 40px}

/* top photo event */
.main-photo-event {height: calc(40vh); position: relative; background-size: cover; width: 100%; overflow: hidden; background-attachment: fixed; z-index: 2000;}
.main-photo-event::before{content:''; background-color: #000000; width: 100%; height: 100%; position: absolute; opacity: 0.6;}
.main-photo-event .title {max-width: 1200px; top: 0; bottom: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: center; position: absolute; padding: 0 10px; margin: 0 auto;}
.main-photo-event .title .name {font-size: 35px; color: #fff; text-transform: uppercase; font-weight: bold; text-shadow: #000 10px 1px 15px; font-family: 'Panton-Bold'}
.main-photo-event .title .name1 {font-size: 24px; color: #fde06c; text-transform: uppercase; font-weight: bold; text-shadow: #000 10px 1px 15px; font-family: 'Panton-Bold'; margin-top: -20px}
.main-photo-event .title .name2 span {font-size: 20px; color: #fff; text-shadow: #000 10px 1px 15px; font-weight: bold; padding: 5px 20px; border: 2px solid #fff; border-radius: 5px;}
.main-photo-event .next {margin-top: 5px}
.main-photo-event .title .name2 {margin-top: 10px}

.utp_top {margin-top: 20px; display: flex; flex-wrap: wrap;}
.utp_top .utp_top_title {color: #ffffff; font-size: 18px; width: 50%; padding: 0 15px 5px 0; display: flex; align-items: center; font-weight: bold;}
.utp_top .utp_top_title.smeta span:before {content:'\f1ec'; }
.utp_top .utp_top_title.podarok span:before {content:'\f06b'; }
.utp_top .utp_top_title.master span:before {content:'\f0d1'; }
.utp_top .utp_top_title.sroki span:before {content:'\f274'; }
.utp_top .utp_top_title.garant span:before {content:'\f132'; }
.utp_top .utp_top_title.inst span:before {content:'\f0ad'; }
.utp_top .utp_top_title span:before {color: #ffd940; font-family:FontAwesome; font-size:35px; margin-right: 3px;}

/* menu page */
.menupage {width: 100%; height: 50px; /* background-color: #fbf4ec; */ position: relative; z-index:100; z-index: 3000;}
.menupage .box {max-width: 1200px; display: flex; justify-content: space-between; margin: 0 auto; padding: 0 10px; height: 100%; align-items: center;}
.menupage .box .cat .fa-angle-down:before {    color: #ffd940;}
.menupage .box .cat a {text-decoration: none; color: #000000; font-size: 18px; font-weight: bold}
.menupage .box .cat a:hover {color: #3b2728; text-decoration: underline}
.menupage .box .cat .menu-football:before{content:'\f1e3'; color: #000000; margin:0 0 0 0; font-family:FontAwesome; font-size:28px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}
.menupage .box .cat .menu-concert:before{content:'\f001'; color: #000000; margin:0 0 0 0; font-family:FontAwesome; font-size:28px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}
.menupage .box .cat .menu-show:before{content:'\f006'; color: #000000; margin:0 0 0 0; font-family:FontAwesome; font-size:28px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}
.menupage .box .cat .menu-other:before{content:'\f097'; color: #000000; margin:0 0 0 0; font-family:FontAwesome; font-size:28px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 5px;}

/* element site */
.pagebody {margin: 0 auto; max-width: 1200px; padding: 0 10px; z-index: 1000; position: relative;}
.pagebody h2 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 30px 0 10px 0; font-weight: bold; text-transform: uppercase}
.pagebody .zamena_h2 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 30px 0 10px 0; font-weight: bold; text-transform: uppercase}
.pagebody .event_price .zamena_h2 {font-size: 18px; margin: 0 0 10px 0; font-weight: bold; text-transform: none}
h3 span {color: #ffd940}
h2 span {color: #ffd940}
body .pagebody .callback_popup {padding: 12px 50px; text-decoration: none; border: 1px solid #000; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; border-radius: 5px;}
body .pagebody .callback_popup:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
body .pagebody .callback_popup2 {padding: 12px 50px; text-decoration: none; border: 1px solid #000; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; border-radius: 5px;}
body .pagebody .callback_popup2:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
#topcontrol {margin-right: 40px; margin-bottom: 15px; z-index: 9999;}
#topcontrol img {border-radius: 3px; opacity: 0.4}
#topcontrol img:hover {opacity: 1}
.facejob {display: flex; flex-wrap: wrap}
.facejob .blok {width: 25%; padding: 10px 10px; }


/* listing best company */
.pagebody .list_best {display: flex; flex-wrap: wrap; box-sizing: border-box; max-width: 1200px; margin: 0 auto; margin-top: 30px; margin-bottom: 50px}
.pagebody .list_best .box {width: 25%; text-align: center; padding: 10px 10px 10px 10px; position: relative; margin-bottom: 10px;}
.pagebody .list_best .box .picture span { position: absolute; bottom: -15px; background-color: #ffd940; font-size: 20px; color: #000; border-radius: 50px; width: 40px; height: 40px; text-align: center; font-weight: bold; line-height: 39px;}
.pagebody .list_best .box .picture {position: relative;}
.pagebody .list_best .box .picture img {width: 50px}
.pagebody .list_best .box .info .title {font-size: 26px; font-weight: bold; margin: 20px 0 10px 0}
.pagebody .list_best .block .right .info {font-size: 16px; color: #555}*/



/* afisha main page */
.pagebody .main_uslugi {}
.pagebody .title_best {font-size: 36px; color: #d8d8de; text-transform: uppercase; font-weight: bold; font-family: 'Panton-Bold'; margin-bottom: -10px; margin-top: 30px;}
#mainafisha {max-width: 1200px; display: flex; flex-wrap: wrap;}
#mainafisha .event {width: 25%;  position: relative; text-align: left; margin-bottom: 30px;}
#mainafisha .event .box {margin: 0 5px; background: #f7f6f5; padding: 0; border-radius: 0 0 4px 4px;}
#mainafisha .event .image img {width: 100%; text-align: center;}
#mainafisha .event .title { background-color: #ffd940; margin: 0 5px; height: 60px; display: flex; align-items: center; padding: 0 10px; border-radius: 4px 4px 0 0;}
#mainafisha .event .title a {font-size: 16px; font-weight: bold; text-decoration: none; font-family: 'Panton-Bold'}
#mainafisha .event .title a:hover {color: #ffffff; border-bottom: 1px dotted #000000; }
#mainafisha .event .price {font-size: 16px; font-weight: bold; color: #392b2b; padding: 10px 10px 20px 10px;}
#mainafisha .event .text {padding: 10px 10px 0 10px; }
#mainafisha .event .buy { margin-bottom: 20px; padding: 0 10px 20px 10px;}
#mainafisha .event .buy a {text-decoration: none; background-color: #eae3dc; color: #392b2b; text-align: center; font-size: 14px; cursor: pointer; white-space: nowrap; border-radius: 5px; text-transform: uppercase; padding: 7px 40px;}
#mainafisha .event .buy a:hover {background-color: #ccc1b7; color: #ffffff}
.pagebody .knopka {padding: 10px 40px; text-decoration: none; border: 1px solid #000; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; border-radius: 5px;}
.pagebody .knopka:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }

/* main slider */
.centr-slider {background: url(images/photoback.jpg) 50% 50%; position: relative; background-size: cover; margin-top: 50px; width: 100%; overflow: hidden; background-attachment: fixed; color: #fff; padding: 20px 0 50px 0; box-sizing: border-box;     margin-bottom: 40px;}
/* .centr-slider:before {content: '';position: absolute;top: 99%;right: -10%;bottom: -95%; left: -100%;z-index: 50;transform: rotate(-2deg);display: block; background-image: url('images/ground.jpg')} */
.centr-slider h2 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 30px 0 10px 0; font-weight: bold; text-transform: uppercase}
.centr-slider p {color: #000000}
.rest-slider a {color: #fff}
.centr-slider .pagebody .rest-slider {font-size: 18px; margin-bottom: 30px}
.centr-slider .pagebody .rest-slider img {}

/* main proekt */
.pagebody .mainproekt { display: flex; flex-wrap: wrap;}
.mainproekt .left {width: 55%; }
.mainproekt .left .proektvid { display: flex; max-width: 600px; flex-wrap: wrap;}
.mainproekt .left .proektvid div { width: 50%; padding: 15px 20px 15px 0; }
.mainproekt .left .proektvid div b { border-bottom: 1px dotted #000000; text-decoration: none;     font-size: 18px;}
.mainproekt .left .proektvid div span:before {content:'\f046'; color: #ffd940; font-family:FontAwesome; font-size:18px; cursor: pointer; text-decoration: none; margin-right: 5px;}
.mainproekt .right {width: 45%; padding: 0 0 0 40px; text-align: right;}
.mainproekt .right img {width: 99%}
.pagebody .mainproektphone {width: 100%; background-color: #f3ede8; padding: 20px 20px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 70px; border-radius: 4px;}
.pagebody .mainproektphone .info {width: 100%; color: #626261; font-size: 16px; margin-bottom: 10px}
.pagebody .mainproektphone .left {width: 50%}
.pagebody .mainproektphone .left span:before {content:'\f10b'; color: #ffd940; font-family:FontAwesome; font-size:68px; cursor: pointer; text-decoration: none; margin-right: 15px;}
.pagebody .mainproektphone .left a {font-size: 36px; text-decoration: none; font-family: 'Panton-Regular'}
.pagebody .mainproektphone .left {font-size: 14px; font-family: 'Panton-Regular'; color: #626261; display: flex; align-items: center;}
.pagebody .mainproektphone .right {width: 50%; padding-left: 20px;}

.pagebody .mainabout {display: flex; padding-bottom: 20px;}
.pagebody .mainabout .left {width: 45%; padding: 0 30px 0 0}
.pagebody .mainabout .left img { width: 99%}
.pagebody .mainabout .right {width: 100%; }

.pagebody .main_zakaz {display: flex; padding-bottom: 20px; margin-top: 40px;}
.pagebody .main_zakaz .left {width: 55%; padding: 0 20px 0 0}
.pagebody .main_zakaz .right {width: 45%; border: 5px solid #ffd940; border-radius: 2px 30px; padding: 20px 30px;}


/* main voprosy */
.vopros {margin-top: -15px; margin-bottom: 20px}
.vopros a { text-decoration: none; border-bottom: 1px dotted #000000;}
.vopros span:before {content:'\f29c'; color: #ffd940; font-family:FontAwesome; font-size:18px; cursor: pointer; text-decoration: none; margin-right: 5px;}
.comment-slider .event_otzyv {padding: 0 10px; box-sizing: border-box; margin-bottom: 40px}
.comment-slider .event_otzyv .name {font-size: 18px}
.comment-slider .event_otzyv .name span {color: #ccc}
.comment-slider .event_otzyv a {text-decoration: none; font-style: italic; color: #000; font-size: 16px;}
.comment-slider .event_otzyv a:hover {text-decoration: underline;}


/* main questions */
.mainzvonok {background: url(images/greyback.jpg) 50% 50%; min-height: 200px; background-size: cover; width: 100%; padding: 25px 0 30px 0; color: #ffffff; font-size: 16px; position: relative; z-index: 100; margin-bottom: 60px; background-attachment: fixed;}
.mainzvonok .box h2 {color: #ffffff}
.mainzvonok .box .zamena_h2 {font-family: 'Panton-Bold'; color: #ffffff; font-size: 30px; margin: 10px 0 10px 0; font-weight: bold; text-transform: uppercase}
.mainzvonok .box p {color: #ffffff}
.mainzvonok .box { max-width: 1200px; margin: 0 auto;padding: 0 10px; position: relative; display: flex; }
.mainzvonok .box .left {}
.mainzvonok .box .right {padding-left: 10px;}
.mainzvonok .box .pole { display: flex; }
.mainzvonok .box .price {}
.mainzvonok .box .price img {width: 40px}
.mainzvonok .box .price a {color: #86b4e2; text-decoration: none; border-bottom: 1px dotted #86b4e2; }
.mainzvonok .box .price a:hover {color: #69bcf7; text-decoration: none; border-bottom: 1px dotted #69bcf7; }
.mainzvonok .box .callback_popup {padding: 10px 40px; text-decoration: none; border: 1px solid #ffffff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #ffffff; margin: 15px 0 15px 0}
.mainzvonok .box .callback_popup:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
.mainzvonok .box .callback_popup2 {padding: 10px 40px; text-decoration: none; border: 1px solid #ffffff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #ffffff; margin: 15px 0 15px 10px}
.mainzvonok .box .callback_popup2:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
.main_right {}
#category .mainzvonok.pageprice {background: url(images/greyback.jpg) 50% 50%; background-size: cover; width: 100%; padding: 5px 40px 30px 40px; color: #ffffff; font-size: 16px; position: relative; z-index: 100; margin-bottom: 60px; background-attachment: fixed; height: auto; min-height: auto;}
#category .mainzvonok.pageprice::before{position: relative; }
#category .mainzvonok.pageprice .box {max-width: 1200px; margin: 0 auto; padding: 0;}
#category .mainzvonok.pageprice .right {width: 100%; padding-left: 0;}
#category .mainzvonok.pageprice .icons {display: flex}
#category .mainzvonok.pageprice .icons .blok {padding: 0 20px 0 0}

/* main steps */
/* .mainstep:before {content: ''; background: url(images/lenta.png) no-repeat; background-position: left; width: 100%; height: 445px; position: absolute; top: -445px; z-index: 10} */
.mainstep {background: url(images/greyback.jpg) 50% 50%; min-height: 200px; position: relative; background-size: cover; width: 100%; padding: 40px 0 60px 0; color: #ffffff; font-size: 18px; position: relative; z-index: 100; background-attachment: fixed;}
.mainstep .box h3 {color: #ffffff}
.mainstep .box p {color: #ffffff}
.mainstep .box { max-width: 1200px; margin: 0 auto;padding: 0 10px; position: relative;}
.mainstep .box .stepall { display: flex; position: relative;}
.mainstep .box .stepall .steptop { text-align: center; padding: 0 20px; position: relative;}
.mainstep .box .stepall .stepbottom { text-align: center; padding: 0 20px; position: relative;}
.mainstep .box .stepall .steptop .picture {position: relative; width: 100px; height: 100px; text-align: center; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto;margin-bottom: 40px; }
.mainstep .box .stepall .stepbottom .picture {position: relative; width: 100px; height: 100px; text-align: center; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto;margin-top: 40px; }
.mainstep .box .stepall .steptop span { position: absolute; bottom: -25px; background-color: #ffd940; font-size: 20px; color: #000; border-radius: 50px; width: 40px; height: 40px; text-align: center; font-weight: bold; line-height: 39px; left: 50%; margin-left: -20px;}
.mainstep .box .stepall .stepbottom span { position: absolute; top: -20px; background-color: #ffd940; font-size: 20px; color: #000; border-radius: 50px; width: 40px; height: 40px; text-align: center; font-weight: bold; line-height: 39px; left: 50%; margin-left: -20px;}

/* footer site */
.footer:before {/* content: ''; background: url(images/backhouse.jpg) no-repeat; background-position: right; width: 100%; height: 905px; position: absolute; top: -905px; */}
.footer {background: url(images/greyback.jpg) 50% 50%; min-height: 500px; background-size: cover; width: 100%; padding-top: 250px; color: #989797; font-size: 14px; position: relative; z-index: 90}
#eventpage .footer {background: url(images/greyback.jpg) 50% 50%; min-height: 300px; background-size: cover; width: 100%; padding-top: 80px; color: #989797; font-size: 14px; position: relative; z-index: 90}
#category .footer {background: url(images/greyback.jpg) 50% 50%; min-height: 300px; background-size: cover; width: 100%; padding-top: 80px; color: #989797; font-size: 14px; position: relative; z-index: 90}
.footer .box { max-width: 1200px; margin: 0 auto; display: flex; padding: 0 10px; position: relative;}
.footer a {color: #989797; font-size: 16px; text-decoration: none}
.footer .box a:hover {color: #fff; text-decoration: underline}
.footer .box .left { width: 33.333%; justify-content: left; padding: 0 20px 0 0; display: flex;}
.footer .box .center { width: 33.333%; justify-content: center; display: flex;}
.footer .box .right { width: 33.333%; justify-content: flex-end; display: flex; text-align: right;}
.footer .box .right .blok {display: flex;    flex-wrap: wrap;    justify-content: flex-end;}
.footer .box .left .logo { display: flex; flex-wrap: wrap;}
.footer .box .left .logo img { width: 40px}
.footer .box .left .logo .home { margin-left: 8px;}
.footer .box .left .logo .home a {font-size: 18px; text-transform: uppercase; font-weight: bold; text-decoration: none; color: #fff}
.footer .box .left .info {margin-top: 15px; margin-bottom: 10px;}
.footer .box .center .title {font-size: 18px; text-transform: uppercase; font-weight: bold; color: #fff}
.footer .box .center .uslugi ul {margin-left: 15px;}
.footer .box .center .uslugi a:hover {}
.footer .box .right .phone a {font-size: 24px; text-transform: uppercase; font-weight: bold; text-decoration: none; color: #fff}
.footer .box .right .callback_popup {padding: 12px 50px; text-decoration: none; border: 1px solid #ffffff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #ffffff; margin: 15px 0 15px 0}
.footer .box .right .callback_popup:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
.footer .privacy {padding: 20px 10px; max-width: 1200px; margin: 0 auto; margin-top: 30px; position: relative;}
.footer .privacy a { text-decoration: underline}
.footermap {margin: 0 auto; max-width: 1200px; padding: 0 20px; margin-bottom: -200px; height: 400px; position: relative; z-index: 100}
.footermap .yamap {background-color: #cccccc; width: 100%; height: 100%}
.footer .box .right .adress span:before {content:'\f041'; color: #ffd940; margin:0 0 0 0; font-family:FontAwesome; font-size:20px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 1px;}
.footer .box .right .mail a {font-size: 14px; text-decoration: underline}
.footermap .contacts {position: absolute; z-index: 9999; background: #fff; padding: 40px 40px; float: left; margin-top: 70px; margin-left: 40px; box-shadow: #e6e2e2 5px 5px 15px;}
.footermap .contacts:after {content: ''; clear: both;}
.footermap .contacts h3 {margin-top: 5px; text-transform: none; font-size: 20px;}
.footermap .contacts .adres {margin-bottom: 15px; }
.footer .box .right .promo {padding: 15px 0 0 0; }
.footer .box .right .promo a {color: #fff; text-decoration: underline;font-size: 14px;}
.footer .box .right .promo img {}


/* site menu */
.menupage .cat { position: relative;}
.menupage .cat .submenu { visibility: hidden; opacity: 0;}
.menupage .cat .submenu { position: absolute; top: 100%; left: 0; width: 100%; z-index: 10; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; min-width: 260px;  top: 0; padding: 20px 0 0 0;}
.menupage  .cat:hover .submenu {  visibility: visible; opacity: 1;}
.menupage .cat li {  list-style: none; margin: 0; padding: 10px 15px; background-color: #988877; border-bottom: 1px solid #bda892;}
.menupage .cat li:hover {background-color: #77482e}
.menupage   > .cat {  display: inline-block; margin-right: 20px; position: relative;}
.menupage   > .cat:last-child {  margin-right: 0;}
.menupage  .cat {transition: .3s linear;}
.menupage .cat .submenu li a { text-decoration: none; color: #ffffff; font-size: 16px}
.menupage .cat .submenu li a:hover { color: #ffffff; }


/* event site */
/* .main-photo-event .button div a {padding: 12px 50px; text-decoration: none; border: 1px solid #ffffff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #ffffff; margin: 15px 0 15px 0} */
.main-photo-event .button div a {padding: 12px 50px; text-decoration: none; border: 1px solid #ffd940; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #000000; margin: 15px 0 15px 0; background-color: #ffd940; }
.main-photo-event .button div a:hover {background: none; color: #ffffff; border: 1px solid #ffffff; }

.main-photo-event .button .page-scroll2 {background: none; color: #ffffff; border: 1px solid #ffffff; }
.main-photo-event .button .page-scroll2:hover {background: #ffd940; color: #000000; border: 1px solid #ffd940; }
.main-photo-event .button .page-scroll3 {background: none; color: none; border: none; padding: 0;}
.main-photo-event .button .page-scroll3:hover {background: none; color: none; border: none; }
.main-photo-event .button .page-scroll3 img {width: 43px; }

.main-photo-event .button-page div a {background: none; color: #ffffff; border: 1px solid #ffffff; }
.main-photo-event .button-page div a:hover {background: #ffd940; color: #000000; border: 1px solid #ffd940; }

/* .main-photo-event .button div a:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; } */
.main-photo-event .button {display: flex; flex-wrap: wrap}
.main-photo-event .button div {margin-right: 10px}

.pagebody .event_text {display: flex; width: 100%; position: relative}
.pagebody .event_text.two {margin-top: 20px}
.pagebody .event_text .left {width: 65%; padding: 0 20px 0 0}
.pagebody .event_text .right {width: 35%;}
.pagebody .event_text .right img {width: 100%;}

.pagebody .event-info .title {font-size: 18px}
.pagebody .event-info .info {font-size: 22px; font-weight: bold;}
.pagebody .event-info {font-family: 'Panton-Light'; display: flex; justify-content: space-between; margin: 20px 0 20px 0; text-align: left; padding: 30px 10px 40px 10px; background-color: #fbf4ec; width: 100%; background-image: url(images/kaska.jpg); background-repeat: no-repeat; background-position: right; position: relative; z-index: 100;}
.pagebody .event-info-text {text-align: left; font-family: 'Panton-Light'; font-size: 18px; margin: 0 0 40px 0;}
.pagebody .event-info-text p {text-align: left; font-family: 'Panton-Light'; font-size: 18px; }
.pagebody .event-info .event-block {padding: 0 10px 0 20px;}
.pagebody .event-info .event-block #free {background-color: #d63e0b; color: #ffffff; font-size: 18px; padding: 5px; margin-right: 20px;}
.pagebody .rekomenduem {font-size: 40px; color: #d8d8de; text-transform: uppercase; font-weight: bold; font-family: 'Panton-Bold'; margin-bottom: -15px; margin-top: 90px;}
.pagebody .slider-rekomenduem {margin: 0 0 40px 0}
.pagebody .slider-rekomenduem .rekomenduem-box div {text-align: center}
.pagebody .slider-rekomenduem .rekomenduem-box div a {font-size: 18px; text-decoration: none}
.pagebody .slider-rekomenduem .rekomenduem-box div img {width: 95%; margin: 0 0 10px 0; border: 1px solid #ccc;  border-radius: 5px;}
/* .pagebody .event-info:before {content: ''; background-image: url(images/kaska.png) no-repeat; width: 100%; height: 395px; background-position: right; position: absolute; top: -395px;} */

.pagebody .event-pochemu {display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 30px 0;  width: 100%}
.pagebody .event-pochemu .event-pochemu-box {width: 50%; text-align: left; padding: 0 10px; display: flex; margin-bottom: 25px;}
.pagebody .event-pochemu .event-pochemu-box .right {width: calc(100% - 100px); padding: 0 0 0 15px}
.pagebody .event-pochemu .title {font-size: 20px; font-weight: bold; text-align: left;     margin-bottom: 7px;}
.pagebody .event-pochemu .icons img {width: 50px}
.pagebody .event-pochemu .icons {width: 100px; height: 100px; border-radius: 100%!important; background-color: #fafafa; border: 1px solid #e1e1e1!important; align-items: center; display: flex; justify-content: center;}

.pagebody .content_block.glavnaya {overflow: auto; position: relative; max-height: 470px;}
.pagebody .content_block {position: relative; }
.pagebody .content_block.hide {max-height: 400px;}
.pagebody .content_block.hide:after{content: "";display: block;	height: 100px;	position: absolute;	left: 0;	right: 0;bottom: 0; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fdfdfb 75%)}
.pagebody .content_block2 {overflow: hidden; position: relative;}
.pagebody .content_block2.hide2 {}
.pagebody .content_toggle2 {display: none}

.house {width: 100%; display: flex; flex-wrap: wrap; }
.house .blok {padding: 0 10px 20px 10px; width: 20%}
.house .blok .title {font-size: 18px; font-weight: bold}
.house .blok .title ul {margin-top: 5px; }
.house .blok .image img {width: 100%; border-radius: 5px;}
.house .popup {display: flex; flex-wrap: wrap;}
.house .blok.popup .title {height: 22px}
.house .blok.popup .image {background: #000000; height: 90%; border-radius: 5px; display: flex; align-items: center; padding: 0 10px;}
.house .blok.popup .image a {padding: 0; border: 0; color: #ffffff; font-size: 18px; border-radius: 0}
.house .blok.popup .image a:hover {color: #fff; text-decoration: underline; background: none}

.pagebody .deshevle .deshevle-box {position: relative; z-index: 100; }
.pagebody .deshevle h3 {text-align: center; margin-top: 0; color: #fff;}
.pagebody .deshevle span {font-size: 14px}
.pagebody .deshevle-main {margin: 40px 0 80px 0;}
.pagebody .deshevle-main:after {content: ''; background: url(images/ruletka.png) no-repeat; background-position: right; width: 100%; height: 140px; position: absolute; bottom: -80px; left: 0; right: 0;}

.pagebody .deshevle {background: #fde06c; padding: 40px 20px; font-size: 20px; font-weight: bold; position: relative; border-radius: 5px;}
.pagebody .deshevle .zamena_h2 {color: #fff; margin-top: 0;}
.pagebody .deshevle-forma {margin: 0}
.pagebody .deshevle-forma .deshevle-box {text-align: left}
.pagebody .deshevle-forma h3 {text-align: left; }

.pagebody .deshevle-forma .deshevle-box .garant {display: flex; width: 100%}
.pagebody .deshevle-forma .deshevle-box .garant .blok {display: flex; width: 50%; margin-top: 20px;padding-right: 10px;}
.pagebody .deshevle-forma .deshevle-box .garant .blok .img img {width: 60px}
.pagebody .deshevle-forma .deshevle-box .garant .blok .img {padding: 0 5px 0 0}
.pagebody .deshevle-forma .deshevle-box .garant .blok .text span {font-size: 30px; color: #ffffff}
.pagebody .deshevle-forma .deshevle-box .garant .blok .text {font-size: 16px; }



.pagebody .event-garant .garant {display: flex; width: 100%}
.pagebody .event-garant .garant .blok {display: flex; width: 33.333%; margin-top: 30px;padding-right: 10px;margin-bottom: 10px;}
.pagebody .event-garant .garant .blok svg {width: 40px; fill: #dad8d8;}
.pagebody .event-garant .garant .blok .img {padding: 0 5px 0 0}
.pagebody .event-garant .garant .blok .text span {font-size: 30px; color: #000000}
.pagebody .event-garant .garant .blok .text {font-size: 16px; }

.pagebody .count {display: flex; justify-content: space-between; width: 100%; margin: 50px 0 70px 0; background: #f7f6f5; padding: 20px 10px;}
.pagebody .count .box {width: 33.3333%; text-align: center; padding: 0 50px; font-size: 16px}
.pagebody .count .box .title {font-size: 50px; color: #ffd940}



/* event comments */
.pagebody .content_toggle_comment_span:before {content:'\f0e6'; color: #d8d8de; margin:0 0 0 0; font-family:FontAwesome; font-size:40px; box-sizing:border-box; cursor: pointer; text-decoration: none; margin-right: 1px; margin-right: 7px;}
.pagebody .content_toggle_comment {font-family: 'Panton-Bold'; color: #000; border-bottom: 2px dotted #ffd940; font-size: 26px; font-weight: bold; text-transform: uppercase; text-decoration: none}
.pagebody .content_toggle_comment_count {background: #ffd940; border-radius: 5px; padding: 5px; font-family: 'Panton-Bold'; color: #000; font-size: 26px; font-weight: bold;}
.pagebody .content_block_comment {overflow: hidden; position: relative;}
.pagebody .content_block_comment.hide {max-height: 10px;}

.event-comment {margin: 0 0 0 0}
.event-comment .box {margin: 0 0 30px 0}
.event-comment .text {color: #cccccc}
.event-comment .text a {color: #cccccc}
.rewies_message {width: 100%; box-sizing: border-box; padding: 15px 30px 20px 30px; border: 1px solid #e1e7e8; border-radius: 4px; margin-bottom: 20px; font-style: italic; text-align: left; margin-top: 10px;}
.rewies_message .otvet {text-align: right}
.rewies_message .otvet a {background-color: #ddd; color: #fff; padding: 2px 10px 4px 10px; text-decoration: none; border-radius: 3px; font-style: normal;}
.rewies_message .otvet a:hover {background-color: #ccc;}
.child_block .arrow {float: left; position: relative}
.rewies_message.child {margin-left: 70px; width: auto;}
#comment {text-align: left; margin: 0; max-width: 1200px; margin: 0 auto; padding: 0 10px 30px 10px; position: relative; z-index: 100;}
.rewies_message .box .icon {}
.rewies_message .box .title {font-size: 16px; margin: 10px 0 15px 0; color: #ccc}
.rewies_message .box .title span {font-weight: bold; color: #000}
.rewies_message .box .text {font-size: 16px; margin: 0 0 0 0; color: #000}
.rewies_add {max-width: 700px; box-sizing: border-box; padding: 50px 50px 40px 50px; border-radius: 4px; text-align: left; margin-bottom: 50px; background: url(/images/backarch.jpg); background-size: cover;}
.rewies_add .left_add {width: 100%; }
.rewies_add .left_add .pole input {display: inline; width: 100%; height: 40px; font-size: 18px; padding-left: 10px; border-radius: 4px; outline: none; box-shadow: #ddd -1px 1px 4px inset; font-family: 'Panton-Light'; box-sizing: border-box;}
.rewies_add .text_pole {margin: 10px 0 0 0}
.rewies_add .text_pole .pole textarea {display: inline; width: 100%; height: 140px; font-size: 18px; padding-left: 10px; padding-right: 10px; border-radius: 4px; outline: none; box-shadow: #ddd -1px 1px 4px inset; box-sizing: border-box; resize: none; padding-top: 10px; font-family: 'Panton-Light'}
.rewies_add .text_pole .add {margin: 20px 0 0 0}
.rewies_add .text_pole .add input {display: inline;}
.rewies_add .text_pole .add input {text-decoration: none; background: #fff; position: relative; display: inline-block; font-size: 14px; color: #000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; cursor: pointer;  padding: 10px 20px; border-radius: 3px;}
.rewies_add .text_pole .add input:hover {background: #ffc722;}
.rewies_add .title {margin-left: 10px; text-shadow: #000 1px 1px 5px;}
.speedbay-block-info {text-align: center; padding: 0 0 20px 0; font-size: 18px; font-weight: bold;}


/* event page zayavka */
#speedbay_block {background: url(/images/photoback2.jpg); color: #fff; max-width: 500px;}
#speedbay_block a {color: #fff}
.event_ticket_forma {max-width: 600px; box-sizing: border-box; padding: 0 10px 0 10px;}
.event_ticket_forma .left_box {width: 100%; box-sizing: border-box; }
.event_ticket_forma .left_box.middle {float: none; margin-left: auto; margin-right: auto}
.event_ticket_forma .title {font-size: 18px; text-align: left;}
.event_ticket_forma .left_box .pole {margin: 0 0 15px 0}
.event_ticket_forma .left_box .pole input {display: inline; width: 100%; height: 45px; font-size: 18px; padding-left: 10px; border-radius: 4px; outline: none; box-shadow: #cccccc -1px 1px 5px inset; box-sizing: border-box;}
.event_ticket_forma .left_box .pole input.error {outline-color: red; color:red; outline:auto;}
.event_ticket_forma .left_box .pole select {display: inline; width: 100%; height: 45px; font-size: 18px; padding-left: 10px; border-radius: 4px; outline: none; box-shadow: #cccccc -1px 1px 5px inset; cursor: pointer;}
.event_ticket_forma .right_box {width: 100%; box-sizing: border-box; padding: 0 0 0 0;}
.event_ticket_forma .right_box .pole textarea {display: inline; width: 100%; height: 140px; font-size: 18px; padding-left: 10px; padding-right: 10px; border-radius: 4px; outline: none; box-shadow: #cccccc -1px 1px 5px inset; box-sizing: border-box; resize: none; padding-top: 10px;}
.event_ticket_forma #cont-politika {text-align: left}
.event_ticket_forma .center input:hover {background: #77a44b; color: #ffffff;}
.event_ticket_forma .buton {text-align: center;}
.event_ticket_forma .center input {text-decoration: none; position: relative; display: inline-block; font-size: 15px; font-weight: bold; color: #000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; margin: 20px 0 20px 0; cursor: pointer; background: none; padding: 15px 30px; border-radius: 5px; background: #ffc722;}

/* event gallery */
.eventgallery {max-width: 1200px; margin: 0 auto; text-align: center; display: flex; flex-wrap: wrap; padding-bottom: 40px}
.eventgallery {max-width: 1200px; margin: 0 auto; text-align: center; display: flex; flex-wrap: wrap; padding-bottom: 40px}
.eventgallery img {width: 98%}
.eventgallery .block {width: 25%; text-align: center; padding: 1px;}
.eventgallery div img {width: 100%}
.eventgallery div img:hover {opacity: 0.8}

/* event preimushestva */
.preimushestva {}
.preimushestva:after {content: ''; background: url(images/ruletka.png) no-repeat; background-position: right; width: 100%; height: 140px; position: absolute; bottom: -50px; z-index: 50;}
.preimushestva {background: url(images/photoback3.jpg) 50% 50%; min-height: 200px; background-size: cover; width: 100%; padding: 40px 0 60px 0; color: #ffffff; font-size: 16px; position: relative; z-index: 100; margin-bottom: 60px; background-attachment: fixed; display: flex; margin-top: 50px;}
.preimushestva .left {width: 40%; background-color: #3b2728; color: #ffffff; padding: 40px 40px}
.preimushestva .right {width: 60%; display: flex; flex-wrap: wrap; padding: 0 0 0 30px; font-size: 18px; color: #000000; position: relative; z-index: 100;}
.preimushestva .right .title {width: 100%; margin: 0 20px 0 0}
.preimushestva .right .plus {width: 50%; padding: 0 15px 0 0}
.preimushestva .right .minus {width: 50%; padding: 0 15px 0 0}
.preimushestva .right .plus div {padding: 10px 0;}
.preimushestva .right .minus div {padding: 10px 0; text-shadow: #fff 1px 1px 2px;}
.preimushestva .right .plus div:before {content:'\f196'; color: #37d42d; font-family:FontAwesome; font-size:28px; cursor: pointer; text-decoration: none; margin-right: 5px;}
.preimushestva .right .minus div:before {content:'\f147'; color: #f53c3c; font-family:FontAwesome; font-size:28px; cursor: pointer; text-decoration: none; margin-right: 5px;}
.preimushestva .left .box .button #speedbay_popup {padding: 12px 50px; text-decoration: none; border: 1px solid #ffffff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all;  border-radius: 5px; color: #ffffff; margin: 15px 0 15px 0; ; overflow: hidden; position: relative;}
.preimushestva .left .box .button #speedbay_popup:hover {background-color: #ffd940; color: #000000; border: 1px solid #ffd940; }
.preimushestva .left .box .text {font-size: 26px; font-weight: bold; text-transform: uppercase;}
.preimushestva .left .box .text a {color: #ffffff}
.preimushestva .left .box .text span {background: #e85252; padding: 0 5px;}

/* event price */
.event_price table { width: 100%; border-collapse: collapse; border-spacing: 0;}
.main_zakaz .event_price table {margin-bottom: 10px}
.event_price table tr:hover {background: #f0f0f0;}
.event_price table td {    border: 1px solid #999; padding: 15px 10px; vertical-align: middle;}
.event_price {width: 100%}
.event_price .left_price {}
.event_price .right_price {}

/* category */
#category .category_bottom {margin-bottom: 70px;}
#category .main-photo-event {height: calc(35vh - 10px); background: url(/images/back1.jpg) 50% 50%; background-size: cover;}
#category .main-photo-event::before{opacity: 0.5;}
#category .main-photo-event .title {max-width: 1200px; top: 0; bottom: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: center; position: absolute; padding: 0 10px; margin: 0 auto;}
#category .main-photo-event .title .name {font-size: 35px; color: #fff; text-transform: uppercase; font-weight: bold; text-shadow: #000 10px 1px 15px; font-family: 'Panton-Bold'}
#category .main-photo-event .title .name1 {font-size: 20px; color: #fff; text-shadow: #000 10px 1px 15px; ;}
#category .main-photo-event .next {margin-top: 0}

#category .mainzvonok {background: url(images/key.jpg) 50% 50%; min-height: 200px; background-size: cover; max-width: 1200px; padding: 0; color: #ffffff; font-size: 16px; position: relative; z-index: 100; margin: 0 auto; margin-bottom: 60px; border-radius: 0 20px;}
#category .mainzvonok::before{content:''; background-color: #000000; width: 100%; height: 100%; position: absolute; opacity: 0.5; border-radius: 0 20px;}
#category .mainzvonok .box { max-width: 1200px; margin: 0 auto; padding: 40px 15px 60px 15px; display: block;}

/* page contacts */
.corpbox {display: flex; flex-wrap: wrap;}
.corpbox .left {width: 55%; padding: 0 40px 0 0; box-sizing:border-box}
.corpbox .right {width: 45%; border: 5px solid #ffd940; border-radius: 2px 30px; padding: 20px 30px; margin-top: 10px;}
.corpbox h2 {text-align: left}
#category .mainzvonok {margin-top: 40px;}

/* callback popup */
#callback_block {max-width: 450px; padding: 40px; text-align: left; color: #ffffff; background-color: #4a3e3e; border-radius: 0 20px; border: 1px solid #675858;}
#callback_block a {color: #000000}
#callback_block .title {margin-top: 15px}
#callback_block input {font-size: 16px; padding: 4px; border: 1px solid #f9ea3c; width: 95%}
#callback_block .pole input {font-size: 18px; height: 42px;}
#callback_block #send_callback {background-color: #f9ea3c; color: #000; border-radius: 4px;  cursor: pointer; height: 50px; text-transform: uppercase;}
#callback_block #send_callback:hover {background-color: #000; color: #fff; border: 1px solid #000}
#callback_block .center {margin-top: 15px; margin-bottom: 15px;}
#callback_block #politika {width: 15px}
#callback_block .privacy_sogl {margin-top: 15px; font-size: 12px}
#callback_block .privacy_sogl a {font-size: 12px; color: #ffffff}
#callback_block .textzag p {color: #ffffff; font-size: 16px;}
#callback_block .textzag h3 {color: #ffffff; font-size: 26px; text-transform: none; margin-top: 1px;}
#callback_block .textzag a {color: #ffffff}


/* reperuar */
.repertuar {display: flex; flex-wrap: wrap; }
.repertuar-event {width: 25%; margin: 20px 0; box-sizing: border-box; padding: 0 10px}
.repertuar-event .name a {text-transform: uppercase; font-size: 18px; border-bottom: 1px solid #f03434; font-weight: bold; text-decoration: none}
.repertuar-event .name {margin-top: 10px}
.repertuar-event img {width: 99%}
.repertuar-bukva {font-size: 36px; font-weight: bold; border-bottom: 1px dotted; cursor: pointer; margin-bottom: 10px; display: inline-block; margin-right: 15px;}
.repertuar-bukva:hover {color: #cc6600}
.repertuar-info {margin: 10px 0 0 0; font-size: 18px}

/* contacts */
.callback-contacts {max-width: 700px; color: #000; }
.callback-contacts .pole {margin: 0 0 10px 0}
.callback-contacts .pole input {width: 100%; height: 50px; font-size: 18px; border-radius: 4px; outline: none; box-shadow: #ccc -1px 1px 5px inset; font-family: pt sans; padding-left: 10px; box-sizing:border-box}
.callback-contacts .pole textarea {width: 100%; height: 100px; font-size: 18px; border-radius: 4px; outline: none; box-shadow: #ccc -1px 1px 5px inset; font-family: pt sans; padding-left: 10px; box-sizing:border-box; padding-top: 5px;}
.callback-contacts .center {margin-top: 10px}
.callback-contacts .callback-contacts-button {font-size: 14px; color: #000; margin: 20px 0 0 0; background: none; padding: 12px 50px; border-radius: 5px; border: 1px solid #000000; position: relative; display: inline-block; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; cursor: pointer;}
.callback-contacts .callback-contacts-button:hover {background: #ffd940; color: #000; border: 1px solid #ffd940}
.callback-contacts {text-align: left}
.corpbox .right .phone {margin-bottom: 20px}
.corpbox .right .phone a {text-decoration: none}
.corpbox .right .phone a:before {content:'\f095'; color: #ffd940; font-family:FontAwesome; font-size:20px; cursor: pointer; text-decoration: none; margin-right: 5px;}
.corpbox .right .privacy {font-size: 14px; margin-top: 20px;}
.corpbox .right .privacy a {font-size: 14px}

.callback-main {padding: 0; border-radius: 0; border: 0; background: none;}
.main_zakaz .privacy {font-size: 14px; margin-top: 20px;}
.main_zakaz .privacy a {font-size: 14px}
.main_zakaz .phone {margin-bottom: 20px}
.main_zakaz .phone .ph {text-decoration: none}
.main_zakaz .phone .ph:before {content:'\f095'; color: #ffd940; font-family:FontAwesome; font-size:20px; cursor: pointer; text-decoration: none; margin-right: 5px;}


h1 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 20px 0; font-weight: bold; text-transform: uppercase}
h2 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 20px 0; font-weight: bold; text-transform: uppercase}
h3 {font-family: 'Panton-Bold'; color: #000; font-size: 30px; margin: 20px 0; font-weight: bold; text-transform: uppercase}
h4 {font-family: 'Panton-Bold'; color: #000; font-size: 26px}

#page #page-padding {padding: 20px 10px 0 10px; box-sizing:border-box;}
#page #page-padding div {font-size: 16px}
#page #page-padding p {font-size: 16px}
#page {padding: 0 15px; box-sizing:border-box}
#page h2, h3 {text-align: left; }
#rewiewspage {}


.afishamaintop .centrauto #page_content {padding: 0 10px; box-sizing:border-box}

#page .navigation {display: flex; justify-content: space-between; margin: 60px 0 0 0}
#page .navigation .navi-left {border-radius: 10px; background: url(images/navi1.jpg) center no-repeat; width: 48%; height: 140px; display: flex; background-size: cover; align-items: center; text-decoration: none; position: relative; padding: 0 56px; box-sizing: border-box;}
#page .navigation .navi-right {border-radius: 10px; background: url(images/navi2.jpg) center no-repeat; width: 48%; height: 140px; display: flex; background-size: cover; align-items: center; text-decoration: none; position: relative; padding: 0 56px; box-sizing: border-box;}
#page .navigation .navi-left:before {border-radius: 10px; background: #353535 /* #b5064c */; content: ""; width: 100%; height: 100%; opacity: 0.7; position: absolute; left: 0; top: 0; transition: opacity .3s; font-family:FontAwesome; font-size:28px;}
#page .navigation .navi-right:before {border-radius: 10px; background: #353535; content: ""; width: 100%; height: 100%; opacity: 0.7; position: absolute; left: 0; top: 0; transition: opacity .3s; font-family:FontAwesome; font-size:28px;}
#page .navigation .info {position: relative; color: #ffffff; font-size: 30px}
#page .navigation .info span {display: flex}
#page .navigation .navi-left .info span:before {content:'\f278'; color: #ffffff; margin:0 0 0 0; padding-right: 10px; font-family:FontAwesome; font-size:45px; box-sizing:border-box;}
#page .navigation .navi-right .info span:before {content:'\f2d2'; color: #ffffff; margin:0 0 0 0; padding-right: 10px; font-family:FontAwesome; font-size:45px; box-sizing:border-box;}
#page .navigation .navi-left:hover:before {opacity:.9}
#page .navigation .navi-right:hover:before {opacity:.9}
#page .navigation .navi-left:after {content: '\f138'; font-family:FontAwesome; font-size:28px; position: absolute; right: 50px; top: 0; bottom: 0; margin: auto; transition: transform .5s ease-out; color: #ffffff; display: flex; align-items: center;}
#page .navigation .navi-right:after {content: '\f138'; font-family:FontAwesome; font-size:28px; position: absolute; right: 50px; top: 0; bottom: 0; margin: auto; transition: transform .5s ease-out; color: #ffffff; display: flex; align-items: center;}
#page .navigation .navi-left:hover:after {transform:translateX(15px)}
#page .navigation .navi-right:hover:after {transform:translateX(15px)}

.eventgallery-video {max-width: 1200px; margin: 0 auto; text-align: center}
.eventgallery-video .block {width: 33.33%; text-align: center; float: left}
.eventgallery-video div img {width: 99%; margin-bottom: 3px;}
.eventgallery-video div img:hover {opacity: 0.8}

.blokcontacts {max-width: 1200px; margin-top: 20px; margin-bottom: 40px; padding: 0 10px; box-sizing: border-box;}
.blokcontacts .leftcontacts {width: 55%; float: left; padding: 0 20px 0 0; box-sizing: border-box;}
.blokcontacts .rightcontacts {width: 45%; float: right; padding: 0 0 0 10px; box-sizing: border-box; text-align: left}
.blokcontacts .rightcontacts .phone {color: #cc0000; font-weight: bold; font-size: 16px}
#page .blokcontacts .rightcontacts p {text-align: left}
.blokcontactsforma {margin: 60px 0 0 0}

.topallpage {background: url(images/back1.jpg) 50% 50%; height: calc(70vh - 56px); position: relative; z-index:100; margin-top: 50px; width: 100%; overflow: hidden; background-attachment: fixed; background-size: cover}
.topallpage::before{content:''; background-color: #000000; width: 100%; height: 100%; position: absolute; opacity: 0.1;}
#topevent {height: calc(70vh - 56px); position: relative; max-width: 1200px; overflow: hidden; background-attachment: fixed; margin: 0 auto; margin-top: 0;}
#topevent::before{content:''; background-color: #000000; width: 100%; height: 100%; position: absolute; opacity: 0.2;}
.topallpage .title {margin: 0 auto; max-width: 1200px; top: 0; bottom: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: center; position: absolute;}
.topallpage .title .name {font-size: 50px; color: #fff; text-transform: uppercase; font-weight: normal; font-family: 'Panton-Bold';}
#topallpage .title h1 {font-size: 60px; color: #fff; text-transform: uppercase; font-weight: normal; font-family: 'Panton-Bold'}
#topevent .title h1 {font-size: 50px; color: #fff; text-transform: uppercase; font-weight: normal; font-family: 'Panton-Bold'}
.topallpage .title .name2 {font-size: 26px; color: #fff; margin-top: -10px;}
.topallpage .title .button {margin-top: 30px;}
.topallpage .title .button .one {width: 200px; height: 40px; text-decoration: none; background: #ffc722; position: relative; display: inline-block; line-height: 38px; font-size: 15px; font-weight: bold; color: #000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; margin: 20px;}
.topallpage .title .button .two {width: 200px; height: 38px; text-decoration: none; border: 2px solid #fff; position: relative; display: inline-block; line-height: 38px; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; margin: 20px;}
.topallpage .next {position: absolute; bottom: 80px; width: 100%; text-align: center;}
.topallpage .title .button #event-button {text-decoration: none; border: 2px solid #fff; position: relative; display: inline-block; font-size: 18px; font-weight: bold; color: #fff; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; padding: 17px 90px; border-radius: 6px;}
.topeventimg {}
.topeventimg-news {height: 550px; width: 100%; position: absolute; z-index: 50; margin-top: -550px;; background-attachment: fixed}
.topeventimg-news img{object-fit: cover; height: 100%; width: 100%;}
#topallpage-news .title h1 {font-size: 50px; color: #fff; text-transform: uppercase; font-weight: normal;}
#topallpage-place {background: url(images/back2.jpg) 50% 50%;     height: calc(70vh - 56px);; position: relative; background-size: cover; margin-top: 50px; width: 100%; z-index: 10; }
#topallpage-place .title h1 {font-size: 50px; color: #fff; text-transform: uppercase; font-weight: normal;}

#callback_block2 {color: #000}
#callback_block2 .search {padding: 30px 30px 30px 30px}
#callback_block2 .search input {width: 300px; height: 50px; font-size: 18px; padding-left: 10px; border: 1px solid #f9d839; font-style: italic;}
#callback_block2 .search button:before{content:'\f002'; color: #f5d021; margin:0 0 0 -60px; font-family:FontAwesome; font-size:28px; text-align:center; box-sizing:border-box; cursor: pointer}
#callback_block2 .search button {background: none}
#callback_block2 .search button:hover {}
#callback_block3 {color: #000}
#callback_block3 a{color: #ffffff}
#callback_block3 .search {width: 380px; }
#callback_block3 .search form input {width: 73%; height: 50px; font-size: 18px; padding-left: 10px; border: 1px solid #f9d839; font-style: italic;}
#callback_block3 .search form button {width: 25%; height: 50px; color: #000000;; background-position: center; background-color: #f9d839; border-radius: 4px; float: right; cursor: pointer; border: 1px solid #f9d839; text-transform: uppercase; font-size: 16px;}
#callback_block3 .search form button:hover {border: 1px solid #f9d839; background-color: #f9d839; color: #000000}
#callback_block3 .privacy-search {font-size: 14px; color: #827f7f;}
#callback_block3 .privacy-search a {font-size: 14px; color: #827f7f;}
/* shapka */

/* rekomenduem */
.centrauto .rekomenduem-title {font-size: 24px; color: #bbbbbb; margin: 0 0 20px 0}
.centrauto {max-width: 1200px; margin: 0 auto; text-align: center; padding-bottom: 30px; position: relative; z-index: 100;}
#event {max-width: 1200px; margin: 0 auto; text-align: center; padding: 0 10px 30px 10px; position: relative; z-index: 100;}
.centrauto .slider-rekomenduem {width: 100%; text-align: left}
.centrauto .slider-rekomenduem a {font-size: 22px; text-decoration: none; font-weight: bold}
.centrauto .slider-rekomenduem .slider-rekomenduem-box img {border-radius: 10px}
.centrauto .slider-rekomenduem .info {font-size: 14px; color: #aaa;}
/* rekomenduem */
.centrauto .company {margin: 90px 0 50px 0}
.centrauto .company .box {float: left; width: 25%; text-align: center; color: #bbbbbb}

/* event page */
.heightevent {height: 54px}
.event-dates {overflow: auto; width: 100%; max-height: 400px}
#event .center h2 {margin-top: 35px; font-size: 26px;}
#event .janrscena {margin-top: -20px; color: #bbbbbb; margin-bottom: 25px}
#event .center .eventinfo {max-width: 400px; padding: 10px 20px 10px 20px; box-sizing: border-box; border: 1px dashed #000000; font-size: 18px; text-align: left; border-radius: 10px;}
#tabs-event .event-afisha {font-style: italic; color: #cccccc}
#tabs-event .button {margin: 30px 0 0 0}
#tabs-event .button a {width: 170px; height: 40px; text-decoration: none; background: #fff; position: relative; display: inline-block; font-size: 14px; font-weight: bold; color: #000; text-transform: uppercase; transition: 400ms all; -webkit-transition: 400ms all; cursor: pointer; border: 2px solid #000000; margin: 0 20px 0 30px; line-height: 38px;}
#tabs-event .button a:hover {background: #ffc722}

/* TABS */
#tab1 {background-image: none;}
.tabs label span {background-color: #8398ae; color: #fff; border-radius:15px; padding: 4px 10px;}
.tabs {width: 100%; margin: 0 auto; min-width: 320px; padding: 0 0 0 0; position: relative; z-index: 1000; box-sizing: border-box; margin-top: 20px;}
/* стили секций с содержанием */
#tabs-event section {display: none; background: none; box-sizing: border-box; }
.tabs input {display: none;}
#tabs-event #content4 {padding: 45px 25px 45px 25px}
/* стили вкладок (табов) */
.tabs label {margin-bottom: -4px; background-color: #fefdfb; display: inline-block;color: #000000; margin-right: 4px; padding: 10px 25px 13px 25px; text-decoration: none; margin-top: 10px; font-size: 18px; border-radius: 5px; border: 2px solid #e6ad52;}
.tabs label:hover {background-color: #fefdfb; color: #000;  cursor: pointer;}
/* стили для активной вкладки */
.tabs input:checked + label {background: #e6ad52; color: #fff; font-weight: bold;}
.tabs input:checked + label:hover {}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {display: block;}
#tabs-event .event-comment .titleforma {font-size: 24px; color: #000; font-weight: bold;}

/* callback contacts */
#page .callback-contacts .center {padding: 0}

/* order popup */
.zakaz_ok {width: 100%; height: 100%; position:fixed; z-index:10000; background:url(images/bg_load.png); margin-top: 0px; top:0px; font-size: 20px}
.zakaz_ok .box {background: #f5da68;  padding: 30px 10px 20px 10px; border: 8px solid #fff; margin: 0 auto; position: absolute; top: 50%; margin-top: -150px; left: 50%; border-radius: 5px 20px; width: 300px; text-align: center; font-size: 16px; color: #000;  margin-left: -180px}
.zakaz_ok a {font-size: 20px; color: #fff;}
.zakaz_ok a:hover {}
.zakaz_ok .box .text div {font-size: 20px; color: #fff; margin-bottom: 10px}
.zakaz_ok .box .close {margin-top: 10px}
.zakaz_ok .box .close img {width: 30px; cursor: pointer; padding: 0 0 10px 0; }
.zakaz_ok .box .close img:hover {width: 40px; padding: 0 0 0 0; }