.link_about {
	text-align: right;
	padding: 0 10px 5px 0;
}

	.link_about .left-link {
		float: left;
	}


.div_left_photo {
	float: left;
	width: 33%;
	padding-right: 6%;
}

.div_left_min {
	float: left;
	padding-right: 6%;
}

.ptop20 {
	padding-top: 20px !important;
}

.align_center {
	text-align: center;
}
.tags__item {
	margin-right: 4px;
}

.pages {
	padding-bottom:10px;
}

.div_move_to_left {
	width: 33%;
	min-width: 33%;
}

.div_move_to_right {
	width: 33%;
	min-width: 33%;
}

.form-date span {
	padding-bottom: 7px;
}

.results__item {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

	.results__item:before {
		content: attr(data-count);
		position: absolute;
		top: 5px;
		left: 0;
		color: #008AD9;
	}

input[type=button] {
	font-family: arial;
	font-size: 1em;
	color: #ffffff;
	background: #0066B3;
	border-radius: 2px;
	padding: 0 15px;
	border: 2px solid #0066B3;
	height: 40px;
	transition: all 0.3s;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

	input[type=button]:hover {
		border-radius: 12px;
		background: #008ad9;
		border: 2px solid #008ad9;
	}

.sort_link_active {
	background: #e8e8e8;
	padding: 4px 6px;
	text-decoration: none;
}

.fixed_shortcut {
	position: fixed;
	right: 0;
	top: 215px;
	background: url("../images/CommentNow.png") top right no-repeat;
	width: 39px;
	height: 185px;

}


.fixed_shortcut_1 {
	position: fixed;
	right: 0;
	top: 368px;
	background: url("../images/poll1.png") top right no-repeat;
	width: 39px;
	height: 194px;

}

.fixed_shortcut_vc {
	position: fixed;
	right: 0;
	top: 404px;
	background: url("../images/YourControl.png") top right no-repeat;
	width: 39px;
	height: 185px;
}


@media screen and (max-width: 480px) {
	.fixed_shortcut {
		position: fixed;
		right: 0;
		top: 214px;
		background: url("../images/CommentNow-Small.png") top right no-repeat;
		width: 39px;
		height: 185px;
	}

	.fixed_shortcut_vc {
		position: fixed;
		right: 0;
		top: 324px;
		background: url("../images/YourControl-Small.png") top right no-repeat;
		width: 39px;
		height: 185px;
	}

}


.video_info span {
	display: inline-block;
}

.video_info a {
	padding-right: 10px;
}

.video_gray {
	color: #999 !important;
	padding-left: 5px;
}

.video_block {
	padding-top: 30px;
}

.color_red {
	color:red;
}

.form_error, .validator_lable {
	color: red;
	margin-bottom: 15px;
}


.input_size95p {
	width:95% !important;
	float: left;
   margin-right: 5px !important;
}

.inputbox {
margin-bottom:5px !important;
}

.bottommargin-sm {
	margin-bottom:6px;
}

.bottommargin-lg {
	margin-bottom: 20px;
}

.bottommargin-slg {
	margin-bottom: 40px;
}

.nobottommargin {
	margin-bottom: 0px;
}

.topmargin-lg {
	margin-top: 20px;
}

.topmargin-slg {
	margin-top: 40px;
}

.row_border {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.buttons_right {
text-align:right;
padding-right:6px;
}

.small_comment {
   font-size: 0.9em;
	color: #505560;
	font-style:italic;
}

.buttons_right_no_padd {
	text-align: right;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 101;
	overflow-y: auto;
}

.modal--error .modal-block {
	position: relative;
	top: 20%;
	left: 50%;
	text-align: left;
	background: #FFF;
	width: 640px;
	margin-left: -320px;
}

@media only screen and (max-width: 669px) {
	.modal--error .modal-block {
		top: 5%;
		left: auto;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

.modal--error .modal-title {
	text-align: center;
}

.modal--error .modal-inner {
	padding: 40px 30px;
}

.modal--error .modal-info {
	color: #000;
}

.modal-block {
	position: relative;
	top: 10%;
	left: 50%;
	background: #FFF;
	width: 710px;
	margin-left: -355px;
}

@media only screen and (max-width: 729px) {
	.modal-block {
		top: 5%;
		left: auto;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modal-inner {
	padding: 60px 70px;
}

@media only screen and (max-width: 767px) {
	.modal-inner {
		padding: 40px 15px;
	}
}

.modal-title {
	font-size: 28px;
	line-height: 1.2;
	color: #121a2b;
	font-weight: 700;
	margin-bottom: 45px;
}

	.modal-title:last-child {
		margin-bottom: 0;
	}

.modal-info {
	font-size: 18px;
	line-height: 26px;
	color: #2a5291;
	font-weight: 600;
	margin-bottom: 55px;
}

	.modal-info:last-child {
		margin-bottom: 0;
	}

.modal-btn {
	margin-top: 60px;
}

.modal-link {
	color: #0065c3;
}

	.modal-link:hover {
		color: #28a7ec;
	}

.pl15 {
padding-left:15px;
}

.butCalc {
    color: #0066B3;
    transition: all 0.3s;
    text-decoration: none;
    cursor:pointer;
}

 .butCalc:hover {
        color: #f15a22;
        text-decoration: underline;
 }

.color-blue {
	color: #0066B3;
}

/* Registration modal (Bootstrap-like) */
body.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 1050;
}

.modal::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
	pointer-events: auto;
}

.modal.is-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	
}

.modal.is-visible::before {
	opacity: 1;
}

.modal-dialog {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	transform: translateY(-25px);
	transition: transform 0.3s ease;
	position: relative;
	z-index: 1;
}

.modal.is-visible .modal-dialog {
	transform: translateY(0);
}

.modal-content {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.modal-header,
.modal-footer {
	padding: 15px 20px;
	background-color: #f7f7f7;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.modal-body {
	padding: 20px;
	background-color: #ffffff;
}

.modal-title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.close {
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 28px;
	line-height: 1;
	opacity: 0.6;
	cursor: pointer;
}

.close:hover {
	opacity: 1;
}

.lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #333333;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-sizing: border-box;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
}

.form-group.has-error label {
	color: #d9534f;
}

.form-group.has-error .form-control {
	border-color: #d9534f;
	box-shadow: none;
}

.form-group .error-message {
	color: #d9534f;
	font-size: 12px;
	margin-top: 4px;
	min-height: 16px;
}

.btn {
	display: inline-block;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #e6e6e6;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease,
		color 0.2s ease;
}

.btn:hover {
	background-color: #d4d4d4;
}

.btn:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.btn-default {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #333333;
}

.btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #ffffff;
}

.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #ffffff;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-link {
	background: none;
	border: 0;
	color: #337ab7;
	padding: 0;
	margin-top: 8px;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}

.btn-link:hover {
	color: #23527c;
	text-decoration: none;
}

.alert {
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid transparent;
	margin-bottom: 15px;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.hide {
	display: none !important;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-6 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.col-xs-6 {
		width: 100%;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Thank you page */
.thanks-page {
	margin: 0;
	min-height: 100vh;
	background-color: #f5f6fa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Arial", "Helvetica", sans-serif;
}

.thanks-container {
	padding: 20px;
	width: 100%;
	max-width: 420px;
}

.thanks-card {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 30px 35px;
	text-align: center;
}

.thanks-card h1 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #2e6da4;
}

.thanks-card p {
	font-size: 16px;
	margin-bottom: 25px;
	color: #333333;
}

.help-block.error-message {
	margin-top: 5px;
	display: none;
}

.help-block.error-message:not(:empty) {
	display: block;
}

