@font-face {
	font-family: 'sf_ui_display';
	src: url("../fonts/sfuidisplaylight-webfont.eot");
	src: url("../fonts/sfuidisplaylight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfuidisplaylight-webfont.woff") format("woff"), url("../fonts/sfuidisplaylight-webfont.ttf") format("truetype"), url("../fonts/sfuidisplaylight-webfont.svg#sf_ui_displaylight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_display';
	src: url("../fonts/sfuidisplaymedium-webfont.eot");
	src: url("../fonts/sfuidisplaymedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfuidisplaymedium-webfont.woff") format("woff"), url("../fonts/sfuidisplaymedium-webfont.ttf") format("truetype"), url("../fonts/sfuidisplaymedium-webfont.svg#sf_ui_displaymedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_display';
	src: url("../fonts/sfuidisplayregular-webfont.eot");
	src: url("../fonts/sfuidisplayregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfuidisplayregular-webfont.woff") format("woff"), url("../fonts/sfuidisplayregular-webfont.ttf") format("truetype"), url("../fonts/sfuidisplayregular-webfont.svg#sf_ui_displayregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_display';
	src: url("../fonts/sfuidisplaythin-webfont.eot");
	src: url("../fonts/sfuidisplaythin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfuidisplaythin-webfont.woff") format("woff"), url("../fonts/sfuidisplaythin-webfont.ttf") format("truetype"), url("../fonts/sfuidisplaythin-webfont.svg#sf_ui_displaythin") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_display';
	src: url("../fonts/sfuidisplayultralight-webfont.eot");
	src: url("../fonts/sfuidisplayultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfuidisplayultralight-webfont.woff") format("woff"), url("../fonts/sfuidisplayultralight-webfont.ttf") format("truetype"), url("../fonts/sfuidisplayultralight-webfont.svg#sf_ui_displayultralight") format("svg");
	font-weight: 100;
	font-style: normal;
}

* {
	outline: none !important;
}

html,
body {
	height: 100%;
	font-family: "sf_ui_display", sans-serif;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 300;
	letter-spacing: .01em;
	color: #5b646e;
	background: #fff;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #fff602;
	letter-spacing: .01em;
}

h1.h1-small,
.h1.h1-small {
	font-size: 36px;
	line-height: 36px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
	letter-spacing: .01em;
	color: #000;
	margin: 60px 0 20px 0;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: .01em;
	color: #000;
	margin: 60px 0 20px 0;
}

h3.h3-custom,
.h3.h3-custom {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: .01em;
	color: #000;
	margin: 45px 0 20px 0;
}



h4,
.h4 {
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: .01em;
	color: #000;
	margin: 60px 0 20px 0;
}


h5,
.h5 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: .01em;
	color: #000;
	margin: 60px 0 20px 0;
}

h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child {
	margin-top: 0 !important;
}

a,
a:focus {
	color: #627fbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.flex {
	display: flex;
}

.main ul {
	margin: 26px 0;
	padding: 0;
	list-style: none;
}

.main ul > li {
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	position: relative;
}

/*.main ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #6880B7;
	position: absolute;
	left: 0;
	top: 8px;
}*/

.main ul.list-alt {
	list-style: none;
	padding: 0;
	margin: 26px 0 26px 0;
}

.main ul.list-alt > li {
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 40px;
}

.main ul.list-alt > li:before {
	content: "";
	width: 20px;
	height: 19px;
	background: url(../images/li-check.png) 0 0 no-repeat;
	position: absolute;
	left: 2px;
	top: 2px;
}

.main ol {
	margin: 26px 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
}

.main ol > li {
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	position: relative;
}

.main ol > li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
	color: #6880B7;
}

/* Buttons */
.btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	text-decoration: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
	transition: box-shadow .2s ease, text-color .2s ease, background-color .2s ease;
}

.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-1,
.btn-1:focus {
	font-size: 15px;
	color: #151515;
	border-radius: 3px;
	padding: 12px 20px 12px 20px;
	background: #fff602;
}

.btn-1:hover {
	color: #151515;
	background: #ffe400;
}

.btn-1:active {
	color: #151515;
	background: #ffe400;
	box-shadow: inset 0 4px 0 #ffc000;
}

.btn-2,
.btn-2:focus {
	font-size: 15px;
	color: #fff602;
	border: 1px solid #fff602;
	border-radius: 3px;
	padding: 11px 20px 11px 20px;
	background: transparent;
}

.btn-2:hover {
	color: #151515;
	background: #ffe400;
}

.btn-2:active {
	color: #151515;
	background: #ffe400;
	box-shadow: inset 0 4px 0 #ffc000;
}

.btn-3,
.btn-3:focus {
	font-size: 15px;
	color: #627fbb;
	border: 1px solid #c0cce4;
	border-radius: 3px;
	padding: 11px 20px 11px 20px;
	background: transparent;
}

.btn-3:hover {
	border: none;
	color: #151515;
	background: #ffe400;
	padding: 12px 21px 12px 21px;
}

.btn-3:active {
	border: none;
	color: #151515;
	background: #ffe400;
	padding: 12px 21px 12px 21px;
	box-shadow: inset 0 4px 0 #ffc000;
}

.btn-4,
.btn-4:focus {
	font-size: 15px;
	color: #727b85;
	border: 1px solid #d7dbe2;
	border-radius: 3px;
	padding: 11px 20px 11px 20px;
	background: transparent;
}

.btn-4:hover {
	border: none;
	color: #151515;
	background: #ffe400;
	padding: 12px 21px 12px 21px;
}

.btn-4:active {
	border: none;
	color: #151515;
	background: #ffe400;
	padding: 12px 21px 12px 21px;
	box-shadow: inset 0 4px 0 #ffc000;
}

.btn-5,
.btn-5:focus {
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	padding: 12px 20px 12px 20px;
	background: #27359e;
}

.btn-5:hover {
	color: #fff;
	background: #27359e;
}

.btn-5:active {
	color: #fff;
	background: #27359e;
}

.btn-6,
.btn-6:focus {
	font-size: 15px;
	color: #151515;
	border-radius: 3px;
	padding: 12px 20px 12px 20px;
	background: #d9e0e5;
}

.btn-6:hover {
	color: #151515;
	background: #c4cbd0;
}

.btn-6:active {
	color: #151515;
	background: #c4cbd0;
	box-shadow: inset 0 4px 0 #878e93;
}

/* Buttons END */
/* Forms */
.form-group {
	position: relative;
	margin: 0 0 28px 0;
}

label {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #727b85;
	display: block;
	margin: 0 0 4px 0;
}

label.placeholder {
	font-family: "sf_ui_display", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #727b85;
	padding: 10px 19px 9px 19px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	border: 1px solid transparent;
}

label.error {
	position: absolute;
	right: 0;
	top: 0;
	color: #ff294c;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	font-family: "sf_ui_display", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	border: none;
	border-radius: 3px;
	background: #ebeef5;
	border: 1px solid #ebeef5;
	width: 100%;
	margin: 0;
	padding: 10px 19px 9px 19px;
	transition: all .15s ease;
	resize: none;
}

textarea {
	display: block;
	margin: 0;
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
textarea.error {
	border-color: #ff5e78 !important;
	color: #ff294c !important;
}

.form-footer {
	margin: 22px 0 0 0;
}

.form-footer .btn,
.form-footer .btn:focus {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	padding-top: 13px;
	padding-bottom: 11px;
}

.form-footer .btn-3:hover {
	padding-top: 14px;
	padding-bottom: 12px;
}

.form-checkbox,
.form-radio {
	margin: 0 0 7px 0;
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	visibility: hidden;
}

input[type=checkbox] + label,
input[type=radio] + label {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 35px;
	margin: 0;
	position: relative;
}

input[type=checkbox] + label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/checkbox.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -4px;
}

input[type=checkbox]:checked + label:before {
	background-position: 0 -20px;
}

.checkbox-label-error {
	color: #ff294c !important;
}

.checkbox-label-error a {
	color: #ff294c !important;
}

.checkbox-label-error:before {
	background-position: 0 -40px !important;
}

input[type=radio] + label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/checkbox.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
}

input[type=radio]:checked + label:before {
	background-position: 0 -20px;
}

.catalog-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto;
}

.catalog-sort .bootstrap-select > .dropdown-toggle {
	font-size: 14px;
	line-height: 20px;
	color: #060606;
	outline: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
	padding: 0;
	margin: 0;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
	display: none;
}

.catalog-sort .caret {
	border-top-width: 5px !important;
}

.form-agree {
	font-size: 13px;
	line-height: 16px;
	color: #727b85;
	margin: 23px 0 0 0;
}

.form-field-val {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
	padding: 0 0 10px 0;
}

.form-file-wrapper {
	margin: 8px 0 43px 0;
}

.form-file-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.form-file-label {
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	padding: 15px 16px 12px 0;
}

.form-file-field {
	float: left;
	width: 500px;
}

.kv-fileinput-caption {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.fileinput-remove-button {
	width: 13px !important;
	height: 12px !important;
	padding: 0 !important;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../images/ico-file-remove.png) 0 0 no-repeat;
	margin: 0 0 0 40px !important;
	background-color: transparent !important;
}

.fileinput-remove-button:hover {
	background-position: 0 -12px;
}

.kv-fileinput-caption {
	direction: ltr;
	padding-left: 40px !important;
}

.file-caption-icon {
	width: 14px;
	height: 16px;
	background: url(../images/ico-file.png) 0 0 no-repeat;
	position: absolute;
	left: 15px !important;
	top: 13px !important;
	right: auto !important;
}

.file-caption-icon i {
	display: none;
}

.file-caption-name {
	font-size: 13px;
	line-height: 18px;
}

.btn-file {
	border: 1px solid #c0cce4;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #627fbb;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 12px 40px 11px 40px !important;
	height: auto !important;
}

.btn-file:hover {
	background: #627fbb;
	border-color: #627fbb;
	color: #fff;
}

.btn-file i {
	display: none;
}

.bx-sls .dropdown-block {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.bx-sls .dropdown-block input[type=text] {
	font-family: "sf_ui_display", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000 !important;
	border-radius: 3px;
	background: #ebeef5 !important;
	border: 1px solid #ebeef5 !important;
	width: 100%;
	margin: 0;
	padding: 10px 50px 9px 19px !important;
	transition: all .15s ease;
	resize: none;
	height: auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.bx-sls .dropdown-fade2white {
	display: none;
}

.bx-sls .bx-ui-sls-container {
	min-height: 45px;
}

.bx-sls .bx-ui-sls-pane {
	top: 45px;
	border: none;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover, .bx-sls .bx-ui-sls-variant-active {
	background-color: #ebeef5;
}

.bx-sls .bx-ui-sls-loader {
	z-index: 20;
	background: url(../images/input-spinner.svg) 0 0 no-repeat !important;
	top: 7px;
	right: 5px;
}

/* Forms END */
/* Modals */
.modal-backdrop {
	background-color: #0d1020;
}

.modal-backdrop.in {
	opacity: .8;
}

.form-modal .modal-dialog {
	width: 720px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-header {
	position: relative;
}

.modal .close {
	opacity: 1 !important;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer;
	z-index: 100;
}

.modal .close:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/modal-close.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

.modal .close:hover:before {
	background-position: 0 -16px;
}

.modal-header {
	border: none;
	padding: 46px 50px 0 50px;
}

.modal-header h2,
.modal-header .h2 {
	margin: 0;
}

.modal-body {
	padding: 24px 50px 50px 50px;
}

.modal-form .form-group {
	margin: 0 0 18px 0;
}

.modal-form .form-agree {
	margin: 0 0 0 0;
}

.modal-form .form-footer {
	margin: 16px 0 0 0;
}

.modal-form .form-footer .btn {
	width: auto;
	font-size: 15px;
	min-width: 180px;
}

.login-modal .modal-dialog {
	width: 850px;
}

.login-modal .modal-header,
.login-modal .modal-body {
	padding: 0;
}

.login-modal-row:after {
	content: "";
	display: table;
	clear: left;
}

.login-modal-l {
	float: left;
	padding: 46px 50px 50px 50px;
	position: relative;
	width: 47.5%;
}

.login-modal-l:before {
	content: "";
	width: 1px;
	background: #dce1ea;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.login-modal-r {
	position: relative;
	float: left;
	padding: 46px 50px 50px 50px;
	width: 52.5%;
	font-size: 15px;
	line-height: 26px;
	color: #727b85;
}

.login-modal-r:before {
	content: "";
	width: 1px;
	background: #dce1ea;
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
}

.login-modal h2,
.login-modal .h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 14px 0;
}

.login-modal h3,
.login-modal .h3 {
	color: #27359e;
	margin: 34px 0 14px 0;
}

.modal-login-form {
	margin-top: 24px;
}

.modal-login-form .form-footer {
	margin: 30px 0 0 0;
}

.modal-login-form .form-footer .btn {
	min-width: 0;
}

.modal-login-form .form-footer .btn-1 {
	width: 50%;
	margin-right: 15px;
}

.register-menu {
	margin: 0 0 -10px 0;
}

.register-menu .row {
	margin-left: -5px;
	margin-right: -5px;
}

.register-menu .row > * {
	padding-left: 5px;
	padding-right: 5px;
}

.register-menu .btn {
	margin: 0 0 10px 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Modals END */
header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 20;
	float: left;
	width: 100%;
}

header .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.main {
	clear: both;
}

.header-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-account-menu {
	float: left;
	padding-top: 17px;
}

ul.account-menu {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
	font-size: 0px;
	line-height: 0;
}

ul.account-menu > li {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin: 0 20px;
}

ul.account-menu a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 26px;
}

.account-menu-ico {
	width: 17px;
	height: 16px;
	position: absolute;
	left: 0;
	top: -2px;
}

.header-cart {
	float: right;
	width: auto;
	font-size: 13px;
	line-height: 18px;
	padding-top: 17px;
}

a.header-cart-link {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff602;
	padding: 0 0 0 30px;
}

a.header-cart-link:hover {
	color: #fff602;
}

.header-cart-ico {
	position: absolute;
	left: -2px;
	top: -3px;
}

.header-search {
	padding-top: 6px;
}

.header-search .form-group {
	margin: 0 0 -1px 0;
	max-width: 390px;
}

.header-search input[type=text] {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding: 10px 30px 11px 0;
}

.header-search label.placeholder {
	font-size: 13px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.4);
	padding: 10px 30px 11px 0;
}

.header-search button[type=submit] {
	width: 20px;
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}

.header-search button[type=submit]:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/btn-header-search.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -9px;
}

