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

html, body {
    width: 100%;
    /* min-height: 100%; */
    margin: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	min-height: calc(100% - 200px);
	position:  relative;
	line-height: 1.8em;
}
body.noscroll {
    overflow: hidden;
}

p {
	margin: 45px 0;
	line-height: 1.9em;
}

.content > div > p {
	padding: 0 8vw;
}

strong {
	font-weight: 600;
}

h1 {
	font-size: 2.2em;
	font-weight: 500;
	color: #333;
	padding: 0 40px;
	padding-bottom: 10px;
	line-height: 1.6em;
	border-bottom: 1px solid #999;
	margin: 20px auto 60px;
	text-align: center;
	/* display: table; */
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	display: block;
	pointer-events: none;
	text-align: center;
}

h1:before {
	display: block;
	content: "";
	height: 130px;
	margin: -130px 0 0;
}


h1.main {
	text-transform: uppercase;
	color: #004488;
}

h2 {
	font-size: 1.25em;
	font-weight: 500
}

.part h2:before {
	display: block;
	content: "";
	height: 130px;
	margin: -130px 0 0;
}


a {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #4477aa;
	font-weight: 500;
}
a:hover {
	color:#374a5b
}

ul {
	list-style: none;
	padding: 0;
}

li {
	padding-left: 21px;
	padding-bottom: 0.7em;
}
li:before {
	content: '—';
	margin-left: -20px;
	padding-right: 7px;
}

ul.marker li {
	border-top: 1px solid #ddd;
	margin: auto;
	width: auto;
	display: table;
	padding: 25px 20px 50px;
	position: relative;
	font-weight: 500;
}
ul.marker li:before {
	content: '';
	margin: 0 auto;
	padding-right: 0px;
	display: block;
	background: #1b77b8;
	width: 15px;
	height: 15px;
	position: absolute;
	left: calc(50% - 7.5px);
	top: -8px;
}



.footer {
	margin-bottom: 0;
	bottom: 0;
	padding: 40px 0;
	background: #f1f1f1;
	display: inline-block;
	height: auto;
	width: 100%;
	color: #000;
	margin-top: 60px;
}
.footer p {
	margin: 20px 0;
	line-height: 1.5em;
}
.footer a {
	color: #4477aa;
	text-decoration: none;
	position: relative;
	padding-bottom: 3px;
}
.footer a.logo-bottom{
	padding: 0px 30px;
	display: block;
	margin: 0 30px;
}
.footer a.logo-bottom img {
	width: 10vw;
	min-width: 120px;
	margin: 10px;
	max-width: 140px;
}

.footer  img {
	width: 110px; 
	margin: 15px;
	padding-right: 20px; 
}

.footer a.logo-bottom:before, .footer a.logo-bottom:after {
	display: none;
}

.footer a:after, .footer a:before {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	background: #4477aa;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	bottom: 0;
}
.footer a:hover:after, .footer a:hover:before {
	width: 50%;
}

.footer a:after {
	left: 50%;
} 
.footer a:before {
	right: 50%;
}

.footer a.phone, .footer a.mail {
	/* color: #ddd; */
	text-decoration: none;
}

.footer a.phone:before, .footer a.mail:before, .footer a.phone:after, .footer a.mail:after {
	display: none;
}

.footer > div {
	margin: 0 auto;
	width: calc(100% - 40px);
	display: flex;
	max-width: 1500px;
	justify-content: center;
}

@media screen and (max-width: 768px) {
.footer > div {
text-align: center;
}	
	
}



.footer > div > div{
	padding: 10px;
}
.footer > div > div:first-child {
	    border-right: 1px solid #cecece;
	    margin-right: 40px;
}


.footer > div.copyright p:before {
	content:'';
	display: inline-block;
	background: url(../images/logo.svg) no-repeat;
	background-size: cover;
	width: 75px;
	height: 30px;
	vertical-align: middle;
	margin-right: 25px;
}

.footer li:hover a {
	color: #2270CC;
}

.perimetr {
	display: block;
	background: url(../images/perimetr.jpg) no-repeat 90% 50%;
	background-size: cover;
	min-height: 200px;
	height: 35vh;
}



.normal {
	width: 100%;
	position: fixed;
	text-align: center;
	top: 30px;
	display:  block;
	z-index: 20;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	background: #fffffff9;
}
.normal > .maxwidth {
	max-width: 1400px;
}


.top {
	top: 0;
	background: #fffffff9;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fix {
	background: #fffffff9;
	}




.logo {
	float: left;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 550px;
	background: url(/tmpl-img/logo-sta-top.svg) no-repeat;
	background-size: cover;
	margin: 20px 0;
	z-index: 35;
	position: relative;
}



@media screen and (max-width: 600px) {
.logo {
	float: left;
	text-indent: -999em;
	display: block;
	height: 70px !important;
	width: 290px !important;
	background: url(/tmpl-img/logo-sta-top-768.svg) no-repeat;
	background-size: cover;
	margin: 10px 0 15px 0;
	z-index: 35;
	position: relative;
}	
	
}



.logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu {
	display: block;
	float: right;
	margin-right: -15px;
	position: relative;
 	top: 40px;
	right: 0;
}
.menu > ul {
	position:relative;
}
.menu li {
	display: inline-block;
	padding: 0 10px;
}
.menu li:before {
	display: none;
}

.menu  a {
	text-decoration: none;
	color: #333;
	display: block;
	/* width: 100%; */
	height: 100%;
	padding: 5px 0.4vw;
	position: relative;
}
.menu > ul > li > a:after, .menu > ul > li > a:before {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	background: #ffcc11;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	bottom: 0;
}

