@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: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 14px 0 24px 0;
	box-sizing: border-box;
	z-index: 9999;
	-webkit-box-shadow: 1px 0 10px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0 10px 5px rgba(0, 0, 0, 0.3);
}

.cookie-agreement .cookie-information {
	width: calc(70%);
}

.cookie-agreement .cookie-information h3 {
	margin: 0 0 20px 0;
    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: 0;
}

.cookie-agreement .cookie-information a {
    color: #197eb0;
}
.cookie-agreement .cookie-information a:hover {
    color: #006699;
}

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

.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::before {
    display: none;
}


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

.cookie-agreement .cookie-agree button.cookie-iam-agree {
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #197eb0;
    color: #fff;
	border-radius: 4px;
	height: 32px;
	font-size: 16px;
    border: 0;
	padding: 8px 16px 8px 16px;
}

.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: 0 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: 0 20px 0 20px;
	}
	.cookie-agreement .cookie-agree button.cookie-iam-agree {
		background-color: #197eb0;
	    color: #fff;
		border-radius: 4px;
		height: 28px;
		font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
	    border: 0;
		padding: 6px 16px 6px 16px;
	}
}.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));
  }
}.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;
}

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

.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\.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);
}

:root {
  --scrollbar-track: #fff;
  --scrollbar-thumb: #8e92af;
  --scrollbar-track-radius: 9999px;
  --scrollbar-thumb-radius: 9999px;
}

.full-screen-modal.opened {
  flex-direction: column;
}