.header-logo {
	padding-top: 29px;
}

.header-logo-text {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding-top: 28px;
}

.header-row { 
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    margin: 0 15px;
}

.header-phones {
	float: left;
	font-size: 0;
	line-height: 0;
	padding-top: 30px;
	margin: 0 -33px;
}

.header-phone-item {
	display: inline-block;
	margin: 0 33px;
}

.header-phone-ttl {
	font-size: 12px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 5px 0;
}

.header-phone-phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.header-phone-phone a {
	color: #fff;
	text-decoration: none;
}

.header-phone-phone a:hover {
	text-decoration: underline;
}

.header-phone-phone svg {
	display: inline-block;
	margin-right: 10px;
}

.header-button {
	float: right;
	width: 200px;
	padding: 29px 0 0 0;
}

.header-button .btn {
	width: 100%;
}

.header-menu {
	margin: 24px 0 0 0;
}

ul.navbar-nav {
	float: none;
	text-align: justify;
	font-size: 1px;
	line-height: 1px;
}

ul.navbar-nav:after {
	content: "";
	width: 100%;
	display: inline-block;
}

ul.navbar-nav > li {
	float: none;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05em;
}

ul.navbar-nav a {
	padding: 0;
	background: none !important;
	color: #fff;
	position: relative;
	text-decoration: none !important;
	display: inline;
}

ul.navbar-nav a:after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background: rgba(255,255,255,.4);
	transition: all .2s ease;
}

ul.navbar-nav a.active {
	color: #FFF602;
}

ul.navbar-nav a.active:after {
	background-color: #FFF602 !important;
	height: 5px;
}

@media (min-width: 768px) {

	ul.navbar-nav a:hover {
		color: #FFF602;
	}

	ul.navbar-nav a:hover:after {
		background-color: rgba(255,255,255,0);
	}

}

.header-top,
.header-middle,
.header-bottom {
	position: relative;
	z-index: 20;
}

.page-header {
	position: relative;
	z-index: 15;
}

.header-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
}

.header-account-menu i,
.header-cart-link i {
	font-style: normal;
}

@media (min-width: 768px) {
	.header-fixed {
		background: #fff;
		box-shadow: 18.579px 16.728px 55px 0px rgba(0, 50, 103, 0.1);
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
	}

	.header-fixed .header-logo {
		padding: 18px 0 13px 0;
	}

	.header-logo img.logo-fixed {
		display: none;
	}

	.header-fixed .header-logo img {
		display: none;
	}

	.header-fixed .header-logo img.logo-fixed {
		display: block;
	}

	.header-fixed .header-logo-text {
		display: none;
	}

	.header-fixed .header-search {
		display: none;
	}

	.header-fixed .header-top {
		border: none;
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 21;
		margin-left: 31px;
	}

	.header-fixed .header-top .row {
		width: 362px;
	}

	.header-fixed .header-top .row > * {
		width: auto !important;
	}

	.header-fixed .header-top .container {
		width: auto !important;
	}

	.header-fixed ul.account-menu > li {
		vertical-align: top;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		margin: 0 15px;
	}

	.header-fixed ul.account-menu a {
		min-width: 17px;
		min-height: 16px;
	}

	.account-menu-ico img.img-fixed {
		display: none;
	}

	.header-fixed .account-menu-ico img {
		display: none;
	}

	.header-fixed .account-menu-ico img.img-fixed {
		display: block;
	}

	.header-fixed .header-account-menu {
		padding-top: 30px;
	}

	.header-fixed ul.account-menu a {
		color: #092c74;
	}

	.header-fixed .header-account-menu span {
		display: none;
	}

	.header-fixed .header-middle .container {
		position: relative;
	}

	.header-fixed .header-middle .row > * {
		position: static;
		width: auto !important;
	}

	.header-fixed .header-phones {
		position: absolute !important;
		left: 195px;
		top: 0;
		padding-top: 27px;
		margin: 0 -15px;
	}

	.header-fixed .header-phone-item {
		margin: 0 15px;
	}

	.header-fixed .header-phone-ttl {
		display: none;
	}

	.header-fixed .header-phone-phone {
		font-size: 18px;
		line-height: 24px;
	}

	.header-fixed .header-phone-phone a {
		color: #000;
	}

	.header-fixed .header-cart {
		padding-top: 28px;
		font-weight: normal;
	}

	.header-cart-ico img.img-fixed {
		display: none;
	}

	.header-cart-ico img.img-fixed {
		display: none;
	}

	.header-fixed .header-cart-ico img {
		display: none;
	}

	.header-fixed .header-cart-ico img.img-fixed {
		display: block;
	}

	.header-fixed a.header-cart-link {
		color: #092c74;
		font-size: 14px;
	}

	.header-fixed .header-cart-link span {
		display: none;
	}

	.header-fixed .header-cart i {
		position: relative;
		background-image: linear-gradient(to top, #fff602 8px, transparent 8px);
		background-position: left 0 bottom 0;
	}

	.header-fixed .header-menu {
		border-top: 1px solid #e8eef2;
		margin: 0 0 0 0;
		padding: 10px 0 9px 0;
	}

	.header-fixed ul.navbar-nav a {
	color: #0E0F11;

	}

	.header-fixed ul.navbar-nav a:after {
		background-color: rgba(14, 15, 17, 0.1);
	}

	.header-fixed ul.navbar-nav a:hover:after {
		background-color: rgba(14, 15, 17, 0);
	}

	.header-fixed .header-button {
		position: absolute !important;
		right: 0;
		top: 0;
		padding-top: 17px;
	}

	.header-fixed .header-button .btn-1 {
		font-size: 13px;
		padding: 12px 10px 10px 10px;
		width: 150px;
	}
}

.top-slider {
	margin-top: -202px;
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
}

.top-slider .slide {
	min-height: 641px;
	padding-top: 180px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	width: 39px;
	height: 58px;
	margin-top: -26px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.slick-prev {
	background-image: url(../images/slider-prev.png);
	left: -20px;
}

.slick-next {
	background-image: url(../images/slider-next.png);
	right: -20px;
}

.top-slider .slick-prev,
.top-slider .slick-next {
	position: absolute;
	z-index: 10;
	opacity: .6;
	width: 27px;
	height: 46px;
	top: 50%;
	margin-top: 25px;
	overflow: hidden;
	text-indent: -1000px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.top-slider .slick-prev {
	background: url(../images/top-slider-prev.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -626px;
}

.top-slider .slick-next {
	background: url(../images/top-slider-next.png) 0 0 no-repeat;
	right: 50%;
	margin-right: -626px;
}

.top-slider .slide-content {
	display: table-cell;
	height: 461px;
	vertical-align: middle;
	padding: 0 0 52px 0;
}

.top-slider h2,
.top-slider .h2 {
	font-weight: normal;
	color: #fff602;
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 20px 0;
}

.top-slider .slide-button {
	margin: 29px 0 0 0;
}

.top-slider .btn {
	min-width: 200px;
}

.main-section {
	clear: both;
}

.main-section h2,
.main-section .h2 {
	font-size: 55px;
	line-height: 55px;
	letter-spacing: .01em;
	font-weight: 200;
	margin: 0 0 18px 0;
	color: #000;
}

.main-section-trust {
	background: #f8f9fa;
	padding: 30px 0 21px 0;
}

.main-section-trust h2,
.main-section-trust .h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	margin: 20px 0 0 0;
	color: #000;
}

.trust-tmb {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	line-height: 100px;
}

.trust-tmb img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.section-header {
	font-size: 20px;
	line-height: 30px;
	color: #727b85;
	padding: 88px 0 0 0;
}

.section-header h2,
.section-header .h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 200;
	color: #000000;
	margin: 0 0 20px 0;
	letter-spacing: .01em;
}

.section-header-button {
	margin: 30px 0 0 0;
}

.section-header-button .btn-1 {
	font-weight: normal;
}

.section-header-button .btn {
	min-width: 220px;
}

.main-section-parts .section-content {
	padding: 100px 0 74px 0;
}

.parts-list .row > *:nth-child(4n+1) {
	clear: left;
}

.part-tmb {
	display: block;
	text-decoration: none !important;
	text-align: center;
	margin: 0 0 30px 0;
}

.part-tmb-pic {
	position: relative;
	margin: 0 -23px 33px -23px;
	height: 150px;
}
.part-tmb-pic img {
	max-width: 150px;
	max-height: 150px;
}

.part-tmb-pic-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	transition: all .3s ease;
	opacity: 0;
}

.part-tmb:hover .part-tmb-pic-hover {
	opacity: 1;
}

.part-tmb-pic:after {
	content: "";
	position: absolute;
	width: 95px;
	height: 16px;
	background: url(../images/part-pic-shadow.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -45px;
	bottom: -22px;
	opacity: .2;
	transition: all .3s ease;
}

.part-tmb:hover .part-tmb-pic:after {
	opacity: 0;
}

.part-tmb h3,
.part-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin: 0;
}

.part-tmb h3 span,
.part-tmb .h3 span {
	position: relative;
}

.part-tmb:hover h3 span,
.part-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

/*.main-section-buyout {
	background: url(../images/main-section-buyout-bg.jpg) center center no-repeat;
	background-size: cover;
}*/

.main-section-buyout .section-header {
	padding-top: 98px;
}

.main-section-buyout .section-content {
	padding: 100px 0 100px 0;
}

.tr {
	display: table-row;
}

.buyout-list {
	display: table;
	width: 100%;
}

.buyout-tmb {
	display: table-cell;
	position: relative;
	background: #fff;
	width: 50%;
	border-bottom: 1px solid #eaedf2;
	transition: box-shadow .3s ease;
	height: 226px;
	vertical-align: middle;
	text-decoration: none !important;
	color: #000;
}

.buyout-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.tr:last-child > .buyout-tmb {
	border-bottom: none;
}

.buyout-tmb + .buyout-tmb {
	border-left: 1px solid #eaedf2;
}

.buyout-tmb-pic {
	position: absolute;
	left: 10px;
	top: 10px;
	left: 23px;
	top: 26px;
}

.buyout-tmb-pic-hover {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease;
	opacity: 0;
}

.buyout-tmb:hover .buyout-tmb-pic-hover {
	opacity: 1;
}

.buyout-tmb-descr {
	position: relative;
	padding: 50px 30px 25px 180px;
}
.buyout-list-main .buyout-tmb-descr {
	padding: 0 30px 25px 200px;
}

.buyout-tmb h3,
.buyout-tmb .h3 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
	margin: 0;
}

.buyout-tmb h3 span,
.buyout-tmb .h3 span {
	position: relative;
}

.buyout-tmb:hover h3 span,
.buyout-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 10px);
	background-position: left 0 bottom 5px;
}

.main-section-audit .section-content {
	padding-top: 65px;
}

.audit-tmb {
	margin: 0 0 30px 0;
}

.audit-tmb:after {
	content: "";
	display: table;
	clear: both;
}

.audit-tmb-pic {
	float: left;
	width: 26%;
	margin: 0 0 -21px 0;
}

.audit-tmb-pic img {
	margin: 0 0 0 -12px;
}

.audit-tmb-descr {
	float: left;
	width: 74%;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding: 40px 0 0 0;
}

.audit-tmb h3,
.audit-tmb .h3 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 300;
	margin: 0 0 10px 0;
}

.main-section-education {
	background: url(../images/main-section-buyout-bg.jpg) center center no-repeat;
	background-size: cover;
}

.main-section-education .section-header {
	padding-top: 98px;
}

.main-section-education .section-content {
	padding: 100px 0 100px 0;
}

.education-list {
	display: table;
	width: 100%;
}

.education-tmb {
	display: table-cell;
	position: relative;
	background: #fff;
	width: 50%;
	border-bottom: 1px solid #eaedf2;
	transition: box-shadow .3s ease;
	height: 226px;
	text-decoration: none !important;
	color: #000;
	padding: 40px 40px 30px 40px;
}

.education-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.tr:last-child > .education-tmb {
	border-bottom: none;
}

.education-tmb + .education-tmb {
	border-left: 1px solid #eaedf2;
}

.education-tmb h3,
.education-tmb .h3 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
	margin: 0 0 9px 0;
	min-height: 104px;
}

.education-tmb h3 span,
.education-tmb .h3 span {
	position: relative;
}

.education-tmb:hover h3 span,
.education-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 10px);
	background-position: left 0 bottom 5px;
}

.education-tmb-header {
	font-size: 13px;
	line-height: 18px;
	color: #999fa7;
	margin: 0 0 19px 0;
}

.education-tmb-price {
	font-size: 24px;
	line-height: 30px;
	color: #27359e;
}

.education-tmb-price span.units {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
}

.education-tmb-price span.units:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff602;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -22px;
}

.education-tmb-price span.units span {
	position: relative;
}

.main-section-precious {
	padding: 120px 0 70px 0;
}

.precious-tmb {
	display: block;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 26px;
	color: #727b85 !important;
	margin: 0 0 40px 0;
}

.precious-tmb-pic {
	position: relative;
	margin: 0 0 30px 0;
}

.precious-tmb-pic-hover {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease;
	opacity: 0;
}

.precious-tmb:hover .precious-tmb-pic-hover {
	opacity: 1;
}

.precious-tmb h3,
.precious-tmb .h3 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	color: #000;
	margin: 0 0 20px 0;
}

.precious-tmb h3 span,
.precious-tmb .h3 span {
	position: relative;
}

.precious-tmb:hover h3 span,
.precious-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 10px);
	background-position: left 0 bottom 13px;
}

.precious-tmb-button {
	margin: 31px 0 0 0;
}

/*.main-section-federal {
	background: url(../images/main-section-federal-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 97px 0 0 0;
}*/

.main-section-federal h2,
.main-section-federal .h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 200;
	color: #000000;
	margin: 0 0 27px 0;
	letter-spacing: .01em;
}

