
* {
	margin: 0;
	padding: 0;
}

.navbar {
	min-height: auto;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.fleft {
	float: left;
}

.main_text ul.dropdown-menu li {
	list-style: none;
}

.fright {
	float: right;
}

.head-address {
	font-size: 15px;
	/*line-height: 30px;*/
	line-height: 18px;
	padding-left: 18px;
	padding-top: 5px;
	background: url('/images/icons/address_5261047.png') top 7px left 0px no-repeat;
}

.head-work-hours {
	font-size: 15px;
	line-height: 30px;
	padding-left: 20px;
	background: url('/images/icons/time_5261047.png') top 7px left 0px no-repeat;
}

.fnone {
	float: none;
}

.modal__link {
	display: block;
}

.clear {
	clear: both;
}

.unvisible {
	display: none;
}

.aleft {
	text-align: left;
}

.acenter {
	text-align: center;
}

.aright {
	text-align: right;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.draggable {
	cursor: move;
}

.notoutline {
	outline: none !important;
}

.notoutline:active,
.notoutline:focus {
	outline: none !important;
}

* {
	outline: none;
}

/*** Base HTML tags Styles ***/
body {
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	font-family: 'SegoeUIRegular', Arial, sans-serif;
	color: #151114;
	font-size: 17px;
	padding-right: 0px !important;
}

html {
	min-width: 100%;
	height: 100%;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-family: 'SegoeUIBold', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
	font-family: 'SegoeUISemiBold', sans-serif;
}

h1,
.h1 {
	font-size: 32px;
	margin: 45px 0 14px;
}

h2,
.h2 {
	/*font-size: 32px;*/
	font-size: 25px;
	margin-bottom: 20px;
}

h3,
.h3 {
	/*font-size: 30px;*/
	font-size: 20px;
	margin-bottom: 10px;
	color: #2B6FBD;
}

h4,
.h4 {
	font-size: 23px;
}

h5,
.h5 {
	font-size: 19px;
}

h6,
.h6 {
	font-size: 17px;
}

strong,
b {
	font-family: 'SegoeUISemiBold', sans-serif;
	font-weight: normal;
}

em,
i {
	font-family: 'SegoeUIItalic', sans-serif;
	font-style: normal;
}

dd,
dt {
	font-weight: 400;
}

p,
ul,
ol {
	margin-bottom: 10px;
}

ul li {
	list-style-type: none;
	list-style-position: inside;
}

.main_text p,
.main_text ul {
	margin-bottom: 25px;
}

.main_text ul li {
	list-style-type: disc;
	padding-left: 20px;
}

.content ul li {
	margin-left: 40px;
}

/*.main_text ul li:before {
	position: relative;
	top: -5px;
	right: 15px;
	content: "·";
	font-size: 40px;
	vertical-align: middle;
	line-height: 0;
}*/
a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #055fbb;
	text-decoration: underline;
}

a:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #c08139;
	text-decoration: none;
}

/*a:hover:not(.fancybox-close) {
	background: none;
}*/

input[type='text'] {
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	color: #b2b2b2;
	z-index: 0;
}

input.input_disabled {
	box-shadow: none;
	border-color: transparent;
}

/*** Components Styles ***/
.orange-gradient {
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	color: #ffffff;
}

.orange-gradient--hover {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
}

.orange-gradient--active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
}

.gray-gradient {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	color: #151114;
}

.gray-gradient--hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
	color: #151114;
}

.gray-gradient--active {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	color: #151114;
}

.orange-button {
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #b26102;
	-moz-box-shadow: 0 3px 0 0 #b26102;
	box-shadow: 0 3px 0 0 #b26102;
	padding: 0 21px;
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	color: #ffffff;
}

.orange-button:hover {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
}

.orange-button:active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 3px;
	color: #ffffff;
}

.orange-button:focus {
	color: #ffffff;
}

.gray-button {
	border-top: none;
	border-bottom: 3px #bebebe solid;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	color: #151114;
}

.gray-button:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
	color: #151114;
}

.gray-button:active {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	border-top: 2px #f6f6f6 solid;
	padding-top: 3px;
	color: #151114;
}

.gray-button:focus {
	color: #151114;
}

.orange-gradient-link {
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	text-decoration: none;
	color: #ffffff;
}

.orange-gradient-link:hover {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
}

.orange-gradient-link:active,
.orange-gradient-link:focus {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
}

.btn {
	display: inline-block;
	outline: none !important;
	border: none;
	height: 36px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 16px;
}

.btn:active,
.btn:focus {
	outline: none !important;
}

.btn:not(.question) {
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #901d25;
	-moz-box-shadow: 0 3px 0 0 #901d25;
	box-shadow: 0 3px 0 0 #901d25;
	padding: 0 32px;
	background: #d8383a;
	background: -moz-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8383a), color-stop(100%, #c72d33));
	background: -webkit-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -o-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -ms-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: linear-gradient(to bottom, #d8383a 0%, #c72d33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8383a', endColorstr='#c72d33', GradientType=0);
	color: #ffffff;
}

.btn:not(.question):hover {
	background: #d8383a;
	background: -moz-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8383a), color-stop(100%, #b72b31));
	background: -webkit-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -o-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -ms-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: linear-gradient(to bottom, #d8383a 0%, #b72b31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8383a', endColorstr='#b72b31', GradientType=0);
	color: #ffffff;
}

/*.btn:not(.question):active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 3px;
	color: #ffffff;
}*/

.btn:not(.question):focus {
	color: #ffffff;
}

.btn.btn-lg {
	height: 47px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	padding: 0 27px;
	font-family: 'SegoeUISemiBold', sans-serif;
	font-size: 19px;
}

.btn.gray {
	border-top: none;
	border-bottom: 3px #bebebe solid;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	color: #151114;
}

.btn.gray:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
	color: #151114;
}

.btn.gray:active {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	border-top: 2px #f6f6f6 solid;
	padding-top: 3px;
	color: #151114;
}

.btn.gray:focus {
	color: #151114;
}

.btn.question {
	position: relative;
	padding: 0 40px 0 16px;
}

.btn.question:after {
	width: 16px;
	height: 16px;
	content: url('../images/quest-icon.png') no-repeat;
	position: absolute;
	top: 8px;
	right: 16px;
}

.dotted-link.blue {
	border-bottom: 1px dotted #055fbb;
	text-decoration: none;
	color: #055fbb;
}

.dotted-link.blue:hover {
	border-color: #c08139;
	color: #c08139;
}

.see-all {
	margin-top: 5px;
	font-size: 17px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.see-all a {
	width: 12px;
	height: 10px;
	padding-bottom: 3px;
	padding-left: 21px;
}

.see-all a.quest,
.see-all a.question {
	position: relative;
}

.see-all a.quest:hover:before {
	background-position: -30px 0;
}

.see-all a.quest:before {
	width: 15px;
	height: 12px;
	background: url('../images/all-quest-icon.png') -15px 0 no-repeat;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
}

.see-all a.question {
	margin-left: 65px;
	padding-left: 25px;
	font-size: 16px;
	color: #bb2c31;
	text-decoration-style: solid;
}

.see-all a.question:before {
	width: 17px;
	height: 17px;
	background: url('../images/all-question-icon.png') no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
}

.see-all a.doings {
	background: url('../images/all-doings-icon.png') left center no-repeat;
}

.map-image {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #dadada solid;
	padding: 2px;
}

/*** Twitter Bootstrap Element Styles ***/
.container-fluid {
	max-width: 1200px;
}

.modal-backdrop {
	z-index: 400;
}

.modal {
	z-index: 500;
}

.modal-dialog {
	margin-top: 145px;
}

.modal-header {
	border: none;
	padding: 30px 45px 25px;
}

.modal-header .close {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	height: 25px;
	color: #a4aeb8;
	opacity: 1;
	filter: alpha(opacity=100);
}

.modal-header .close:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal-header .close span {
	font-size: 40px;
	font-weight: 300;
	line-height: 18px;
}

.modal-body {
	padding: 10px 45px 35px;
}

.modal label {
	font-size: 16px;
}

.modal .btn {
	height: 34px;
	padding: 0 33px;
}

.modal-body .form-group.form-group-101,
.modal-body .form-group.form-group-105,
.modal-body .form-group.form-group-106,
.modal-body .form-group.form-group-107 {
	display: none;
}

/*** Base Elements Styles ***/
.search-form .form-group {
	position: relative;
}

.search-form button[type='submit'] {
	top: 0;
	right: 2px;
	width: 28px;
	height: 28px;
	border: none;
	background-color: transparent;
	pointer-events: visible;
	font-size: 14px;
	line-height: 28px;
	color: #b2b2b2;
}

.thumb img {
	min-width: 100%;
	max-width: 100%;
}

/*** Section Lists Styles ***/
.section--list.with-left-thumb .list-item .thumb {
	float: left;
	width: 38%;
}

.section--list.with-left-thumb .list-item .thumb img {
	border: 1px #b0b0b0 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.section--list.with-left-thumb .list-item .text {
	float: left;
	width: 60%;
	font-size: 17px;
	margin-left: 2%;
}

.section--list.with-left-thumb .list-item .text p {
	margin: 0;
}

.section--list.with-left-thumb .list-item .text p.title {
	font-size: 19px;
	font-family: 'SegoeUISemiBold', sans-serif;
	margin-bottom: 7px;
}

.section--list.with-left-thumb .list-item .text p.date {
	background: url('../images/date-icon.png') no-repeat left center;
	padding-left: 24px;
	color: #7b7b7b;
	margin-top: 10px;
	font-size: 15px;
}

.section--list.with-left-thumb .list-item .thumb-useful {
	float: left;
	margin-right: 20px;
}

.section--list.with-left-thumb .list-item .text-useful {
	margin-bottom: 50px;
}

.section--list.with-left-thumb .list-item .text-useful p {
	margin: 5px 0 0;
	font-size: 17px;
}

.section--list.with-left-thumb .list-item .text-useful p a {
	font-size: 19px;
	font-family: 'SegoeUISemiBold', sans-serif;
}

.section--list.with-top-thumb .list-item {
	margin-bottom: 40px;
	border: 1px #b0b0b0 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.section--list.with-top-thumb .list-item .text {
	padding: 10px 15px 20px;
}

.section--list.table.compact > .compact {
	display: block;
}

.section--list.table.compact > .compact > .list-item {
	display: none;
}

.section--list.table.compact > .compact > .list-item.ru {
	display: block;
}

.section--list.table.compact > .compact h5 {
	display: inline-block;
	position: relative;
	margin-top: 0;
}

.section--list.table.compact > .compact h5.filial ul {
	left: 100px;
	right: auto;
	width: 500px;
}

.section--list.table.compact > .compact h5.filial ul li {
	float: left;
	width: 244px;
}

.section--list.table.compact > .compact h5.filial ul li:nth-child(2n) {
	margin-right: 0;
	clear: right;
}

.section--list.table.compact > .compact h5.filial ul li:nth-child(2n-1) {
	margin-right: 10px;
	clear: left;
}

.section--list.table.compact > .compact h5.filial ul li a {
	white-space: inherit;
}

.section--list.table.compact > .compact .dropdown-toggle {
	border-bottom: 1px dotted #055fbb;
	text-decoration: none;
}

.section--list.table.compact > .compact .dropdown-toggle:before {
	margin-right: 4px;
}

.section--list.table.compact > .compact .dropdown-toggle#ru:before {
	content: url('../images/flag-icon-ru.png');
}

.section--list.table.compact > .compact .dropdown-toggle#kz:before {
	content: url('../images/flag-icon-kz.png');
}

.section--list.table.compact > .compact .dropdown-menu {
	right: -50px;
	left: auto;
	min-width: inherit;
}

.section--list.table.compact > .compact .dropdown-menu > li > a {
	font-size: 16px;
}

.section--list.table.compact #map {
	display: block;
}

.section--list.table.extended > .extended {
	display: block;
}

.section--list.table > .compact,
.section--list.table > .extended {
	display: none;
	margin-bottom: 25px;
}

.section--list.table > .compact .empty,
.section--list.table > .extended .empty {
	width: 100%;
	height: 50px;
}

.section--list.table h3 {
	margin-bottom: 20px;
}

.section--list.table h5 {
	margin-bottom: 22px;
}

.section--list.table h6 {
	margin: 0;
	line-height: 30px;
}

.section--list.faq .btn {
	border-top: none;
	border-bottom: 3px #bebebe solid;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	color: #151114;
	position: relative;
	padding: 0 40px 0 16px;
}

.section--list.faq .btn:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f9f9f9', GradientType=0);
	color: #151114;
}

.section--list.faq .btn:active {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
	border-top: 2px #f6f6f6 solid;
	padding-top: 3px;
	color: #151114;
}

.section--list.faq .btn:focus {
	color: #151114;
}