.add-user-content-form-header {
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .add-user-content-form-header {
    height: 2rem;
    width: calc(100% - 10rem);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .add-user-content-form-header {
    max-width: 1140px;
  }
}

@media (min-width: 1280px) {
  .add-user-content-form-header {
    max-width: 1320px;
  }
}

.add-user-content-form-footer {
  height: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .add-user-content-form-footer {
    height: 2rem;
    width: calc(100% - 10rem);
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .add-user-content-form-footer {
    max-width: 1140px;
  }
}

@media (min-width: 1280px) {
  .add-user-content-form-footer {
    max-width: 1320px;
  }
}

.add-user-content-form-wrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.add-user-content-form-wrapper::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

.add-user-content-form-wrapper::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.add-user-content-form-wrapper::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.add-user-content-form-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

.add-user-content-form-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.add-user-content-form-wrapper::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.add-user-content-form-wrapper::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

.add-user-content-form-wrapper::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.add-user-content-form-wrapper::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.add-user-content-form-wrapper {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.add-user-content-form-wrapper::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
}

.add-user-content-form-wrapper {
  --scrollbar-track: #fff;
  --scrollbar-thumb: #c6c6c6;
  --scrollbar-track-radius: 9999px;
  --scrollbar-thumb-radius: 9999px;
}

@media (min-width: 768px) {
  .add-user-content-form-wrapper {
    height: auto;
    max-height: calc(100% - 10rem);
    width: calc(100% - 10rem);
  }
}

@media (min-width: 1024px) {
  .add-user-content-form-wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 1280px) {
  .add-user-content-form-wrapper {
    max-width: 1320px;
  }
}

.add-user-content-form-wrapper * {
  box-sizing: border-box;
}

.add-user-content-form-wrapper h1 {
  text-align: center;
}

.add-user-content-form-wrapper .send-news {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.add-user-content-form-wrapper .send-news .send-news__line::before {
  content: var(--tw-content);
  top: 1rem;
}

.add-user-content-form-wrapper .send-news .send-news__line span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.add-user-content-form-wrapper [data-role="add-user-content-form"] {
  width: 100%;
}

.add-user-content-form-wrapper .form-wrapper {
  margin-bottom: 0px;
}

.add-user-content-form-wrapper .form-wrapper button {
  cursor: pointer;
  background-image: none;
}

.add-user-content-form-wrapper .form-wrapper input {
  margin-bottom: 0px;
}

.add-user-content-form-wrapper  .form-wrapper .form-item.in-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.add-user-content-form-wrapper  .form-wrapper textarea.field-control {
  min-height: 5lh;
  resize: vertical;
}

/* files list */

.add-user-content-form-wrapper .files-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.add-user-content-form-wrapper .files-list .files {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files {
    flex-direction: row;
  }
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry {
    margin-right: 0.5rem;
    width: calc(100% / 3 - 1rem);
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry {
    width: calc(100% / 6 - 2.5rem);
  }
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview {
    height: auto;
    width: 100%;
  }
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry.active .uploaded-entry-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(185 225 245 / var(--tw-bg-opacity));
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview .progress {
  height: 100%;
  width: 100%;
  border-style: solid;
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview .progress .progress-bar {
  display: flex;
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(145 208 239 / var(--tw-bg-opacity));
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview .img-block {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview .video-block {
  height: 100%;
  width: 100%;
  overflow: clip;
  text-overflow: ellipsis;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-preview img {
  margin: auto;
  max-height: 100%;
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons {
    min-height: 50px;
    flex-direction: row;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
  }
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry.active .uploaded-entry-buttons {
  --tw-bg-opacity: 1;
  background-color: rgb(185 225 245 / var(--tw-bg-opacity));
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons .radio {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons .radio {
    margin: 0px;
    margin-right: 0.5rem;
  }
}

.add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons svg {
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files .uploaded-entry .uploaded-entry-buttons svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.add-user-content-form-wrapper .files-list .files.small-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}

.add-user-content-form-wrapper .files-list .files.small-items .uploaded-entry {
  margin-bottom: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (min-width: 640px) {
  .add-user-content-form-wrapper .files-list .files.small-items .uploaded-entry {
    width: calc(100% / 2 - 0.5rem);
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .add-user-content-form-wrapper .files-list .files.small-items .uploaded-entry {
    width: calc(100% / 3 - 0.5rem);
  }
}

@media (min-width: 1280px) {
  .add-user-content-form-wrapper .files-list .files.small-items .uploaded-entry {
    width: calc(100% / 6 - 0.5rem);
  }
}

.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));
  }
}.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
}

.items-center {
  align-items: center
}

.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\.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)
}

.comments-alert {
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .comments-alert {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.comments-alert * {
  box-sizing: border-box
}

.comments-alert.hide {
  display: none
}

@media (min-width: 640px) {
  .comments-alert.hide {
    display: flex
  }
}

.comments-alert .auth-options {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0px
}

.comments-alert .auth-options > a {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 126 176 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.comments-alert .auth-options > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity))
}

.comments-alert .auth-options .external-option {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center
}

.comments-alert .auth-options .external-option::before {
  position: absolute;
  top: 0.625rem;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 1px;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(203 207 209 / var(--tw-bg-opacity))
}

@media (min-width: 640px) {
  .comments-alert .auth-options .external-option {
    max-width: 80%
  }
}

.comments-alert .auth-options .external-option > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem
}

.comments-alert .auth-options .comments-oauth {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center
}

.comments-alert .auth-options .comments-oauth .oauth-container {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: auto;
  justify-content: center;
  padding: 0px
}

.comments-alert .auth-options .comments-oauth .oauth-container .oauth-helper {
  display: none
}

.comments-alert .auth-options .comments-oauth .oauth-container .oauth-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem
}

.comments-alert .auth-options .comments-oauth .oauth-container .oauth-links .provider {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px
}

.comments-alert .auth-options .comments-oauth .oauth-container .oauth-links .provider a {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center
}

.comments-alert .auth-options .comments-oauth .oauth-container .oauth-links .provider a i {
  display: block;
  height: 100%;
  width: 100%;
  background-image: none;
  font-size: 1.5rem;
  line-height: 1
}

.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))
  }
}.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
}

.items-center {
  align-items: center
}

.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\.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.voting-get-result {
  display: block
}

.voting-all {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center
}

.voting-all a.btn.btn-blue {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.voting-all a.btn.btn-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.voting-list .voting-all {
  display: none
}

.voting-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity));
  padding: 0.75rem
}

.voting-block .voting-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

@media (min-width: 640px) {
  .voting-block .voting-header {
    flex-direction: row;
    flex-wrap: nowrap
  }
}

.voting-block .voting-header .voting-head {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem
}

.voting-block .voting-header .voting-head h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(25 126 176 / var(--tw-text-opacity))
}

.voting-block .voting-header .voting-head .mode-hint {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.voting-block .voting-header .voting-result-all {
  width: auto;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.voting-block .voting-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem
}

.voting-block .voting-body form {
  margin: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 0px
}

.voting-block .voting-body form .voting-option {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25
}

.voting-block .voting-body form .voting-save {
}

.voting-block .voting-body-result {
  width: 100%
}

.voting-block .voting-body-result .voting-result-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem
}

.voting-block .voting-body-result .voting-result-table .voting-result-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.25rem
}

.voting-block .voting-body-result .voting-result-table .voting-result-info label {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25
}