/*.federal-blockquote-pic {
	margin: 0 0 0 -25px;
}

.federal-blockquote {
	background: #fff;
	margin: 180px 0 0 0;
	position: relative;
}

.federal-blockquote:before {
	content: "";
	width: 88px;
	height: 72px;
	background: url(../images/quote.png) 0 0 no-repeat;
	position: absolute;
	left: -63px;
	top: -45px;
}*/

.federal-blockquote-text {
	font-size: 24px;
	line-height: 34px;
	font-weight: 200;
	color: #000;
	padding: 39px 50px 25px 50px;
}

.federal-blockquote-footer {
	position: relative;
	border-top: 1px solid #eaedf2;
	padding: 21px 50px 24px 50px;
}

.federal-blockquote-footer:before {
	content: "";
	width: 14px;
	height: 15px;
	background: url(../images/blockquote-pt.png) 0 0 no-repeat;
	position: absolute;
	left: 50px;
	top: -1px;
}

.federal-blockquote-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #27359e;
}

.federal-blockquote-post {
	font-size: 14px;
	line-height: 20px;
	color: #27359e;
	margin: 1px 0 0 0;
}

.main-section-map {
	background: url(../images/main-section-map-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 120px 0 67px 0;
	overflow: hidden;
}

.main-section-map h2,
.main-section-map .h2 {
	font-size: 40px;
	line-height: 43px;
	color: #27359e;
	font-weight: 300;
	margin: 0 0 40px 0;
}

.map-features {
	margin: 40px 0 0 0;
}

.map-feature-tmb {
	margin: 0 0 37px 0;
}

.map-feature-tmb:after {
	content: "";
	display: table;
	clear: both;
}

.map-feature-tmb-pic {
	width: 125px;
	float: left;
}

.map-feature-tmb-pic img {
	margin: -20px 0 0 -18px;
}

.map-feature-tmb-descr {
	margin: 0 0 0 125px;
	padding: 8px 0 0 0;
}

.map-feature-tmb-descr .num {
	font-size: 55px;
	line-height: 55px;
	font-weight: 200;
	color: #27359e;
	margin: 0 0 -6px 0;
}

.map-feature-tmb-descr .ttl {
	font-size: 16px;
	line-height: 24px;
	color: #27359e;
}

.map-wrapper {
	margin: -131px 0 0 -32px;
	position: relative;
}

.map-image {
	position: relative;
	width: 837px;
	height: 507px;
}

.map-regions {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/map-regions.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 837px;
	height: 507px;
}

area {
	cursor: pointer;
}

.map-num {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #d0d8e7;
	letter-spacing: .01em;
	z-index: 2;
	transition: all .2s ease;
	cursor: pointer;
}

.map-num.active {
	color: #27359e;
}

.map-num-1 {
	left: 108px;
	top: 280px;
}

.map-num-2 {
	left: 86px;
	top: 355px;
}

.map-num-3 {
	left: 201px;
	top: 233px;
}

.map-num-4 {
	left: 68px;
	top: 386px;
}

.map-num-5 {
	left: 581px;
	top: 226px;
}

.map-num-6 {
	left: 426px;
	top: 329px;
}

.map-num-7 {
	left: 298px;
	top: 295px;
}

.map-num-8 {
	left: 173px;
	top: 318px;
}

.map-capital {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 12px;
	background: url(../images/map-capital.png) 0 0 no-repeat;
	left: 135px;
	top: 266px;
}

.map-regions-list {
	margin: 0 0 0 0;
}

.map-regions-list .row > *:nth-child(4n+1) {
	clear: left;
}

.map-region-tmb {
	position: relative;
	cursor: pointer;
	padding: 13px 0 0 0;
	margin: 0 0 50px 0;
}

.map-region-tmb-num {
	position: absolute;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	left: -42px;
	top: -13px;
	transition: all .3s ease;
}

.map-region-tmb:hover .map-region-tmb-num,
.map-region-tmb.active .map-region-tmb-num {
	color: #fff602;
}

.map-region-tmb-ttl {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	transition: all .3s ease;
	color: #000;
	margin: 0 0 6px 0;
}

.map-region-tmb:hover .map-region-tmb-ttl,
.map-region-tmb.active .map-region-tmb-ttl {
	color: #27359e;
}

.map-region-tmb-ttl span {
	position: relative;
}

.map-region-tmb:hover .map-region-tmb-ttl span,
.map-region-tmb.active .map-region-tmb-ttl span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.map-region-tmb-factories {
	position: relative;
	padding: 0 0 0 40px;
}

.map-region-tmb-factories .ico {
	position: absolute;
	left: 0;
	top: -3px;
	width: 22px;
	height: 22px;
	background: url(../images/ico-map-factory.png) 0 0 no-repeat;
}

.map-region-tmb-factories .num {
	font-size: 24px;
	line-height: 24px;
	transition: all .3s ease;
	color: #000;
}

.map-region-tmb:hover .map-region-tmb-factories .num,
.map-region-tmb.active .map-region-tmb-factories .num {
	color: #27359e;
}

.main-section-work {
	padding-bottom: 53px;
}

.main-section-work .section-header {
	padding-top: 110px;
}

.main-section-work .section-header h2,
.main-section-work .section-header .h2 {
	font-size: 40px;
	line-height: 43px;
}

.main-section-work .section-content {
	padding-top: 95px;
}

.work-tmb {
	margin: 0 0 50px 0;
	font-size: 15px;
	line-height: 24px;
	color: #727b85;
}

.work-tmb:after {
	content: "";
	display: table;
	clear: both;
}

.work-tmb-pic {
	float: left;
	margin: 0 0 -20px 0;
}

.work-tmb-descr {
	margin-left: 145px;
	padding: 20px 0 0 0;
}

.work-tmb h3,
.work-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	margin: 0 0 5px 0;
}

.main-section-docs {
	background: url(../images/main-section-buyout-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 97px;
	padding-bottom: 80px;
}

.docs-list {
	display: table;
	width: 100%;
}

.doc-tmb {
	display: table-cell;
	width: 20%;
	background: #fff;
	transition: all .3s ease;
	background: #fff;
	padding: 30px;
	text-decoration: none !important;
	cursor: pointer;
}

.doc-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.doc-tmb + .doc-tmb {
	border-left: 1px solid #eaedf2;
}

.doc-tmb-pic {
	margin: 0 0 30px 0;
}

.doc-tmb-pic img {
	max-width: 100%;
}

.doc-tmb h3,
.doc-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	margin: 0 0 14px 0;
	min-height: 72px;
}

.doc-tmb:hover h3 span,
.doc-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.btn-watch {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #627fbb;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
}

.btn-watch:before {
	content: "";
	width: 17px;
	height: 11px;
	background: url(../images/ico-btn-watch.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.main-section-press {
	padding-bottom: 100px;
}

.main-section-press .section-content {
	padding-top: 93px;
}

.press-tmb {
	margin: 0 0 50px 0;
	font-size: 15px;
	line-height: 24px;
}

.press-tmb:last-child {
	margin: 0;
}

.news-list:after {
	content: "";
	display: table;
	clear: both;
}

.news-tmb {
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	background: #fff;
	transition: all .3s ease;
	position: relative;
	padding: 29px 29px 29px 29px;
}

.news-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.news-tmb:after {
	content: "";
	display: table;
	clear: both;
}

.press-tmb-pic,
.news-tmb-pic {
	float: left;
	width: 164px;
	height: 164px;
	border-radius: 50%;
	overflow: hidden;
}

.press-tmb-pic img,
.news-tmb-pic img {
	width: 100%;
	height: 100%;
}

.press-tmb-descr {
	margin-left: 195px;
	border-bottom: 1px solid #eef0f2;
	padding-bottom: 36px;
}

.news-tmb-descr {
	margin-left: 205px;
	padding-top: 3px;
}

.press-tmb:last-child .press-tmb-descr {
	padding-bottom: 0;
	border-bottom: none;
}

.press-tmb-header,
.news-tmb-header {
	margin: 0 -15px 14px -15px;
}

.news-tmb-header {
	margin-bottom: 13px;
}

.press-tmb-header span,
.news-tmb-header span {
	display: inline-block;
	margin: 0 15px;
}

.press-tmb-date,
.news-tmb-date {
	font-size: 13px;
	line-height: 18px;
	color: #919aa2;
}

.press-tmb-cat,
.news-tmb-cat {
	font-size: 14px;
	line-height: 18px;
}

.press-tmb a:hover,
.news-tmb a:hover {
	text-decoration: none;
}

.press-tmb-cat a,
.news-tmb-cat a {
	text-decoration: none;
	color: #627fbb;
}

.press-tmb-cat a:hover,
.news-tmb-cat a:hover {
	text-decoration: underline;
}

.press-tmb h3,
.press-tmb .h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
	margin: 0 0 4px 0;
}

.news-tmb h3,
.news-tmb .h3 {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
	margin: 0 0 7px 0;
}

.press-tmb a:hover h3 span,
.press-tmb a:hover .h3 span,
.news-tmb a:hover h3 span,
.news-tmb a:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 10px);
	background-position: left 0 bottom 5px;
}

.press-tmb-text,
.news-tmb-text {
	color: #727b85;
}

.news-tmb-text {
	font-size: 15px;
	line-height: 24px;
}

footer {
	background: #f7f8f9;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	padding: 60px 0 70px 0;
	color: #919aa2;
}

footer a {
	color: #748dc0;
	text-decoration: none;
}

footer a:hover {
	color: #748dc0;
	text-decoration: underline;
}

.footer-logo {
	padding-top: 1px;
}
.footer-logo svg * {
    fill: #0E0F11;
}

.footer-copy {
	margin: 75px 0 0 0;
}

.footer-dev {
	margin: 20px 0 0 0;
}

.footer-dev-logo {
	width: 50px;
	float: left;
	padding: 5px 0 0 0;
}

.footer-dev-descr {
	padding-left: 60px;
}

.footer-dev a {
	text-decoration: none !important;
}

.footer-dev .no-ul {
	color: #919aa2;
}

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

.footer-menu-wrapper h3,
.footer-menu-wrapper .h3 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin: 0 0 17px 0;
	font-weight: normal;
}

.footer-menu-wrapper h3 a,
.footer-menu-wrapper .h3 a {
	color: #000;
	text-decoration: none;
}

.footer-menu-wrapper h3 a:hover,
.footer-menu-wrapper .h3 a:hover {
	text-decoration: underline;
}

ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

ul.footer-menu > li {
	margin: 0 0 10px 0;
}

.footer-menu a {
	color: #8c949d;
	text-decoration: none;
}

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

.footer-phones {
	margin: 0 0 28px 0;
}

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

.footer-phone .phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.footer-phone .phone a {
	color: #000;
	text-decoration: none;
}

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

.footer-phone .ttl {
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0 0 0;
}

.footer-contacts {
	color: #000;
}

.footer-soclinks {
	font-size: 0;
	line-height: 0;
	margin: 24px -5px 0 -5px;
	display: flex;
}

.footer-soclink {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #8194bc;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	position: relative;
}

.footer-soclink img {
	width: 20px;
	height: 20px;
}

.footer-soclink:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none;
}

.footer-soclink-fb:before {
	background-image: url(../images/ico-footer-fb.png);
}

.footer-soclink-instagram:before {
	background-image: url(../images/ico-footer-instagram.png);
}

.page-header {
	margin: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	padding: 0;
	margin: 32px 0 0 0;
}

ul.breadcrumb {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 11px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: .01em;
}

ul.breadcrumb a {
	color: rgba(255, 255, 255, 0.4);
	text-decoration: underline;
}

ul.breadcrumb a:hover {
	text-decoration: none;
}

ul.breadcrumb > li:before {
	color: rgba(255, 255, 255, 0.4);
	padding: 0 4px;
}

.page-sidebar {
	/*background: #f7f8f9;*/
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 40px;
}

.page-wrapper-3-cols .page-sidebar {
	padding-right: 0;
}

ul.side-menu {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

ul.side-menu > li {
	border-bottom: 1px solid #dce1ea;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	padding: 14px 0 11px 0;
	position: relative;
	margin: 0;
}

ul.side-menu > li:before {
	display: none;
}

/*ul.side-menu > li:first-child {
	border-top: 1px solid #dce1ea;
}*/

ul.side-menu a {
	color: #000;
	text-decoration: none;
}

ul.side-menu a.active span,
ul.side-menu > li > ul > li.active > a span,
ul.side-menu a.active span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 0;
	color: #000;
}

ul.side-menu > li.active > .li-name > a span,
ul.side-menu > li .li-name a.active span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

ul.side-menu .li-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/li-arrow.png) 0 0 no-repeat;
	right: 0;
	top: 15px;
	cursor: pointer;
}

ul.side-menu li.active .li-arrow {
	background-position: 0 -20px;
}

ul.side-menu .li-arrow + .li-name {
	padding-right: 35px;
}

ul.side-menu > li > ul {
	list-style: none;
	margin: 11px 0 15px 20px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	display: none;
}

ul.side-menu > li.active > ul {
	display: block;
}

ul.side-menu > li > ul > li {
	margin: 0 0 8px 0;
	padding: 0;
}

ul.side-menu li:before {
	display: none !important;
}

ul.side-menu > li > ul a {
	color: #727b85;
}

ul.side-menu > li > ul a.active {
	color: #000;
}

ul.side-menu > li > ul.side-menu-years {
	margin: 11px 0 0 0;
}