.section--list.faq .btn:after {
	width: 16px;
	height: 16px;
	content: url('../images/quest-icon.png') no-repeat;
	position: absolute;
	top: 8px;
	right: 16px;
}

.section--list.letter-list > div {
	margin-bottom: 15px;
}

.section--list.letter-list > div:last-child {
	margin-bottom: 0;
}

.section--list.letter-list .col-xs-3:nth-child(4n) {
	clear: right;
}

.section--list.letter-list .col-xs-3:nth-child(4n+1) {
	clear: left;
}

.section--list.letter-list h4 {
	margin: 0 0 28px;
	color: #878787;
}

/*** Section List Elements Styles ***/
.list-item.event {
	margin-bottom: 25px;
	overflow: hidden;
	line-height: 20px;
}

.list-item.event:nth-child (2n) {
	clear: right;
}

.list-item.event:nth-child(2n-1) {
	clear: left;
}

.list-item.event:last-child {
	margin-bottom: 30px;
}

.list-item.faq dd {
	margin-bottom: 5px;
	font-family: 'SegoeUISemiBold', sans-serif;
	font-size: 19px;
}

.list-item.faq dt {
	font-size: 15px;
}

.list-item.city-info {
	margin-bottom: 35px;
}

.list-item.city-info .city-info {
	display: none;
}

.list-item.city-info .city-info:first-child {
	display: block;
}

.list-item.city-info .phone,
.list-item.city-info .phone-subtitle {
	font-family: 'SegoeUISemiBold', sans-serif;
	line-height: 27px;
	white-space: nowrap;
}

.list-item.city-info .phone {
	font-size: 30px;
}

.list-item.city-info .phone.city-phone {
	margin-left: -22px;
}

.list-item.city-info .phone-subtitle {
	font-size: 12px;
	color: #8f8f8f;
}

.list-item.for-merchandise {
	border: 1px #b0b0b0 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.list-item.for-merchandise .thumb {
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}

.list-item.for-merchandise .thumb img {
	max-height: 180px;
}

.list-item:last-child {
	margin-bottom: 0;
}

/*** Modal Dialog Styles ***/
.modal.modal-city > .modal-dialog {
	min-width: 900px;
}

.modal.modal-city .modal-body {
	font-size: 16px;
}

.modal.modal-city .modal-body .tabs-left li {
	margin-bottom: 4px;
}

.modal.modal-city .modal-body .tabs-left li.active a {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	text-decoration: none;
	color: #ffffff;
}

.modal.modal-city .modal-body .tabs-left li.active a:before,
.modal.modal-city .modal-body .tabs-left li.active a:after {
	display: none;
}

.modal.modal-city .modal-body .tabs-left li.item-1174,
.modal.modal-city .modal-body .tabs-left li.item-1316,
.modal.modal-city .modal-body .tabs-left li.item-1204,
.modal.modal-city .modal-body .tabs-left li.item-1322 {
	position: relative;
	margin-top: 15px;
}

.modal.modal-city .modal-body .tabs-left li.item-1174:before {
	position: absolute;
	top: 2px;
	left: -28px;
	width: 23px;
	height: 100%;
	background: url('../images/flag-icon-kz.png') left center no-repeat;
	content: '';
}

.modal.modal-city .modal-body .tabs-left li.item-1316:before {
	position: absolute;
	top: 2px;
	left: -28px;
	width: 23px;
	height: 100%;
	background: url('../images/kyrgyzstan.png') left center no-repeat;
	content: '';
}

.modal.modal-city .modal-body .tabs-left li.item-1204:before {
	position: absolute;
	top: 2px;
	left: -28px;
	width: 23px;
	height: 100%;
	background: url('../images/china.png') left center no-repeat;
	content: '';
}

.modal.modal-city .modal-body .tabs-left li.item-1322:before {
	position: absolute;
	top: 2px;
	left: -28px;
	width: 23px;
	height: 100%;
	background: url('../images/oae.png') left center no-repeat;
	content: '';
}