.voting-block .voting-body-result .voting-result-table .voting-result-info .progress-block {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.voting-block .voting-body-result .voting-result-table .voting-result-info .progress-block .progress {
  height: 1rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity))
}

.voting-block .voting-body-result .voting-result-table .voting-result-info .progress-block .progress .bar {
  height: 100%;
  background-color: var(--bg-color)
}

.voting-block .voting-body-result .voting-result-table .voting-result-info .progress-block .progress-text {
  width: 3rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1
}

.voting-block .voting-res-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(25 126 176 / var(--tw-text-opacity))
}

.voting-block .voting-res-link:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity));
  text-decoration-line: none
}

.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";

#hfix-width {
	/*
	background: url(/css/uw-head/uw_stay_home.png);
	background-repeat: no-repeat;
	background-position: 140px 11px;
	*/
}

.main-header.new-header .head-up .stay-home {
	padding-top: 14px;
    float: left;
    height: 30px;
    width: 33px;
    margin-left: 12px;
	background: url(/css/uw-head/uw_stay_home_t.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
}

.main-header.new-header .head-up .info-cont .weather {
	margin-left: 10px !important;
}

.main-header.new-header .head-up .auth .auth-inf {
	margin-left: 20px !important;
}

.main-header.new-header .head-up .info-cont .d-week {
	width: 118px;
}

/* covid theme */
.main-header.new-header .head-down ul li .dropdown-menu ul li.li-covid,
.main-header.new-header .head-down ul li .dropdown-menu ul li.li-covid:hover,
.head31-first-line-menu ul li.li-covid {
	background: url(/css/uw-head/covid_19.svg) no-repeat 10px 0px !important;
	background-size: 18px !important;
}

.main-header.new-header .head-down ul li .dropdown-menu ul li.li-covid a,
.head31-first-line-menu ul li.li-covid a {
	font-weight: bold;
	padding-left: 32px;
}

.info-cont {
	margin-left: 0px;
}

/* kassy theme */
.uw-navigation .main-menu-ng ul.zero-nav > li ul.child-line > li > a.kassy-ru {
	background: url(https://ekb.kassy.ru/img/domain/kassy.ru/header_logo_spring.svg) no-repeat 34px center !important;
	background-size: 96px !important;
	min-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 1024px) {
	.uw-navigation .main-menu-ng ul.zero-nav > li ul.child-line > li > a.kassy-ru {
		background: url(https://ekb.kassy.ru/img/domain/kassy.ru/header_logo_spring.svg) no-repeat 0px center !important;
		background-size: 96px !important;
		height: 100%;
		width: 100px;
		padding: 0;
		margin-left: 1rem;
	}
}

.mobile-main-menu-ng ul.child-line > li a.kassy-ru {
	background: url(https://ekb.kassy.ru/img/domain/kassy.ru/header_logo_spring.svg) no-repeat 6px center !important;
	background-size: 96px !important;
	min-height: 22px;
}

.main-header.new-header .head-down ul li .dropdown-menu ul li:has(a.kassy-ru),
.head31-first-line-menu ul li:has(a.kassy-ru) {
	height: 24px;
	margin: -2px 0 0 20px;
	padding: 0;
}
.main-header.new-header .head-down ul li .dropdown-menu ul li a.kassy-ru,
.head31-first-line-menu ul li a.kassy-ru {
	display: block;
	height: 22px;
	width: 100px;
	background: url(https://ekb.kassy.ru/img/domain/kassy.ru/header_logo_spring.svg) no-repeat 0 0 !important;
	background-size: 96px !important;
}
.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
}

.items-center {
  align-items: center
}

.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\.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)
}

.comment-block {
  margin-bottom: 0.75rem;
  width: 100%
}

.comment-block .new-comments-head {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%
}

.comment-block .new-comments-head h4 {
  margin: 0px;
  width: 100%;
  padding: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity))
}

.comment-block .new-comments-head h4 .helper {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-block .new-comments-head h4 .helper #comments_count {
  font-weight: 600
}

.comment-block .new-comments-head h4.is-off {
  text-align: center
}

.comment-block .new-comments-list {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem
}

.comment-block .new-comments-list .comment-entry {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(219 218 230 / var(--tw-border-opacity));
  padding-top: 0.75rem
}

.comment-block .new-comments-list .comment-entry .comment-avatar {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity))
}

@media (min-width: 1280px) {
  .comment-block .new-comments-list .comment-entry .comment-avatar {
    height: 3.0rem;
    width: 3.0rem
  }
}