ul.side-menu > li > ul.side-menu-years .li-name {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

ul.side-menu > li > ul.side-menu-years .li-name a {
	color: #000;
}

ul.side-menu > li > ul.side-menu-years ul {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 17px 20px;
	padding: 0;
}

ul.side-menu > li > ul.side-menu-years ul > li {
	margin: 0 0 6px 0;
	padding: 0;
}

ul.side-menu li ul li ul {
	list-style: none;
	margin: 12px 0 0 20px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

ul.side-menu li ul li ul > li {
	margin: 0 0 8px 0;
}

/*.page-wrapper-cols {
	background: linear-gradient(to right, #f7f8f9 50%, #fff 50%);
	background-size: 100% 1px;
	background-position: center center;
	background-repeat: repeat-y;
}

.page-wrapper-cols-alt,
.page-wrapper-3-cols {
	background: linear-gradient(to right, #fff 50%, #f7f8f9 50%);
	background-size: 100% 1px;
	background-position: center center;
	background-repeat: repeat-y;
}*/

.page-content {
	padding: 60px 0 96px 0;
}

.page-wrapper-cols .page-content {
	background: #fff;
	padding-left: 30px;
	margin-left: -30px;
}

.page-wrapper-cols-alt .page-content {
	background: #fff;
	padding-right: 30px;
	margin-right: -30px;
}

.page-wrapper-3-cols .page-content {
	background: #fff;
	padding-right: 30px;
}

.article-date {
	font-size: 13px;
	line-height: 18px;
	color: #919aa2;
	letter-spacing: .05em;
	margin: 0 0 16px 0;
}

.lead {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	margin: 0 0 29px 0;
	letter-spacing: .01em;
}

.photo-slider {
	margin: 20px 0 35px 0;
}

.photo-slider img {
	width: 100%;
}

.photo-slider .slick-prev,
.photo-slider .slick-next {
	position: absolute;
	z-index: 10;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: none;
	background-color: transparent;
	top: 50%;
	margin-top: -30px;
	transition: all .15s ease;
	text-indent: -1000px;
	overflow: hidden;
	background-image: none;
}

.photo-slider .slick-prev:hover,
.photo-slider .slick-next:hover {
	background: #fff602;
}

.photo-slider .slick-prev {
	left: 10px;
}

.photo-slider .slick-prev:before {
	content: "";
	width: 41px;
	height: 51px;
	background: url(../images/photo-slider-arrows.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -25px;
}

.photo-slider .slick-prev:hover:before {
	background-position: 0 -51px;
}

.photo-slider .slick-next {
	right: 10px;
}

.photo-slider .slick-next:before {
	content: "";
	width: 41px;
	height: 51px;
	background: url(../images/photo-slider-arrows.png) -41px 0 no-repeat;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -22px;
	margin-top: -26px;
}

.photo-slider .slick-next:hover:before {
	background-position: -41px -51px;
}

blockquote {
	border: none;
	position: relative;
	margin: 58px 0 58px 98px;
	padding: 0;
	color: #202020;
}

blockquote:before {
	content: "";
	width: 68px;
	height: 55px;
	background: url(../images/blockquote-quote.svg) 0 0 no-repeat;
	position: absolute;
	left: -98px;
	top: -3px;
}

.blockquote-text {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3;
}

.blockquote-author {
	border-top: 1px solid #DDE1E9;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 27px 0 0 0;
	padding: 30px 0 0 0;
}

.blockquote-author-pic {
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	margin-right: 30px;
}

.blockquote-author-pic img {
	width: 100%;
	height: auto;
}

.blockquote-author-descr {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 0;
	flex-grow: 1;
}

.blockquote-author-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.blockquote-author-post {
	font-size: 16px;
	line-height: 1.4;
	margin: 8px 0 0 0;
	color: #5D646D;
}

.files-list .row > *:nth-child(2n+1) {
	clear: left;
}

.blockquote-author > .blockquote-author-name,
.blockquote-author > .blockquote-author-post {
	flex: 0 0 100%;
	max-width: 100%;
}

a.file-link {
	display: block;
	border: 1px solid #c0cce4;
	padding: 16px 20px 9px 24px;
	margin: 0 0 20px 0;
}

a.file-link:hover {
	text-decoration: none;
}

.file-link-pic {
	float: left;
	width: 34px;
}

.file-link-descr {
	padding-left: 52px;
}

.file-link-name {
	font-size: 15px;
	line-height: 18px;
}

.file-link:hover .file-link-name {
	text-decoration: underline;
}

.file-link-size {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	margin: 2px 0 0 0;
}



.article-soclinks {
	margin: 50px 0 0 0;
}

.article-soclinks:after {
	content: "";
	display: table;
	clear: both;
}

.article-soclinks-ttl {
	font-size: 15px;
	line-height: 20px;
	color: #919aa2;
	letter-spacing: .005em;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
}

.article-soclinks-cont {
	float: left;
}

ul.ya-share2__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ya-share2__list > li {
	padding: 0;
	margin: 0;
}

ul.ya-share2__list > li:before {
	display: none;
}

.ya-share2__badge {
	background: none !important;
}

.ya-share2__container_size_m .ya-share2__icon {
	width: 40px !important;
	height: 40px !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
	background: url(../images/share-ico-vk.png) !important;
}

.ya-share2__item_service_facebook .ya-share2__icon {
	background: url(../images/share-ico-fb.png) !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
	background: url(../images/share-ico-ok.png) !important;
}

.ya-share2__item_service_twitter .ya-share2__icon {
	background: url(../images/share-ico-twitter.png) !important;
}

.ya-share2__item_service_gplus .ya-share2__icon {
	background: url(../images/share-ico-google.png) !important;
}

.article-back-link {
	font-size: 15px;
	line-height: 20px;
	margin-top: 20px;
	letter-spacing: .005em;
}

.page-nav:after {
	content: "";
	display: table;
	clear: both;
}

.modern-page-navigation {
	margin: 42px 0 0 0;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	position: relative;
	padding: 0 100px;
}

.modern-page-navigation a,
.modern-page-navigation span {
	font-size: 18px;
	line-height: 24px;
	margin: 0 14px;
}

.modern-page-title {
	display: none;
}

a.modern-page-previous,
span.modern-page-previous {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

a.modern-page-next,
span.modern-page-next {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.more-articles h2,
.more-articles .h2 {
	font-size: 40px;
	line-height: 45px;
	margin: 70px 0 18px 0;
}

.page-section {
	margin: 95px 0 95px 0;
}

.page-section:first-child {
	margin-top: 0;
}

.page-section:last-child {
	margin-bottom: 0;
}

.page-section-header {
	margin: 0 0 19px 0;
}

.page-section-header:after {
	content: "";
	display: table;
	clear: both;
}

.page-section-header h2,
.page-section-header .h2 {
	float: left;
	margin: 0;
	margin-top: 0 !important;
}

.page-section-header .all-link + h2,
.page-section-header .all-link + .h2 {
	margin-right: 30px;
}

.page-section-header .all-link {
	float: right;
	font-size: 15px;
	display: inline-block;
	margin: 17px 0 0 0;
}

.register-form h3,
.register-form .h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #26349a;
	margin: 18px 0 18px 0;
}

.register-form h3:first-child,
.register-form .h3:first-child {
	margin-top: 0;
}

.side-help-link {
	font-size: 16px;
	line-height: 26px;
	margin-top: 50px;
}

.side-help-link a {
	color: #727b85 !important;
	text-decoration: none !important;
	display: block;
}

.side-help-link-pic {
	position: relative;
}

.side-help-link-pic .pic-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s ease;
}

.side-help-link:hover .pic-hover {
	opacity: 1;
}

.side-help-link h3,
.side-help-link .h3 {
	font-size: 36px;
	line-height: 40px;
	color: #627fbb;
	font-weight: 200;
	margin: 12px 0 10px 0;
}

.catalog-section-tmb {
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	transition: all .3s ease;
}

.catalog-section-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.catalog-section-tmb-content > a,
.catalog-section-tmb-descr > a {
	text-decoration: none !important;
}

.catalog-section-tmb-pic {
	float: left;
	width: 26%;
	padding: 39px 30px 39px 34px;
}

.catalog-section-tmb-descr {
	float: left;
width: 74%;
    padding: 36px 40px 36px 0;
    /*	width: 100%;
	padding: 30px;*/
}
.dm .catalog-section-tmb-descr {
    width: 100%;
	padding: 30px;
} 

.catalog-section-tmb h3,
.catalog-section-tmb .h3 {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin: 0 0 20px 0;
}

.catalog-section-tmb:hover h3 span,
.catalog-section-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px);
	background-position: left 0 bottom 9px;
}

.catalog-section-tmb-lead {
	font-size: 20px;
	line-height: 30px;
	color: #727b85;
}

.catalog-section-tmb ul {
	margin: 0;
}

.catalog-section-tmb ul > li {
	padding: 0 0 0 24px;
	margin: 0 0 6px 0;
}

.catalog-section-tmb ul > li:before {
	content: "";
    position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff602;
	left: 3px;
	top: 7px;
}

.page-section-bottom-text {
	margin-top: 0;
	background: #fff url(../images/bottom-text-shadow.png) center top no-repeat;
}

.page-wrapper-cols-alt .page-section-bottom-text {
	margin-bottom: 0;
}

.bottom-text-pic {
	position: relative;
	padding: 61px 0 85px 0;
}

.bottom-text-pic img {
	margin: 0 0 0 -57px;
}

.bottom-text-descr {
	padding: 75px 0 85px 0;
	font-size: 16px;
	line-height: 26px;
	color: #727b85;
}

.bottom-text-descr h1,
.bottom-text-descr .h1 {
	font-size: 40px;
	line-height: 43px;
	font-weight: 200;
	color: #000;
	margin: 0 0 20px 0;
}

.expandable-content {
	display: none;
}

.expandable-trigger {
	width: 44px;
	height: 44px;
	border: 1px solid #c0cce4;
	border-radius: 3px;
	margin: 22px 0 0 0;
	cursor: pointer;
	position: relative;
}

.expandable-trigger:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/li-arrow.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
}

.expandable-trigger.active:before {
	background-position: 0 -20px;
}

.lead-alt {
	font-size: 20px;
	line-height: 30px;
	color: #727b85;
	margin: 0 0 50px 0;
}

.catalog {
	display: flex;
	flex-wrap: wrap;
}

.catalog-tmb {
	width: 33.33%;
	position: relative;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	margin: 0 -1px -1px 0;
}

.catalog-tmb:nth-child(3n+1) {
	clear: both;
}

.catalog-tmb:hover {
	z-index: 10;
}

.catalog-tmb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: all .3s ease;
}