.modal.modal-city .modal-body .tabs-left li a {
	position: relative;
	display: inline-block;
	height: 31px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	text-decoration: none;
	line-height: 31px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.modal.modal-city .modal-body .tabs-left li a:hover:before,
.modal.modal-city .modal-body .tabs-left li a:hover:after {
	border-color: #c08139;
}

.modal.modal-city .modal-body .tabs-left li a:before,
.modal.modal-city .modal-body .tabs-left li a:after {
	position: absolute;
	bottom: 3px;
	width: 50%;
	height: 0;
	border-bottom: 1px dashed #055fbb;
	content: '';
}

.modal.modal-city .modal-body .tabs-left li a:before {
	left: 10px;
}

.modal.modal-city .modal-body .tabs-left li a:after {
	right: 10px;
}

.modal.modal-city .modal-body .tab-content ul li {
	float: left;
	margin: 0 5% 5px 0;
	width: 30%;
}

.modal.modal-city .modal-body .tab-content ul li:nth-child(3n) {
	margin-right: 0;
	clear: right;
}

.modal.modal-city .modal-body .tab-content ul li:nth-child(3n+1) {
	clear: left;
}

.modal.modal-callme > .modal-dialog,
.modal.modal-order > .modal-dialog,
.modal.modal-qa > .modal-dialog,
.modal.modal-order-sert > .modal-dialog {
	min-width: 370px;
	width: 370px;
}

.modal.modal-qa .modal-body textarea {
	min-height: 108px;
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	color: #b2b2b2;
	z-index: 0;
	resize: none;
}

.modal.modal-callme-callback > .modal-dialog,
.modal.modal-order-callback > .modal-dialog,
.modal.modal-get-letter-callback > .modal-dialog,
.modal.modal-qa-callback > .modal-dialog,
.modal.modal-order-sert-callback > .modal-dialog {
	min-width: 550px;
	width: 550px;
}

.modal.modal-cost > .modal-dialog {
	min-width: 820px;
	width: 820px;
}

.modal.modal-cost > .modal-dialog h3 {
	margin-top: 0;
}

.modal.modal-cost > .modal-dialog .price {
	font-family: 'SegoeUISemiBold', sans-serif;
	font-size: 25px;
}

.modal.modal-cost > .modal-dialog .col-md-7 {
	border-right: 1px solid #cdd0d2;
	padding-right: 35px;
}

.modal.modal-cost > .modal-dialog .col-md-5 {
	padding-left: 35px;
}

.modal-header h3 {
	margin: 0;
}

/*** Header ***/
.header {
	position: relative;
	z-index: 8;
}

.header.default {
	margin-bottom: 0;
}

.header > .top-line {
	background: #ededed;
}

.header > .top {
	position: relative;
	height: 113px;
	background: #fff;
}

.header > .top:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #2c71be;
	background: -moz-linear-gradient(top, #256ab7 0%, #3377c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #256ab7), color-stop(100%, #3377c5));
	background: -webkit-linear-gradient(top, #256ab7 0%, #3377c5 100%);
	background: -o-linear-gradient(top, #256ab7 0%, #3377c5 100%);
	background: -ms-linear-gradient(top, #256ab7 0%, #3377c5 100%);
	background: linear-gradient(to bottom, #256ab7 0%, #3377c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256ab7', endColorstr='#3377c5', GradientType=0);
	content: '';
}

.header > .top:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20px;
	/*background: url('../images/header-shade.png') repeat-x;*/
	z-index: 10;
	content: '';
}

.header > .top > .container-fluid {
	position: relative;
	padding-top: 10px;
}

.header > .top > .container-fluid > .row:first-child {
	height: 65px;
	overflow: hidden;
}

.header > .top > .container-fluid .bottom-row {
	position: relative;
	z-index: 30;
}

.header > .top > .container-fluid .bottom-row .second .navbar-default ul {
	float: right;
}

.header > .top.d-fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	height: 42px;
}

.header > .top.d-fixed-header > .container-fluid > .row:first-child {
	display: none;
}

.header .top.d-fixed-header .logo {
	display: none;
}

.header > .top.d-fixed-header > .container-fluid {
	padding-top: 4px;
}

.header > .top.d-fixed-header .col-md-offset-2 {
	margin-left: 0px;
}

.header > .top.d-fixed-header .search_block {
	display: none;
}

.header .top.d-fixed-header .navbar-default ul li:first-child {
	padding-left: 10px;
}

.header .top.d-fixed-header .navbar-default ul li a {
	font-size: 14px;
}

header.header .top.d-fixed-header nav.navbar ul.nav li.nav_parent_menu:hover .nav_item_menu {
	left: 0px;
}

.header > .top .d-fixed-header-phone {
	display: none;
}

.header > .top.d-fixed-header .d-fixed-header-phone {
	display: block;
}

.header > .top.d-fixed-header .d-fixed-header-phone a {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

.header > .top.d-fixed-header .d-fixed-header-phone .btn {
	margin-top: 0px;
	height: 30px;
	padding: 0 17px;
}

.header > .top.d-fixed-header .col-md-11 {
	width: 65%;
}

.header > .top.d-fixed-header .col-md-10 {
	width: 100%;
}

.header > .bottom {
	padding-top: 32px;
}

.header .logo {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 215px;
	height: 113px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAABxCAYAAABGODZGAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAD/klEQVR42uzdO4hUVxyA8W9mDUgQwYAgCFYWihpFQyBaiKRKGcHCSgg2omQDSggakBSBBLERWQsFTWOV3UYC0UIL0yhiIAoaIkTEJcKCoIj42JmT4uzA4jrPe84yc+/363R3R/2f+fbsjPdRCyEEJCVXdwSScUnGJcm4JOOSjEuScUnGJRmXJOOSjEsyLknGJRmXZFySjEsyLsm4JBmXZFyScUkqdVxew0rGlUmt5mLKuCTjkmRcknFJxiXJuCTjkoxLknFJxiUZlyTjkoxLMi5JxiUZl2RcUkbNZqjUGePGpcUJKwRmGyHZGePNEGiGwDC3WgvBq09I7lyScUkyLsm4JOOSZFyScUnGJcm4JOOSjEuScUnGJRmXJOOSjEsyLknGJRmXZFySjEsyLsm4JBmXZFyScakXXtPYuJRJquujy7gkzcX1m2OQMvzEEkJYC9wBljoOKZlLdeABcMJZSMm8BMZbr7l+Ah45EymJH4F/a/PufbcbmHQuUiH3gS3A6/nvFk4BV5yNVMhB4DUsfCt+HHjrfKSBXASutn5Rf8+WdtIZabGU6OiV58CR+b9Rb/NibNpl12JEUKKjV74H/usW1wvgW59OKmkEOfwJTCyYWWj/LekqsMu5FdNoBOr12sBPzhB8Yg+5JrAduPHuBzodW/g1MOvsihkbqxWKw7CG3rn3hdUtrrvAaWcntTUDHG37jTF0fqW6HPgbWOUcpQW+As63+2C3U06eA985Q2mBP4ALHX+kD93fY60B14EdzlMC4nsR24C/On1SLydLBuAQ0HCmEgCnuoXV687VMgEccK6quGlgHfH/g5PF9RHx8KiVzlcVtgf4tZdP7OcaGk/p8LajVAGXew2r352rFeMN4BPnrIp5BXwM/NNPLP1ozr3uajprVczP/YQ1yM7VchbY77xVEQ+ATXO7V/a4VhKP3Fjh3FUBXwC/9/tFg14UdAY45sxVAZODhFVk5wIYA24RL8YhldELYD3weJAvLnI56wbxyA1vM6Cy+mHQsIruXC0XgH2ug0rmDrCVAuc0pohrFfHNjeWuh0oiADuJB6wPLMVdTp4Ax10PlcgvRcNKtXMBLCFepGOj66IR95R4YO5M0QdKdX+uWeI1N6RRdzRFWCl3rpaLwF7XRyPqJvAZiQ7vSx3XauJpKctcJ42YBvApcDvVA6a+bes08Yq90qg5kzKsHDsXwAfEU6DXuV4aEU/mnq/PUj5ojhuOvyXeLUUaFYdTh5Vr52qZAr503TTkrgGfk+EwvpxxrQHuAR+6fhpSb4DNxDfhkqtn/Is/It5rWRpWJ3OFlXvnAlhKPAByreuoIfMQ2AC8zPUH1DP/A14B37iOGkLjOcMC+H8Ay0nZs+cdM3QAAAAASUVORK5CYII=');
	z-index: 30;
}

.header .logo:hover {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAABxCAYAAABGODZGAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAD/klEQVR42uzdO4hUVxyA8W9mDUgQwYAgCFYWihpFQyBaiKRKGcHCSgg2omQDSggakBSBBLERWQsFTWOV3UYC0UIL0yhiIAoaIkTEJcKCoIj42JmT4uzA4jrPe84yc+/363R3R/2f+fbsjPdRCyEEJCVXdwSScUnGJcm4JOOSjEuScUnGJRmXJOOSjEsyLknGJRmXZFySjEsyLsm4JBmXZFyScUkqdVxew0rGlUmt5mLKuCTjkmRcknFJxiXJuCTjkoxLknFJxiUZlyTjkoxLMi5JxiUZl2RcUkbNZqjUGePGpcUJKwRmGyHZGePNEGiGwDC3WgvBq09I7lyScUkyLsm4JOOSZFyScUnGJcm4JOOSjEuScUnGJRmXJOOSjEsyLknGJRmXZFySjEsyLsm4JBmXZFyScakXXtPYuJRJquujy7gkzcX1m2OQMvzEEkJYC9wBljoOKZlLdeABcMJZSMm8BMZbr7l+Ah45EymJH4F/a/PufbcbmHQuUiH3gS3A6/nvFk4BV5yNVMhB4DUsfCt+HHjrfKSBXASutn5Rf8+WdtIZabGU6OiV58CR+b9Rb/NibNpl12JEUKKjV74H/usW1wvgW59OKmkEOfwJTCyYWWj/LekqsMu5FdNoBOr12sBPzhB8Yg+5JrAduPHuBzodW/g1MOvsihkbqxWKw7CG3rn3hdUtrrvAaWcntTUDHG37jTF0fqW6HPgbWOUcpQW+As63+2C3U06eA985Q2mBP4ALHX+kD93fY60B14EdzlMC4nsR24C/On1SLydLBuAQ0HCmEgCnuoXV687VMgEccK6quGlgHfH/g5PF9RHx8KiVzlcVtgf4tZdP7OcaGk/p8LajVAGXew2r352rFeMN4BPnrIp5BXwM/NNPLP1ozr3uajprVczP/YQ1yM7VchbY77xVEQ+ATXO7V/a4VhKP3Fjh3FUBXwC/9/tFg14UdAY45sxVAZODhFVk5wIYA24RL8YhldELYD3weJAvLnI56wbxyA1vM6Cy+mHQsIruXC0XgH2ug0rmDrCVAuc0pohrFfHNjeWuh0oiADuJB6wPLMVdTp4Ax10PlcgvRcNKtXMBLCFepGOj66IR95R4YO5M0QdKdX+uWeI1N6RRdzRFWCl3rpaLwF7XRyPqJvAZiQ7vSx3XauJpKctcJ42YBvApcDvVA6a+bes08Yq90qg5kzKsHDsXwAfEU6DXuV4aEU/mnq/PUj5ojhuOvyXeLUUaFYdTh5Vr52qZAr503TTkrgGfk+EwvpxxrQHuAR+6fhpSb4DNxDfhkqtn/Is/It5rWRpWJ3OFlXvnAlhKPAByreuoIfMQ2AC8zPUH1DP/A14B37iOGkLjOcMC+H8Ay0nZs+cdM3QAAAAASUVORK5CYII=');
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header .logo:hover img {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header .logo img {
	display: block;
	margin: 20px 0 0 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header .choose-city {
	margin-top: 2px;
	line-height: 25px;
	font-size: 15px;
}

.header .choose-city a,
.header_mobile .choose-city a {
	display: initial;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	vertical-align: baseline;
	white-space: nowrap;
	font-size: 16px;
	line-height: inherit;
	border-bottom: 1px dashed #cc3135;
	text-decoration: none;
	color: #cc3135;
}

.header .choose-city a:hover {
	border-color: #c08139;
	color: #c08139;
}

.header .choose-city a:after,
.header_mobile .choose-city a:after {
	position: absolute;
	top: 10px;
	margin-left: 3px;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	content: '';
}

.header .phone,
.header .phone-subtitle {
	font-family: 'SegoeUISemiBold', sans-serif;
	line-height: 20px;
	white-space: nowrap;
}

.header .phone {
	margin: 4px 0;
	font-size: 20px;
	padding-left: 20px;
	background: url(/images/icons/tel_5261047.png) top 4px left 0px no-repeat;
}

.header .d-header-email {
	padding-left: 20px;
	background: url(/images/icons/mail_5261047.png) top 8px left 0px no-repeat;
}

.header .phone a {
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}

.header a.email {
	font-size: 15px;
}

.header .phone-subtitle {
	margin-top: 8px;
	font-size: 15px;
	color: #8f8f8f;
}

.header .phone-subtitle.city-work-hours {
	margin-left: 14px;
}

.header .phone + .phone-subtitle {
	margin-top: 0;
	padding-left: 20px;
}

.header .btn {
	float: right;
	margin-top: 4px;
}

.header .navbar-default {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.header .navbar-default ul {
	margin: 0;
}

.header .navbar-default ul li {
	float: left;
	margin-left: 30px;
}

.header .navbar-default ul li:first-child {
	margin-left: 0;
	padding-left: 34px;
	padding-right: 10px;
}

.header .navbar-default ul li:last-child {
	padding-right: 0;
}

.header .navbar-default ul li a {
	display: inline-block;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
}

.header .navbar-default ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.header .navbar-default ul li a.selected {
	color: #000;
}

.search_block {
	position: relative;
	background: #2f79cc;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	float: right;
}

.search_block .search_btn {
	position: absolute;
	background: url(../images/search-icon.png) no-repeat 50% 50%;
	width: 34px;
	height: 34px;
}

.search_block .search_btn.active {
	background: url(../images/search-close-icon.png) no-repeat 50% 50%;
}

.header .search-form,
.header_mobile .search-form {
	display: none;
	position: absolute;
	top: 42px;
	right: 0;
	width: 400px;
}

.header .search-form input[type='text'] {
	height: 34px;
	font-size: 14px;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(210, 210, 210, 1);
	-moz-box-shadow: 0px 2px 5px 1px rgba(210, 210, 210, 1);
	box-shadow: 0px 2px 5px 1px rgba(210, 210, 210, 1);
}

.header .search-form button[type='submit'] {
	right: 0;
	width: 34px;
	height: 34px;
	font-size: 16px;
	color: #3e7cc0;
}

.header .breadcrumbs {
	margin-bottom: 25px;
	font-size: 14px;
}

.header .breadcrumbs a {
	color: #3e7cc0;
}

/*** Footer Styles ***/
.footer {
	margin-top: 60px;
	width: 100%;
	background-color: #3f3f3f;
	padding: 35px 0;
	color: #ffffff;
}

.footer p {
	margin: 0;
}

.footer p a {
	color: #ffffff;
}

.footer p.number {
	white-space: nowrap;
	font-size: 19px;
	font-family: "SegoeUISemiBold", sans-serif;
}

.footer p.rect {
	font-size: 15px;
	color: #969696;
	line-height: 16px;
	margin-bottom: 5px;
}

.footer p .call-me {
	position: relative;
	border-bottom: 1px dashed;
	text-decoration: none;
	font-size: 15px;
	color: #cfcfcf;
}

.footer p .call-me:before {
	content: url('../images/call-me-icon.png');
	position: absolute;
	top: 1px;
	left: -16px;
}

.footer p .call-me:hover {
	border: none;
}

p.dashboard {
	/*  display: inline-block;
   //   background: #7b7b7b;
	  -webkit-border-radius: 25px;
	  -moz-border-radius: 25px;
	  border-radius: 25px;
	 // padding: 8px 20px;
	 text-align: right;
	 margin-bottom: 10px;*/
	text-align: right;
	margin: 3px 0 4px;
	display: none;
}

.mobile_actions p.dashboard {
	margin-right: 10px;
}

p.dashboard a {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	padding: 5px 0 5px 27px;
}

p.dashboard a:before {
	content: url(../images/key-icon.png);
	position: absolute;
	top: 8px;
	left: 7px;
}


.footer p.socials {
	margin-top: 16px;
}

.footer p.socials a {
	width: 20px;
	height: 20px;
	background: url('../images/socials.png');
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.footer p.socials a.vk {
	background-position: 0 0;
}

/*
 .footer p.socials a.fb {
 	background-position: -20px;
 }

 .footer p.socials a.tw {
 	background-position: -40px;
 }

 .footer p.socials a.lj {
 	background-position: -60px;
 }*/

.footer p.socials a.wt {
	background-position: -60px;
}

.footer p.socials a.tg {
	background-position: -20px;
}

.footer p.socials a.yt {
	background-position: -40px;
}

.footer ul li a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

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

.footer .made-in p:first-child {
	text-transform: uppercase;
}

/*** Second Navigation Panel ***/
.main_text .second-nav li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.second-nav li:last-child {
	margin-right: 0;
}

.second-nav li:hover a {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}

.second-nav li.active a {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
	text-decoration: none;
}

.second-nav li a {
	display: block;
	height: 30px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}

.second-nav li a:focus,
.second-nav li a:active {
	background: none;
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
	text-decoration: none;
}

/*** Main Slider ***/
#main-slider {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 446px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #ececec;
	overflow: hidden;
	z-index: 5;
}

#main-slider .slider-items {
	position: relative;
	height: 446px;
	z-index: 10;
}

#main-slider .slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ececec;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #4c4c4c;
	z-index: 10;
}

#main-slider .slider-item > .container-fluid {
	position: relative;
	height: 100%;
}

#main-slider .slider-item .title,
#main-slider .slider-item .text,
#main-slider .slider-item img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#main-slider .slider-item .title,
#main-slider .slider-item .text {
	position: relative;
	z-index: 20;
}

#main-slider .slider-item .title {
	margin-top: 50px;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}

#main-slider .slider-item .title p {
	margin-bottom: 20px;
	font-family: 'SegoeUISemiBold', sans-serif;
	font-size: 48px;
	line-height: 57px;
	color: #151114;
}

#main-slider .slider-item .text {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	font-size: 19px;
	line-height: 22px;
}

#main-slider .slider-item img {
	position: absolute;
}

#main-slider .slider-item img.image-1 {
	z-index: 10;
}

#main-slider .slider-item img.image-2 {
	z-index: 20;
}

#main-slider .slider-item.active {
	z-index: 20;
}

#main-slider .slider-item.active .title,
#main-slider .slider-item.active .text,
#main-slider .slider-item.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

#main-slider .slider-item.active .title {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

#main-slider .slider-item.active .text {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#main-slider .slider-item-334 .image-1 {
	right: 80px;
	bottom: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

#main-slider .slider-item-334 .image-2 {
	left: 500px;
	bottom: 0;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);
}

#main-slider .slider-item-334.active .image-1 {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	transition-duration: 0.75s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

#main-slider .slider-item-334.active .image-2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

#main-slider .slider-item-340 .image-1 {
	right: 0;
	bottom: 0;
}

#main-slider .slider-item-14235 .image-1 {
	right: 0;
	bottom: 0;
}

#main-slider .slider-item-15436 .image-1 {
	right: 0;
	top: 10px;
}

#main-slider .slider-points ul li.item-15436:hover a:before, #main-slider .slider-points ul li.item-15436.active a:before {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 22px;
	height: 22px;
	background: url(/images/seo/ic_b_1_a.png) no-repeat;
	content: '';
}

#main-slider .slider-points ul li.item-15436 a:before {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 22px;
	height: 22px;
	background: url(/images/seo/ic_b_1.png) no-repeat;
	content: '';
}


#main-slider .slider-points ul li.item-14235 a:before {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 22px;
	height: 22px;
	background: url('../images/gift_4960611.svg') no-repeat;
	content: '';
}

#main-slider .slider-item-341 .image-1 {
	bottom: 0;
	right: 65px;
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	transform: translateY(-150px);
}

#main-slider .slider-item-341 .image-2 {
	bottom: 0;
	right: 65px;
	-webkit-transform: translateX(150%);
	-moz-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-o-transform: translateX(150%);
	transform: translateX(150%);
}

#main-slider .slider-item-341.active .image-1 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#main-slider .slider-item-341.active .image-2 {
	-webkit-transition-delay: 1.75s;
	-moz-transition-delay: 1.75s;
	-o-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

#main-slider .slider-points {
	position: absolute;
	bottom: 65px;
	left: 15px;
	height: 46px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px;
	background-color: #ffffff;
	z-index: 15;
}

#main-slider .slider-points ul li {
	float: left;
	margin-right: 8px;
	height: 36px;
}

#main-slider .slider-points ul li:last-child {
	margin: 0;
}

#main-slider .slider-points ul li a {
	display: block;
	position: relative;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 0 12px 0 40px;
	text-decoration: none;
	font-size: 16px;
	color: #151114;
	line-height: 36px;
	-webkit-transition-duration: 0.05s;
	-moz-transition-duration: 0.05s;
	-o-transition-duration: 0.05s;
	transition-duration: 0.05s;
}

#main-slider .slider-points ul li a:before {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 22px;
	height: 22px;
	background: url('../images/slider-icons.png') no-repeat;
	content: '';
}