.comment-block .new-comments-list .comment-entry .comment-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.comment-block .new-comments-list .comment-entry .comment-avatar.api {
  --tw-bg-opacity: 1;
  background-color: rgb(219 218 230 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.comment-block .new-comments-list .comment-entry .comment-avatar.api img {
  display: none
}

.comment-block .new-comments-list .comment-entry .comment-avatar .box {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center
}

.comment-block .new-comments-list .comment-entry .comment-avatar .box i {
  height: 2.5rem;
  width: 2.25rem;
  font-size: 2.25rem;
  line-height: 1
}

.comment-block .new-comments-list .comment-entry .comment-head {
  display: flex;
  width: calc(100% - 4.5rem);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1
}

@media (min-width: 1280px) {
  .comment-block .new-comments-list .comment-entry .comment-head {
    width: calc(100% - 4.0rem)
  }
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .user-link {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .user-link:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(25 126 176 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .anonymous {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .anonymous.red {
  --tw-text-opacity: 1;
  color: rgb(182 0 2 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .mail-to-user {
  --tw-text-opacity: 1;
  color: rgb(65 174 228 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .mail-to-user::before {
  display: flex;
  height: 1rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  font-family: 'uwhead';
  font-size: 1rem;
  line-height: 1;
  --tw-content: "\e0e1";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .mail-to-user:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(25 126 176 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .mail-to-user img {
  display: none
}

.comment-block .new-comments-list .comment-entry .comment-head .comment-user .date {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-top: 0.0625rem;
  font-size: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .comment-block .new-comments-list .comment-entry .comment-head .comment-user .date {
    width: auto
  }

  .comment-block .new-comments-list .comment-entry .comment-head .comment-user .date::before {
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 9999px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(198 198 198 / var(--tw-bg-opacity))
  }
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 0.25rem
}

@media (min-width: 640px) {
  .comment-block .new-comments-list .comment-entry .comment-head .comm-admin {
    flex-direction: row;
    flex-wrap: nowrap
  }
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_rates,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_edit,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_delete {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_rates::before,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_edit::before,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_delete::before {
  font-family: 'uw-photos';
  font-size: 1rem;
  line-height: 1;
  --tw-content: "\e908";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_rates:hover,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_edit:hover,
.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_delete:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_rates i {
  display: none
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_edit::before {
  font-family: 'uw-photos';
  --tw-content: "\e902";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-head .comm-admin .com_delete::before {
  font-family: 'uw-photos';
  font-size: 1.25rem;
  --tw-content: "\e5cd";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem
}

@media (min-width: 640px) {
  .comment-block .new-comments-list .comment-entry .comment-content {
    margin-left: auto;
    margin-top: -1.5rem;
    width: calc(100% - 4.5rem)
  }
}

@media (min-width: 1280px) {
  .comment-block .new-comments-list .comment-entry .comment-content {
    width: calc(100% - 4.0rem)
  }
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.375
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .acit {
  margin-bottom: 0.5rem;
  width: 100%;
  border-left-width: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-left-color: rgb(198 198 198 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .acit .acit-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .acit .acit-head .ucit {
  font-weight: 600
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating {
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-text.plus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-text.minus {
  --tw-text-opacity: 1;
  color: rgb(182 0 2 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-plus,
.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-plus::after,
.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-minus::after {
  font-family: 'uwhead';
  font-size: 1.5rem;
  line-height: 1;
  --tw-content: "\e316";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-plus:hover,
.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-minus:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-minus::before {
  height: 0.75rem;
  width: 0.0625rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(115 128 134 / var(--tw-bg-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-rating .rat-minus::after {
  font-family: 'uwhead';
  --tw-content: "\e313";
  content: var(--tw-content)
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-quote,
.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-abuse {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-quote:hover,
.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-abuse:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity))
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-abuse {
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-extends .comments-abuse::before {
  height: 0.75rem;
  width: 0.0625rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(115 128 134 / var(--tw-bg-opacity))
}

/* images in comments */

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img {
  margin: 0px;
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  background-image: none;
  padding: 0.5rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img img {
  width: 100%
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img.normal-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img.normal-image img {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
  border-width: 0px
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img .alt-text {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img.full-width-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .noted-img.full-width-image img {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  border-width: 0px
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .filled-img {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .filled-img::after {
  content: var(--tw-content);
  display: none
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .filled-img img {
  width: 100%
}

.comment-block .new-comments-list .comment-entry .comment-content .comment-body .cropped-img img {
  margin-left: auto;
  margin-right: auto;
  width: auto
}

/* comment form */

form[id="comment_form"] {
  width: 100%
}

.new-comments-form {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity))
}

.new-comments-form [data-role="smiles-container"] {
  margin: 0px;
  width: 100%;
  padding: 0px
}

.new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem
}

.new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml {
  display: flex;
  height: 3rem;
  width: 3.6rem;
  align-items: center;
  justify-content: center;
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem
}

.new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity))
}

@media (min-width: 640px) {
  .new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml {
    width: 3.25rem
  }
}

@media (min-width: 768px) {
  .new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml {
    width: 3.45rem
  }
}

@media (min-width: 1024px) {
  .new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml {
    width: 3.45rem
  }
}

@media (min-width: 1280px) {
  .new-comments-form [data-role="smiles-container"] [data-role="smiles-list"] .sml {
    width: 3.4rem
  }
}

.new-comments-form [data-role="image-ajax-upload"] {
  margin-bottom: 0.5rem;
  width: 100%
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

@media (min-width: 640px) {
  .new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small {
    flex-direction: row-reverse
  }
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-helper {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity));
  padding: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-helper .no-mobile {
  display: none
}

@media (min-width: 640px) {
  .new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-helper .no-mobile {
    display: inline
  }
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-image-box {
  display: flex;
  width: 4.5rem;
  flex-shrink: 0;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity))
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-image-box .upload-thumb {
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity))
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-image-box .upload-thumb .upload-add {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-image-box .upload-progress {
  height: 0.25rem;
  width: 100%;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(115 128 134 / var(--tw-bg-opacity))
}

.new-comments-form [data-role="image-ajax-upload"] .ajax-image-upload-small .upload-image-box .upload-progress .bar {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity))
}

.new-comments-form .comment-form-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1rem
}

@media (min-width: 640px) {
  .new-comments-form .comment-form-header {
    flex-wrap: nowrap
  }
}

.new-comments-form .comment-form-header .head-text {
  display: none;
  font-size: 1rem;
  line-height: 1
}

@media (min-width: 640px) {
  .new-comments-form .comment-form-header .head-text {
    display: block
  }
}

.new-comments-form .comment-form-header .comm-form-buttons {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.new-comments-form .comment-form-header .comm-form-buttons .com_but {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.new-comments-form .comment-form-header .comm-form-buttons .com_but:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 102 153 / var(--tw-text-opacity))
}

.new-comments-form .comment-form-header .comm-form-buttons .com_but:before {
  font-size: 1.25rem;
  line-height: 1
}

.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="b"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="i"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="u"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="s"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="image"] {
  display: none
}

@media (min-width: 640px) {
  .new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="b"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="i"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="u"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="s"],
.new-comments-form .comment-form-header .comm-form-buttons .com_but[data-id="image"] {
    display: flex
  }
}

.new-comments-form .comm-form-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.new-comments-form .comm-form-submit [type="submit"] {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.new-comments-form .comm-form-submit [type="submit"] > .helper {
  display: none
}

@media (min-width: 640px) {
  .new-comments-form .comm-form-submit [type="submit"] > .helper {
    display: inline
  }
}

.new-comments-form .comm-form-submit .allow-anonym {
  display: none
}

.new-comments-form .comm-form-submit .allow-anonym-new {
  display: block
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes {
  margin: 0px;
  padding: 0px
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: flex-start
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label:hover {
  cursor: pointer
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label > input + span {
  font-size: 0.75rem;
  line-height: 1
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label > input + span > span:first-child {
  display: none
}

.new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label > input + span > span:last-child {
  text-transform: capitalize
}

@media (min-width: 640px) {
  .new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label > input + span > span:first-child {
    display: inline
  }

  .new-comments-form .comm-form-submit .allow-anonym-new .checkboxes label > input + span > span:last-child {
    padding-left: 0.5rem;
    text-transform: lowercase
  }
}

.new-comments-form .comm-form-main {
  margin-bottom: 1rem;
  width: 100%
}

.new-comments-form .comm-form-main .com-form-text {
  width: 100%
}

.new-comments-form .comm-form-main .com-form-text textarea {
  min-height: 6lh;
  width: 100%;
  resize: vertical;
  overflow: auto;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.375
}

.new-comments-list .edit-comments-form {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem
}

.new-comments-list .edit-comments-form textarea {
  min-height: 3lh;
  width: 100%;
  resize: vertical;
  overflow: auto;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(219 218 230 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.375
}

.comment-admin-onoff {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-admin-onoff a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(115 128 134 / var(--tw-text-opacity))
}

.comment-admin-onoff a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity))
}

.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))
  }
}