.menu a:after {
	left: 50%;
} 
.menu a:before {
	right: 50%;
}
.menu a:hover:after, .menu a:hover:before {
	width: 50%;
}

li.show > div {
	display: block;
	padding: 0 0;
	height: 0;
	width: auto;
	position: absolute;
	top: calc(100% - 2px);
	right: 18px;
	background: #ffffff;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	/* transition-delay: .2s; */
	z-index: 33;
}
.menu li.show:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/arr-down.svg) no-repeat 50% 50% / cover;
	position: absolute;
	top: calc(50% - 4px);
	right: calc(0% + 20px);
	padding: 0;
	margin: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.menu li.show.visable:after {
    transform: rotate(180deg);
    top: calc(50% - 5px);
}
.menu li.show {
	
}
.menu li.show a {
	text-decoration: none;
	color: #333;
	display: block;
	height: 100%;
	padding: 5px 0.4vw;
	position: relative;
	padding-right: calc(.4vw + 10px);
}

.menu li.show div a {
	padding: 0;
}
.menu li.show div a:hover {
	color: #4477aa
}
li.show > div li {
	padding: 6px 0;
}

li.show > div:before {
	content:'';
	width: 0%;
	height: 2px;
	background: #ffcc11;
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

li.show.visable > div:before {
	width: 100%;
}


li.show.visable > div {
	height: auto;
	padding: 20px 20px;
}


#mobmenu + label + .mobmenu {
    display: none;
}
input#mobmenu, input#mobmenu {
    display: none;
}


li.menucity {
	position: relative;
	padding-left: 25px;
	margin-left: 20px;
}
.menucity a:after, .menucity a:before{
	display: none;
}
.menucity a {
	padding: 0;
}
.menucity a:hover {
	color: #4477aa
}

li.menucity:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 80%;
	position: absolute;
	left: 20px;
	background: url(../images/mapspoint-icon.svg) no-repeat 50% 50% / cover;
	padding-right: 0;
}

input#city {
	display:none;
}
input#city + label {
    display:  block;
    height: 33px;
    position: relative;
    z-index: 30;
    cursor: pointer;
    padding: 0 5px;
}


input#city + label:after, input#city + label:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #ffcc11;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    bottom: 1px;
}

input#city + label:after {
	left: 50%;
} 
input#city + label:before {
	right: 50%;
}
input#city + label:hover:after, input#city + label:hover:before {
	width: 50%;
}



input#city + label + div.menucity ul:before {
	content:'';
	display: none;
	float:left;
	width: 20px;
	height: 30px;
	background: url(../images/icons/menu.svg) no-repeat 50%;
	background-size: cover;
	vertical-align:  middle;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 10px 0 15px;
}

input#city + label:hover + div.menucity  ul:before {
	background: url(../images/icons/menu-hover.svg) no-repeat 50%;
	background-size: cover;
}

input#city:checked + label + div.menucity  ul:before {
	background: url(../images/icons/menu-close-hov.svg) no-repeat 50%;
	background-size: 20px 20px;
}



input#city:checked + label + div.menucity  ul {
	max-height: 370px;
	/* padding: 20px 30px; */
}

input#city:checked + label + div.menucity  {
	/* max-height: 130px; */
	padding: 30px 20px;
	height: 185px;
	transition-delay: .2s;
	width: 250px;
}

input#city:checked + label + div.menucity  ul li {z-index: 200; position: relative}
input#city:checked + label + div.menucity  ul li:first-child {z-index:inherit;}


li.menucity div.menucity {
	float: left;
	height: 0px;
	margin-bottom: 10px;
	position: absolute;
	top: 30px;
	right: 18px;
	padding: 0px 20px;
	background: #ffffff;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	/* transition-delay: .2s; */
	z-index: 33;
	width: 0px;
}	

li.menucity div.menucity:before {
	content:'';
	width: 0%;
	height: 2px;
	background: #ffcc11;
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
input#city:checked + label + div.menucity:before {
	width: calc(100% - 2px);
	transition-delay: .2s;
	}

li.menucity div.menucity li {
	display: block;
}

li.menucity div.menucity ul {
	max-height: 35px;
	overflow:  hidden;
	-webkit-transition: all .3s cubic-bezier(0.74, 0.06, 0.66, 0.48);
	-moz-transition: all .3s cubic-bezier(0.74, 0.06, 0.66, 0.48);
	-ms-transition: all .3s cubic-bezier(0.74, 0.06, 0.66, 0.48);
	-o-transition: all .3s cubic-bezier(0.74, 0.06, 0.66, 0.48);
	transition: all .3s cubic-bezier(0.74, 0.06, 0.66, 0.48);
	margin:  0;
	/* margin-left: -30px; */
	/* position:  absolute; */
	text-align: left;
	padding: 0px;
	/* background: #ffffff; */
}

li.menucity div.menucity li {
	/* background: rgba(255,255,255,0.98); */
	min-width: 110px;
	margin-left: 0px;
	z-index: 200;
	padding: 6px 0;
}





.content > div {
	padding: 65px 0px 90px;
}

.bg {
	background: #f1f1f1
}

.dot {
	position: relative;
}
.dot:before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-dot.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}


.content .main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/* min-height: calc(100vh - 230px); */
	height: auto;
	background: url("../images/bg-main.jpg") no-repeat 60% 20%;
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 60px;
}