#main-slider .slider-points ul li:hover a,
#main-slider .slider-points ul li.active a {
	background: #3175c3;
	background: -moz-linear-gradient(top, #3175c3 0%, #266ab7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3175c3), color-stop(100%, #266ab7));
	background: -webkit-linear-gradient(top, #3175c3 0%, #266ab7 100%);
	background: -o-linear-gradient(top, #3175c3 0%, #266ab7 100%);
	background: -ms-linear-gradient(top, #3175c3 0%, #266ab7 100%);
	background: linear-gradient(to bottom, #3175c3 0%, #266ab7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3175c3', endColorstr='#266ab7', GradientType=0);
	color: #ffffff;
}

#main-slider .slider-points ul li.item-334:hover a:before,
#main-slider .slider-points ul li.item-334.active a:before {
	background-position: 0 -22px;
}

#main-slider .slider-points ul li.item-334 a:before {
	background-position: 0 0;
}

#main-slider .slider-points ul li.item-340:hover a:before,
#main-slider .slider-points ul li.item-340.active a:before {
	background-position: -22px -22px;
}

#main-slider .slider-points ul li.item-340 a:before {
	background-position: -22px 0;
}

#main-slider .slider-points ul li.item-341:hover a:before,
#main-slider .slider-points ul li.item-341.active a:before {
	background-position: -44px -22px;
}

#main-slider .slider-points ul li.item-341 a:before {
	background-position: -44px 0;
}

/*** Site Elements Styles***/
.content {
	margin-bottom: 20px;
}

.content.main-content h1 {
	margin: 20px 0;
	font-size: 32px;
}

.content img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 10px 15px 0;
}

.content img:last-child {
	margin-right: 0;
}

.content p.about {
	font-size: 19px;
}

.section--get-sert-instruction {
	width: 100%;
	overflow: hidden;
	height: 191px;
	background: #5a6f96 url('../images/step-instruction-bg.png');
	color: #ffffff;
	position: relative;
	margin: 50px 0;
}

.section--get-sert-instruction.page {
	top: 60px;
}

.section--get-sert-instruction > .container-fluid {
	position: relative;
}

.section--get-sert-instruction p {
	font-size: 17px;
	margin: 10px 0 20px;
}

.section--get-sert-instruction p.title {
	font-family: 'SegoeUIBold', sans-serif;
	font-size: 32px;
	margin-bottom: 12px;
}

.section--get-sert-instruction .form-inline .form-group,
.section--get-sert-instruction .form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.section--get-sert-instruction .envelope {
	position: absolute;
	top: -19px;
	right: 0;
	width: 396px;
	height: 210px;
	background: url('../images/envelope.png') no-repeat;
}

.section--get-sert-instruction button {
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #b26102;
	-moz-box-shadow: 0 3px 0 0 #b26102;
	box-shadow: 0 3px 0 0 #b26102;
	padding: 0 21px;
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	color: #ffffff;
	display: inline-block;
}

.section--get-sert-instruction button:hover {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
}

.section--get-sert-instruction button:active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 3px;
	color: #ffffff;
}

.section--get-sert-instruction button:focus {
	color: #ffffff;
}


.section--get-sert-instruction input {
	margin-right: 15px;
	font-style: italic;
	font-size: 14px;
	padding: 5px 12px;
	width: 255px;
	outline: none !important;
}

.section--get-sert-instruction input:active,
.section--get-sert-instruction input:focus {
	outline: none !important;
}

.section--get-sert-instruction .agreement {
	margin-top: 8px;
}

.section--sert-order-steps img {
	margin: 30px 0 10px;
}

.section--sert-order-steps p.phone {
	font-size: 24px;
	font-family: 'SegoeUISemiBold', sans-serif;
	margin-bottom: 0;
}


.section--sert-order-steps .btn-step_site {
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #b26102;
	-moz-box-shadow: 0 3px 0 0 #b26102;
	box-shadow: 0 3px 0 0 #b26102;
	padding: 0 38px;
	margin-top: 30px;
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	color: #ffffff;
}