.catalog-tmb:hover:before {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.catalog-tmb a {
	text-decoration: none !important;
}

.catalog-tmb .cont {
	padding: 20px 40px 29px 40px;
	position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-tmb .cont .catalog-item-bottom {
	margin-top: auto;
}

.catalog-production .catalog-tmb .cont {
	padding: 31px 40px 40px 40px;
}

.catalog-tmb .btn-fav {
	position: absolute;
	right: 19px;
	top: 18px;
	width: 17px;
	height: 17px;
	background: url(../images/ico-catalog-fav.png) 0 0 no-repeat;
}

.catalog .catalog-tmb:hover .btn-fav {
	background-position: 0 -16px;
}

.catalog-tmb .btn-remove {
	position: absolute;
	right: 19px;
	top: 18px;
}

.catalog-tmb-pic {
	text-align: center;
	margin: 0 0 15px 0;
}

.catalog-tmb-pic img {
	max-width: 100%;
	max-height: 150px;
}

.catalog-tmb-ttl {
	margin: 0 0 15px 0;
}

.catalog-production .catalog-tmb-ttl {
	margin: 0 0 2px 0;
}

.catalog-tmb h3,
.catalog-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin: 0 0 0 0;
}

.catalog-tmb:hover h3 span,
.catalog-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.catalog-tmb-rates {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	margin: 0 0 9px 0;
}

.catalog-tmb-rates ul {
	margin: 0 -5px;
	padding: 0;
}

.catalog-tmb-rates ul > li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 0 0 12px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

.catalog-tmb-rates ul > li:before {
	content: "";
	background: #fff602;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}

.catalog-tmb-count {
	border-top: 1px solid #dce1ea;
	padding: 15px 0 0 0;
	margin: 0 0 13px 0;
}

.catalog-tmb-col-1 {
	float: left;
	width: 71%;
}

.catalog-tmb-col-2 {
	float: left;
	width: 29%;
}

.catalog-tmb-count .row {
	margin-left: -5px;
	margin-right: -5px;
}

.catalog-tmb-count .row > * {
	padding-left: 5px;
	padding-right: 5px;
}

.catalog-tmb-count .count {
	position: relative;
}

.catalog-tmb-count .count-units {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	padding: 14px 0 0 0;
	text-align: right;
}

.catalog-tmb-count .count-units-item {
	display: inline-block;
	cursor: pointer;
	color: #627fbb;
}

.catalog-tmb-count .count-units-item span {
	padding: 0 2px;
	position: relative;
	display: inline-block;
}

.catalog-tmb-count .count-units-item.active span {
	color: #000;
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 0;
}

.catalog-tmb-count input[type=text] {
	font-size: 16px;
	font-weight: 500;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-right: 60px;
}

.catalog-tmb-count .btn-count-minus {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 39px;
	top: 12px;
	background: url(../images/li-arrow.png) 0 -20px no-repeat;
	cursor: pointer;
}

.catalog-tmb-count .btn-count-plus {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 15px;
	background: url(../images/li-arrow.png) -3px -3px no-repeat;
	cursor: pointer;
}

.catalog-tmb-price {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
}

.catalog-tmb-buttons {
	margin: 8px 0 0 0;
}

.catalog-production .catalog-tmb-buttons {
	margin: 24px 0 0 0;
}

.catalog-tmb-buttons .row {
	margin-left: -5px;
	margin-right: -5px;
}

.catalog-tmb-buttons .row > * {
	padding-left: 5px;
	padding-right: 5px;
}

.catalog-tmb-buttons .btn {
	width: 100%;
}

.catalog-tmb .btn-3 {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.btn-cart {
	background: #fff602;
	border-radius: 3px;
	height: 45px;
}

.btn-cart:before {
content: "Добавить";
    width: 22px;
    height: 26px;
    background: url(../images/btn-cart.png) 0 1px no-repeat;
    position: absolute;
    left: calc(50% - 45px);
    top: 11px;
    margin: 0;
    padding: 3px 0 0 29px;
    color: black;
 }
.btn-to-cart {
	padding: 0 !important;
	margin-top: 15px;
	border: 0;
}
.btn-to-cart:hover {
	padding: 0 !important;
	background: none;
}
.added-to-cart {
	display: none;
}

.catalog-list {
	display: block;
}

.catalog-list .catalog-tmb {
	display: block;
	width: auto;
	margin: 0 0 -1px 0;
}

.catalog-list .catalog-tmb .cont {
	padding: 17px 29px 17px 29px;
	display: flex;
	flex-direction: row;
}

.catalog-list .catalog-tmb .cont:after {
	content: "";
	display: table;
	clear: both;
}

.catalog-list .catalog-tmb-pic {
	display: inline-block;
	width: 40%;
	padding: 0 30px 0 0;
}

.catalog-list .catalog-tmb > .cont > a {
	text-decoration: none !important;
	display: flex;
    align-items: center;
    width: 55%;
    padding-right: 20px;
}

.catalog-list .catalog-tmb-descr {
	display: inline-block;
	text-decoration: none !important;
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	width: 60%;
}

.catalog-production.catalog-list .catalog-tmb-descr {
	width: 49%;
	padding-top: 9px;
}

.catalog-list .catalog-tmb h3,
.catalog-list .catalog-tmb .h3 {
	margin: 0 0 18px 0;
}

.catalog-production.catalog-list .catalog-tmb h3,
.catalog-production.catalog-list .catalog-tmb .h3 {
	margin: 0 0 9px 0;
}

.catalog-list .catalog-tmb-descr p:last-child {
	margin: 0;
}

.catalog-list .catalog-tmb-data {
	width: 45%;
	border-left: 1px solid #dce1ea;
	padding: 0 0 0 29px;
	margin: 3px 0;
}

.catalog-production.catalog-list .catalog-tmb-data {
	width: 29.5%;
}

.catalog-list .catalog-tmb-rates {
	margin: 0 0 7px 0;
	padding: 3px 0 0 0;
}

.catalog-list .catalog-tmb-count-price:after {
	content: "";
	display: table;
	clear: both;
}

.catalog-list .catalog-tmb-count {
	border: none;
	padding: 0;
	float: left;
	width: 58%;
	margin: 0;
}

.catalog-list .catalog-tmb-price {
	float: left;
	width: 42%;
	text-align: right;
	padding: 12px 0 0 0;
}

.catalog-list .catalog-tmb-buttons {
	margin: 10px 0 0 0;
}

.catalog-list .catalog-tmb-fav {
	margin: 3px 0 0 0;
}

.catalog-filter {
	background: #fff;
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	margin: 0 0 0 0;
	padding: 23px 30px 30px 30px;
	margin: 50px 30px 0 0;
}

.catalog-filter h4,
.catalog-filter .h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin: 33px 0 6px 0;
}

.catalog-filter h4:first-child,
.catalog-filter .h4:first-child {
	margin-top: 0;
}

.catalog-filter .form-footer {
	margin: 30px 0 0 0;
}

.catalog-filter .form-footer .btn-3 {
	font-size: 13px;
	line-height: 18px;
	padding-top: 11px;
	padding-bottom: 9px;
}

.catalog-filter .form-footer .btn-3:hover,
.catalog-filter .form-footer .btn-3:active {
	padding-top: 12px;
	padding-bottom: 10px;
}

.catalog-controls {
	margin: -38px 0 25px 0;
}

.catalog-search .form-group {
	margin-bottom: 0;
}

.catalog-search label.placeholder {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	letter-spacing: 0;
	padding: 9px 0 9px 0;
}

.catalog-search input[type=text] {
	background: none;
	border: none;
	border-bottom: 1px solid #dce1ea;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 9px 0 9px 0;
	border-radius: 0;
}

.catalog-search label.error {
	display: none !important;
}

.catalog-search button[type=submit] {
	width: 26px;
	height: 39px;
	border: none;
	background-color: transparent;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.catalog-search button[type=submit]:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/btn-filter-search.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -9px;
}

.catalog-sort {
	padding: 3px 0 0 0;
}

.catalog-sort-ttl {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #727b85;
	vertical-align: top;
	padding: 6px 0 0 0;
}

.catalog-sort-field {
	display: inline-block;
	vertical-align: top;
}

.catalog-layout {
	padding: 4px 0 0 0;
	margin: 0 -5px;
}

.catalog-layout-item {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin: 0 5px;
}

.catalog-layout-item.active {
	background: #fff602;
}

.catalog-layout-item:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.catalog-layout-item.active:before {
	background-position: 0 -16px;
}

.catalog-layout-item-tiles:before {
	background-image: url(../images/ico-layout-tiles.png);
}

.catalog-layout-item-list:before {
	background-image: url(../images/ico-layout-list.png);
}

.help-cat-list {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.help-cat-tmb {
	display: table-cell;
	width: 50%;
	border: 1px solid #dee3eb;
	transition: all .3s ease;
	position: relative;
	text-decoration: none !important;
}

.help-cat-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 10;
}

.help-cat-tmb-pic {
	float: left;
	width: 220px;
	padding: 29px 20px 20px 20px;
}

.help-cat-tmb-pic img {
	max-width: 100%;
}

.help-cat-tmb-descr {
	margin-left: 220px;
}

.help-cat-tmb h3,
.help-cat-tmb .h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
	color: #000;
	margin: 0;
}

.help-cat-tmb:hover h3 span,
.help-cat-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 8px;
}

.help-cat-tmb-descr .cont {
	height: 199px;
	display: table-cell;
	vertical-align: middle;
	padding: 30px 30px 30px 0;
}

table.alphabet {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}

table.alphabet td {
	border: 1px solid #dce1ea;
	width: 20%;
}

table.alphabet tr:first-child td {
	border-top: none;
}

table.alphabet tr:last-child td {
	border-bottom: none;
}

table.alphabet td:nth-child(1) {
	border-left: none;
}

table.alphabet td:nth-child(5) {
	border-right: none;
}

table.alphabet a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	text-decoration: none !important;
	transition: all .3s ease;
	padding: 12px 0 10px 0;
}

table.alphabet a.active {
	background: #fff602;
	font-weight: 500;
}

table.gear-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 37px;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

table.gear-table tr {
	transition: all .3s ease;
	position: relative;
}

table.gear-table tr + tr:hover {
	z-index: 10;
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

table.gear-table th {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #727b85;
	text-align: left;
	vertical-align: top;
	padding: 0 15px 9px 15px;
}

table.gear-table th:first-child {
	padding-left: 0;
}

table.gear-table th:last-child {
	padding-right: 0;
}

table.gear-table td {
	border-top: 1px solid #dee3eb;
	border-bottom: 1px solid #dee3eb;
	padding: 18px 15px 18px 15px;
	vertical-align: top;
}

table.gear-table td:first-child {
	border-left: 1px solid #dee3eb;
}

table.gear-table td:last-child {
	border-right: 1px solid #dee3eb;
	vertical-align: middle;
}

table.gear-table td.name {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

table.gear-table td.name a {
	color: #000 !important;
	text-decoration: none !important;
}

table.gear-table td.name a:hover {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 0;
}

table.gear-table td.fav {
	vertical-align: middle;
}

.norm-tmb {
	display: block;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	position: relative;
	transition: all .3s ease;
}

.norm-tmb:hover {
	z-index: 10;
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.norm-tmb:after {
	content: "";
	display: table;
	clear: both;
}

.norm-tmb .btn-fav,
.norm-tmb .btn-remove {
	position: absolute;
	right: 20px;
	top: 20px;
}

.norm-tmb-pic {
	float: left;
	width: 22%;
	padding: 29px 20px 10px 30px;
}

.norm-tmb-descr {
	float: left;
	width: 78%;
}

.norm-tmb-descr .cont {
	height: 170px;
	display: table-cell;
	vertical-align: middle;
	padding: 30px 50px 30px 0;
}

.norm-tmb h3,
.norm-tmb .h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	margin: 0;
}

.norm-tmb:hover h3 span,
.norm-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.article-fav-link-wrapper {
	font-size: 13px;
	line-height: 18px;
	margin: 34px 0 0 0;
}

.article-fav-link {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	text-decoration: none;
	color: #727b85;
}

.article-fav-link:hover {
	text-decoration: underline;
}

.article-fav-link:before {
	content: "";
	width: 17px;
	height: 16px;
	background: url(../images/ico-fav.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
}

.article-fav-link.active:before {
	background-position: 0 -16px;
}

.btn-fav {
	display: block;
	width: 17px;
	height: 16px;
	background: url(../images/ico-catalog-fav.png) 0 0 no-repeat;
}

.gear-table tr:hover .btn-fav {
	background-position: 0 -16px;
}

.btn-fav.active {
	background-position: 0 -32px !important;
}

.btn-cart-alt,
.btn-cart-alt:focus {
	font-size: 13px;
	line-height: 18px;
	color: #151515;
	border-radius: 3px;
	padding: 14px 20px 13px 65px;
	background: #fff602;
	text-align: left;
	position: relative;
}

.btn-cart-alt:hover {
	color: #151515;
	background: #ffe400;
}

.btn-cart-alt:active {
	color: #151515;
	background: #ffe400;
	box-shadow: inset 0 4px 0 #ffc000;
}

.btn-cart-alt:before {
	content: "";
	width: 22px;
	height: 20px;
	background: url(../images/btn-cart.png) 0 0 no-repeat;
	position: absolute;
	left: 30px;
	top: 12px;
}

.btn-fav-alt {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	padding: 18px;
	color: #727b85 !important;
	padding: 0 0 0 30px;
	position: relative;
}

.btn-fav-alt:before {
	content: "";
	width: 17px;
	height: 16px;
	background: url(../images/ico-catalog-fav.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

/*.catalog .catalog-tmb:hover .btn-fav-alt:before {
	background-position: 0 -16px;
}*/

.btn-fav-alt.active:before {
	background-position: 0 -32px;
}

.catalog-tmb-product:before {
	display: none;
}

.catalog-item-col-gallery {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
	margin-top: 0;
}

.catalog-item-col-descr {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-top: 20px;
}

.catalog-gallery-slider {
	border: 1px solid #dee3eb;
	padding: 20px;
}

.catalog-gallery-slider img {
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto;
}

.catalog-gallery-thumbs {
	margin: -1px -3px 0 0;
}

.catalog-gallery-thumbs:after {
	content: "";
	display: table;
	clear: both;
}

.catalog-gallery-thumbs .thumbs-item {
	width: 25%;
	float: left;
	position: relative;
	margin: 0 -1px -1px 0;
	cursor: pointer;
}

.catalog-gallery-thumbs .thumbs-item.active {
	z-index: 10;
}

.catalog-gallery-thumbs .thumbs-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .1s ease;
	border: 1px solid #dee3eb;
}

.catalog-gallery-thumbs .thumbs-item.active:after {
	border: 2px solid #fff602;
}

.catalog-gallery-thumbs .thumbs-item img {
	width: 100%;
}

.catalog-item-col-descr h3,
.catalog-item-col-descr .h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin: 27px 0 11px 0;
}

table.contents-table {
	width: 100%;
}

table.contents-table th {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dce1ea;
	padding: 0 15px 3px 15px;
}

table.contents-table td {
	padding: 13px 15px 12px 15px;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	border-bottom: 1px solid #dce1ea;
}

table.contents-table th:first-child,
table.contents-table td:first-child {
	padding-left: 0;
}

table.contents-table th:last-child,
table.contents-table td:last-child {
	padding-right: 0;
}

table.contents-table img {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -7px;
	margin-bottom: -12px;
	margin-right: 10px;
	max-width: 36px;
}

.page-section-product-info {
	margin-top: 57px;
}

.page-section-product-info h2,
.page-section-product-info .h2 {
	margin-top: 65px;
}

.pros-list {
	margin: 25px 0 -25px 0;
}

.pros-list .row > *:nth-child(2n+1) {
	clear: both;
}

.pros-tmb {
	margin: 0 0 67px 0;
	font-size: 15px;
	line-height: 24px;
}

.pros-tmb-pic {
	width: 140px;
	padding: 3px 15px 0 0;
	float: left;
}

.pros-tmb-pic img {
	max-width: 100%;
}

.pros-tmb-descr {
	margin-left: 140px;
}

.pros-tmb h3,
.pros-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	margin: 0 0 8px 0;
}

.product-sidebar,
.cart-sidebar {
	padding: 57px 0 0 30px;
}

.page-wrapper-3-cols .product-sidebar,
.page-wrapper-3-cols .cart-sidebar {
	padding-left: 0;
}

.product-sidebar h3,
.product-sidebar .h3,
.cart-sidebar h3,
.cart-sidebar .h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	margin: 0 0 18px 0;
}

.catalog-tmb-product {
	border: none;
	display: block;
	width: auto;
}

.catalog-tmb-product .catalog-tmb-rates {
	margin: 0 0 13px 0;
}

.catalog-tmb-product .catalog-tmb-count {
	padding: 20px 0 0 0;
	margin: 0 0 17px 0;
}

.catalog-tmb-product .catalog-tmb-count input[type=text] {
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	border-color: #dce1ea;
	padding-right: 70px;
}

.catalog-tmb-product .catalog-tmb-buttons {
	margin: 14px 0 4px 0;
}

.catalog-tmb-product .catalog-tmb-buttons .row {
	margin-left: -10px;
	margin-right: -10px;
}

.catalog-tmb-product .catalog-tmb-buttons .row > * {
	padding-left: 10px;
	padding-right: 10px;
}

.catalog-tmb-product .catalog-tmb-buttons .btn {
	margin: 0 0 10px 0;
	font-size: 15px !important;
}

.catalog-tmb-product .catalog-tmb-buttons .btn-cart-alt {
	text-align: center;
	padding-left: 37px;
}

.catalog-tmb-product .catalog-tmb-buttons .btn-cart-alt:before {
	left: 50%;
	margin-left: -58px;
}

.catalog-tmb-product .btn-fav-alt:before {
	background-position: 0 -16px;
}

.catalog-tmb-product .btn-fav-alt.active:before {
	background-position: 0 -32px;
}

.btn-fav-question {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	color: #727b85 !important;
	padding: 0 0 0 30px;
	position: relative;
}

.btn-fav-question:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/ico-btn-question.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.production-item-descr {
	font-size: 18px;
	line-height: 24px;
	color: #727b85;
	margin: 0 0 22px 0;
}

.production-item-descr p {
	margin: 0 0 4px 0;
}

.production-item-descr span {
	color: #000;
}

.prodiction-item-files {
	max-width: 320px;
}

.product-sidebar .form-group,
.cart-sidebar .form-group {
	margin: 0 0 16px 0;
}

.product-sidebar input[type=text],
.product-sidebar input[type=email],
.product-sidebar input[type=password],
.product-sidebar textarea,
.cart-sidebar input[type=text],
.cart-sidebar input[type=email],
.cart-sidebar input[type=password],
.cart-sidebar textarea {
	background: #fff;
	border-color: #dce1ea;
}

.product-sidebar .form-group > label,
.cart-sidebar .form-group > label {
	margin: 0 0 1px 0;
}

.product-sidebar .form-footer,
.cart-sidebar .form-footer {
	margin: 15px 0 0 0;
}

.production-order-form {
	margin: 0 0 15px 0;
}

table.cart-table {
	width: 100%;
	border-collapse: collapse;
}

table.cart-table tr {
	transition: all .2s ease;
	position: relative;
}

table.cart-table tr:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 10;
	background: #fffff5;
}