.content .main.moscow {
	background: url("../images/moscow.jpg") no-repeat 50% 50% / cover;
}
.content .main.ekb {
	background: url("../images/ekb.jpg") no-repeat 50% 50% / cover;
}
.content .main.kzn {
	background: url("../images/kzn.jpg") no-repeat 30% 80% / cover;
}
.content .main.spb {
	background: url("../images/spb.jpg") no-repeat 50% 25% / cover;
}
.content .main.almaty {
	background: url("../images/almaty.jpg") no-repeat 50% 60% / cover;
}

.content .main.rest {
	min-height: auto;
	background-position: 50% 25%;
}
.content .main.rest .date {
	margin-bottom: 0px;
	
}
.content .main.rest h1.headermain {
	font-size: 97px;
}


.maxwidth {
	display: block;
	width: calc(100% - 60px);
	max-width: 1500px;
	margin: auto;
	position: relative;
}

.normal > .maxwidth {
	position: initial;
}

.content > .maxwidth.bg {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 150px;
}

.content > .maxwidth {
	padding: 10px 3.5vw 0px;
	width: calc(100% - 60px - 7vw);
	margin: 50px auto 70px;
}


.content >  .toppage{
	margin-top: 200px;
}


@media screen and (max-width: 600px) {
.content >  .toppage{
	margin: 120px auto 50px !important;
}	
	
}





.main h2 {
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.5em;
}

h1.headermain {
	font-weight: 800;
	font-size: 120px;
	color: #fff;
	text-align: inherit;
	text-transform: uppercase;
	line-height: 1.25em;
	padding: 0;
	margin: 30px 0;
	border: 0;
}
h1.headermain span {
	background: #4477aa;
	padding: 0 30px;
}

.date {
	display:inline-block;
	/* background: #e1e1e1cc; */	
	width: auto;
	padding: 12px 30px;
	margin: 10px 0 100px;
}
.date span {
	display: inline-block;
	vertical-align: middle;
}
.date .day {
	color: #4477aa;
	font-size: 1.3em;
	padding: 7px 0;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
	text-transform: uppercase;
	font-weight: 600;
}

.organizer {
	display: block;
	position: absolute;
	top: 24%;
	right: 0%;
	color: #999;
	font-size: 0.9em;
	padding: 0px 3vw;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	text-align: center;
}
.organizer img {
	width: 110px;
	display: block;
	padding: 20px 0 10px;
}

.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	background: #ffcc11;
	min-width: 250px;
	text-align: center;
	margin: 10px 0;
	padding: 25px 30px;
	margin-right: 20px;
	position: relative;
}
a.btn:after, a.btn:before {
	content: '';
	display: block;
	width: 0%;
	height: 3px;
	background: #4477aa;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	bottom: 0;
}

a.btn:after {
	left: 50%;
} 
a.btn:before {
	right: 50%;
}
a.btn:hover:after, a.btn:hover:before {
	width: 50%;
}


.program > ul {
display: flex;
flex-wrap: wrap;
position: relative;
padding: 0;
align-items: flex-start;
}
.program > ul:before {
content:'';
display: block;
position: absolute;
background: #999;
height: 100%;
width: 1px;
top: 30px;
left: 50%;
z-index: 1;
}

.program > ul li:before {
display: none;
}

.program > ul li {width: calc(50% - 40px - 3vw);position: relative;padding-right: 40px;padding-left: 3vw;text-align: right;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;margin-top: -30px;padding-bottom: 20px;margin-bottom: 30px;}
.program > ul li:first-child {
margin-top: 0px
}
.program > ul li:nth-child(2n) {
margin-top: 130px;
}
.program > ul li:nth-child(2) {
margin-top: 100px;
}


.program > ul li:nth-child(2n) {padding-left: 40px;padding-right: 3vw;text-align: left;}
.program > ul li:hover {
background: #e8e8e8;
}

.program p {
margin: 20px 0;
}

.time {
font-size: 2.5em;
font-weight: 300;
color: #999;
position: relative;
margin: 0px 0 !important;
}

.program .time:before {
content: '';
display: block;
width: 17px;
height: 17px;
background: #4477aa;
position: absolute;
right: -49px;
top: calc(50% - 8px);
z-index: 1;
}
.program > ul li:nth-child(2n) .time:before {
left: -49px;
right: inherit;
}
.program > ul li:hover .time:before {
width: 25px;
height: 25px;
background: #ffcc11;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
margin-top: -4px;
margin-right: -3px;
}
.program > ul li:nth-child(2n):hover .time:before {
margin-left: -3px;
}


.program > ul li img {position: absolute;left: 0;top: 10px;padding: 0 20px;max-width: 12vw;}
.program > ul li:nth-child(2n) img {
right: 0;
left: inherit;
}



.column {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	text-align: left;
	justify-content: center;
}
.bg .column {
	margin-bottom: 10px
}
.column > div {
		margin-right: 50px;
}
.column.two > div {
	width: calc(50% - 25px);
}


.column.two > div p{
	margin: 0;
}
.column.two > div h2{
	padding-top: 20px;
}






.column.threetoone > div {
	width: calc(30% - 5px);
	text-align: center;
	border: 1px solid #acacac;
	padding: 10px 10px 20px 10px;
	margin-right: 30px;
}
.column.threetoone > div p {
	margin: 15px 0 ;
	line-height: 1.7em;
	padding: 0 20px 20px 20px;
}

.column.threetoone > div h2 {
	color: #4477aa ;
	/* text-decoration: underline; */
}

.column.threetoone > div img {
	width: 100%;
	max-width: 300px;
	padding: 20px 0 0 0;
}