.section--sert-order-steps .btn-step_site:hover {
	background: #f0b541;
	background: -moz-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d264), color-stop(100%, #ea971d));
	background: -webkit-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -o-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: -ms-linear-gradient(top, #f6d264 0%, #ea971d 100%);
	background: linear-gradient(to bottom, #f6d264 0%, #ea971d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d264', endColorstr='#ea971d', GradientType=0);
	color: #ffffff;
}

.section--sert-order-steps .btn-step_site:active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 3px;
	color: #ffffff;
}

.section--sert-order-steps .btn-step_site:focus {
	color: #ffffff;
}

.section--sert-order-steps .btn-step_phone {
	margin-top: 20px;
	padding: 0 38px;
}

.section--sertifications-types .sertifications-types-item {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.section--sertifications-types .sertifications-types-item img {
	border: 1px #bbbbbb solid;
	margin-bottom: 5px;
	width: 60%;
}

.section--sertifications-types .sertifications-types-item p {
	width: 100%;
}

.section--product-sertification ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.section--product-sertification ul li:last-child {
	margin: 0;
}

.section--single-sertificate {
	margin-bottom: 20px;
}

.section--single-sertificate h1 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.section--single-sertificate img {
	max-width: 100%;
}

.section--single-sertificate p, .section--single-sertificate ul, .section--single-sertificate ol {
	font-size: 15px;
}

.section--single-sertificate ul li {
	/*list-style-type: disc;*/
	list-style-type: none;
	list-style-image: url("/images/1/галка.png");
}

.section--single-sertificate ol {
	margin-left: 16px;
}

.section--single-sertificate ol li {
	margin-bottom: 2px;
}


.section--single-sertificate p.title {
	font-family: 'SegoeUIBold', sans-serif;
	font-size: 26px;
}

.section--single-sertificate a.link_back {
	color: #055fbb;
	border: 0;
	outline: none !important;
	border-bottom: 1px solid;;
	position: relative;
	top: 20px;
	margin-left: 15px;
	height: auto;
	background: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.section--single-sertificate a.link_back:before {
	position: absolute;
	top: 1px;
	left: -12px;
	content: url(../images/back-icon.png);
}

.section--single-sertificate button:not(.b24-form-btn) {
	margin-top: 30px;
	background: #f5ab3c;
	background: -moz-linear-gradient(top, #ee9220 0%, #fbc357 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee9220), color-stop(100%, #fbc357));
	background: -webkit-linear-gradient(top, #ee9220 0%, #fbc357 100%);
	background: -o-linear-gradient(top, #ee9220 0%, #fbc357 100%);
	background: -ms-linear-gradient(top, #ee9220 0%, #fbc357 100%);
	background: linear-gradient(to bottom, #ee9220 0%, #fbc357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee9220', endColorstr='#fbc357', GradientType=0);
	height: 35px;
}

.section--single-sertificate button.ask-question {
	color: #055fbb;
	border: 0;
	outline: none !important;
	border-bottom: 1px dashed;
	position: relative;
	top: 20px;
	margin-left: 128px;
	height: auto;
	background: none;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.section--single-sertificate button.ask-question:active,
.section--single-sertificate button.ask-question:focus {
	outline: none !important;
}

.section--single-sertificate button.ask-question:before {
	position: absolute;
	top: 3px;
	left: -21px;
	content: url(../images/ask-q-icon.png);
}

.section--single-sertificate button.zakaz_sert_vn {
	margin-left: 110px;
	padding: 0 45px;
	margin-top: 38px;
}

.section--single-sertificate table {
	margin-bottom: 25px;
}

.section--clients img {
	margin-right: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.section--clients img:last-child {
	margin: 0;
}

.sidebar-item {
	margin-bottom: 55px;
}

.sidebar-item p {
	font-size: 15px;
}

.sidebar-item img {
	max-width: 100%;
	margin-bottom: 10px;
}

.sidebar-item span {
	font-size: 16px;
}

.sidebar-item .btn {
	margin-top: 15px;
	padding: 0 40px;
	height: 36px;
}

.sidebar-item:first-child {
	position: relative;
	background: url(../images/calc-fon.png) no-repeat -185px -135px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 70px 30px 40px;
	border: 3px #5a8ece solid;
}

.sidebar-item:first-child .title {
	font-size: 23px;
	font-family: 'SegoeUISemiBold', sans-serif;
	margin: 10px 0;
	line-height: 25px;
	border-bottom: 1px #dadada solid;
	padding-bottom: 15px;
}

.sidebar-item:first-child:after {
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 13px;
	background: url('../images/sidebar-item-shadow.png') center no-repeat;
	content: '';
}

.sidebar-item.d-fixed-sidebar {
	top: 42px;
	position: fixed;
	z-index: 2;
	width: 370px;
	background: #fff url(/bitrix/templates/gsg/assets/stylesheets/../images/calc-fon.png) no-repeat -185px -135px;
}

.sidebar-item:last-child {
	margin: 0;
}

.sidebar-item.main-form {
	margin-top: 30px;
}

.sidebar-item.main-form .main-calculator p {
	font-size: 19px;
	font-family: 'SegoeUISemiBold', sans-serif;
	margin: 15px 0 9px 0;
}

.sidebar-item.main-form .main-calculator select {
	max-width: 100%;
}

.sidebar-item.main-form .main-calculator .chosen-container {
	width: 100% !important;
	font-size: 16px;
}

.sidebar-item.main-form .main-calculator .chosen-container.chosen-with-drop .chosen-single div b {
	border-top: none;
	border-bottom: 6px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar-item.main-form .main-calculator .chosen-container .chosen-single {
	height: 33px;
	background: none;
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	z-index: 0;
}

.sidebar-item.main-form .main-calculator .chosen-container .chosen-single span {
	line-height: 33px;
	font-size: 17px;
}

.sidebar-item.main-form .main-calculator .chosen-container .chosen-single div b {
	margin-top: 12px;
	width: 0;
	height: 0;
	background: none;
	border-top: 6px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
}

.sidebar-item.main-form .main-calculator .chosen-container .chosen-drop {
	width: auto;
	margin: 0 10px;
}

.sidebar-item.main-form .main-calculator .chosen-container .chosen-results li.highlighted {
	background: #cccccc;
}

.sidebar-item.main-form .main-calculator label {
	margin-left: 8px;
	font-weight: normal;
	font-size: 15px;
}

.sidebar-item.main-form .main-calculator input[type='radio'] {
	position: relative;
	width: 19px;
	height: 19px;
}

.sidebar-item.main-form .main-calculator input[type='radio']:checked:after {
	background-position: -2px -24px;
}

.sidebar-item.main-form .main-calculator input[type='radio']:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	content: '';
	z-index: 5;
}

.sidebar-item.main-form .main-calculator input[type='radio']:after {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/radio-icons.png) -2px -2px #ffffff;
	content: '';
	/* z-index: 10;*/
	z-index: 7;
}

.sidebar-item .blank,
.sidebar-item .sample {
	padding-left: 50px;
}

.sidebar-item .blank p,
.sidebar-item .sample p {
	margin: 0;
}

.sidebar-item .blank span,
.sidebar-item .sample span {
	color: #8e8e8e;
	position: relative;
	top: -7px;
}

.sidebar-item .blank {
	background: url('../images/blank-icon.png') no-repeat left center;
	margin-bottom: 20px;
}

.sidebar-item .sample {
	background: url('../images/sample-icon.png') no-repeat left center;
}

.single-sertificate-info div {
	margin-bottom: 50px;
}

.single-sertificate-info div.with-image img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 15px;
}

.single-sertificate-info div.with-image img:last-child {
	margin: 0;
}

.single-sertificate-info div ul li,
.single-sertificate-info div ol li {
	list-style-position: inside;
	margin-bottom: 8px;
}

.single-sertificate-info div ul li:first-child,
.single-sertificate-info div ol li:first-child {
	margin-top: 10px;
}

.single-sertificate-info div ul li:last-child,
.single-sertificate-info div ol li:last-child {
	margin: 0;
}

.single-sertificate-info div ul li {
	list-style-type: disc;
}

.single-sertificate-info div:last-child {
	margin: 0;
}

.list-toggle {
	margin: 15px auto;
}

.list-toggle h4 {
	margin: 0;
}

.list-toggle ul {
	list-style: none;
}

.list-toggle ul li {
	display: block;
	float: left;
	margin-right: 15px;
	height: 31px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.list-toggle ul li:hover a {
	border: none;
}

.list-toggle ul li:active,
.list-toggle ul li:focus {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
}

.list-toggle ul li:active a,
.list-toggle ul li:focus a {
	color: #ffffff;
}

.list-toggle ul li.active {
	background: #db8727;
	background: -moz-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d37203), color-stop(100%, #e29b4a));
	background: -webkit-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -o-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: -ms-linear-gradient(top, #d37203 0%, #e29b4a 100%);
	background: linear-gradient(to bottom, #d37203 0%, #e29b4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d37203', endColorstr='#e29b4a', GradientType=0);
	color: #ffffff;
}

.list-toggle ul li.active.to-compact a:before {
	background-position: 0 0;
}

.list-toggle ul li.active.to-extend a:before {
	background-position: 0 0;
}

.list-toggle ul li.active a {
	color: #ffffff;
}

.list-toggle ul li a {
	position: relative;
	display: block;
	height: 32px;
	padding: 0 10px 0 30px;
	text-decoration: none;
	line-height: 28px;
	color: #055fbb;
}

.list-toggle ul li.to-compact a {
	position: relative;
}

.list-toggle ul li.to-compact a:before {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 14px;
	height: 19px;
	background: url('../images/map-to-compact-icon.png') -14px 0 no-repeat;
	content: '';
}

.list-toggle ul li.to-extend a {
	position: relative;
}

.list-toggle ul li.to-extend a:before {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 14px;
	height: 19px;
	background: url('../images/all-quest-icon.png') -14px 0 no-repeat;
	content: '';
}

#map {
	display: none;
	margin-top: 25px;
	width: 100%;
	height: 400px;
}

hr {
	margin: 40px 0 20px;
}

/*** Footer Styles ***/
/*
.footer {.w100; background:#3f3f3f; padding:25px 0 45px; margin-top:60px; color:@white;
        p {margin:0;
                a {color:@white;}
                &.number {font-size:19px; font-family: "SegoeUISemiBold", sans-serif;}
                &.rect {font-size:14px; color:#969696; line-height:16px; margin-bottom:10px;}
                a.call-me {font-size:15px; color:#cfcfcf; text-decoration:none; border-bottom:1px dashed; .relative;
                        &:before {content:url('../images/call-me-icon.png'); .absolute; top:1px; left:-16px;}
                        &:hover {border:none;}
                }
                &.dashboard {display:inline-block; background:#7b7b7b; .rounded(25px); padding: 8px 20px; margin-bottom:10px;
                        a {font-size:15px; margin-bottom:15px; .acenter; .relative; padding-left:22px;
                                &:before {content:url('../images/key-icon.png'); .absolute; top:1px; left:0;}
                        }
                }
                &.socials {margin-top:16px;
                        a {width:20px; height:20px; background:url('../images/socials.png'); display:inline-block; .relative; top:5px; margin-left:5px;
                                &.vk {background-position:0 0;}
                                &.fb {background-position:-20px ;}
                                &.tw {background-position:-40px ;}
                                &.lj {background-position:-60px ;}
                        }
                }
        }
        ul { margin-bottom: 0;
                li {margin-bottom:5px;
                        &:last-child {margin:0;}
                        a {color:@white; font-size:15px;}
                }
        }
        .phone {.aright;}
        .made-in {
                p {
                        &:first-child {text-transform:uppercase;}
                }
        }
}
*/
.list--with-icons .list-item {
	margin-bottom: 35px;
	position: relative;
	padding-left: 80px;
}

.list--with-icons .list-item .icon {
	position: absolute;
	width: 65px;
	height: 70px;
	top: 0;
	left: 0;
}

.list--with-icons .list-item p {
	margin: 5px 0 0 0;
}

.list--with-icons .list-item p a {
	font-size: 17px;
	font-family: 'SegoeUISemiBold', sans-serif;
}

.list--with-icons .page-list-item {
	margin-bottom: 60px;
	position: relative;
	padding-left: 108px;
}

.list--with-icons .page-list-item .icon {
	position: absolute;
	width: 92px;
	height: 88px;
	top: 0;
	left: 0;
}

.list--with-icons .page-list-item p {
	margin: 5px 0 0;
	font-size: 17px;
}

.list--with-icons .page-list-item p a {
	font-size: 19px;
	font-family: 'SegoeUISemiBold', sans-serif;
}

hr {
	margin: 0 auto;
}

.nav_toggle {
	display: none;
}

div.news-detail img.detail_picture {
	height: auto;
	max-width: 100%;
}

.caret {
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #0054fb transparent transparent transparent;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#contacts-list .dropdown-toggle:hover .caret {
	border-color: #c08139 transparent transparent transparent;
}

.header_mobile {
	display: none;
}

.ball {
	border: 3px solid #338fd1;
	border-radius: 5px;
	height: 243px;
	width: 289px;
	padding: 15px 30px;
	position: relative;
	right: 0px;
	background: #fff;
}

.ball .top_ball {
	color: #2b72bf;
	font-weight: bold;
	font-size: 63px;
}

.ball .n {
	font-weight: bold;
	font-size: 19px;
}

.ball .prev_text {
	font-size: 16px;
	margin-top: 20px;
}

.lk {
	position: relative;
	padding-bottom: 140px !important;
}

.container-fluid .lk table tbody tr td {
	border: 0px solid #ccc;
	padding: 10px 10px;
}

.lk .h1 {
/ / text-transform: uppercase;
	margin-top: 0px;
}

.lk .h1 .outh {
	text-transform: none;
	font-size: 17px;
	font-family: 'SegoeUIRegular', Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	line-height: 1px;
}

.lk .tt {
	font-weight: bold;
	font-size: 27px;
}

div.bx-auth p {
	text-align: center;
}

.container-fluid .lk table tbody tr .btn {
	line-height: 27px;
	text-decoration: none;
	display: none;
}

.container-fluid .lk table tbody tr {
	margin-bottom: 10px;
	display: block;
}

.container-fluid .lk table tbody tr:hover {
	background: #f0f0f0;
}

.container-fluid .lk table tbody tr:hover .btn {
	display: block;
	padding: 0px;
	margin-top: -3px;
	height: 27px;
}

.cert-name {
	text-align: center;
	min-height: 72px;
	margin-top: 50px;
}

.outh.btn {
	text-decoration: none;
	padding-top: 9px;
	position: absolute;
	z-index: 21;
	right: 15px;
}

.ur {
/ / position: absolute;
	top: -35px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.lk_fancybox {
	background: url(../images/icon_lk_n.png) no-repeat 10px 8px !important;
	display: block;
	text-decoration: none;
	border-left: 1px solid #dbdbdb;
	padding: 0px 8px;
	border-right: 1px solid #dbdbdb;
}

.lk_fancybox span {
	text-align: left;
	margin-left: 35px;
	display: block;
	font-size: 12px;
}

.lk_f .modal-content {
	background: url(../images/lk_form.png) no-repeat;
	width: 513px;
	height: 365px;
}

.lk_f.new .modal-content {
	background: url(../images/form_lk2.png) no-repeat;
	width: 513px;
	height: 365px;
}

@media (min-width: 768px) {

	.lk_f .modal-sm {
		width: 563px;
	}
}

.lk_f .close {
	position: absolute;
	top: 18px;
	right: 16px;
	margin: 0;
	height: 25px;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.lk_f .pr_text {
	position: absolute;
	bottom: 70px;
	font-size: 14px;
	color: #9b9b9b;
	left: 134px;
}

@media (max-width: 768px) {
	div.bx-auth {
		height: 554px;
		margin-top: 16px;
		margin-bottom: 24px;
		background: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/a_form_bg.png) no-repeat;
		margin: auto;
		padding: 22px 30px;
		position: relative;
		background-size: 100%;
		width: 100%;
	}

	div.bx-auth input.bx-auth-input {
		width: 229px;
	}

	div.bx-auth-title {
		font-size: 22px;
		font-weight: bold;
		padding-bottom: 0px;
	}

	div.bx-auth .r {
		background: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/p_i.png) no-repeat;
		width: 156px;
		height: 170px;
		position: absolute;
		top: -152px;
		right: 11px;
		background-size: 85%;
	}

	div.bx-auth .l {
		background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/l_p.png);
		width: 134px;
		height: 174px;
		position: absolute;
		top: -151px;
		left: 36px;
		z-index: -2;
	}

	.header_mobile .mobile_logoblock {
		padding: 18px 0;
		background: #fff;
		box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.16);
		z-index: 9;
		position: relative;
	}

	Н
	div.bx-auth .col-md-1, div.bx-auth .col-md-10, div.bx-auth .col-md-11, div.bx-auth .col-md-12, div.bx-auth .col-md-2, div.bx-auth .col-md-3, div.bx-auth .col-md-4, div.bx-auth .col-md-5, div.bx-auth .col-md-6, div.bx-auth .col-md-7, div.bx-auth .col-md-8, div.bx-auth .col-md-9 {
		float: left;
	}

	div.bx-auth .col-md-6 {
		width: 50%;
	}

	div.bx-auth input.bx-auth-input.pass {
		width: 95px;
	}

	div.bx-auth .col-md-5 {
		width: 41.66666667%;
	}

	div.bx-auth .col-md-7 {
		width: 58.33333333%;
	}

	div.bx-auth.bx-auth input[type=submit] {
		padding: 0 21px;
	}

	.lk_f .modal-content {
		background: url(../images/lk_form.png) no-repeat;
		width: 375px;
		height: 265px;
		background-size: contain;
	}

	.lk_f .pr_text {
		position: absolute;
		font-size: 14px;
		color: #9b9b9b;
		left: 74px;
		bottom: 51px;
	}

	.outh.btn {
		text-decoration: none;
		padding-top: 9px;
		position: absolute;
		z-index: 21;
		right: -40px;
		top: 27px;
	}

	.container-fluid .lk table tbody tr td:nth-child(2) {
		display: none;
	}

	/*	.container-fluid {
			width: 320px;
		}*/
	.ball {
		position: relative;
		top: 40px;
	}

	.ball .ur {
		position: absolute;
		top: -35px;
		font-weight: bold;
		left: 0px;
	}

	.container-fluid .lk table tbody tr td {
		/*padding: 0;*/
	}

	.container-fluid .lk table tbody tr td:nth-child(3) {
		width: 150px;
		display: block;

	}

	.container-fluid .lk table tbody tr:hover .btn {
		display: block;
		padding: 0px;
		margin-top: 10px;
		height: 27px;
		margin-bottom: 15px;
	}

}

/*Insaf 03.04*/
.clients__title {
	font-family: 'SegoeUIBold', sans-serif;
	line-height: 1.1;
	font-size: 19px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.clients__desk {
	color: #7f7f7f;
	font-size: 13px;
}

.clients-item {
	width: 270px;
	box-sizing: border-box;
	margin-bottom: 55px;
	margin-right: 20px;
}

.clients__img-wrapper {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background: url('img/Group1.svg') no-repeat center;
	position: relative;
	cursor: pointer;
}

.clients__img-wrapper:before {
	content: '';
	position: absolute;
	top: 30%;
	left: 34%;
	background: url('img/Group1.svg') no-repeat center;
	width: 100px;
	height: 100px;
}

.clients__img-wrapper img {
	height: 100%;
	width: 100%;
	border-radius: 15px;
}

.clients-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.footer-form {
	background: #246bb8;
	color: #fff;
	padding-top: 35px;
	/*padding-bottom: 65px;*/
	padding-bottom: 66px;
	position: relative;
	z-index: 1;
}

.footer-form.sertificat-form {
	background: url("/images/1/баннер.png") no-repeat;
	background-size: cover;
}

.footer-form__title {
	color: #fff;
}

h3.footer-form__title {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0 9px 0;
}

.footer-form__desk {
	font-size: 22px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

.footer-form__desk--small {
	font-size: 16px;
	margin-bottom: 50px;
}

.footer-form .footer-form__input {
	width: 270px;
	height: 50px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	color: #000;
	border: none;
	box-shadow: -5px -4px 23px -5px rgba(0, 0, 0, 0.45);
	margin-right: 20px;
	margin-bottom: 20px;
}

.footer-form__btn {
	width: 270px;
	height: 50px;
	border-radius: 5px;
	font-size: 20px;
}

.footer-form__input-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.footer-form__bg-img {
	position: absolute;
	/*top: -36px;*/
	top: -56px;
	right: 291px;
}

.footer-form__bg-img-video {
	position: absolute;
	top: 124px;
	right: 210px;
}

.footer-form__bg-img-sert {
	position: absolute;
	top: -10px;
	right: 15px;
	/*max-height: 320px;*/
	max-height: 219px;
	-webkit-box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, 0.4);
}

.blockPrice {
	background: #fff;
	color: #cb333d;
}

.blockPrice span {
	color: #d2383f;
	font-weight: bold;
}

.blockPrice {
	background: url("/images/1/Эллипс 2_5312152.png") no-repeat;
	width: 103px;
	height: 106px;
	position: absolute;
	top: 32%;
	right: 165px;
	text-align: center;
	padding-top: 2%;
	z-index: 10;
}

.footer-form__input-wrapper label {
	margin-left: 15px;
	font-weight: bold;
}

.footer-form form {
	position: relative;
	z-index: 10;
}

.title__desk {
	font-size: 19px;
	/*font-family: 'SegoeUISemiBold', sans-serif;*/
	margin-bottom: 40px;
}

.sertif__img-wrapper img {
	width: 50px;
	height: 65px;
}

.sertif__img-wrapper {
	margin-bottom: 10px;
	margin-right: 20px;
}

.sertif__item {
	margin-right: 40px;
	/*width: 280px;*/
	width: 320px;
	font-size: 14px;
	/* height: 95px;*/
	display: flex;
	align-items: center;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.sertif__wrapper {
	display: flex;
	flex-wrap: wrap;
	/*margin-bottom: 100px;*/
}

.stop__title {
	font-size: 30px;
	margin-bottom: 10px;
}

.stop__title--orange {
	color: #fff;
	background: #ee9220;
	padding: 5px;
}

.stop__desk {
	margin-top: 20px;
	font-size: 19px;
	font-family: 'SegoeUISemiBold', sans-serif;
	max-width: 425px;
}

#modal-stop .stop__input {
	width: 270px;
	height: 50px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	color: #000;
	border: none;
	box-shadow: none;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;

}

#modal-stop .stop__input:focus {
	border: 1px solid #b6d1ef;
}

.modal-stop {
	min-width: 320px !important;
	width: auto !important;
	max-width: 760px !important;
	position: relative;
}

.stop__body .footer-form__btn {
	margin-bottom: 60px;
}

.stop__bg-img {
	position: absolute;
	/*    top: -10px;
		right: -155px;*/
	top: -140px;
	right: -75px;
}

#modal-stop .modal-content {
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(248, 248, 248, 1) 50%) !important;
	border-radius: 20px;
}

#modal-stop .modal-header .close {
	position: absolute;
	top: 15px;
	right: 15px;
}

/*================================*/

header.header nav.navbar ul.nav {
	position: relative;
}

header.header nav.navbar ul.nav li.nav_parent_menu {
	position: initial;
	height: 38px;
}

header.header nav.navbar ul.nav li.nav_parent_menu:after {
	content: "▾";
	font-size: 12px;
	color: #fff;
}

header.header nav.navbar ul.nav li.nav_parent_menu:hover {
	background-color: #1F5EA4;
	border-radius: 5px 5px 0 0;
}

header.header nav.navbar ul.nav li.nav_parent_menu:hover .nav_item_menu {
	display: block !important;
	position: absolute;
	top: 38px;
	/* left: -25%; */
	left: 0;
	z-index: 999;
	background: #fff;
	height: 380px; /*320*/
	width: auto;
	/* width: 1131px; */
	/* padding:  10px 16px; */
	/* overflow: hidden;
	background: url(/bitrix/templates/gsg/assets/stylesheets/img/hr-menu.png) no-repeat 306px #fff; */
	border-radius: 5px;
	/* padding-top:9px; */
}


/*@media (min-width: 1024px) and (max-width: 1240px) {

	header.header nav.navbar ul.nav li.nav_parent_menu:hover .nav_item_menu {

		-webkit-column-count: 3;
		-ms-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

}*/

header.header .navbar-default > ul > li {
	margin: 0;
	padding: 0 26px;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li {
	width: 290px;
	margin-left: 0;
	color: #000;
	float: none;
	position: relative;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 7px;
	padding: 10px 10px;
	background: url(/bitrix/templates/gsg/assets/stylesheets/img/arr.png) no-repeat 50%;
	float: right;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 {
	/* padding: 9px 0; */
	padding: 9px 16px;
	background: url(/bitrix/templates/gsg/assets/stylesheets/img/border-menu.png) no-repeat bottom right;
	font-size: 15px;

}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:first-child {
	padding-top: 9px;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:last-child {
	background: none;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:hover {
	color: #cf3236;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 ul {
	display: none;
	font-weight: initial;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 ul a {
	color: #000;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:hover ul {
	display: block;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2.d-hover {
	color: #cf3236;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2.d-hover ul {
	display: block;
}

/*header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(1) ul {
	display: block;
}*/
header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(1):hover ul {
	display: block !important;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 ul {
	/* width: 730px; */
	width: auto;
	/* height: 360px; *//*320*/
	height: auto;
	position: absolute;
	top: 0;
	/* left: 305px; */
	left: 290px;
	background: transparent;
	padding: 0px 0 9px 30px;
	-webkit-column-count: 2;
	-ms-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	background: #e8e8e8;
	border-radius: 5px;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li:not(.nav_parent2) {
	width: 295px;
	padding-left: 20px;
	margin: 7px 0;
	position: relative;
	overflow: hidden;
}

/* header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 ul */


header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(2) .nav_item_menu2,
header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(4) .nav_item_menu2,
header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(6) .nav_item_menu2,
header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(7) .nav_item_menu2,
header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2:nth-child(8) .nav_item_menu2 {
	column-count: 1;

}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li:not(.nav_parent2):before {
	position: absolute;
	top: 7px;
	left: 0px;
	content: "·";
	color: #898989;
	font-size: 50px;
	line-height: 0px;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li a {
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 ul a:hover {
	color: #cf3236;
}

/*===================*/

.nav_open .header_mobile .navbar-default {
	overflow-y: scroll;
}

.nav_open .header_mobile .navbar-default > ul {
	position: relative;
	top: 42px;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial;
}


.nav_open .header_mobile .navbar-default li.nav_parent_menu {
	position: relative;
}

.nav_open .header_mobile .navbar-default li.nav_parent_menu:before {
	content: '';
	width: 22px;
	height: 20px;
	background: url('/bitrix/templates/gsg/assets/stylesheets/img/arr3.png');
	position: absolute;
	right: -40px;
	top: 5px;
	cursor: pointer;
}


.nav_open .header_mobile .navbar-default li.nav_parent_menu .nav_item_menu {
	display: block !important;
	padding-left: 20px;
}

.nav_open .header_mobile .navbar-default .nav_parent2 {
	color: #fff;
	font-size: 14px;
	position: relative;
	margin: 15px 0;
}

.nav_open .header_mobile .navbar-default .nav_parent2:first-child {
	margin-top: 5px;
}

.nav_open .header_mobile .navbar-default .nav_parent2 .nav_item_menu2 {
	display: none;
}

.nav_open .header_mobile .navbar-default .nav_parent2.nav_open_men .nav_item_menu2 {
	display: block !important;
	padding-left: 40px;
	margin: 35px 0 25px;
}

.nav_open .header_mobile .navbar-default .nav_parent2.nav_open_men .nav_item_menu2 li {
	margin: 17px 0;
	position: relative;
}

.nav_open .header_mobile .navbar-default .nav_parent2.nav_open_men .nav_item_menu2 li:before {
	position: absolute;
	top: 5px;
	left: -15px;
	content: "·";
	color: #7f7f7f;
	font-size: 40px;
	line-height: 0px;
}

.nav_open .header_mobile .navbar-default .nav_parent2.nav_open_men .nav_item_menu2 li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	line-height: 16px;
	/*color: #7f7f7f;*/
	color: #fff;
}

/*.nav_open .header_mobile .navbar-default li{
	font-weight: bold;
}*/

.nav_open .header_mobile .navbar-default li.nav_parent2:before {
	content: '';
	width: 22px;
	height: 20px;
	background: url('/bitrix/templates/gsg/assets/stylesheets/img/arr3.png');
	position: absolute;
	right: -40px;
	top: 0px;
	cursor: pointer;
	transform: rotate(90deg);
}

.nav_open .header_mobile .navbar-default li.nav_parent2.nav_open_men:before {
	background: url('/bitrix/templates/gsg/assets/stylesheets/img/arr3.png');
	transform: rotate(0deg);
}

@media (max-width: 400px) {
	.nav_open .header_mobile .navbar-default li.nav_parent_menu:before {
		right: -40px;
	}

	.nav_open .header_mobile .navbar-default li.nav_parent2:before {
		right: -40px;
	}
}

/*===================*/


.slide-detail-link {
	background-color: #266bb8;
	position: relative;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	display: block;
	color: #fff;
	width: 160px;
	height: 38px;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	margin-top: 20px;
	font-size: 0.8em;

}

.slide-detail-link:hover, .slide-detail-link:active, .slide-detail-link:visited {
	background-color: #266bb8 !important;
	text-decoration: none !important;
	color: #fff;
}

.slide-detail_a {
	display: inline-block;
	margin-top: 10px;
	width: 160px;
	font-size: 16px;
}

/* Start:/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?14867175913048*/
div.bx-auth {
	width: 388px;
	height: 554px;
	margin-top: 16px;
	margin-bottom: 24px;
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/a_form_bg.png);
	margin: auto;
	padding: 55px 30px;
	position: relative;
}

div.bx-auth .l {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/l_p.png);
	width: 134px;
	height: 174px;
	position: absolute;
	top: -151px;
	left: 77px;
	z-index: -2;
}

div.bx-auth .r {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/p_i.png);
	width: 161px;
	height: 174px;
	position: absolute;
	top: -151px;
	right: 77px;
}

div.bx-auth input.bx-auth-input {
	width: 300px;
	border-radius: 10px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.bx-auth input.bx-auth-input.pass {
	width: 150px;
}

div.bx-auth input.bx-auth-input:focus {
	border-color: #ffa71b;
}

input[type='password'] {
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	color: #b2b2b2;
	z-index: 0;
}

div.bx-auth form {
	padding: 0;
	margin: 0;
}

div.bx-auth-line {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
}

div.bx-auth-title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 12px;
}

div.bx-auth-note {
	margin: 18px 0px 6px 0px;
}

td.bx-auth-label {
	text-align: right;
	font-weight: bold;
}

table.bx-auth-table {
	margin-top: 8px;
}

table.bx-auth-table td {
	padding: 3px;
}

div.bx-auth input.bx-auth-input {
	vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
	background-color: #FFFAE3;
	border: 1px solid #DEDBC8;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);
}

.bx-auth input[type=submit] {
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #b26102;
	-moz-box-shadow: 0 3px 0 0 #b26102;
	box-shadow: 0 3px 0 0 #b26102;
	padding: 0 34px;
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	display: inline-block;
	outline: none !important;
	border: none;
	height: 50px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 32px;
	font-size: 19px;
	line-height: 15px;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?14867175913048 */

/* Start:/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/style.css?14871583893578*/
div.bx-auth input.bx-auth-input {
	vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
	background-color: #FFFAE3;
	border: 1px solid #DEDBC8;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec-unlocked.png);
}

div.bx-auth {
	width: 388px;
	height: 634px;
	margin-top: 16px;
	margin-bottom: 24px;
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/a_form_b1g.png);
	margin: auto;
	padding: 55px 30px;
	position: relative;
}

div.bx-auth .l {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/l_p.png);
	width: 134px;
	height: 174px;
	position: absolute;
	top: -151px;
	left: 77px;
	z-index: -2;
}

div.bx-auth .r {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/.default/images/p_i.png);
	width: 161px;
	height: 174px;
	position: absolute;
	top: -151px;
	right: 77px;
}

div.bx-auth input.bx-auth-input {
	width: 300px;
	border-radius: 10px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.bx-auth input.bx-auth-input.pass {
	width: 150px;
}

div.bx-auth input.bx-auth-input:focus {
	border-color: #ffa71b;
}

input[type='password'] {
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	color: #b2b2b2;
	z-index: 0;
}

div.bx-auth form {
	padding: 0;
	margin: 0;
}

div.bx-auth-line {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
}

div.bx-auth-title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 12px;
}

div.bx-auth-note {
	margin: 18px 0px 6px 0px;
}

td.bx-auth-label {
	text-align: right;
	font-weight: bold;
}

table.bx-auth-table {
	margin-top: 8px;
}

table.bx-auth-table td {
	padding: 3px;
}

div.bx-auth input.bx-auth-input {
	vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
	background-color: #FFFAE3;
	border: 1px solid #DEDBC8;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
	background-image: url(/bitrix/templates/.default/components/bitrix/system.auth.registration/.default/images/sec-unlocked.png);
}

.bx-auth input[type=submit] {
	border-top: none;
	margin-top: 5px;
	-webkit-box-shadow: 0 3px 0 0 #b26102;
	-moz-box-shadow: 0 3px 0 0 #b26102;
	box-shadow: 0 3px 0 0 #b26102;
	padding: 0 34px;
	background: #f3aa3c;
	background: -moz-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c158), color-stop(100%, #ee9220));
	background: -webkit-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -o-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: -ms-linear-gradient(top, #f7c158 0%, #ee9220 100%);
	background: linear-gradient(to bottom, #f7c158 0%, #ee9220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c158', endColorstr='#ee9220', GradientType=0);
	display: inline-block;
	outline: none !important;
	border: none;
	height: 50px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 32px;
	font-size: 19px;
	line-height: 15px;
}

div.bx-auth input.bx-auth-input.error {
	border: 1px solid red;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.auth.registration/.default/style.css?14871583893578 */

/*--- New style ---*/
.sert_consult .sert_consult_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 30px;
}

.sert_consult .form-group {
	width: 250px;
}

.sert_consult label {
	font-size: 16px;
}

.sert_consult .btn {
	width: 100%;
}

.sert_consult .agreement {
	margin: 22px 0 25px;
	font-size: 14px;
	line-height: 15px;
	color: #929292;
}

.sert_consult .form_error {
	margin: 20px 0;
	color: #23527c;
}

.sort_sertif_block .title {
	display: block;
	margin: 35px 0;
	font-size: 18px;
	font-weight: bold;
}

.sort_sertif_block .sort_item {
	display: inline-block;
	width: 330px;
	padding: 165px 0 35px 15px;
	margin: 0 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.sort_sertif_block .sort_item:first-child {
	margin-left: 0;
}

.sort_sertif_block .sort_item:last-child {
	margin-right: 0;
}

.sort_sertif_block .sort-alf {
	background: url(../images/sort-alf.png) no-repeat 15px 25px;
}

.sort_sertif_block .sort-param {
	background: url(../images/sort-param.png) no-repeat 15px 25px;
}

.sort_sertif_block .sort_item:hover {
	color: #cd3136;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(210, 210, 210, 1);
	-moz-box-shadow: 1px 1px 10px 2px rgba(210, 210, 210, 1);
	box-shadow: 1px 1px 10px 2px rgba(210, 210, 210, 1);
}

.sort_sertif_block .sort-alf:hover {
	background: url(../images/sort-alf_hover.png) no-repeat 15px 25px;
}

.sort_sertif_block .sort-param:hover {
	background: url(../images/sort-param_hover.png) no-repeat 15px 25px;
}

.sert_modal_cont {
	position: relative;
	background: url(../images/form_present_bg.png) no-repeat 660px 60px;
}

.sert_modal_cont.d-no-gift {
	background: none;
}

.sert_modal_cont.d-no-gift .footer-form__desk {
	display: none;
}

.section--videoblog {
	width: 100%;
	overflow: hidden;
	background: url(../images/videoblog_bg.png) no-repeat 45% -8px;
	position: relative;
	margin: 45px 0;
}

.section--videoblog .container-fluid {
	overflow: hidden;
}

.section--videoblog .section--videoblog_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section--videoblog p {
	margin-top: 26px;
	margin-bottom: 17px;
	font-size: 17px;
	font-weight: bold;
	line-height: 16px;
}

.section--videoblog a {
	font-weight: bold;
	color: #c92e32;
}

.section--videoblog a:hover {
	color: #c92e32;
}

.section--videoblog .title {
	position: relative;
	top: -20px;
}

.section--videoblog .title_first {
	display: block;
	font-size: 43px;
	font-weight: bold;
	color: #0a5699;
}

.section--videoblog .title_second {
	display: inline-block;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	background: #c92e32;
	padding: 0 7px 9px;
}

.section--videoblog .yt_videos {
	margin: 10px -5px;
}

.sert_modal_cont .sert_modal {
	width: 795px;
}

.sert_modal_cont .footer-form__desk--small {
	margin-bottom: 30px;
}

.sert_modal_cont .sert_modal .btn {
	margin-top: 25px;
}

.footer .number a,
.footer .roistat-phone a {
	color: #fff;
	font-size: 23px;
	text-decoration: none;
}

.footer a.email {
	display: inline-block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 15px;
}

.footer p.site_name {
	display: inline-block;
	margin: 25px 0 0;
	font-size: 15px;
	text-transform: uppercase;
}

.footer_menu {
	margin: 0;
}

.footer .footer-address {
	font-size: 16px;
}

.footer .search-form {
	margin-top: 10px;
}

.footer .sitemap {
	margin-top: 0px;
	text-align: left;
}

.footer .sitemap a {
	text-decoration: underline;
}

.footer .sitemap a:hover {
	text-decoration: none;
}

.modal .agreement {
	margin: 5px 0 25px;
	font-size: 14px;
	line-height: 15px;
	color: #929292;
}

.starrequired {
	color: #cd3135;
}

.topUp {
	display: none;
	position: fixed;
	background: url(../images/topUp.png) no-repeat;
	/*right: 75px;
	bottom: 75px;*/
	/*right: 62px;
	bottom: 140px;*/
	left: 50px;
	bottom: 60px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.bg_menu {
	position: absolute;
	background: rgba(50, 50, 50, 0);
	height: 100%;
	width: 100%;
	top: 0;
	visibility: visible;
	z-index: -1;
}

.bg_menu.active {
	background: rgba(50, 50, 50, 0.4);
	z-index: 7;
}

@media only screen and (max-width: 1200px) {
	.sort_sertif_block .sort_item {
		width: 275px;
	}

	header.header nav.navbar ul.nav li.nav_parent_menu:hover .nav_item_menu {
		width: 990px;
	}
}

@media only screen and (max-width: 992px) {


	.btn {
		padding: 0 26px !important;
	}

	.header > .top > .container-fluid {
		padding-top: 15px;
	}

	.header .logo {
		width: 165px;
		height: auto;
		background-image: none;
	}

	.header .logo img {
		width: 132px;
	}

	.header .col-650-offset-0 {
		margin-left: 20%;
		width: auto;
	}

	.search_block {
		display: none;
	}

	.sert_modal {
		width: auto;
	}

	.sert_modal_cont {
		background: none;
	}

	.section--sert-order-steps img {
		display: none;
	}

	.section--sert-order-steps .map-image {
		display: block;
		margin-top: 0;
	}

	.section--sert-order-steps .btn-step_site {
		margin: 0 0 25px;
	}

	.section--single-sertificate button.zakaz_sert_vn {
		margin-left: 0;
	}

	.sidebar-item span {
		font-size: 14px;
	}

	.section--videoblog {
		background-position-x: 56%;
	}

	.section--videoblog .title {
		display: none;
	}

	.section--videoblog .yt_videos {
		margin-left: -240px;
	}

	.sert_consult .form-group {
		width: auto;
	}

	.footer p.site_name {
		font-size: 14px;
	}

	.footer .sitemap {
		margin-top: 10px;
	}

	.sert_modal_cont .sert_modal {
		width: 100%;
	}

	.blck-tbl {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	.list-item.faq dt {
		display: none;
	}

	.list-item.faq dd {
		cursor: pointer;
	}

	.list-item.faq.active dt {
		display: block;
	}
}

@media (max-width: 767px) {
	.header > .top-line {
		display: none;
	}

	.mobile_menu {
		background: #055fbb;
	}

	.search_block {
		display: inline-block;
		margin: 5px;
	}

	.header_mobile .search-form {
		width: 310px;
	}

	.sort_sertif_block .sort_item {
		margin: 5px 0;
		width: 100%;
	}

	.see-all {
		float: none;
	}

	.see-all a.question {
		margin-left: 30px;
	}

	.section--videoblog {
		background-position-x: 0%;
	}

	.section--videoblog img:first-child {
		width: 285px;
	}

	.section--videoblog .yt_videos {
		margin-left: -490px;
	}

	.footer .col-xs-12 {
		padding: 0;
	}

	.footer .number a {
		font-size: 19px;
	}

	.footer p.rect {
		font-size: 14px;
		margin-bottom: 0;
	}

	.footer a.email {
		font-size: 14px;
	}

	.footer .btn {
		padding: 0 23px !important;
		height: 30px;
	}

	.footer p.site_name {
		white-space: nowrap;
		font-size: 14px;
		margin-bottom: 25px;
	}

	.footer .footer-address {
		font-size: 14px;
	}

	.footer ul li {
		margin: 2px 0;
	}

	.footer ul li a {
		font-size: 14px;
	}

	.footer .phone {
		margin-top: 10px;
	}

	.footer-form.sertificat-form {
		background: #246bb8;
	}
}


.blck-tbl {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blck-tbl-head {
	font-size: 32px;
	font-family: 'SegoeUIBold', sans-serif;
	padding-bottom: 20px;
}

.blck-tbl-up-name {
	min-height: 60px;
	/*  font-size: 14px;*/
	padding-bottom: 12px;
}

.blck-tbl-down-name {
	color: #365f91;
}

img.blck-tbl-img {
	height: 220px;

	text-align: center;
	margin: 0 auto;
}


table.table-cen {
	margin: 0 auto 10px auto;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

table.table-cen tbody tr td p span {
	font-weight: bold;
}

.table-cen tr td, .table-cen tr th {
	border: 1px solid #f0f0f0;
	text-align: center;
}

.table-cen tr:first-child td {
	color: #fff;
	padding: 5px;
	font-weight: normal;
}

.table-cen tr:nth-child(odd) {
	background: #f0f0f0;
}

.table-cen tr:first-child {
	background: #d4373e;
}

.preimBlock {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}

.preimText {
	font-weight: bold;
}

.preimImg {
	margin-bottom: 5px;
}

.aright {
	text-align: right;
}

h1, h2, .h2 {
	color: #3576b7;
}

.d-pisma-left {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 30px;
	margin: 0 0 40px 0;
}

.d-clients-left {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 30px;
	margin: 0 0 40px 0;
}

.d-video-left {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 30px;
	margin: 0 0 40px 0;
}

.d-pisma-left .dpl-title {
	color: #3576b7;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'SegoeUIBold', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
}

.d-clients-left .dcl-title {
	color: #3576b7;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'SegoeUIBold', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
}

.d-video-left .dvl-title {
	color: #3576b7;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'SegoeUIBold', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
}

.d-clients-left .section--clients img {
	margin: 0 20px 20px 0;
	vertical-align: text-bottom;
}

.d-pisma-left .dpl-slider img {
	display: block;
	margin: 5px auto;
	width: 70%;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
}

.d-pisma-left .bx-wrapper, .content .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}

.d-pisma-left .bx-wrapper .bx-prev, .content .bx-wrapper .bx-prev {
	background: url('/bitrix/templates/gsg/assets/bxslider/images/back.png') no-repeat;
}

.d-pisma-left .bx-wrapper .bx-next, .content .bx-wrapper .bx-next {
	background: url('/bitrix/templates/gsg/assets/bxslider/images/forward.png') no-repeat;
}

.d-pisma-left .bx-wrapper .bx-controls-direction a, .content .bx-wrapper .bx-controls-direction a {
	width: 22px;
	z-index: 1;
}

.d-pisma-left .bx-wrapper .bx-next:focus, .d-pisma-left .bx-wrapper .bx-next:hover, .content .bx-wrapper .bx-next:focus, .content .bx-wrapper .bx-next:hover {
	background-position: top left;
}

.d-video-left .dvl-slider img {
	display: block;
	margin: 5px auto;
	width: 70%;
	height: 90%;
}

.d-video-left .dvl-slider .clients__img-wrapper {
	margin-bottom: 0px;
}

.d-video-left .dvl-slider .clients__title {
	display: block;
	margin: 0px auto;
	width: 70%;
	line-height: 1.4;
	font-size: 16px;
}

.d-video-left .dvl-slider .clients__desk {
	display: block;
	margin: 0px auto;
	width: 70%;
}

.d-video-left .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}

.d-video-left .bx-wrapper .bx-prev {
	background: url('/bitrix/templates/gsg/assets/bxslider/images/back.png') no-repeat;
}

.d-video-left .bx-wrapper .bx-next {
	background: url('/bitrix/templates/gsg/assets/bxslider/images/forward.png') no-repeat;
}

.d-video-left .bx-wrapper .bx-controls-direction a {
	width: 22px;
	z-index: 1;
}

.d-video-left .bx-wrapper .bx-next:focus, .d-video-left .bx-wrapper .bx-next:hover {
	background-position: top left;
}

.d-recomend-services .h2 {
	color: #3576b7;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'SegoeUIBold', sans-serif;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.d-recomend-services .drs-item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #296db3;
	padding: 20px;
	text-align: center;
}

.d-recomend-services .drs-item:last-child {
	margin-right: 0px;
}

.d-recomend-services .drs-item .drs-title-link {
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 0px 0 10px 0;
	min-height: 50px;
}

.d-recomend-services .drs-item .drs-price {
	display: block;
	margin: 0px 0 10px 0;
}

.d-recomend-services .drs-item .drs-podr-link {
	display: block;
	background: linear-gradient(to bottom, #d8383a 0%, #c72d33 100%);
	border-radius: 30px;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	max-width: 150px;
	margin: 0px auto;
	box-shadow: 0 3px 0 0 #901d25;
	font-size: 16px;
	line-height: 16px;
}

tr.tree {
	font-weight: bold;
}

#main-slider .slider-item-334.ch-slider .image-1 {
	right: 270px;
	z-index: 20;
}

#main-slider .slider-item-334.ch-slider .image-2 {
	left: 400px;
	z-index: 1;
}

#main-slider .slider-item-334.ch-slider .image-3 {
	bottom: 0;
	right: 0px;
	z-index: 1;
}

#main-slider .slider-item-335.ch-slider .image-1 {
	bottom: 0;
	right: -150px;
	z-index: 1;
}

#main-slider .slider-item-336.ch-slider .image-1 {
	bottom: 0;
	right: 0px;
	z-index: 1;
}

.d-phone-block {
	margin-left: 11%;
}

@media (max-width: 960px) {
	#main-slider .slider-item-334.ch-slider .image-1 {
		display: none;
	}

	#main-slider .slider-item-334.ch-slider .image-2 {
		display: none
	}

	#main-slider .slider-item-334.ch-slider .image-3 {
		bottom: 0;
		right: 0px;
		z-index: 1;
		width: 50%;
	}

	#main-slider .slider-item-335.ch-slider .image-1 {
		width: 80%;
	}

	#main-slider .slider-item-336.ch-slider .image-1 {
		width: 50%;
	}

	.head-address {
		background: url('/images/icons/address_5261047.png') top 2px left 0px no-repeat;
	}
}

@media (max-width: 1024px) {
	.head-address, .head-work-hours {
		line-height: 18px;
	}

	.head-work-hours {
		background: url(/images/icons/time_5261047.png) top 2px left 0px no-repeat;
	}

	.d-phone-block {
		width: 33%;
		margin-left: 0%;
	}

	.list-item.for-merchandise .thumb img {
		max-height: unset;
	}
}

@media (max-width: 375px) {
	.col-sm-6.col-xs-6.d-mob-addr {
		width: 59%;
	}
}

@media (max-width: 1500px) {
	#onpbxcb__container .onpbxcb__widget.onpbxcb__widget_inactive .onpbxcb__button {
		left: 10px;
	}
}


@media (max-width: 1024px) {
	.blockPrice {
		right: 161px;
	}
}

@media (max-width: 992px) {
	.sert_modal_cont .sert_modal {
		width: 60%;
	}

	.d-recomend-services .drs-item {
		margin-right: 10px;
	}

	.d-recomend-services .drs-item .drs-title-link {
		min-height: 90px;
	}
}

@media (max-width: 768px) {
	.preimBlock > div {
		width: 50%;
	}

	.d-recomend-services .drs-item {
		width: 46%;
	}
}

@media (max-width: 767px) {
	.blockPrice {
		display: none;
	}

	.sert_modal_cont .sert_modal {
		width: 60%;
	}

	.footer-form {
		background-size: cover;
	}

	.sert_modal_cont .sert_modal {
		width: 100%;
	}

	.overTbl {
		overflow-x: scroll;
	}

	.d-recomend-services .drs-item {
		width: 100%;
		margin-right: 0px;
	}

	.d-recomend-services .drs-item .drs-title-link {
		min-height: unset;
	}


}

@media (max-width: 500px) {
	.preimBlock > div {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-form {
		background: url("/images/1/фон 320_5312152.png") no-repeat;
		background-size: cover;
	}

}

.sert-tovar-img img {
	float: left;
	margin-right: 20px;
	height: 350px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.sert-tovar-sidebar {
		display: none;
	}

	.section--single-sertificate .col-lg-8.col-md-8.col-sm-7.col-xs-12 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sert-tovar-img img {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.sidebar-item.sidebar-itemvtwo {
	position: relative;
	background: url(/bitrix/templates/gsg/assets/stylesheets/../images/calc-fon.png) no-repeat -185px -135px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 70px 30px 40px;
	border: 3px #5a8ece solid;
}

.sidebar-item.sidebar-itemvtwo.d-fixed-sidebar {
	position: fixed;
	background-color: white;
}

.sidebar-item.main-form {
	position: relative;
	background: url(/bitrix/templates/gsg/assets/stylesheets/../images/calc-fon.png) no-repeat -185px -135px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 70px 30px 40px;
	border: 3px #5a8ece solid;
}

div:not(.main-form) > #preimuschform {
	border-radius: 8px;
	border: 3px #5a8ece solid;
}

.nav_item_menu.altmenunavitems {
	display: none;
}

.container-pereoborud {
	margin: 20px auto;
}

.container-pereoborud-container.pereoborud-after::after {
	display: block;
	position: absolute;
	content: " ";
	height: 20px;
	width: 53px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('/images/5514478/ar.png');
	top: 25px;
	right: -10px;

}

.container-pereoborud-container.pereoborud-before::before {
	display: block;
	position: absolute;
	content: " ";
	height: 20px;
	width: 53px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('/images/5514478/ar.png');
	top: 25px;
	left: -10px;

}

.container-pereoborud-container {
	width: 32%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	margin: 40px 0;
}

.container-pereoborud-inner {
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: top;
}

.container-pereoborud-container:nth-child(1) .container-pereoborud-inner {
	background-image: url('/images/5514478/01.png');
}

.container-pereoborud-container:nth-child(2) .container-pereoborud-inner {
	background-image: url('/images/5514478/02.png');
}

.container-pereoborud-container:nth-child(3) .container-pereoborud-inner {
	background-image: url('/images/5514478/03.png');
}

.container-pereoborud-container:nth-child(4) .container-pereoborud-inner {
	background-image: url('/images/5514478/04.png');
}

.container-pereoborud-container:nth-child(5) .container-pereoborud-inner {
	background-image: url('/images/5514478/05.png');
}

.container-pereoborud-container:nth-child(6) .container-pereoborud-inner {
	background-image: url('/images/5514478/06.png');
}

.container-pereoborud-container:nth-child(7) .container-pereoborud-inner {
	background-image: url('/images/5514478/07.png');
}

.container-pereoborud-container:nth-child(8) .container-pereoborud-inner {
	background-image: url('/images/5514478/08.png');
}

.container-pereoborud-container:nth-child(9) .container-pereoborud-inner {
	background-image: url('/images/5514478/09.png');
}


@media (max-width: 650px) {
	.container-pereoborud-container {
		display: block;
		width: 100%;
	}

	.container-pereoborud-container.pereoborud-before::before {
		display: none;
	}

	.container-pereoborud-container.pereoborud-after::after {
		top: 155px;
		right: 115px;
		transform: rotate(90deg);
	}

	.container-pereoborud-container {
		margin: 100px 0;
	}
}


#subscribe-ds-form-ds {
	background-image: url('/images/19094210_bg_55508371.png');
	border-radius: 8px;

	border: 3px #5a8ece solid;
	background-repeat: no-repeat;
	padding-top: 120px;
	background-size: contain;
	padding-bottom: 30px;
}

#subscribe-ds-form-ds .form-head {
	border-bottom: none;
	font-size: 23px;
	font-family: 'SegoeUISemiBold', sans-serif;
	margin: 10px 0;
	line-height: 25px;
	color: black;
	text-align: left;
	padding-bottom: 15px;
}

#subscribe-ds-form-ds #youemail {
	border-radius: 15px;
}

#subscribe-ds-form-ds input[type="submit"] {
	background: /*linear-gradient(to bottom, #d8383a 0%, #b72b31 100%);*/ transparent;
	/*border-radius: 15px;*/
	opacity: 1;
}

#subscribe-ds-form-ds .field-2.btn {
	padding: 2px;
}

@media (min-width: 992px) and (max-width: 1111px) {
	#subscribe-ds-form-ds {
		padding-top: 77px;
	}
}


