html, body {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {color: #797979;}
a, a.ajaxlink {color: #656565;}
a:hover, a.ajaxlink:hover {color: #ff5100;}
.content_list_item .ft_caption a {
	color: #4a4a4a;
    background: #ececec;
    padding: 10px;
    text-decoration: none !important;
}
.nyroModalCont {min-height: 250px;}
.sess_messages div {color: #e20808;}
.subscribe, .unsubscribe {display: none !important;}
.mybattonzakaz {
	background: #FF5100;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
}
.mybattonzakaz:hover {
	color: #fff;
}
form.iforms input.button_submit {
	background:#FF5100;
	border-radius: 20px;
	width: 90%;
}
.mymodwindows > .buttons {
	text-align: center;
}
form .hint {
    color: #969696;
}
form .field label {
	font-size: 16px;
}
.myfidset {
	background: #ffffffbf !important;
	padding: 50px !important;
	padding-top: 20px !important;
}
#podskazka{
    display: inline;
    position: relative;
}
#podskazka:hover:after{
    background: rgb(156 156 156 / 80%);
    border-radius: 5px;
    bottom: -5px;
    color: #fff;
    content: attr(title);
    left: -250%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
	font-size: 18px;
}