@media screen and (max-width: 1280px) {
.column.threetoone > div {
	width: calc(30% - 5px);
	text-align: center;
	border: 1px solid #acacac;
	padding: 10px 10px 20px 10px;
	margin-right: 10px;
 }		
	
.column.threetoone > div img {
	width: 100%;
	max-width: 200px;
	padding: 20px 0 0 0;
}	
}


@media screen and (max-width: 1000px) {
.column.threetoone > div {
	width: 100% ;
	margin: 0 0 20px 0;
 }		
	
}


@media screen and (max-width: 600px) {
.column.threetoone > div {
	width: 100% ;
	margin: 0 0 20px 0;
 }		
	
}





.column.onethird > div:first-child {
	width: calc(66.6% - 50px);
}

.column.onethird > div:last-child {width: 33.3%;}
.column.onethird > div:last-child .btn {
	min-width: 170px;
}

.column > div:last-child {
	margin-right: 0;
}

iframe#blockrandom {
	min-height: 400px;
}

.column h1 {
	text-align: left;
	display: inherit;
	margin: inherit;
	padding: 0 0 15px;
}

h2.place {
	padding-left: 100px;
	position: relative;
}

h2.place:before {
	content:'';
	display: block;
	background: url(../images/mapspoint.svg) no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: calc(50% - 35px);
}

.form {
	width: calc(100% - 40px);
    height: calc(100% + 20px);
    padding-left: 40px;
    border-left: 1px solid #888;
}

.iconman {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 50px 0;
	line-height: 1.5em;
}
.iconman div {
	width: calc(25% - 30px);
	margin: 10px 30px;
	text-align: center;
	max-width: 200px;
	min-width: 130px;
}
.iconman div:before {
	content:'';
	display: block;
	width: 100%;
	background: url(../images/icons-man.svg)no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 5px;
	padding-top: 100%;
}
.iconman div.maker:before {
		background-position: 50% 96.2%;
}
.iconman div.developer:before {
		background-position: 50% 66%;
}
.iconman div.integrator:before {
		background-position: 50% 1.7%;
}
.iconman div.customer:before {
		background-position: 50% 32.5%;
}

a.phone, a.mail {
	color: #333;
	text-decoration: none;
	padding-left: 0px;
	margin: 20px 0 0;
	margin-right: 40px;
	display: inline-block;
	vertical-align: middle;
}
a.phone:before, a.mail:before {
	content:'';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/phone.svg) no-repeat 50% 50% / cover;
	vertical-align: middle;
	margin-right: 15px;
}
a.mail:before {
	background: url(../images/mail.svg) no-repeat 50% 50% / cover;
}

.part > div {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #888;
	margin: 30px auto;
	padding: 20px 40px 50px;
	font-size: 14px;
	/* max-width: 1300px; */
}
.part > div:first-child {
	border-top: 1px solid #888;
	padding-top: 50px;
}
.part p {
	margin: 20px 0;
}
.part h2 {
}
.part > div > div:first-child {
	width: calc(28% - 6vw);
	margin-right: 6vw;
	text-align: center;
	min-width: 140px;
}
.part > div > div:nth-child(2) {
	width: calc(72% - 0vw);
}


.part > div > div:first-child img {
	width: 100%;
	max-width: 250px;
	margin: 20px 0 20px;
	min-width: 180px;
}

.front {
	display: block;
	width: calc(40% - 20px);
	background: url(../images/hotel-front-g.jpg);
	height: 230px;
	margin-right: 20px;
	background-size: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.conf {
	display: block;
	width: 60%;
	background: url(../images/hotel-place-g.jpg);
	height: 230px;
	background-size: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


.front:hover {
	background: url(../images/hotel-front.jpg);
	background-size: cover;
}
.conf:hover {
	background: url(../images/hotel-place.jpg);
	background-size: cover;
}

.ekb .front {
	background: url(../images/novotel-front-g.jpg) 50% 50% / cover;
}

.ekb .conf {
	background: url(../images/novotel-place-g.jpg) 50% 50% / cover;
}

.ekb .front:hover {
	background: url(../images/novotel-front.jpg) 50% 50% / cover;
}
.ekb .conf:hover {
	background: url(../images/novotel-place.jpg) 50% 50% / cover;
}

.kzn .front {
	background: url(../images/riviera-front-g.jpg) 50% 50% / cover;
}

.kzn .conf {
	background: url(../images/riviera-place-g.jpg) 50% 50% / cover;
}

.kzn .front:hover {
	background: url(../images/riviera-front.jpg) 50% 50% / cover;
}
.kzn .conf:hover {
	background: url(../images/riviera-place.jpg) 50% 50% / cover;
}

.spb .front {
	background: url(../images/spb-front-g.jpg) 50% 20% / cover;
}

.spb .conf {
	background: url(../images/spb-place-g.jpg) 50% 50% / cover;
}

.spb .front:hover {
	background: url(../images/spb-front.jpg) 50% 20% / cover;
}
.spb .conf:hover {
	background: url(../images/spb-place.jpg) 50% 50% / cover;
}


.almaty .front {
	background: url(../images/almaty-front-g.jpg) 50% 20% / cover;
}

.almaty .conf {
	background: url(../images/almaty-place-g.jpg) 50% 50% / cover;
}

.almaty .front:hover {
	background: url(../images/almaty-front.jpg) 50% 20% / cover;
}
.almaty .conf:hover {
	background: url(../images/almaty-place.jpg) 50% 50% / cover;
}

.galery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 160px;
	margin-top: 30px;
}
		
.galery img {
	width: calc(25% - 10px);
	margin: 5px;
}



#more + label + .galery img {
	display: none;
}
#more + label + .galery img:nth-child(-n+8) {
	display: block !important
}