@media (min-width: 830px) and (max-width: 890px) {
	#subscribe-ds-form-ds {
		padding-top: 105px;
	}
}


@media (min-width: 800px) and (max-width: 829px) {
	#subscribe-ds-form-ds {
		padding-top: 90px;
	}
}

/*



@media (min-width:769px) and (max-width: 799px) {
#subscribe-ds-form-ds {
	padding-top: 70px;
}*/
#subscribe-ds-form-ds .field-2.btn input {
	padding: 10px 0 0 0;
}

}


@media (max-width: 650px) {
	#subscribe-ds-form-ds {
		background-image: none;
		border: 3px #5a8ece solid;
		border-radius: 8px;
		padding: 0px;
	}

	#subscribe-ds-form-ds .field-2.btn {
		width: 100%;


	}

	#subscribe-ds-form-ds .field-2.btn input {
		width: 100%;
		padding: 10px 0 0 0;
		/*padding-top: 10px;*/

	}
}


form input[type="text"], form select, form textarea {
	font-size: 18px !important;
	color: #0c0c0c !important;
	font-weight: 400 !important;
}

#sert_type_chosen span {
	font-size: 18px !important;
	color: #0c0c0c !important;
	font-weight: 400 !important;
}


#subscribe-ds-form-ds .error_form {
	position: relative;
	top: -10px;
}