table.cart-table th {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #727b85;
	vertical-align: top;
	padding: 0 15px 9px 15px;
	white-space: nowrap;
}

table.cart-table td {
	padding: 25px 15px 25px 15px;
	border-bottom: 1px solid #dee3eb;
	border-top: 1px solid #dee3eb;
	font-size: 15px;
	line-height: 24px;
	color: #000;
}

table.cart-table th:first-child {
	padding-left: 0;
}

table.cart-table th:last-child {
	padding-right: 0;
}

table.cart-table td:first-child {
	border-left: 1px solid #dee3eb;
}

table.cart-table td:last-child {
	border-right: 1px solid #dee3eb;
}

table.cart-table td.td-pic {
	width: 125px;
}

table.cart-table td.td-pic img {
	max-width: 100%;
}

table.cart-table td.td-count {
	white-space: nowrap;
}

table.cart-table td.td-remove {
	width: 46px;
}

table.cart-table td.td-price {
	white-space: nowrap;
}

table.cart-table td.td-total {
	white-space: nowrap;
	font-weight: 500;
}

table.cart-table h3,
table.cart-table .h3 {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin: 0;
}

table.cart-table .count {
	display: inline-block;
	width: 140px;
	position: relative;
}

table.cart-table .btn-count-minus {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 38px;
	top: 12px;
	background: url(../images/li-arrow.png) 0 -20px no-repeat;
	cursor: pointer;
}

table.cart-table .btn-count-plus {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 15px;
	background: url(../images/li-arrow.png) -3px -3px no-repeat;
	cursor: pointer;
}

table.cart-table .count-units {
	display: inline-block;
	margin: 0 0 0 6px;
	font-weight: normal;
}

table.cart-table .count input[type=text] {
	font-size: 16px;
	font-weight: 500;
	padding-top: 11px;
	padding-bottom: 8px;
	padding-right: 17px;
}

.btn-remove {
	width: 16px;
	height: 16px;
	background: url(../images/btn-remove.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.cart-total {
	background: #fff;
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	margin-top: -27px;
	padding: 27px 30px 30px 30px;
}

.cart-total-item {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	margin: 0 0 5px 0;
}

.cart-total-item span {
	color: #000;
}

.cart-total h5,
.cart-total .h5 {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	font-weight: 300;
	margin: 18px 0 2px 0;
}

.cart-total-price {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
}

.cart-form {
	margin: 24px 0 0 0;
}

.cart-form .form-checkbox label {
	font-size: 12px;
	line-height: 14px;
	padding-left: 32px;
}

.cart-form .form-footer {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.cart-side-buttons {
		margin-top: 30px !important;
		margin-bottom: 30px;
	}

	.cart-side-buttons .col-xs-6 + .col-xs-6 .btn {
		margin-top: 20px;
	}
}

.cart-side-buttons .btn {
	width: 100%;
}

.order-form {
	margin-top: -14px;
}

.order-form h2,
.order-form .h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 45px 0 20px 0;
}

.order-form h2:first-child,
.order-form .h2:first-child {
	margin-top: 0;
}

.order-form h3,
.order-form .h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin: 28px 0 9px 0;
}

.order-form h3:first-child,
.order-form .h3:first-child {
	margin-top: 0;
}

.order-form h2 + h3,
.order-form h2 + .h3,
.order-form .h2 + h3,
.order-form .h2 + .h3 {
	margin-top: 23px;
}

.order-form .hr {
	height: 1px;
	background: #dce1ea;
	margin: 22px 0 22px 0;
}

.order-form .form-radios {
	margin: 0 0 38px 0;
}

.order-form .form-radios > label {
	margin-bottom: 16px;
}

.order-form .form-radio {
	margin: 0 0 10px 0;
}

.order-form .form-footer {
	margin: 35px 0 0 0;
}

.login-prompt {
	font-size: 14px;
	line-height: 18px;
}

ul.form-tabs {
	margin: 25px -20px 20px -20px;
}

ul.form-tabs > li {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin: 0 20px;
}

ul.form-tabs > li:before {
	display: none;
}

ul.form-tabs a {
	text-decoration: none !important;
	background: linear-gradient(to right, #627fbb 2px, transparent 2px);
	background-repeat: repeat-x;
	background-position: left 0 bottom 3px;
	background-size: 4px 1px;
	display: inline;
}

ul.form-tabs li.active a {
	color: #000;
	background: none;
}

table.order-table {
	font-size: 15px;
	line-height: 24px;
}

table.order-table td {
	padding: 0 30px 10px 0;
}

table.order-table td:last-child {
	padding-right: 0;
}

table.order-table td.name {
	color: #727b85;
}

table.order-table td.val {
	color: #000;
}

.order-total h5,
.order-total .h5 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin: 20px 0 0px 0;
	color: #727b85;
}

.order-total h5:first-child,
.order-total .h5:first-child {
	margin-top: 0;
}

.order-total .val {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}

.order-side-buttons {
	margin-top: 23px;
}

.order-side-buttons .btn {
	width: 100%;
}

.deal-tmb {
	border: 1px solid #dee3eb;
	transition: all .2s ease;
	position: relative;
	padding: 25px 29px 13px 29px;
	margin: 0 0 -1px 0;
}

.deal-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
	background: #fffff5;
}

.deal-tmb .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.deal-tmb-name {
	float: left;
	width: 70%;
}

.deal-tmb-name a {
	text-decoration: none !important;
}

.deal-tmb-price {
	float: left;
	width: 30%;
	text-align: right;
	font-size: 24px;
	line-height: 30px;
}

.deal-card-price {
	text-align: right;
	font-size: 24px;
	line-height: 30px;
}

.deal-tmb-price .val,
.deal-card-price .val {
	color: #27359e;
}

.deal-tmb-price .units,
.deal-card-price .units {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff602;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin-top: -7px;
	margin-bottom: -3px;
	margin-left: 10px;
}

.deal-tmb h3,
.deal-tmb .h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin: 0 0 4px 0;
}

.deal-tmb:hover h3 span,
.deal-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 5px;
}

.deal-tmb-date {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
}

.deal-tmb-footer {
	border-top: 1px solid #dce1ea;
	padding: 18px 0 0 0;
	margin: 22px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
}

.deal-tmb-status {
	float: left;
	width: 50%;
}

.deal-tmb-status span {
	color: #000;
}

.deal-tmb-controls {
	float: left;
	width: 50%;
	text-align: right;
}

.deal-tmb-controls a {
	display: inline-block;
}

.deal-tmb-controls a + a {
	margin-left: 38px;
}

.deal-card {
	border: 1px solid #dee3eb;
	padding: 25px 29px 13px 29px;
	margin: 0 0 40px 0;
}

.deal-card .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.deal-card-col-1 {
	float: left;
	width: 32%;
}

.deal-card-col-2 {
	float: left;
	width: 40%;
}

.deal-card-col-3 {
	float: left;
	width: 28%;
}