#more:checked + label + .galery img {
	 display: block;
}

#more {
	display: none;
}	
#more + label {
    display: block;
    height: 30px;
    width: 200px;
    position: absolute;
    bottom: -70px;
    margin: auto;
    left: calc(50% - 100px);
    text-align: center;
}

#more + label:before {
	content: 'Показать еще';
	text-decoration: underline;
	color: #999999;
	margin: auto;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.9em;
}

#more:checked + label {
	display: none;
}

#more:checked + label + .galery {
	margin-bottom: 100px;
}

.city {
	display: flex;
	flex-wrap:wrap;
}

.city > div {
	width: calc(33.33% - 90px);
	margin: 15px;
	background: #f1f1f1;
	padding: 30px 30px;
	text-align: left;
	position: relative;
}

.city > div h1 {
	background: #4477aa;
	font-weight: 800;
	font-size:3em;
	font-size: 220%;
	font-size: 1.8vw;
	color: #fff;
	text-align: inherit;
	text-transform: uppercase;
	line-height: 1.25em;
	padding: 5px 10px 5px 5px;
	margin: 20px 0 20px 0;
	border: 0;
	position: relative;
}

.city > div h1:before {
    content: '';
    display: none;
    background: url(../images/mapspoint.svg) no-repeat;
    background-size: cover;
    width: 3vw;
    height: 3vw;
    position: absolute;
    left: -3.4vw;
    top: calc(50% - 1.5vw);
    margin: 0;
}

.city > div .btn {
	max-width: 100%;
	min-width: 175px;
	position: relative;
	z-index: 1;
}
.city > div.finish .btn {
	background: #dadada
}

.city > div .date {
	margin-bottom: 30px;
	width: calc(100% - 30px);
	padding: 12px 15px;
}

.city > div .date .day {
	width: calc(100% - 20px);
	border-right: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

.block_4 {
	text-align: center;
}

.block_4 > div {
	display: inline-block;
	width: 160px;
	text-align: center;
	margin: 40px 50px;
	vertical-align: middle;
}

.block_4 > div a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.block_4 > div a:hover {
	opacity: 0.6;
}

.block_4 > div img {
	width: 100%;
	max-height: 160px;
}



@media screen and (min-width: 2040px) {
.city > div h1 {
	font-size: 2.4em;
}

}


@media screen and (max-width: 1400px) {
.galery img {
	width: calc(33.3% - 10px);
	margin: 5px;
}

.city > div {
	width: calc(50% - 90px);
	margin: 15px;
	background: #f1f1f1;
	padding: 30px 30px;
	text-align: left;
}
.city > div h1 {
	font-size: 2.7vw;
}
.city > div h1:before {
	width: 4.8vw;
	height: 4.8vw;
	left: -5.5vw;
	top: calc(50% - 2.4vw);
}
}


@media screen and (max-width: 1200px) {
h1.headermain {
	font-size: 9vw !important;
}
.organizer {
    padding: 0px 4.5vw;
    top: 13%;
}
.organizer img {
    width: 100px;
    margin: auto;
}
.iconman {
    justify-content: space-around;
}
}

@media (min-width: 1024px) and (max-width: 1150px) {

	.menu a {
		font-size: 0.83em;
	}
}

@media screen and (max-width: 1024px) {
.content .main {
	min-height: 300px;
}
.menu ul {
	display: none;
}



#mobmenu + label + .mobmenu {
		    height: auto;
		    min-height: calc(100vh - 90px);
		    overflow-y: auto;
		    overflow-x: hidden;
		    background: #fff;
		    position: absolute;
		    right: -100vw;
		    top: -30px;
		    z-index: 30;
		    width: calc(100vw - (100vw - 100%) - 60px);
		    transition: all .4s ease-out;
		    -webkit-transition: all .4s ease-out;
		    -moz-transition: all .4s ease-out;
		    -ms-transition: all .4s ease-out;
		    -o-transition: all .4s ease-out;
		    /*box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);*/
		    text-align: left;
		    display: block;
		    /* border-top: 1px solid #ddd; */
		    padding: 30px 30px 70px;
		    padding-top: 130px;
}

.fix #mobmenu + label + .mobmenu {
	top: 0;
	padding-top: 110px;
}

#mobmenu:checked + label + .mobmenu, input#mobmenu:checked + label:after {
		right: 0;
		min-height: calc(100vh - 180px);
	}
.mobmenu .contact {
	/* position:absolute; */
	/* bottom: 10px; */
	text-align: center;
	/* width: calc(100% - 60px); */
	margin-top: 100px;
}	
	
input#mobmenu + label {
    /* padding: 0 25px; */
    /* margin-left: calc(100% - 260px); */
    float: right;
    display: block;
    height: 30px;
    margin: 20px 0;
    width: auto;
    position: relative;
}

input#mobmenu + label:before {
    content: '';
    width: 26px;
    height: 20px;
    display: block;
    background: url(/tmpl-img/menu.svg) no-repeat 50% 50%;
    background-size: cover;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 35;
}	

#mobmenu:checked + label:before {
	background: url(/tmpl-img/menu-close.svg) no-repeat 50% 50%;
    background-size: cover;

}
.mobmenu ul {
	text-align: center;
}
.mobmenu ul > li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
	text-transform: uppercase;
	padding: 0;
}

.mobmenu ul > li:before {
	display: none;
}

.mobmenu ul > li a {
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 2.3vh 0;
}