.workloading {
	width: 30px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

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

#tech-geo {
	opacity: 0;
}

.techzoneid {
	display: none;
}


#dsobuch * {
	font-family: 'SegoeUIRegular', Arial, sans-serif;
}

#dsobuch .form-head {
	border: none;
	font-size: 20px;
	margin-bottom: 10px;
	color: #2B6FBD;
	line-height: 1em;
	font-weight: bold;
}

#dsobuch label {
	font-size: 16px;
	display: inline-block;
	max-width: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}

#dsobuch input[type="text"] {
	font-size: 18px;
	color: #0c0c0c;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	display: block;
	width: 100%;
	height: 34px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-weight: normal;
}

#dsobuch input[type="submit"] {
	height: 34px;
	padding: 0 33px;
	background: linear-gradient(to bottom, #d8383a 0%, #b72b31 100%);
	box-shadow: 0 3px 0 0 #901d25;
	border-radius: 20px;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	opacity: 1;
}

.wrap-ffot-o > div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#dsobuch-form {
	padding-top: 0;
	margin-top: 0;
}

@media (max-width: 992px) {
	.wrap-ffot-o > div {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.preimBlock-h2, .preimBlock {
		display: none;
	}

	.topUp {
		left: 20px;
		bottom: 30px;
	}

	.b24-widget-button-position-bottom-right {
		right: 20px !important;
		bottom: 20px !important;
	}

	#preimuschform {
		display: none;
	}

	#subscribe-ds-form-ds .form-head {
		text-align: left;
	}
}