table.info-table {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

table.info-table td {
	padding: 0 10px 8px 0;
	vertical-align: top;
}

table.info-table td:last-child {
	padding-right: 0;
}

table.info-table td.name {
	color: #727b85;
}

table.info-table td.val {
	color: #000;
}

.deal-docs h5,
.deal-docs .h5 {
	font-size: 15px;
	line-height: 22px;
	color: #727b85;
	font-weight: 300;
	margin: 0 0 8px 0;
}

ul.deal-docs-list {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

ul.deal-docs-list > li {
	margin: 0 0 4px 0;
	padding: 0;
}

ul.deal-docs-list > li:before {
	display: none;
}

.deal-card-footer {
	border-top: 1px solid #dce1ea;
	padding: 18px 0 0 0;
	margin: 16px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
}

.deal-card-footer-l {
	float: left;
	width: 50%;
}

.deal-card-footer-r {
	float: left;
	width: 50%;
	text-align: right;
}

.remove-link {
	display: inline-block;
	padding: 0 0 0 28px;
	color: #727b85;
	position: relative;
}

.remove-link:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/btn-remove.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

table.deal-table {
	width: 100%;
}

table.deal-table th {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #727b85;
	vertical-align: top;
	padding: 0 15px 3px 15px;
	border-bottom: 1px solid #dce1ea;
}

table.deal-table td {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	vertical-align: top;
	padding: 14px 15px 11px 15px;
	border-bottom: 1px solid #dce1ea;
	letter-spacing: .025em;
}

table.deal-table th:first-child,
table.deal-table td:first-child {
	padding-left: 0;
}

table.deal-table th:last-child,
table.deal-table td:last-child {
	padding-right: 0;
}

.deal-status-header {
	border: 1px solid #dee3eb;
	padding: 25px 29px 20px 29px;
	margin: 0 0 35px 0;
}

.deal-status-date {
	padding: 0 15px;
	float: left;
	width: 50%;
}

.deal-status-price {
	padding: 0 15px;
	float: left;
	width: 50%;
	text-align: right;
}

ul.deal-status-list {
	margin: 0;
	padding: 0;
}

ul.deal-status-list > li {
	margin: 0 0 30px 27px;
	padding: 0 0 0 42px;
}

ul.deal-status-list > li:before {
	content: "";
	width: 1px;
	height: auto;
	background: #dce1ea;
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 5px;
	bottom: -45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.deal-status-list > li:last-child:before {
	display: none;
}

ul.deal-status-list > li:after {
	content: "";
	width: 15px;
	height: 15px;
	background: #dce1ea;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

ul.deal-status-list > li.active:after {
	width: 31px;
	height: 31px;
	left: -8px;
	top: -5px;
	background: #fff602 url(../images/deal-list-check.png) center center no-repeat;
}

.deal-list-status-ttl {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	margin: 0 0 1px 0;
}

.deal-list-status-date {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
}

.training-tmb,
.event-tmb {
	border: 1px solid #dee3eb;
	transition: all .2s ease;
	position: relative;
	margin: -0px 0 -1px 0;
	padding: 28px 29px 28px 29px;
}

.training-tmb:hover,
.event-tmb:hover {
	z-index: 2;
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.training-tmb .row > *,
.event-tmb .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.training-tmb-info,
.event-tmb-info {
	float: left;
	width: 20%;
}

.training-tmb-name,
.event-tmb-name {
	float: left;
	width: 50%;
	padding: 2px 0 0 0;
	border-right: 1px solid #dce1ea;
}

.training-tmb-name a,
.event-tmb-name a {
	text-decoration: none !important;
}

.event-tmb-name {
	width: 58%;
}

.training-tmb-controls,
.event-tmb-controls {
	float: left;
	width: 30%;
	padding-left: 30px !important;
}

.training-tmb-price,
.event-tmb-price {
	font-size: 26px;
	line-height: 30px;
	color: #27359e;
}

.training-tmb-button,
.event-tmb-button {
	margin: 13px 0 0 0;
}

.training-tmb-button .btn,
.event-tmb-button .btn {
	width: 100%;
}

.event-tmb-controls {
	width: 22%;
}

.training-tmb-date,
.event-tmb-date {
	font-size: 0;
	color: #27359e;
	margin: 0 0 17px 0;
}

.training-tmb-date .day,
.event-tmb-date .day {
	font-size: 36px;
	line-height: 36px;
	letter-spacing: .05em;
	text-align: center;
}

.training-tmb-date .month-year,
.event-tmb-date .month-year {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: .06em;
	text-align: center;
}

.training-tmb-date-item,
.event-tmb-date-item {
	display: inline-block;
	vertical-align: top;
}

.training-tmb-date-sep,
.event-tmb-date-sep {
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	vertical-align: top;
	padding: 0 3px;
}

.training-tmb-data-item + .training-tmb-data-item,
.event-tmb-data-item + .event-tmb-data-item {
	margin-top: 12px;
}

.training-tmb-data-item h5,
.training-tmb-data-item .h5,
.event-tmb-data-item h5,
.event-tmb-data-item .h5 {
	font-size: 12px;
	line-height: 18px;
	color: #727b85;
	font-weight: 300;
	margin: 0 0 0px 0;
}

.event-tmb-city,
.event-tmb-capacity,
.training-tmb-city,
.training-tmb-capacity {
	font-size: 15px;
	line-height: 24px;
	color: #27359e;
	position: relative;
	padding: 0 0 0 22px;
}

.training-tmb-city:before,
.event-tmb-city:before {
	content: "";
	width: 12px;
	height: 14px;
	background: url(../images/ico-training-city.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.training-tmb-capacity:before,
.event-tmb-capacity:before {
	content: "";
	width: 12px;
	height: 14px;
	background: url(../images/ico-training-capacity.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.training-tmb-tags,
.event-tmb-tags {
	margin: 0 0 10px 0;
}

.training-tmb-tags a,
.event-tmb-tags a {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #7886a2;
	border-radius: 3px;
	background: #e5ecf9;
	padding: 4px 15px 3px 15px;
	vertical-align: top;
}

.training-tmb h3,
.training-tmb .h3,
.event-tmb h3,
.event-tmb .h3 {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	letter-spacing: .01em;
}

.event-tmb:hover h3 span,
.event-tmb:hover .h3 span,
.training-tmb:hover h3 span,
.training-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 6px;
}

.event-tmb-left {
	font-size: 26px;
	line-height: 30px;
	color: #27359e;
}

.page-sidebar-white {
	background: transparent;
}

ul.anchors-menu {
	font-size: 16px;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dce1ea;
}

ul.anchors-menu-fixed {
	position: fixed;
	top: 20px;
}

ul.anchors-menu > li {
	border-bottom: 1px solid #dce1ea;
	margin: 0;
	padding: 8px 0 7px 0;
}

ul.anchors-menu a {
	color: #000;
	text-decoration: none !important;
}

ul.anchors-menu a.active span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 2px;
}

.training-header {
	display: table;
	width: 100%;
	margin: 0 0 23px 0;
}

.training-header-col {
	display: table-cell;
	padding: 0 40px 0 0;
}

.training-header-col:last-child {
	padding-right: 0;
}

.training-header h5,
.training-header .h5 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	margin: 0 0 8px 0;
	color: #727b85;
}

.training-header-address {
	font-size: 14px;
	line-height: 20px;
	color: #27359e;
}

.training-header-address p:last-child {
	margin: 0;
}

.training-header-date {
	font-size: 0;
	white-space: nowrap;
}

.training-header-date-item {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.training-header-date-sep {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #27359e;
	vertical-align: middle;
	padding: 0 12px;
}

.training-header-date-item .day {
	font-size: 40px;
	line-height: 40px;
	color: #27359e;
	display: inline-block;
}

.training-header-date-item .month-year {
	font-size: 14px;
	line-height: 20px;
	color: #27359e;
	display: inline-block;
	margin: 0 0 0 7px;
}

.training-header-capacity {
	font-size: 40px;
	line-height: 40px;
	color: #27359e;
	padding: 3px 0 0 0;
}

.training-content {
	font-size: 15px;
	line-height: 24px;
}

.article-pic {
	margin: 0 0 56px 0;
}

.article-pic img {
	max-width: 100%;
}

.training-content h2,
.training-content .h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	margin: 52px 0 15px 0;
}

.training-content ul {
	margin: 21px 0 21px 0;
}

.program {
	margin-top: 20px;
	margin-bottom: 50px;
}

.program-item {
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
}

.program-item-header {
	border-bottom: 1px solid #dee3eb;
	padding: 25px 29px 22px 29px;
}

.program-item-header h3,
.program-item-header .h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #27359e;
	margin: 0 0 8px 0;
}

.program-item-data {
	font-size: 16px;
	line-height: 24px;
	color: #27359e;
	margin: 0 -22px 0 -22px;
}

.program-item-data-col {
	display: inline-block;
	margin: 0 22px;
}

.program-item-time {
	position: relative;
	padding: 0 0 0 25px;
}

.program-item-time:before {
	content: "";
	width: 15px;
	height: 17px;
	background: url(../images/ico-program-time.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}

.program-item-breaks {
	position: relative;
	padding: 0 0 0 25px;
}

.program-item-breaks:before {
	content: "";
	width: 15px;
	height: 17px;
	background: url(../images/ico-program-breaks.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}

.program-item-body {
	padding: 25px 29px 11px 29px;
}

ul.program-list {
	margin: 0;
}

ul.program-list > li {
	padding: 0 0 0 37px;
	margin: 0 0 19px 0;
	position: relative;
}

ul.program-list > li:before {
	display: none;
}

ul.program-list .li-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/li-arrow.png) 0 0 no-repeat;
	left: 0;
	top: 1px;
	cursor: pointer;
}

ul.program-list li.active .li-arrow {
	background-position: 0 -20px;
}

ul.program-list .li-name {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	cursor: pointer;
}

ul.program-list li.active .li-name span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px);
	background-position: left 0 bottom 3px;
}

ul.program-list .li-content {
	display: none;
	font-size: 15px;
	line-height: 24px;
	color: #5b646e;
	padding: 33px 0 3px 0;
}

ul.program-list li.active .li-content {
	display: block;
}

ul.program-list .li-content p {
	margin: 0 0 10px 0;
}

ul.program-list .li-content p:last-child {
	margin: 0;
}

.training-cert {
	margin-top: 50px;
	margin-bottom: 50px;
}

.training-cert-pic {
	float: left;
	width: 150px;
	padding: 0 15px 0 0;
}

.training-cert-pic img {
	max-width: 100%;
}

.training-cert-descr {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	color: #000;
	padding: 22px 0 0 150px;
}

.speaker-tmb {
	margin: 0 0 38px 0;
}

.speaker-tmb .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.speaker-tmb-pic {
	float: left;
	width: 45%;
	position: relative;
	text-align: center;
	padding-right: 40px !important;
}

.speaker-tmb-pic:after {
	display: none !important;
	content: "";
	height: 61px;
	background: url(../images/speaker-pic-shadow.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	right: 15px;
	bottom: 0;
	background-size: 100% 100%;
}

.speaker-tmb-pic img {
	max-width: 100%;
}

.speaker-tmb-descr {
	float: left;
	width: 55%;
	padding-top: 18px;
	font-size: 16px;
	line-height: 26px;
}

.speaker-tmb-name {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 3px;
}

.speaker-tmb-post {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	margin: 0 0 16px 0;
}

.reviews-list {
	margin: 25px 0 0 0;
}

.reviews-list blockquote {
	margin: 0 0 40px 0;
}

.training-address {
	font-size: 16px;
	line-height: 26px;
	color: #26349a;
}

.training-map {
	height: 350px;
}

.enroll-form h3,
.enroll-form .h3 {
	font-size: 24px;
	line-height: 28px;
	color: #27359e;
	font-weight: 300;
	margin: 0 0 18px 0;
}

.count-radios {
	font-size: 0;
	text-align: justify;
	margin: 8px 0 0 0;
}

.count-radios:after {
	content: "";
	width: 100%;
	display: inline-block;
}

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

.count-radio input[type=radio] + label {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(98, 127, 187, 0.4);
	border-radius: 50%;
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	line-height: 38px;
	transition: all .15s ease;
	color: #627fbb;
	cursor: pointer;
}

.count-radio input[type=radio]:checked + label {
	border-color: #ffea02;
	background-color: #ffea02;
	color: #27359e;
	font-weight: normal;
}

.count-radio input[type=radio] + label:before {
	display: none;
}

.count-radio input[type=radio]:checked + label:after {
	content: "";
	width: 14px;
	height: 16px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid #27359e;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -21px;
}

.enroll-price-wrapper {
	border-top: 4px solid #27359e;
	border-radius: 3px;
	background: #fff;
	margin: 20px 0 31px 0;
	padding: 20px 0 13px 0;
}

.enroll-price {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #27359e;
	margin: 0 15px;
	text-align: center;
}

.enroll-price-old {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #91969c;
	text-decoration: line-through;
	margin: 0 15px;
}

.enroll-add-wrapper {
	margin: -8px 0 17px 0;
}

.btn-enroll-add {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 18px;
	color: #627fbb;
	cursor: pointer;
}

.btn-enroll-add:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/li-arrow.png) 0 0 no-repeat;
	left: 0;
	top: -2px;
	cursor: pointer;
}

.section-header-alt {
	padding: 0;
	margin: 0 0 21px 0;
}

.section-header-alt:after {
	content: "";
	display: table;
	clear: both;
}

.section-header-alt h2,
.section-header-alt .h2 {
	margin: 0;
	font-size: 40px;
	line-height: 45px;
}

.section-header-alt .section-header-button + h2,
.section-header-alt .section-header-button + .h2 {
	float: left;
	margin-right: 30px;
}

.section-header-alt .section-header-button {
	float: right;
	font-size: 15px;
	line-height: 24px;
	margin: 19px 0 0 0;
}

.profile-info {
	border: 1px solid #dee3eb;
	padding: 23px 29px 15px 29px;
}

table.profile-info-table td.name {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	padding: 4px 30px 12px 0;
	vertical-align: top;
}

table.profile-info-table td.val {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	padding: 0 0 10px 0;
	vertical-align: top;
}

.account-section {
	margin: 0 0 75px 0;
}

.row-alt {
	margin-left: -23px;
	margin-right: -23px;
}

.row-alt > * {
	padding-left: 23px;
	padding-right: 23px;
}

.cart-preview {
	display: block;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	padding: 30px 29px 30px 29px;
	font-size: 15px;
	line-height: 24px;
	color: #27359e;
}

.cart-preview:after {
	content: "";
	display: table;
	clear: both;
}

.cart-preview-pic {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff602;
	text-align: center;
	line-height: 40px;
	float: left;
}

.cart-preview-descr {
	margin: 0 0 0 60px;
	padding: 10px 0 0 0;
}

.cart-preview-descr span {
	font-size: 24px;
	margin: 0 6px 0 0;
}

.favorites-preview {
	display: block;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	padding: 30px 29px 30px 29px;
	font-size: 15px;
	line-height: 24px;
	color: #27359e;
}

.favorites-preview:after {
	content: "";
	display: table;
	clear: both;
}

.favorites-preview .row {
	margin-left: -40px;
	margin-right: -40px;
}

.favorites-preview .row > * {
	padding-left: 40px;
	padding-right: 40px;
}

.favorites-preview-item {
	float: left;
	position: relative;
	text-decoration: none !important;
}

.favorites-preview-pic {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff602;
	text-align: center;
	line-height: 40px;
	float: left;
}

.favorites-preview-descr {
	padding: 10px 0 0 0;
}

.favorites-preview-pic + .favorites-preview-descr {
	margin-left: 60px;
}

.favorites-preview-descr span {
	font-size: 24px;
	margin: 0 6px 0 0;
}

.favorites-preview-item + .favorites-preview-item:before {
	content: "";
	width: 1px;
	background: #dce1ea;
	position: absolute;
	left: 0;
	top: -10px;
	bottom: -10px;
}

.page-wrapper-cols-about {
	position: relative;
}

.page-wrapper-cols-about:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/page-wrapper-cols-about-bg.jpg) top center no-repeat;
}

.page-wrapper-cols-about .page-content {
	background: transparent;
}

.page-section-group-white {
	background: #fff;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 75px;
	margin-bottom: -96px;
	padding-bottom: 96px;
}

.page-section h2,
.page-section .h2 {
	margin-top: 75px;
}

.page-section h2:first-child,
.page-section .h2:first-child {
	margin-top: 0;
}

.mission-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.mission-pic {
	float: left;
	width: 40%;
	padding: 12px 30px 0 0;
	margin-left: -60%;
}

.mission-pic img {
	width: 380px;
	margin-left: -24px;
}

.mission-descr {
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
	position: relative;
	left: 0;
}
/*
.mission-descr:before {
	content: "";
	width: 73px;
	height: 59px;
	background: url(../images/blockquote-quote.png) 0 0 no-repeat;
	position: absolute;
	left: -7px;
	top: 27px;
}
*/
.mission-text {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    letter-spacing: .02em;
}

.mission-author {
	color: #000;
	margin: 26px 0 0 0;
}

.mission-author-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.mission-author-post {
	font-size: 14px;
	line-height: 20px;
}

.page-section-about {
	margin-bottom: 95px;
}

.map-features-alt .map-feature-tmb-pic {
	width: 115px;
}

.map-features-alt .map-feature-tmb-descr {
	margin: 0 0 0 115px;
}

.about-map-alt .map-wrapper {
	position: relative;
	margin: 0 0 -20px 10px;
	top: -20px;
}

.map-regions-list-alt {
	margin: 0 40px -50px 40px;
}

.intext-video {
	position: relative;
	height: 480px;
	cursor: pointer;
	margin: 30px 0;
}

.intext-video .play-button {
	position: absolute;
	width: 92px;
	height: 92px;
	left: 50%;
	top: 50%;
	margin: -46px 0 0 -46px;
	cursor: pointer;
	border-radius: 50%;
	background: #263291;
}

.intext-video .play-button:before {
	content: "";
	width: 36px;
	height: 24px;
	border-left: 18px solid #fff;
	border-right: 18px solid transparent;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -6px;
}

.intext-video iframe {
	width: 100% !important;
	height: 480px !important;
	display: block;
}

.intext-video-descr h3,
.intext-video-descr .h3 {
	font-weight: 300;
	color: #27359e;
	margin-bottom: 10px;
}

.page-section-group-about {
	position: relative;
	margin-top: -60px;
	padding-top: 60px;
	margin-left: -30px;
	padding-left: 30px;
	padding-bottom: 60px;
}

/*.page-section-group-about:before {
	content: "";
	width: 3000px;
	height: 100%;
	background: #f8f8f8 url(../images/about-header-bg.jpg) 0 0 no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
}*/

.page-section-group-about .page-section {
	position: relative;
}

.feedback-form-lead {
	font-size: 20px;
	line-height: 30px;
	color: #727b85;
	margin: -11px 0 20px 0;
}

.feedback-form {
	border: 1px solid #dee3eb;
	padding: 37px 40px 40px 40px;
}

.feedback-form .form-group {
	margin: -0px 0 13px 0;
}