.content > div > p {
	padding: 0 0vw;
}
.program > ul li {
    width: calc(50% - 40px);
    padding-left: 0;
}
.program > ul li:before {
	display: none;
}

.program > ul li:nth-child(2n) {
    padding-right: 0;
}

.program > ul li img {
    position: relative;
    padding: 0;
    max-width: inherit;
}

.column.two > div, .column.onethird > div {
	width: 100% !important;
	margin: 0px 0 50px;
	margin-right: 0;
}

.column > div:last-child {
	margin-bottom: 0;
}
	
.form {
	width: calc(100%);
    padding-left: 0px;
    border-left: none;
}
.part > div {
	padding: 20px 0 50px;
}
.galery img {
	width: calc(50% - 10px);
	margin: 5px;
}
}

@media screen and (max-width: 900px) {
body {
	font-size: 14px;
}
.content > div {
	padding: 45px 0 50px;
}

.content .main {
	padding-bottom: 50px;
}

p {
    margin: 30px 0;
}

h1 {
	margin: 10px auto 40px;
	padding: 0 20px 15px;
}
h1.headermain {
	font-size: 54px !important;
}
h1.headermain.home  {
	font-size: 12vw !important;
}
.organizer {
	position: inherit;
	margin: 40px 0 0;
	width: max-content;
	border: 0;
}
.date {
	margin-bottom: 70px;
}
.date span {
	display: block;
}
.date .day {
	border-right: 0;
	border-bottom: 1px solid #333;
	margin: 0 0 10px;
}

.iconman div{
	margin: 10px 15px;
}

.block_4 > div {
	margin: 40px 30px;
}
}

@media screen and (max-width: 768px) {
.btn {
	min-width: 50%;
}

.part > div > div {
	width: 100% !important;
	text-align: left !important;
}

.city > div {
	width: calc(100% - 0px);
	margin: 15px 0;
}

.city > div h1 {
    font-size: 5vw;
}
.city > div h1:before {
	width: 8vw;
	height: 8vw;
	left: -9.5vw;
	top: calc(50% - 4vw);
}
}





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

body {
	font-size: 14px;
}

.logo {
	width: 190px;
	height: 25px;
}	
.normal {
	top: 5px;
}
.top {
	top: 0;
	/* border-bottom: 3px solid #d9d9d9; */
}
input#mobmenu + label {
	height: 25px;
}

#mobmenu:checked + label + .mobmenu, input#mobmenu:checked + label:after {
	padding: 120px 15px 70px;
	width: calc(100vw - (100vw - 100%) - 30px);
	min-height: calc(100vh - 160px);
}

.fix #mobmenu + label + .mobmenu {
	padding: 90px 15px 70px;
}

.mobmenu .contact {
	/* width: calc(100% - 30px); */
	margin-top: 40px;
}

.mobmenu .contact a.phone:before, .mobmenu .contact a.mail:before {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.mobmenu .contact a.phone, .mobmenu .contact a.mail {
	margin-right: 15px;
	font-size: 0.8em;
}

h1 {
    font-size: 1.6em;
    padding: 0 15px 10px;
    line-height: 1.3em;
}

h1.headermain {
	font-size: 9.3vw !important;
	margin: 20px 0;
}

h1.headermain.home  {
	font-size: 13vw !important;
}

h1.headermain span {
    background: #4477aa;
    padding: 0 15px;
}
.content .main {
	padding-top: 80px !important;
}
.main h2 {
	font-size: 1.17em;
}

.date {
	margin-bottom: 30px !important;
	padding: 12px 20px;
}

.organizer img {
    width: 70px;
    padding: 5px 0 0;
}

.content > div {
    padding: 30px 0 30px;
}

.maxwidth {
	display: block;
	width: calc(100% - 30px);
}

.content > .maxwidth {
    width: calc(100% - 7vw);
    margin: 30px auto 50px;
}

.content > .maxwidth.bg {
	width: calc(100% - 34px);
	padding: 40px 17px 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.btn {font-weight: 500;display: block;padding: 20px 30px;margin: 10px 0;}

.program > ul {
	display: inherit;
	margin-left: 15px;
}
.program > ul:before {
	left: -5px;
}
.program > ul li {
	width: calc(100% - 25px);
	text-align: left;
	padding-right: 0;
	padding-left: 25px !important;
	margin-top: 20px !important;
}
.program > ul li:hover  {
	background: none;
}
.program > ul li .time:before {
	left: -35px !important;
	width: 12px;
	height: 12px;
}
.program > ul li:hover .time:before {
	background: #4477aa;
	width: 12px;
	height: 12px;
	margin: 0!important;
}
.time {
	font-size: 2em
}
.program p {
	margin: 10px 0 20px;
}

.column.two > div, .column.onethird > div {
    margin: 0px 0 30px;
}

.column.two > div:last-child, .column.onethird > div:last-child  {
	margin-bottom: 0
}

h2.place {
	padding-left: 70px;
}
h2.place:before {
	width: 50px;
	height: 50px;
	top: 0;
}

.iconman {
	margin-top: 30px;
}

.part > div {
	margin: 30px auto;
}
.part > div > div:first-child img {
	width: 14vw;
	margin-bottom: 10px;
}
.footer {
    padding: 40px 0 10px;
    margin-top: 20px;
	font-size: 13px;
}
.footer > div {
	display: block;
}
.footer > div > div:first-child {
    border-bottom: 1px solid #cecece;
    border-right: 0;
    margin-bottom: 0;
    margin-right: 0;
    width: calc(100% - 20px);
    text-align: center;
	display: none;
}
.footer > div > div {
    padding: 0;
}
	
.footer img { 
    padding-right: 0;
}

.footer a.logo-bottom {
	padding: 0;
	margin: 0;
}
.galery img {
	width: calc(100% - 10px);
	margin: 5px;
}

.block_4 > div {
	width: calc(50% - 70px);
	max-width: 160px;
}
}




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

.city > div h1 {
    font-size: 6.5vw;
}
.city > div h1:before {
	width: 11vw;
	height: 11vw;
	left: -14vw;
	top: calc(50% - 5.5vw);
}

.block_4 > div {
	margin: 20px 30px;
}

}