@media (max-width: 992px) {
	.navbar.navbar-default ul li a.ndtgo br {
		display: none;
	}

}

.dspopup-modal.ds-form {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.dspopup-modal.ds-form .close-dspopup-modal.dsclose-button {
	font-size: 40px;
	font-weight: 300;
	line-height: 18px;
	z-index: 5;
	color: #a4aeb8;
	cursor: pointer;
	font-family: 'SegoeUIRegular', Arial, sans-serif;
}

form#dscallus-form {
	max-width: 370px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: white;
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

form#dscallus-form .form-head {
	font-size: 20px;
	margin-bottom: 10px;
	color: #2B6FBD;
	border: none;
	font-family: 'SegoeUIBold', sans-serif;
}

form#dscallus-form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: 'SegoeUIRegular', Arial, sans-serif;
	color: #151114;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

form#dscallus-form input[type="text"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.12);
	padding: 0 12px;
	font-size: 16px;
	color: #b2b2b2;
	z-index: 0;
	font-size: 17px !important;
	color: #0c0c0c !important;
	font-weight: 400 !important;
}

form#dscallus-form .footer-form-tetx-a {
	margin: 5px 0 25px;
	font-size: 14px;
	line-height: 15px;
	color: #929292;
}

form#dscallus-form input[type="submit"]:hover {
	background: #d8383a;
	background: -moz-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8383a), color-stop(100%, #b72b31));
	background: -webkit-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -o-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: -ms-linear-gradient(top, #d8383a 0%, #b72b31 100%);
	background: linear-gradient(to bottom, #d8383a 0%, #b72b31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8383a', endColorstr='#b72b31', GradientType=0);
	color: #ffffff;
}

form#dscallus-form input[type="submit"] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-appearance: button;
	opacity: 1;
	height: 34px;
	padding: 0 33px;
	border-top: none;
	-webkit-box-shadow: 0 3px 0 0 #901d25;
	-moz-box-shadow: 0 3px 0 0 #901d25;
	box-shadow: 0 3px 0 0 #901d25;
	padding: 0 32px;
	background: #d8383a;
	background: -moz-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8383a), color-stop(100%, #c72d33));
	background: -webkit-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -o-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: -ms-linear-gradient(top, #d8383a 0%, #c72d33 100%);
	background: linear-gradient(to bottom, #d8383a 0%, #c72d33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8383a', endColorstr='#c72d33', GradientType=0);
	color: #ffffff;
	display: inline-block;
	outline: none !important;
	border: none;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: medium;
	height: 36px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 16px;

}

.dspopup-modal-bg {
	opacity: 0.63 !important;
}

#dscallusformmessagereport .form-head {
	font-size: 20px;
	margin-bottom: 10px;
	color: #2B6FBD;
	border: none;
	font-family: 'SegoeUIBold', sans-serif;
}

header.header nav.navbar ul.nav li.nav_parent_menu .nav_item_menu li.nav_parent2 {
	background-color: white;
}


#main-slider .slider-item-16449 .image-1 {
	right: 0 !important;
	top: 10px !important;
}
