@CHARSET "UTF-8";

.likes-button-all {
	display: inline-block;
	position: relative;
}

.likes-button-all.inline {
	display: inline-block;
	position: initial;
	margin-top: -2px;
}

.likes-container {
	position: absolute;
	right: 0px;
	top:-70px;
	display: none;
	background-color: #fff;
	border-radius: 16px;
	border:0;
	z-index:1000;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.55);
}

.likes-container-inline {
	display: flex;
}

.likes-container .like-mark {
	margin: 10px 4px 11px 4px;
	height: 48px;
	position: relative;
}

.likes-container .like-mark:hover::before,
.likes-container-inline .like-mark:hover::before {
	content: attr(data-title);
    position: absolute;
	top: -60%;
	left: 50%; 
	transform: translateX(-50%);;
	display: inline-block;
	padding: 4px 10px 5px 10px;
	border-radius: 2px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 15px;
	z-index:1020;
}

.likes-container-inline .like-mark:hover::before {
	top: -60%;
}

.likes-container .like-mark:first-child {
	margin: 10px 4px 11px 10px;
}
.likes-container .like-mark:last-child {
	margin: 10px 10px 11px 4px;
}

.likes-container-inline .like-mark {
	margin: 2px 4px 0px 4px;
	position: relative;
}

.likes-container-inline .like-mark:first-child {
	margin: 2px 4px 0px 4px;
}

.likes-container-inline .like-mark:last-child {
	margin: 2px 4px 0px 4px;
}

button.likes-button,
button.likes-button-big {
  outline: none;
}

.likes-button-big {
	border:0;
	background-color: #fff;
	padding: 0px;
}

.likes-container .likes-button,
.likes-container-inline .likes-button {
	border: 0;
    display: block;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 36px;
    width: 36px;
    border-radius: 16px;
    padding: 32px 0px 0px 0px;
    background-color: transparent;
	font-size: 13px;
    font-weight: bold;
	
	transition-delay: 0s;
	filter: saturate(50%);
}

.likes-container-inline .likes-button {
	background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    padding: 24px 0px 0px 0px;
	height: 44px;
    width: 40px;
}

.likes-container .likes-button.current,
.likes-container-inline .likes-button.current {
	filter: saturate(100%);
}

.likes-container .like-mark,
.likes-container-inline .like-mark {
	transition: 0s all;
    transition-delay: 0s;
}

.likes-container .like-mark:hover,
.likes-container-inline .like-mark:hover {
	margin-top:6px; 
	transition: .3s ease-out;
    transition-delay: 0s; 
}

.likes-container-inline .like-mark:hover {
	margin-top:0px;
}

.likes-container .like-mark:hover .likes-button,
.likes-container-inline .like-mark:hover .likes-button {
	background-size: 36px;
	padding: 36px 0px 0px 0px;
	
	transition: .3s ease-out;
    transition-delay: 0s; 
	filter: saturate(100%);
}

.likes-container-inline .like-mark:hover .likes-button {
	background-size: 26px;
	padding: 26px 0px 0px 0px;
}

.likes-button-big:hover,
.likes-button-big:focus {
	background-color: #fff;
}

.likes-button-big:hover span.not-active {
	filter: saturate(50%);
}

.likes-button-big span {
	display: inline-block;
	padding: 2px 2px 2px 32px;
	margin: 0px;
	text-align: left;
	background-size: 22px;
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: center;
	font-weight: bold;
	height: 20px;
	width: 60px;
}

.likes-button-big span.not-active {
	filter: saturate(0%);
}

.likes-button.likes,
.likes-button-big.likes span {
	background-image: url(/css/likes/em_like.svg);
	color: #5dadec;
}
.likes-button.loves,
.likes-button-big.loves span {
	background-image: url(/css/likes/em_love.svg);
	color: #e75a70;
}
.likes-button.sads,
.likes-button-big.sads span {
	background-image: url(/css/likes/em_sad.svg);
	color: #eca657;
}
.likes-button.funs,
.likes-button-big.funs span {
	background-image: url(/css/likes/em_fun.svg);
	color: #eca657;
}
.likes-button.wonders,
.likes-button-big.wonders span {
	background-image: url(/css/likes/em_wonder.svg);
	color: #c1441b;
}
.likes-button.angers,
.likes-button-big.angers span {
	background-image: url(/css/likes/em_anger.svg);
	color: #ed455b;
}

