.pubplace:before {
    content: url("/templates/redesign/img/place-icon-white.png") !important;
}
.pubdate {
    line-height: 16px;
}

.black-pubplace:before {
    content: url("/templates/redesign/img/pointer-b.jpg") !important;
	position: absolute;
    left: -23px;
    display: block;
    width: 15px;
    height: 18px;
}
.black-pubplace {
    line-height: 18px;
	 position: relative;
	 margin-left: 23px;
}

.black-pubdate:before {
    content: url("/templates/redesign/img/clock-b.jpg") !important;
	position: absolute;
    left: -23px;
    display: block;
    width: 15px;
    height: 15px;
}
.black-pubdate {
    line-height: 18px;
	position: relative;
	margin-left: 23px;
}

.event-article__topic {
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    line-height: 1.2em;
    margin: 70px 0 32px;
}
.additional-event-btn {
	text-transform:uppercase; 
	text-decoration:underline;
	margin-bottom:100px;
}
.event-article {
    padding: 20px 5% 45px !important;
}
.scrollDownContainer {
    display: inline-block;
    position: relative;
    bottom: 20px;
    right: 20px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}
.scrollDownButton {
    display: inline-block;
    position: absolute;
    bottom:0px;
    left:0px;
    border-radius: 100%;
    background: #60dcd2;
    padding: 18px 14.5px 22px;
    text-align: center;
}
.scrollDownButton:before {
    content: "";
    display: block;
    width: 21px;
    height: 10px;
    background: url(/templates/redesign/tmp/ns/arrow-go-down.png) center center no-repeat;
    background-size: cover;
}
.event-sort-link {
    padding: 6px;
    margin: 5px;
    background: #c3c3c3;
    border-radius: 3px;
}
.event-sort-link.active {
    background: #61dcd3;
}

.evt-soc {
	text-transform:uppercase;
	font-weight:bold;
	color:black;
	line-height:30px;
	margin-right:10px;
	display:inline-block;
	position:relative;
	padding-right:50px;
}

.evt-soc  a {
	color:black;
}

.evt-soc.soc-fb:after {
    content: url("/templates/redesign/img/event-fb.jpg") !important;
	position: absolute;
    right: 10px;
	top:0px;
    display: block;
    width: 29px;
    height: 29px;
}


.evt-soc.soc-vk:after {
    content: url("/templates/redesign/img/event-vk.jpg") !important;
	position: absolute;
    right: 10px;
	top:0px;
    display: block;
    width: 29px;
    height: 29px;
}

.right-floater { 
	float:left; 
	padding:20px;
}

.left-floater { 
	float:left; 
	padding:20px;
}

.event-reg-link-btn {
	float:left;
}

.event-soc-btn {
	text-align:left;
}

.post-content-event p {
	line-height: 1.5;
}

@media (max-width: 480px) { 
	.event-reg-link-btn {
		float:none;
	}
	.event-soc-btn {
		text-align:center;
	}
}
.address .info p {
padding:0px;
margin:0px;
}

.upakovka {
    float:left;
    max-width:33%;
    width:33%;
    padding:1%;
    display:none;
}
.upakovka img {
    width:150px;
    max-width:100%;
    cursor:pointer;
}
.upakovka.hidden {
    display:none !important;
}
.redone {
    color:white !important;
    background: #ff4f59 !important;
    border-color: #ff4f59 !important;
}

@media (max-width:600px){
    .upakovka {
        float:none;
        max-width:100%;
        width:100%;
    }
}

@media (max-width:400px){
    #header .mobile-menu-toggle {
        padding-right: 10px;
    }
    body .sm-f-38 {
        font-size: 28px;
        line-height: 34px;
    }
    body .sm-f-22 {
        font-size: 18px;
        line-height: 22px;
    }

}