.feedback-form .form-info {
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

.feedback-form .form-footer {
	margin: 0 0 0 0;
}

.feedback-form textarea {
	height: 205px;
}

.about-header {
	position: relative;
	margin-top: -60px;
	padding-top: 60px;
	margin-left: -30px;
	padding-left: 30px;
	padding-bottom: 60px;
}

/*.about-header:before {
	content: "";
	width: 3000px;
	height: 100%;
	background: #f8f8f8 url(../images/about-header-bg.jpg) 0 0 no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
}*/

.about-header-pic {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 45%;
	text-align: center;
}

.about-header-descr {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 55%;
	font-size: 16px;
	line-height: 26px;
}

.about-header-pic img {
	margin-left: -10px;
}

.over-wrapper {
	overflow: hidden;
}

.about-header .lead {
	margin: 0 0 12px 0;
}

.about-header .lead p:last-child {
	margin: 0;
}

.page-section-history {
	padding: 96px 0 0 0;
}

.history-item {
	position: relative;
	margin: 0 0 56px 0;
}

.history-item:before {
	content: "";
	width: 4px;
	background: #fff602;
	position: absolute;
	left: 61px;
	top: 50px;
	bottom: -45px;
}

.history-item:last-child:before {
	display: none;
}

.history-item-year {
	float: left;
	width: 22.5%;
	font-size: 55px;
	line-height: 55px;
	color: #27359e;
	font-weight: 200;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.history-item-year:before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 15px solid #fff602;
	position: absolute;
	left: 38px;
	top: -17px;
}

.history-item-year span {
	width: 130px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.history-item-descr {
	font-size: 16px;
	line-height: 26px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 77.5%;
}

.history-item h3,
.history-item .h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	color: #27359e;
	margin: 0 0 10px 0;
}

.history-item .gallery {
	margin: 20px 0 0 0;
}

.vacancies-list {
	display: flex;
	flex-wrap: wrap;
	border-collapse: collapse;
}

.vacancy-tmb {
	display: block;
	width: 33.33%;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	padding: 27px 29px 39px 29px;
	transition: all .5s ease;
	margin: 0 -1px -1px 0;
}

.vacancies-list-full .vacancy-tmb {
	width: 100%;
}
.vacancies-list-full .vacancy-tmb-name {
	min-height: auto;
}
.vacancy-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.vacancy-tmb-place {
	font-size: 13px;
	line-height: 18px;
	color: #999fa7;
	padding: 0 0 17px 20px;
	position: relative;
}

.vacancy-tmb-place:before {
	content: "";
	width: 11px;
	height: 14px;
	background: url(../images/ico-place.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.vacancy-tmb-name {
	min-height: 78px;
	margin: 0 0 37px 0;
}

.vacancy-tmb h3,
.vacancy-tmb .h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	margin: 0;
}

.vacancy-tmb:hover h3 span,
.vacancy-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.vacancy-tmb-price {
	font-size: 24px;
	line-height: 30px;
	color: #27359e;
}

.vacancy-tmb-price span.txt {
	font-size: 14px;
	margin: 0 4px 0 0;
}

.vacancy-tmb-price span.units {
	position: relative;
	margin: 0 0 0 22px;
}

.vacancy-tmb-price span.units:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff602;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -20px;
}

.vacancy-tmb-price span.units span {
	position: relative;
}

.vacancy-header {
	border: 1px solid #dee3eb;
	padding: 28px 40px 21px 40px;
}

.vacancy-header-item {
	position: relative;
	padding-right: 15px;
	margin-top: 20px;
}

.row > * + * > .vacancy-header-item {
	padding-left: 30px;
}

.row > * + * > .vacancy-header-item:before {
	content: "";
	width: 1px;
	background: #dee3eb;
	position: absolute;
	left: -15px;
	top: -10px;
	bottom: -5px;
}

.vacancy-header-item .ttl {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 2px 0;
	color: #999fa7;
}

.vacancy-header-item .val {
	font-size: 18px;
	line-height: 1.5;
	color: #27359e;
}

.vacancy-skill {
	font-size: 14px;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.vacancy-form-wrapper {
	margin-top: 68px;
}

.vacancy-form {
	border: 1px solid #dee3eb;
	padding: 37px 40px 40px 40px;
}

.vacancy-form .row {
	margin-left: -20px;
	margin-right: -20px;
}

.vacancy-form .row > * {
	padding-left: 20px;
	padding-right: 20px;
}

.vacancy-form .form-group {
	margin: 0 0 13px 0;
}

.vacancy-form textarea {
	height: 205px;
}

.vacancy-form .form-agree {
	margin-top: 14px;
}

.vacancy-form .form-footer {
	margin-top: 15px;
}

.certificates-list {
	display: flex;
	flex-wrap: wrap;
}

.certificate-tmb {
	display: block;
	width: 33.33%;
	text-decoration: none !important;
	border: 1px solid #dee3eb;
	padding: 40px 55px 36px 55px;
	transition: all .5s ease;
	margin: 0 -1px -1px 0;
}

.certificate-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.certificate-tmb h3,
.certificate-tmb .h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	margin: 0 0 14px 0;
	min-height: 72px;
}

.certificate-tmb:hover h3 span,
.certificate-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 10px, transparent 10px);
	background-position: left 0 bottom 3px;
}

.certificate-tmb-pic {
	margin: 0 0 30px 0;
}

.certificate-tmb-pic img {
	max-width: 100%;
}

.work-list-alt {
	margin: 30px -15px -20px -15px;
}

.work-list-alt .work-tmb {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.work-list-alt .work-tmb-descr {
	margin-left: 140px;
	padding: 0 0 0 0;
}

.partner-form-lead {
	font-size: 20px;
	line-height: 30px;
	color: #727b85;
	margin: -14px 0 20px 0;
}

.contacts-wrapper {
	position: relative;
	padding: 75px 0;
}

.contacts-map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contacts-map iframe {
	height: 100% !important;
}

.contacts-descr {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	background: #fff;
	position: relative;
	padding: 36px 40px 27px 40px;
}

.contacts-descr h5,
.contacts-descr .h5 {
	font-size: 13px;
	line-height: 18px;
	color: #919aa2;
	margin: 26px 0 6px 0;
}

.contacts-descr h5:first-child,
.contacts-descr .h5:first-child {
	margin-top: 0;
}

.contacts-tel {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}

.contacts-tel a {
	color: #000;
	text-decoration: none;
}

.contacts-tel a:hover {
	text-decoration: underline;
}

.contacts-email {
	margin: 27px 0 0 0;
	line-height: 24px;
}

.contacts-address {
	line-height: 24px;
	margin: 16px 0 0 0;
}

.page-sidebar-contacts {
	padding-top: 30px;
	padding-right: 0;
}

.page-content-contacts {
	margin-left: 0 !important;
}

.contacts-form {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	background: #fff;
	position: relative;
	padding: 35px 40px 40px 40px;
}

.contacts-form h2,
.contacts-form .h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin: 0 0 12px 0;
}

.contacts-form .form-group {
	margin: 0 0 13px 0;
}

.contacts-form .form-agree {
	margin: 0 0 0 0;
}

.contacts-form .form-footer {
	margin: 18px 0 0 0;
}

.contacts-item {
	border-bottom: 1px solid #dce1ea;
	padding: 0 0 31px 0;
	margin: 0 0 35px 0;
}

.contacts-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contacts-item h2,
.contacts-item .h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}

.contacts-person {
	margin: 0 0 38px 0;
	font-size: 15px;
	line-height: 24px;
}

.contacts-person:last-child {
	margin: 0;
}

.contacts-person-name {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.contacts-person-post {
	font-size: 13px;
	line-height: 18px;
	color: #727b85;
	margin: 3px 0 0 0;
}

.contacts-person-phone {
	color: #000;
	margin: 19px 0 0 0;
}

.contacts-person-phone a {
	color: #000;
	text-decoration: none;
}

.contacts-person-phone a:hover {
	text-decoration: underline;
}

.service-tmb {
	display: block;
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	transition: all .3s ease;
}

.service-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.service-tmb-content > a,
.service-tmb-descr > a {
	text-decoration: none !important;
}

.service-tmb-pic {
	float: left;
	width: 23%;
	padding: 33px 30px 33px 30px;
}

.service-tmb-pic img {
	max-width: 100%;
}

.service-tmb-descr {
	float: left;
	width: 77%;
	padding: 36px 40px 31px 0;
}

.service-tmb h3,
.service-tmb .h3 {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin: 0 0 10px 0;
}

.service-tmb:hover h3 span,
.service-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px);
	background-position: left 0 bottom 9px;
}

.service-tmb-lead {
	font-size: 16px;
	line-height: 26px;
	color: #727b85;
}

.service-tmb-lead p:last-child {
	margin: 0;
}

.make-tmb {
	display: block;
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	transition: all .3s ease;
}

.make-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
}

.make-tmb-content > a,
.make-tmb-descr > a {
	text-decoration: none !important;
}

.make-tmb-pic {
	float: left;
	width: 26%;
	padding: 38px 40px 33px 40px;
}

.make-tmb-pic img {
	max-width: 100%;
}

.make-tmb-descr {
	float: left;
	width: 74%;
	padding: 36px 40px 43px 0;
}

.make-tmb h3,
.make-tmb .h3 {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin: 0 0 10px 0;
}

.make-tmb:hover h3 span,
.make-tmb:hover .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px);
	background-position: left 0 bottom 9px;
}

.make-tmb-lead {
	font-size: 16px;
	line-height: 26px;
	color: #727b85;
}

.make-tmb-lead p:last-child {
	margin: 0;
}

.make-tmb-button {
	margin: 20px 0 0 0;
}

.login-form h2,
.login-form .h2,
.login-descr h2,
.login-descr .h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 24px 0;
}

.login-form .form-footer {
	margin: 0;
}

.login-form .form-footer:after {
	content: "";
	display: table;
	clear: both;
}

.login-form .form-footer .btn {
	width: auto;
}

.login-form .form-footer .btn-1 {
	width: auto;
	min-width: 150px;
	font-size: 15px;
	margin-right: 20px;
}

.login-form .form-footer .btn-text {
	font-size: 15px;
}

.login-descr {
	position: relative;
}

.login-descr:before {
	content: "";
	width: 1px;
	position: absolute;
	left: -62px;
	top: 0;
	bottom: 0;
	background: #dce1ea;
}

.login-descr h3,
.login-descr .h3 {
	color: #27359e;
	margin: 24px 0 14px 0;
}

.login-descr .register-menu {
	margin: 0;
}

.login-descr .register-menu .row {
	margin-left: -10px;
	margin-right: -10px;
}

.login-descr .register-menu .row > * {
	padding-left: 10px;
	padding-right: 10px;
}

.login-descr .register-menu .btn {
	margin: 0 0 20px 0;
	width: 100%;
}

.password-form .form-lead {
	font-size: 18px;
}

.password-form .form-group {
	margin: 0 0 20px 0;
}

.password-form .form-footer {
	margin: 0;
}

.password-form .form-footer .btn-1 {
	font-size: 15px;
	width: auto;
	min-width: 150px;
}

.password-modal .modal-dialog {
	width: 570px;
}

.password-modal .modal-body {
	padding-top: 4px;
}

.modal-password-form .form-lead {
	font-size: 18px;
}

.modal-password-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.modal-password-form .form-group {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	width: 65%;
}

.modal-password-form .form-footer {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	width: 35%;
	margin-top: 22px;
}

.modal-password-form .form-footer .btn-1 {
	min-width: 0;
	width: 100%;
}

.quicksell-modal .modal-dialog {
	width: 400px;
}

.result-tmb {
	display: block;
	position: relative;
	text-decoration: none !important;
	color: #5b646e !important;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #dee3eb;
	margin: 0 0 -1px 0;
	transition: all .25s ease;
	background: #fff;
	padding: 26px 30px 22px 100px;
}

.result-tmb:hover {
	box-shadow: 2.796px 4.145px 7px 0px rgba(0, 43, 89, 0.1);
	z-index: 2;
}

.result-tmb-num {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	border: 10px solid #ebf0f4;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 32px;
}

.result-tmb:hover .result-tmb-num {
	border-color: #fff602;
}

.result-tmb-descr {
	display: table-cell;
	height: 52px;
	vertical-align: middle;
}

.result-tmb h3,
.result-tmb .h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	margin: 0;
}

.result-tmb h3 span,
.result-tmb .h3 span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px) !important;
	background-position: left 0 bottom 2px !important;
	background-repeat: repeat-x !important;
}

.result-tmb-text {
	margin: 4px 0 0 0;
}

.result-tmb-text p:last-child {
	margin: 0;
}

.result-tmb-text span {
	background-image: linear-gradient(to top, #fff602 11px, transparent 11px);
	background-position: left 0 bottom 1px;
	background-repeat: repeat-x;
}

.result-tmb-date {
	font-size: 13px;
	line-height: 18px;
	color: #919aa2;
	margin: 10px 0 0 0;
}

.result-tmb-cat {
	font-size: 0;
	margin: 6px 0 0 0;
}

.result-tmb-cat span {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #7886a2;
	background: #e5ecf9;
	border-radius: 2px;
	margin: 0 10px 0 0;
	padding: 5px 15px 4px 15px;
}

.cancel-modal .confirm-modal-buttons {
	margin: 0 0 -15px 0;
}

.cancel-modal .confirm-modal-buttons .btn {
	width: 100%;
	margin: 0 0 15px 0;
}

.section-menu-fixed {
	position: fixed;
}

.doc-tmb-gal {
	display: none;
}

.cert-gallery {
	display: none;
}

.container > .row {
	display: flex;
	flex-wrap: wrap;
}

.page-content {
	min-height: 100% !important;
}

.about-header + .page-section-history {
	margin-top: 0;
}

.page-section-group-white .page-section:first-child {
	margin-top: 0;
}

.trust-list {
	margin: 0 20px;
}

.trust-list .row {
	margin: 0;
}

.trust-list .slick-arrow {
	width: 16px;
	height: 27px;
	background: none;
	margin-top: -13px;
}

.trust-list .slick-prev:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/trust-prev.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all .1s ease;
}

.trust-list .slick-prev:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/trust-prev-hover.png) 0 0 no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}

.trust-list .slick-next:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/trust-next.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all .1s ease;
}

.trust-list .slick-next:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/trust-next-hover.png) 0 0 no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}

.trust-list .slick-arrow:hover:before {
	opacity: 0;
}

.trust-list .slick-arrow:hover:after {
	opacity: 1;
}

.search-form {
	margin: -30px 0 30px 0;
}

.search-form-group {
	position: relative;
}

.search-form input[type=text] {
	border: 1px solid rgba(14, 15, 17, .1);
	border-radius: 3px;
	color: #0E0F11;
	font-size: 16px;
	font-weight: 300;
	background: none !important;
	padding: 17px 105px 13px 30px;
}

.search-form input[type=text]:focus,
.search-form input[type=text]:active {
	border-color: rgba(14, 15, 17, .5);
}

.search-form ::placeholder {
	color: rgba(14, 15, 17, 0.4) !important;
}

.search-submit {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	background-image: url(../images/search-submit.svg) !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	border: none;
	background-color: transparent;
	transition: all .2s ease;
	width: 75px;
	border-radius: 0 2px 2px 0;
	opacity: .4;
}

.search-empty {
	min-height: 255px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-empty-pic {
	background: url(../images/search-empty.jpg) 0 0 no-repeat;
	width: 215px;
	height: 255px;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -127px;
}

.search-empty-text {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	position: relative;
	color: #0E0F11;
}

@media (min-width: 768px) {

	.search-form input[type=text]:hover {
		border-color: rgba(14, 15, 17, .5);
	}

	.search-submit:hover {
		background-color: #FFF602;
		opacity: 1;
	}

	.search-form label.error {
		display: none !important;
	}

}

.article-pic-float {
	float: left;
	width: 42.5%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.article-pic-float-r {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}

.interview-question {
	font-weight: 500;
	color: #000;
	font-size: 18px;
}

.interview-answer {
	margin-top: 12px;
}

.interview-answer + .interview-question {
	margin-top: 40px;
}