.likes-block-mobile {
	width: 240px;
	float: right;
}

@media screen and (max-width: 420px), screen and (max-device-width: 420px) and orientation(portrait) {
	.share-title {
		display: none;
	}
	.ya-share2 {
		text-align: center;
    	float: none !important;
	}
	.likes-block-mobile {
		float: none;
		width: 240px;
		margin: 0px auto 10px auto;
	}
	
	.n-on-pr {
		float:none !important;
	}
	
	.likes-block-right + .n-on-pr {
		float:left !important;
	}
	.likes-block-right {
		margin-top: 2px;
		float: right;
	}
}

@media screen and (min-width: 420px) {
	.likes-block-right {
		float: right;
		margin-top: 0px;
	}
}@CHARSET "UTF-8";

[class^="uw-smile-"], [class*=" uw-smile-"] {
	display:inline-block;
	max-width: 52px;
	max-height: 48px;
	text-align: center;
	margin:0px 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.uw-smile-shock {
	background-image: url("//st.uralweb.ru/smiles/bous.gif");
	width: 18px;
	height: 19px;
}
.uw-smile-megashock {
	background-image: url("//st.uralweb.ru/smiles/mega_shok.gif");
	width: 34px;
	height: 28px;
}
.uw-smile-scare {
	background-image: url("//st.uralweb.ru/smiles/scare.gif");
	width: 42px;
	height: 34px;
}
.uw-smile-lol {
	background-image: url("//st.uralweb.ru/smiles/lol2.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-agree {
	background-image: url("//st.uralweb.ru/smiles/agree.gif");
	width: 37px;
	height: 23px;
}
.uw-smile-clap {
	background-image: url("//st.uralweb.ru/smiles/clapping.gif");
	width: 40px;
	height: 27px;
}
.uw-smile-good {
	background-image: url("//st.uralweb.ru/smiles/good.gif");
	width: 26px;
	height: 23px;
}
.uw-smile-ok {
	background-image: url("//st.uralweb.ru/smiles/ok.gif");
	width: 40px;
	height: 26px;
}
.uw-smile-acute {
	background-image: url("//st.uralweb.ru/smiles/acute.gif");
	width: 27px;
	height: 24px;
}
.uw-smile-nea {
	background-image: url("//st.uralweb.ru/smiles/nea.gif");
	width: 36px;
	height: 26px;
}
.uw-smile-fool {
	background-image: url("//st.uralweb.ru/smiles/fool.gif");
	width: 29px;
	height: 23px;
}
.uw-smile-stop {
	background-image: url("//st.uralweb.ru/smiles/stop.gif");
	width: 36px;
	height: 23px;
}
.uw-smile-yahoo {
	background-image: url("//st.uralweb.ru/smiles/yahoo.gif");
	width: 42px;
	height: 27px;
}
.uw-smile-yes {
	background-image: url("//st.uralweb.ru/smiles/yes2.gif");
	width: 42px;
	height: 30px;
}
.uw-smile-ugu {
	background-image: url("//st.uralweb.ru/smiles/yes3.gif");
	width: 20px;
	height: 24px;
}
.uw-smile-dada {
	background-image: url("//st.uralweb.ru/smiles/yes.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-love {
	background-image: url("//st.uralweb.ru/smiles/give_heart.gif");
	width: 28px;
	height: 25px;
}
.uw-smile-rose {
	background-image: url("//st.uralweb.ru/smiles/give_rose.gif");
	width: 30px;
	height: 26px;
}
.uw-smile-heart {
	background-image: url("//st.uralweb.ru/smiles/heart.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-meet {
	background-image: url("//st.uralweb.ru/smiles/meeting.gif");
	width: 41px;
	height: 25px;
}
.uw-smile-angel {
	background-image: url("//st.uralweb.ru/smiles/angel.gif");
	width: 27px;
	height: 23px;
}
.uw-smile-crazy {
	background-image: url("//st.uralweb.ru/smiles/crazy.gif");
	width: 20px;
	height: 27px;
}
.uw-smile-tease {
	background-image: url("//st.uralweb.ru/smiles/tease.gif");
	width: 41px;
	height: 40px;
}
.uw-smile-diablo {
	background-image: url("//st.uralweb.ru/smiles/diablo.gif");
	width: 39px;
	height: 34px;
}
.uw-smile-cold {
	background-image: url("//st.uralweb.ru/smiles/cold.gif");
	width: 26px;
	height: 32px;
}
.uw-smile-heat {
	background-image: url("//st.uralweb.ru/smiles/heat.gif");
	width: 33px;
	height: 29px;
}
.uw-smile-vava {
	background-image: url("//st.uralweb.ru/smiles/vava.gif");
	width: 23px;
	height: 20px;
}
.uw-smile-treaten {
	background-image: url("//st.uralweb.ru/smiles/treaten.gif");
	width: 25px;
	height: 22px;
}
.uw-smile-cry {
	background-image: url("//st.uralweb.ru/smiles/cry.gif");
	width: 31px;
	height: 22px;
}
.uw-smile-dirol {
	background-image: url("//st.uralweb.ru/smiles/dirol.gif");
	width: 21px;
	height: 21px;
}
.uw-smile-help {
	background-image: url("//st.uralweb.ru/smiles/help.gif");
	width: 30px;
	height: 33px;
}
.uw-smile-secret {
	background-image: url("//st.uralweb.ru/smiles/secret.gif");
	width: 22px;
	height: 26px;
}
.uw-smile-scratch {
	background-image: url("//st.uralweb.ru/smiles/scratch.gif");
	width: 27px;
	height: 24px;
}
.uw-smile-tomato {
	background-image: url("//st.uralweb.ru/smiles/tomato.gif");
	width: 48px;
	height: 29px;
}
.uw-smile-beach {
	background-image: url("//st.uralweb.ru/smiles/beach.gif");
	width: 34px;
	height: 33px;
}
.uw-smile-hi {
	background-image: url("//st.uralweb.ru/smiles/hi.gif");
	width: 42px;
	height: 28px;
}
.uw-smile-blush {
	background-image: url("//st.uralweb.ru/smiles/blush.gif");
	width: 25px;
	height: 25px;
}
.uw-smile-bored {
	background-image: url("//st.uralweb.ru/smiles/bored.gif");
	width: 26px;
	height: 22px;
}
.uw-smile-bye {
	background-image: url("//st.uralweb.ru/smiles/bye.gif");
	width: 29px;
	height: 24px;
}
.uw-smile-bad {
	background-image: url("//st.uralweb.ru/smiles/bad.gif");
	width: 21px;
	height: 21px;
}
.uw-smile-dance {
	background-image: url("//st.uralweb.ru/smiles/dance.gif");
	width: 32px;
	height: 24px;
}
.uw-smile-dance2 {
	background-image: url("//st.uralweb.ru/smiles/dance2.gif");
	width: 42px;
	height: 25px;
}
.uw-smile-drinks {
	background-image: url("//st.uralweb.ru/smiles/drinks.gif");
	width: 51px;
	height: 28px;
}
.uw-smile-lazy3 {
	background-image: url("//st.uralweb.ru/smiles/lazy3.gif");
	width: 23px;
	height: 24px;
}
.uw-smile-sorry {
	background-image: url("//st.uralweb.ru/smiles/sorry.gif");
	width: 24px;
	height: 22px;
}
.uw-smile-mir {
	background-image: url("//st.uralweb.ru/smiles/mir.gif");
	width: 46px;
	height: 20px;
}
.uw-smile-thanks {
	background-image: url("//st.uralweb.ru/smiles/thanks.gif");
	width: 36px;
	height: 29px;
}
.uw-smile-rtfm {
	background-image: url("//st.uralweb.ru/smiles/rtfm.gif");
	width: 26px;
	height: 26px;
}
.uw-smile-pozdr {
	background-image: url("//st.uralweb.ru/smiles/pozdr.gif");
	width: 28px;
	height: 18px;
}
.uw-smile-pozdr1 {
	background-image: url("//st.uralweb.ru/smiles/pozdr1.gif");
	width: 30px;
	height: 31px;
}
.uw-smile-pozdr2 {
	background-image: url("//st.uralweb.ru/smiles/pozdr2.gif");
	width: 40px;
	height: 40px;
}
.uw-smile-pozdr3 {
	background-image: url("//st.uralweb.ru/smiles/pozdr3.gif");
	width: 20px;
	height: 30px;
}
.uw-smile-popcorn {
	background-image: url("//st.uralweb.ru/smiles/popcorm1.gif");
	width: 37px;
	height: 28px;
}
.uw-smile-popcorm1 {
	background-image: url("//st.uralweb.ru/smiles/popcorm1.gif");
	width: 37px;
	height: 28px;
}
.uw-smile-flood {
	background-image: url("//st.uralweb.ru/smiles/flood.gif");
	width: 40px;
	height: 48px;
}
.uw-smile-patsak {
	background-image: url("//st.uralweb.ru/smiles/patsak.gif");
	width: 42px;
	height: 30px;
}
.uw-smile-please {
	background-image: url("//st.uralweb.ru/smiles/please.gif");
	width: 36px;
	height: 26px;
}
.uw-smile-vis {
	background-image: url("//st.uralweb.ru/smiles/hang1.gif");
	width: 27px;
	height: 35px;
}
.uw-smile-boom {
	background-image: url("//st.uralweb.ru/smiles/dash2.gif");
	width: 31px;
	height: 26px;
}
.uw-smile-close {
	background-image: url("//st.uralweb.ru/smiles/close.gif");
	width: 48px;
	height: 40px;
}
.uw-smile-search {
	background-image: url("//st.uralweb.ru/smiles/search.gif");
	width: 38px;
	height: 25px;
}
.uw-smile-molodec {
	background-image: url("//st.uralweb.ru/smiles/boast.gif");
	width: 35px;
	height: 25px;
}
.uw-smile-angry {
	background-image: url("//st.uralweb.ru/smiles/ireful1.gif");
	width: 35px;
	height: 24px;
}
.uw-smile-king {
	background-image: url("//st.uralweb.ru/smiles/king.gif");
	width: 28px;
	height: 28px;
}
.uw-smile-hihiks {
	background-image: url("//st.uralweb.ru/smiles/sarcastic_hand.gif");
	width: 32px;
	height: 23px;
}
.uw-smile-gy {
	background-image: url("//st.uralweb.ru/smiles/gy.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-bu {
	background-image: url("//st.uralweb.ru/smiles/bu.gif");
	width: 28px;
	height: 28px;
}
.uw-smile-write {
	background-image: url("//st.uralweb.ru/smiles/write.gif");
	width: 36px;
	height: 26px;
}
.uw-smile-preved {
	background-image: url("//st.uralweb.ru/smiles/preved.gif");
	width: 43px;
	height: 27px;
}
.uw-smile-smile {
	background-image: url("//st.uralweb.ru/smiles/smile.gif");
	width: 20px;
	height: 24px;
}
.uw-smile-sad {
	background-image: url("//st.uralweb.ru/smiles/sad.gif");
	width: 20px;
	height: 24px;
}
.uw-smile-wink {
	background-image: url("//st.uralweb.ru/smiles/wink.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-wacko2 {
	background-image: url("//st.uralweb.ru/smiles/wacko2.gif");
	width: 20px;
	height: 24px;
}
.uw-smile-wow2 {
	background-image: url("//st.uralweb.ru/smiles/wow2.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-blum {
	background-image: url("//st.uralweb.ru/smiles/blum.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-hahaha {
	background-image: url("//st.uralweb.ru/smiles/hahaha.gif");
	width: 18px;
	height: 18px;
}
.uw-smile-nose {
	background-image: url("//st.uralweb.ru/smiles/nose.gif");
	width: 30px;
	height: 25px;
}
.uw-smile-geek {
	background-image: url("//st.uralweb.ru/smiles/geek.gif");
	width: 37px;
	height: 27px;
}
.uw-smile-coffee {
	background-image: url("//st.uralweb.ru/smiles/coffee.gif");
	width: 29px;
	height: 30px;
}
.uw-smile-botan {
	background-image: url("//st.uralweb.ru/smiles/botan.gif");
	width: 23px;
	height: 21px;
}
.uw-smile-shoot {
	background-image: url("//st.uralweb.ru/smiles/shoot.gif");
	width: 42px;
	height: 33px;
}
.uw-smile-vedma {
	background-image: url("//st.uralweb.ru/smiles/vedma.gif");
	width: 46px;
	height: 31px;
}
.uw-smile-ik {
	background-image: url("//st.uralweb.ru/smiles/ik.gif");
	width: 35px;
	height: 24px;
}
.uw-smile-fish {
	background-image: url("//st.uralweb.ru/smiles/fish.gif");
	width: 47px;
	height: 26px;
}
.uw-smile-cen {
	background-image: url("//st.uralweb.ru/smiles/cen.gif");
	width: 55px;
	height: 16px;
}
.uw-smile-boyan {
	background-image: url("//st.uralweb.ru/smiles/boyan.gif");
	width: 50px;
	height: 45px;
}
.uw-smile-fotku {
	background-image: url("//st.uralweb.ru/smiles/fotku.gif");
	width: 43px;
	height: 42px;
}
.uw-smile-wizard {
	background-image: url("//st.uralweb.ru/smiles/wizard.gif");
	width: 42px;
	height: 31px;
}
.uw-smile-foteg {
	background-image: url("//st.uralweb.ru/smiles/foteg.gif");
	width: 46px;
	height: 39px;
}
.uw-smile-eerm {
	background-image: url("//st.uralweb.ru/smiles/eerm.gif");
	width: 18px;
	height: 18px;
}
.uw-smile-omg {
	background-image: url("//st.uralweb.ru/smiles/omg.gif");
	width: 20px;
	height: 20px;
}
.uw-smile-dontknow {
	background-image: url("//st.uralweb.ru/smiles/know.gif");
	width: 32px;
	height: 20px;
}@CHARSET "UTF-8";

.cookie-agreement {
	font-family: "Open Sans", "Trebuchet MS", "Helvetica CY", sans-serif;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    position: sticky;
    bottom: 0px;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 14px 0px 24px 0px;
	box-sizing: border-box;
	z-index: 9999;
	-webkit-box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.cookie-agreement .cookie-information {
	width: calc(60% - 20px);
	margin-right: 20px;
}

.cookie-agreement .cookie-information h3 {
	margin: 0px 0px 20px 0px;
    font-weight: 600;
    font-size: 15px;
}

.cookie-agreement .cookie-information p {
	line-height: 1.25em;
    margin-bottom: 1em;
    font-size: 13px;
}

.cookie-agreement .cookie-information p:last-child {
	margin-bottom: 0px;
}

.cookie-agreement .cookie-agree {
	width: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
}

.cookie-agreement .cookie-spacer {
	width: 15%;
}
.cookie-agreement .cookie-close {
	width: 15%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}

.cookie-agreement .cookie-close .carret {
	font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
	color: #666666;
}

.cookie-agreement .cookie-close .carret:hover {
	cursor: pointer;
	color: #333333;
}

.cookie-agreement .cookie-agree button.cookie-iam-agree {
	background-color: #197eb0;
    color: #fff;
	border-radius: 4px;
	height: 35px;
	font-size: 16px;
	display: block;
    border: 0px;
	padding: 8px 15px 10px 15px;
}

.cookie-agreement .cookie-agree button.cookie-iam-agree:hover {
	background-color: #006699;
}

@media only screen and (max-width:825px) {
	.cookie-agreement .cookie-information h3 {
	    font-size: 15px;
	}
	.cookie-agreement .cookie-information p {
		line-height: 1.25em;
	    margin-bottom: 1em;
	    font-size: 13px;
	}
	.cookie-agreement .cookie-spacer,
	.cookie-agreement .cookie-close {
		width: 0px;
		display: none;
	}
	.cookie-agreement { 
		flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	}
	.cookie-agreement .cookie-information {
		margin: 0px 20px 20px 20px;
		width: calc(100% - 40px);
	}
	.cookie-agreement .cookie-agree {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    width: calc(100% - 40px);
	    margin: 0px 20px 0px 20px;
	}
	.cookie-agreement .cookie-agree button.cookie-iam-agree {
		background-color: #197eb0;
	    color: #fff;
		border-radius: 4px;
		height: 30px;
		font-size: 14px;
		display: block;
	    border: 0px;
		padding: 6px 15px 5px 15px;
	}
}.container {
  width: 100%;
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 430px) {
  .container {
    max-width: 430px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-uralweb-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(25 126 176 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

a.litebox-me,
.noted-img a.litebox-me {
  position: relative;
  display: block;
  width: 100%;
}

a.litebox-me img,
.noted-img a.litebox-me img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  width: 100%;
}

a.litebox-me .click-to-zoom,
.noted-img a.litebox-me .click-to-zoom {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 0px 2px var(--tw-shadow-color);
}

a.litebox-me .click-to-zoom:hover,
.noted-img a.litebox-me .click-to-zoom:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.litebox-me .click-to-zoom [class^="icon-"] {
  height: 2rem;
  width: 2rem;
  font-size: 1.75rem;
  line-height: 1em;
}

.noted-img p,
.noted-img .img-link,
.noted-img .alt-text,
.filled-img p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

.black-container {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2500;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.75);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.black-container .photo-neighbors-black {
  position: relative;
  margin: auto;
  display: flex;
  height: calc(100% - 5rem);
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.black-container .photo-neighbors-black .link-to-whitebox {
  position: absolute;
  top: 0px;
  right: 1.25rem;
  height: 1.5rem;
  width: 1.5rem;
}

.black-container .photo-neighbors-black .link-to-whitebox a.special-link {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 0px 2px var(--tw-shadow-color);
}

.black-container .photo-neighbors-black .link-to-whitebox a.special-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.black-container .photo-neighbors-black .link-to-whitebox a.special-link > span {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
}

.black-container .photo-neighbors-black .neighbor {
  height: auto;
  width: 3rem;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link {
  display: flex;
  height: 100%;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link > span {
  margin: auto;
  height: 3rem;
  width: 3rem;
  font-size: 3rem;
  line-height: 1em;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link > span > img.image-prev,
.black-container .photo-neighbors-black .neighbor a.neighbors-link > span > img.image-next {
  height: 0px;
  width: 0px;
  opacity: 0;
}

.black-container .photo-neighbors-black .neighbor.prev {
  margin-left: 0.75rem;
}

.black-container .photo-neighbors-black .neighbor.next {
  margin-right: 0.75rem;
}

.black-container .photo-neighbors-black .photo-full-block {
  position: relative;
  display: flex;
  height: 100%;
  width: calc(100% - 8rem);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.black-container .photo-neighbors-black .photo-full-block > img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.novosti-photos {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  background-image: none;
  padding: 0.5rem;
}

.novosti-photos [data-type="carousel"] {
  position: relative;
  margin: 0px;
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.novosti-photos [data-type="carousel"] [data-carousel-items] {
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.novosti-photos [data-type="carousel"] [data-carousel-items] .item {
  display: none;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.novosti-photos [data-type="carousel"] [data-carousel-items] .item.active {
  display: flex;
}

.novosti-photos [data-type="carousel"] [data-carousel-items] .item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.novosti-photos [data-type="carousel"] [data-carousel-items] .item [data-type="counter"] {
  position: absolute;
  top: 0.5rem;
  left: auto;
  right: auto;
  background-color: rgb(0 0 0 / 0.5);
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.novosti-photos [data-type="carousel"] [data-carousel-items] .item [data-type="caption"] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(0 0 0 / 0.5);
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.novosti-photos [data-type="carousel"] .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 30;
  margin-top: -1.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1em;
  color: rgb(255 255 255 / 0.7);
  text-decoration-line: none;
}

.novosti-photos [data-type="carousel"] .carousel-control:hover {
  color: rgb(255 255 255 / 1);
  text-decoration-line: none !important;
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 0px 4px var(--tw-shadow-color);
}

.novosti-photos [data-type="carousel"] .carousel-control.left {
  left: 0.625rem;
}

.novosti-photos [data-type="carousel"] .carousel-control.right {
  right: 0.625rem;
}

/* swipers */

:root {
  --swiper-navigation-sides-offset: 1.5rem;
  --swiper-navigation-color: #e2e2e2;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 0px 4px var(--tw-shadow-color);
}

.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover,
.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.columns-wrapper .album-swiper-container {
  position: relative;
  z-index: 10;
  margin-left: 0px;
  margin-right: 0px;
  aspect-ratio: 960/724;
  height: auto;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 0px;
}

.columns-wrapper .album-swiper-container ul.images-list {
  position: relative;
  z-index: 10;
  margin: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  list-style-type: none !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.columns-wrapper .album-swiper-container ul.images-list li.image-entry {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center;
  padding: 0px;
}

@media (min-width: 640px) {
  .columns-wrapper .album-swiper-container ul.images-list li.image-entry {
    padding: 0.5rem;
  }
}

.columns-wrapper .album-swiper-container ul.images-list li.image-entry [data-type="caption"] {
  position: absolute;
  top: 1rem;
  left: auto;
  right: auto;
  width: auto;
  background-color: rgb(0 0 0 / 0.5);
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.columns-wrapper .album-swiper-container ul.images-list li.image-entry .swiper-zoom-container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.columns-wrapper .album-swiper-container ul.images-list li.image-entry .swiper-zoom-container img {
  margin: auto;
  height: 100%;
  width: 100%;
}

.columns-wrapper .album-swiper-container .images-pagination {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: auto;
  z-index: 20;
  width: auto;
  border-radius: 0.25rem;
  background-color: rgb(0 0 0 / 0.5);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.columns-wrapper .album-swiper-container .images-pagination:empty {
  display: none;
}

.columns-wrapper .album-swiper-container .zoom-opener {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 20;
  display: none;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  text-shadow: 0 0px 4px var(--tw-shadow-color);
}

.columns-wrapper .album-swiper-container .zoom-opener:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .columns-wrapper .album-swiper-container .zoom-opener {
    display: block;
  }
}

.columns-wrapper .album-swiper-container .zoom-opener .opener,
.columns-wrapper .album-swiper-container .zoom-opener .close {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.8);
}

.columns-wrapper .album-swiper-container .zoom-opener .opener > span,
.columns-wrapper .album-swiper-container .zoom-opener .close > span {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
  line-height: 1;
}

.columns-wrapper .album-swiper-container .zoom-opener .opener {
  display: none;
}

@media (min-width: 640px) {
  .columns-wrapper .album-swiper-container .zoom-opener .opener {
    display: flex;
  }
}

.columns-wrapper .album-swiper-container .zoom-opener .close {
  display: none;
}

.columns-wrapper .album-swiper-container.opened {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9000;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.9);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.columns-wrapper .album-swiper-container.opened .zoom-opener {
  top: 0.5rem;
  right: 0.5rem;
  left: auto;
  bottom: auto;
}

.columns-wrapper .album-swiper-container.opened .zoom-opener .opener {
  display: none;
}

.columns-wrapper .album-swiper-container.opened .zoom-opener .close {
  display: flex;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-uralweb-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}@CHARSET "UTF-8";

/* right-300px-photo.css */

@media screen and (min-width: 825px) {

	.two-col .left-col, .two-col.big-left-col .left-col {
		width: calc( 100% - 322px );
	}
	
	.two-col.big-left-col .right-col {
		width: 300px;
	}
	
	.rr-col {
		width: 300px;
	}
	
	.photo-detail-right-block {
		width: 300px;
	}
	
	.photo-detail-left-block {
		width: calc( 100% - 320px );
	}
	
	.photo-add-more-block .photo-add-more-right, 
	.photo-add-more-block .photo-form-right, 
	.photo-edit-album .photo-form-right {
		width: 300px;
	}
	
	.photo-add-more-block .photo-add-more-left, .photo-add-more-block .photo-form-left, .photo-edit-album .photo-form-left {
	    width: calc( 100% - 322px );
	    float: left;
	}

}

/* ----------------------- photo part ----------------------- */

.photo-detail-photo-info-block {
	width: 100%;
}

.photo-user-info {
	width: 100%;
}

.photo-detail-additional-block {
	width: 100%;
}

.padspo {
	margin-left: auto;
	margin-right: auto;
}

.padspo iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}


/* ----------------------------------------------------------- */

#villa66_frame_r {
	width: 100% !important;
} 

.right-col .bs-stand {
    border: 0px;
    margin: 20px 0px;
    padding: 0px;
    background-color: #fff;
}

.right-col .bs-stand .af-right {
    border: 0px !important;
    margin: 0px 0px;
    padding: 0px;
}

.right-col .bs-stand > h3, 
.right-col .bs-stand .af-right > h3 {
    border: 0px;
    margin: 0px 0px 13px 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333 !important;
    background: none;
}

.right-col .bs-stand > h3 > a,
.right-col .bs-stand .af-right > h3 > a {
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: #333333 !important;
}

.right-col .bs-stand .af-right > a {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    height: 170px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.right-col .bs-stand .af-right > .rst-btextml {
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 10px 10px 20px 10px;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #333333 !important;
    font-size: 15px;
    line-height: 1.25em;
}

.right-col .bs-stand .af-right > .rst-btextml > a {
    color: #333333 !important;
    text-decoration: none;
}

.bs-stand ul.news-block-read {
    margin-bottom: 10px;
}