@media screen and (max-height: 800px) {
.content .main {
    padding-top: 100px;
}

.date {
	margin: 10px 0 40px;
}
}

@media screen and (max-height: 500px) {
.normal {
	top: 0;
}
#mobmenu:checked + label + .mobmenu {
	padding-top: 90px;
	top: -30px;
}
}



/*  ------------------------------ */


/* ---------------------------------------------FILES-----------------------------------------------------*/







.file > div > ul {
 display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 30px 0;
}
.file > div > ul li:before {
	display: none;
}

.file > div > ul li a:before {
	content:'';
	display:block;
	width: 45px;
	height: 45px;
	position: absolute;
	background: url(/tmpl-img/icon-doc.svg);
	background-size:cover;
	left: 5px;
	top: 45%;
	transform: translateY(-50%);
}



.file > div > ul li {
	/* display: table-cell; */
	vertical-align: middle;
	width: calc(50% - 45px);
	margin-right: 70px;
	padding: 0px 10px 0px 0px !important;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	min-height: 70px;
}


.file > div ul li:nth-child(1), .file > div ul li:nth-child(2) {
	border-top: 1px solid #e5e5e5; 
}


.file > div a {
	padding: 17px 0;
	padding-left: 65px;
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	font-weight: 400;
}
.file > div li:hover a {
	color: #000000;
}
.file > div li:nth-child(2n) {
	margin-right: 0;
}
.file > div li:nth-child(1), .file > div li:nth-child(2) {
	border-top: 1px solid #e5e5e5; 
}




@media screen and (max-width: 900px) {
	
.file > div > ul li {
	width: calc(50% - 25px);
	margin-right: 30px;
}		
	
	}


@media screen and (max-width: 768px) {
	
.file > div > ul li {
	width: calc(100% - 25px);
	margin-right: 0;  
}		
	
	
.file > div ul li:nth-child(2) {
	border-top: 0px !important; 
}	
	
	}



.btn-box-file {
	border-top:1px solid #e5e5e5;
	margin:30px 40px;
	padding-top:20px;
	padding-bottom: 20px;
	text-align:  center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

a.btn-file {
	background: rgba(255,255,255,0.3);
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: auto;
	padding: 25px 45px 22px;
	margin: 10px 30px 10px 0;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.04em;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	font-size: 12px;
}

a.btn-file:hover {
	border-color: #ccc; color: inherit;
}
a.btn:last-child {
	/* margin-right: 0; */
}

.btn-file.dwnl, .btn-file.service, .btn-file.cms {
		padding: 15px 30px 10px 5px;
		display: inline-block;
		vertical-align: middle;
		min-width: 240px;
}


.btn-file.dwnl:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	position: relative;
	vertical-align: middle;
	margin: 0 15px 4px 10px;
	margin-top: -4px;
	background: url(/tmpl-img/icon-doc.svg);
	background-size: cover;
}









/* ---------------------------------------------TABLE-----------------------------------------------------*/

.maxwidth table {
	margin: 30px 0 30px;
	border-collapse: collapse;
	font-size: 14.5px;
	letter-spacing: 0.03em;
	line-height: 1.8em;
	width: 100%;
}
.maxwidth .sp, .maxwidth .sp-col {
	margin: 30px 200px;

}
.maxwidth .tower {
	margin: 30px 350px
}


.maxwidth .tower table td:first-child {
	padding: 30px ;
	text-align: center;
}

.tower table td {
	padding: 35px !important ;
	text-align: left;
}

.tower table td img {
	
}

.sp, .sp-col {
	position: relative;
	margin-top: 60px;
}

.sp table, .sp-col table{
	width: 100%;
	text-align: left;
}

.maxwidth table tr:first-child, .sp table tr:first-child , .sp-col table tr:first-child {
	border-top: 1px solid #e5e5e5;
}
.maxwidth table tr:last-child, .sp table tr:last-child, .sp-col table tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.maxwidth table td, .sp table td {
	padding: 25px 25px;
	line-height: 1.8em;
	border: 1px solid #e5e5e5;
	transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-webkit-transition: background .2s linear;
	 
}
.maxwidth table td li, .sp table td li {
padding-bottom: 0.2em;
	 
}


.maxwidth table td:first-child, .sp table td:first-child , .sp-col table td:first-child {
	min-width: 200px;
	border-left: none;
}
.maxwidth table td:last-child, .sp table td:last-child , .sp-col table td:last-child {
	min-width: 100%;
	border-right: none;
}

.sp-col table td:last-child img{
	display: none !important;
}


.maxwidth table td:first-child img, .sp table td:first-child img, .sp-col table td:first-child img {
	width: 200px;
}

.sp table td:nth-child(2), .sp table td:nth-child(3), .sp table td:nth-child(4) {
	width: auto	
		
 }

.maxwidth table td:last-child img, .sp table td:last-child img  {
	max-width: 120px;
	display: block;
	padding: 10px;
 }


.sp table tr:hover td, .sp-col table tr:hover td {
	/* background: #fafafa */
}

.sp:before {
	content: ' ';
	font-family: 'PT Sans', sans-serif;
	/* font-weight: bold; */
	letter-spacing: 0.03em;
	font-size: 20px;
	color: #2693d1;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}
.sp, .sp-col {
	margin: 20px 0 30px;
	padding-top: 25px;
}
.sp table, .sp-col table {
	display: block;
	margin-bottom: 40px;
}
.sp table:before, .sp-col table:before {
	top: 0px;
}
.dim {
	margin: 20px 0 20px 0;
	min-width: 100%;
	margin-left: 0;
	text-align: center;
}
.dim img {
	display: inline-block;
	margin: 5px;
	vertical-align:  middle;
}

.sp > .dim {
}



table .null, table .null td { 
	height: 25px;
	border: 0 !important;
}

.sp table .null:hover td, .sp table .null , .sp-col table .null {
	background: none !important;
} 




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

.maxwidth .sp, .maxwidth .sp-col {
	margin: 0;
 }	

.maxwidth table {
  font-size: 13px;
 }	
	
.maxwidth .sp-col table {
  font-size: 14px;
 }	

.maxwidth table td, .sp table td , .sp-col table td {
 line-height: 1.6em;		
	}
	
.maxwidth table td:first-child, .sp table td:first-child , .sp-col table td:first-child {
	min-width: 100px;
	border-left: none;
	}	
	
.maxwidth table td:last-child, .sp table td:last-child , .sp-col table td:last-child {
	border-right: none; 
	}
			
	
.maxwidth table td:first-child img, .sp table td:first-child img , .sp-col table td:first-child img {
	width: 100%;
}		
	
.sp-col table td:first-child  {
	display: none;
	border-left: none;
}		
.sp-col table td:last-child  {
	border-left: none;
}	


	
}
	
@media screen and (max-width: 1500px) {
.maxwidth .sp, .maxwidth .sp-col {
	margin: 0 8vw;
	padding-top: 0;
 }		
	
}	

@media screen and (max-width: 1024px) {
.maxwidth .sp, .maxwidth .sp-col {
	margin: 0 ;
 }		
	
}	

@media screen and (max-width: 600px) {
.maxwidth table td, .sp table td  {
	padding: 10px;
 }		
	
	
.tower table td {
	padding: 20px !important ;
	text-align: left;
}
	
}	

@media screen and (max-width: 768px) {
.maxwidth table td:last-child img, .sp table td:last-child img  {
	max-width: 75px;
	padding: 0;
 }		
	
.sp-col table td:last-child img{
	display: block;
	max-width: 300px !important;
}	
	
	
}


/* ---------------------------------------------END TABLE-----------------------------------------------------*/



/* --------------------------------------------- IMG <DIV> MAXWIDTH </DIV> -----------------------------------------------------*/


.maxwidth img {
	
	width: 100%;
	max-width: 1100px;
}

.maxwidth .swap {
	 
}
.maxwidth .swap-768 {
	display: none;
}

@media screen and (max-width: 768px) {
.maxwidth .swap {
	display: none;
}	
}	

@media screen and (max-width: 768px) {
.maxwidth .swap-768 {
	display: inherit;
}	
}	



/* --------------------------------------------- END IMG <DIV> MAXWIDTH </DIV> -----------------------------------------------------*/



/*  ---------<SPAN> NUMBER --------------------- */



.number {
border: 1px solid #bbb;
  padding: 0;
  border-radius: 50%;
  color: #4883e4;
  font-weight: bold;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
	vertical-align: bottom;
}

@media screen and (max-width: 900px) {
.number {
  width: 27px;
}

}


/*  ------------------------------ */

.ctg-list {
	display: flex;
	flex-wrap:wrap;
}

.ctg-list > div {
	width: calc(33.33% - 60px);
	margin: 15px;
/*	background: #f1f1f1; */
	padding: 15px 15px;
	text-align: center;
	position: relative;
}

.ctg-list > div h1 {
color: #4477aa;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: none;
  position: relative;
 margin: 30px auto 10px;
}


.ctg-list > div h1::after, .ctg-list > div h1::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #4477aa;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  bottom: 0;
}

.ctg-list > div h1::after {
  left: 50%;
}

.ctg-list > div h1::before {
  right: 50%;
}


.ctg-list > div:hover h1::after, .ctg-list > div:hover h1::before {
  width: 50%;

}

.ctg-list > div p {
	margin: 10px auto 20px;
	font-size: 14px;
}




.ctg-list > div .btn {
	max-width: 100%;
	min-width: 175px;
	position: relative;
	z-index: 1;
}


.ctg-list > div > img {
	width: 100%;
}


.ctg-list > div > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}


.ctg-list > div.finish .btn {
	background: #dadada
}

.ctg-list > div .date {
	margin-bottom: 30px;
	width: calc(100% - 30px);
	padding: 12px 15px;
}

.ctg-list > div .date .day {
	width: calc(100% - 20px);
	border-right: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}



@media screen and (max-width: 1500px) {
.galery img {
	width: calc(33.3% - 10px);
	margin: 5px;
}

.ctg-list > div {
	width: calc(50% - 90px);
	margin: 15px;
	padding: 30px 30px;
}
.ctg-list > div h1 {
	font-size: 1.3vw;
}

}


@media screen and (max-width: 768px) {
.btn {
	min-width: 50%;
}
	

.ctg-list > div {
	width: calc(100%);
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	padding: 30px 0px;
}

.ctg-list > div h1 {
    font-size: 1.3em;
}
	
.ctg-list > div p {
    padding: 0 10px;

}

}







