@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@font-face {
	font-family: 'Circe-Bold';
	src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-Bold.woff') format('woff'),
	url('../fonts/Circe-Bold.ttf')  format('truetype'),
	url('../fonts/Circe-Bold.svg#Circe-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe-ExtraBold';
	src: url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circe-ExtraBold.woff') format('woff'),
	url('../fonts/Circe-ExtraBold.ttf')  format('truetype'),
	url('../fonts/Circe-ExtraBold.svg#Circe-ExtraBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
/* font-family: 'Circe-Bold', Arial, Helvetica, sans-serif; */
/* font-family: 'Circe-ExtraBold', Arial, Helvetica, sans-serif; */

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}
body {
	margin:0;
	color: #575756;
	font:16px/21px 'Roboto', Arial, Helvetica, sans-serif;
	background:#e0e3e5;
	min-width: 320px;
	height: 100%;
}
img {
	border-style:none;
}
a {
	color:#000;
	outline:none;
	text-decoration: none;
	display: inline;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
a:hover {
	text-decoration:none;
	border-bottom: 1px solid transparent;
}
* {
	outline:none;
}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input::-ms-clear {
	display: none;
}
input:not([type="checkbox"]), textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
/* .no-scroll {
    overflow: hidden;
} */
#wrapper{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	min-height: 100%;
}
.container {
	width: 100%;
	padding: 0 15px;
	max-width: 1190px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#header{
	background: #f0f0f0;
}
#header .container{
	position: relative;
	padding: 51px 15px 17px 198px;
}
#header .container:after {
	clear: both;
	display: block;
	content: '';
}
.logo{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width:154px;
	text-indent:-9999px;
	overflow:hidden;
	background: #003593;
}
.logo:after {
	position: absolute;
	content: '';
	width: 105px;
	height: 75px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-52%, -55%);
	-ms-transform: translate(-52%, -55%);
	-o-transform: translate(-52%, -55%);
	transform: translate(-52%, -55%);
	background:url("../images/logo-1.png") no-repeat;
	display: block;
	z-index: 0;
}
.logo a{
	display:block;
	height:100%;
	position: relative;
	z-index: 1;
}
.head-box {
	margin: 0 0 27px;
}
.title-head {
	margin: 0;
	overflow: hidden;
	padding: 2px 0 0 0;
}
.subtitle-head {
	display: block;
	margin: 0 0 5px;
	color: #00388f;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.015em;
}
.title-head h1 {
	margin: 10px 0 0;
	color: #00388f;
	/* font-family: 'Circe-ExtraBold', Arial, Helvetica, sans-serif; */
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 32px;
	/* letter-spacing: -0.005em; */
	height: 40px;
}
.list-medal {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
	float: right;
}
.list-medal li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 8px;
}
.list-medal li:first-child {
	margin: 0;
}
.list-medal li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#nav-mob ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#nav-mob .list-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 0 0;
}
#nav-mob .list-menu li:last-child {
	margin: 0;
}
#nav-mob .list-menu li a {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 0.02em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	z-index: 1;
}
#nav-mob .list-menu li a:after {
	position: absolute;
	content: '';
	top: -5px;
	bottom: -5px;
	left: -9px;
	right: -9px;
	background: #fff;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#nav-mob .list-menu .active a {
	border-bottom: none;
}
#nav-mob .list-menu .active a:after,
#nav-mob .list-menu li a:hover:after {
	opacity: 1;
}
.btn-mob-menu {
	display: none;
	width: 53px;
	height: 35px;
	position: absolute;
	top: 45px;
	right: 60px;
	padding: 0;
	border-bottom: none;
	z-index: 5;
}
.btn-mob-menu span {
	display: block;
	position: relative;
	width: 53px;
	height: 3px;
	background: #fff;
	margin: 16px auto 0;
}
.btn-mob-menu span:after,
.btn-mob-menu span:before {
	content: '';
	position: absolute;
	width: 100%;
	background: #fff;
	height: 3px;
	top: -16px;
	left: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn-mob-menu span:after {
	top: 16px;
}
#nav-mob.active .btn-mob-menu span {
	background: none;
}
#nav-mob.active .btn-mob-menu span:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 16px 0 0;
}
#nav-mob.active .btn-mob-menu span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -16px 0 0;
}
.list-lang {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 15px;
	right: 15px;
}
.visiblexs_lang a{
	font-size: 14px;
}
@media(max-width: 1125px){
	.list-lang {
		top: 15px;
		right: 82px;
	}
}
.visiblexs_lang{
	display: none!important;
}

@media(max-width: 760px){
	.visiblexs_lang {
		display: inline-block!important;
		margin-top: 70px!important;
	}
	.visiblexs_lang a{
		font-size: 23px!important;
	}
}
.contacts-section{
	margin-top: 30px!important;
}
.list-lang li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0 0 13px;
}
.list-lang li a,.visiblexs_lang a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #002d97;
	font-weight: 400!important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	letter-spacing: 0.015em;
}
.list-lang li a:hover,
.visiblexs_lang a:hover,
.list-lang .active a {
	border-bottom-color: transparent;
}
.list-lang li a:after {
	display: block;
	content: attr(title);
	font-weight: bold;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
	height: 1px;
}
.mob-menu {
	padding: 0 190px 0 0;
}
.private {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
	position: absolute;
	font-size: 17px;
	line-height: 17px;
	right: 60px;
	bottom: 18px;
	letter-spacing: 0.02em;
}
.private:after {
	position: absolute;
	content: '';
	top: -7px;
	bottom: -6px;
	left: -9px;
	right: -9px;
	background: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	z-index: -1;
}
.private:hover,
.private.active {
	border-bottom: 1px solid transparent;
}
.private:hover:after,
.private.active:after {
	opacity: 1;
}
.btn-search {
	width: 23px;
	height: 22px;
	background: url("../images/icon-01.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: none;
	position: absolute;
	right: 15px;
	bottom: 16px;
}
.btn-search:hover {
	opacity: 0.6;
	border-bottom: none;
}
.choice-lang {
	display: none;
}
.video-section {
	height: auto;
	position: relative;
}
.tablet .video-section,
.mobile .video-section {
	display: none;
}
.video-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.video-main video {
	width: 1160px;
/*	min-width: 100%;*/
	height: auto;
	min-height: 100%;
}
.close-video {
	/*opacity: 0;*/
	position: absolute;
	/*top: 38px;*/
	bottom: 30px;
	width: 46px;
	height: 46px;
	background: url("../images/icon-02.png") no-repeat;
	right: 30px;
	border-bottom: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.close-video:hover {
	opacity: 0.6;
}
.product-section {
	padding: 56px 0 0;
	margin: 0 0 30px;
}
.row {
	margin: 0 -10px;
}
.row:after {
	clear: both;
	display: block;
	content: '';
}
.col {
	float: left;
	padding: 0 10px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title-tab {
	margin: 0 0 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 0.005em;
}
.tabset,
.tab-body {
	position: relative;
}
.img-box {
	position: relative;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.img-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.tab-control {
	margin: 0;
	position: static;
}
.tab-control .slick-track {
	padding: 18px 0 0;
}
.tab-control a {
	display: block;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.02em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	border-bottom: none;
}
.tab-control a span {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.tab-control a:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: -18px;
	width: 100%;
	height: 8px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.tab-control .slick-current:after,
.tab-control a:hover:after {
	opacity: 1;
}
/*.tab-control .slick-list:hover .slick-current:after {*/
	/*display: none;*/
/*}*/
.tab-control .slick-current span,
.tab-control a:hover span {
	border-bottom: 1px solid transparent;
}
.tabset .slick-arrow {
	position: absolute;
	top: 40%;
	width: 64px;
	height: 76px;
	background: rgba(0,0,0,0.0);
	border-bottom: none;
	z-index: 1;
	border: none;
	text-indent: -9999px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
.tabset .slick-arrow:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.tabset .slick-prev {
	left: 0;
}
.tabset .slick-next {
	right: 0;
}
.tabset .slick-prev:after {
	background: url("../images/icon-03-1.png") no-repeat;
}
.tabset .slick-next:after {
	background: url("../images/icon-03.png") no-repeat;
}
/*.tabset .slick-arrow:hover:after,*/
.tabset .slick-arrow.slick-disabled:after {
	opacity: 0.4;
}
.news-section {
	padding: 52px 0 0;
	margin: 0 0 30px;
}
.row2 {
	margin: 0 -15px;
}
.row2:after {
	clear: both;
	display: block;
	content: '';
}
.col-2 {
	width: 64.1%;
	max-width: 763px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.col-1 {
	width: 35.9%;
	max-width: 456px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.news-box {
	background: #f0f0f0;
	padding: 33px 43px 24px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title-box {
	margin: 0 0 49px;
	font-size: 31px;
	line-height: 35px;
	font-weight: 400;
}
.title-box a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-news li {
	margin: 0 0 30px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-news li:after {
	clear: both;
	display: block;
	content: '';
}
.date-box {
	float: left;
	width: 95px;
	padding: 2px 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
.date {
	display: block;
	margin: 0 0 2px;
	letter-spacing: 0.01em;
}
.year {
	display: block;
	color: #9d9d9c;
}
.news-img {
	float: left;
	width: 157px;
	height: 116px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.news-img a {
	border-bottom: none;
}
.news-img img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.news-text {
	overflow: hidden;
	padding: 0 0 0 13px;
}
.news-title {
	display: block;
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.list-news li:hover .news-title a {
	border-bottom: 1px solid transparent;
}
.news-text .text {
	font-weight: normal;
	line-height: 18px;
	letter-spacing: -0.015em;
}
.ob-box {
	background: #f0f0f0;
	padding: 33px 45px 14px;
	margin: 0 0 30px;
}
.ob-box .title-box {
	margin: 0 0 33px;
}
.list-ob {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-ob li {
	margin: 0 0 26px;
	position: relative;
	padding: 0 0 0 0;
}
.list-ob .extra:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #c00;
	top: 50%;
	left: -24px;
	margin: -6px 0 0;
}
.ob-date {
	display: block;
	margin: 0 0 5px;
	color: #878787;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: -0.015em;
}
.ob-title {
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	display: block;
	letter-spacing: 0.015em;
}
.ob-title a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.newspaper-box {
	padding: 31px 45px 28px;
	background: #d6d8db;
	text-align: center;
}
.newspaper-box .title-box {
	margin: 0 0 26px;
}
.newspaper-slider {
	width: 100%;
	max-width: 280px;
	padding: 0 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
.newspaper-slider:before,
.newspaper-slider:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 30px;
	z-index: 1;
}
.newspaper-slider:before {
	left: 29px;
	background: -moz-linear-gradient(left, rgba(214,216,219,1) 0%, rgba(214,216,219,0.97) 3%, rgba(214,216,219,0) 99%);
	background: -webkit-linear-gradient(left, rgba(214,216,219,1) 0%,rgba(214,216,219,0.97) 3%,rgba(214,216,219,0) 99%);
	background: linear-gradient(to right, rgba(214,216,219,1) 0%,rgba(214,216,219,0.97) 3%,rgba(214,216,219,0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d8db', endColorstr='#00d6d8db',GradientType=1 );
}
.newspaper-slider:after {
	right: 29px;
	background: -moz-linear-gradient(left, rgba(214,216,219,0) 1%, rgba(214,216,219,0.97) 97%, rgba(214,216,219,1) 100%);
	background: -webkit-linear-gradient(left, rgba(214,216,219,0) 1%,rgba(214,216,219,0.97) 97%,rgba(214,216,219,1) 100%);
	background: linear-gradient(to right, rgba(214,216,219,0) 1%,rgba(214,216,219,0.97) 97%,rgba(214,216,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6d8db', endColorstr='#d6d8db',GradientType=1 );
}
.newspaper-img {
	width: 168px;
	height: 224px;
	border: 16px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 20px;
	overflow: hidden;
}
.newspaper-img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.item-slider .date {
	display: block;
	margin: 0 0 0;
	color: #575756;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.btn-slider {
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
}
.newspaper-slider .slick-arrow {
	position: absolute;
	top: 82px;
	width: 29px;
	height: 55px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	cursor: pointer;
}
.newspaper-slider .slick-prev {
	background: url("../images/icon-04.png") no-repeat;
	left: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.newspaper-slider .slick-next {
	background: url("../images/icon-05.png") no-repeat;
	right: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*.newspaper-slider .slick-prev:hover,*/
.newspaper-slider .slick-prev.slick-disabled {
	background: url("../images/icon-hv-04.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*.newspaper-slider .slick-next:hover,*/
.newspaper-slider .slick-next.slick-disabled {
	background: url("../images/icon-hv-05.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.history-section {
	padding: 59px 0 115px;
}
.history-section .title-box {
	margin: 0 0 13px;
}
.history-block {
	padding: 0 0 0;
}
.scrollbar-box {
	height: 20px;
	position: relative;
	margin: 0 auto 9px;
	width: 100%;
	max-width: 730px;
}
.scrollbar-box:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 99999px;
	top: 10px;
	left: 0;
	background: #898989;
}
.scrollbar-box:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 99999px;
	top: 10px;
	right: 0;
	background: #898989;
}
.scrollbar {
	height: 20px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.handle {
	position: absolute;
	width: 257px;
	height: 20px;
	/* background: #fff; */
	top: 0;
	cursor: pointer;
}
.handle:after {
	position: absolute;
	content: '';
	top: 5px;
	bottom: 5px;
	left: 0;
	right: 0;
	background: #fff;
}
.pages {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.pages li {
	display: inline;
	vertical-align: top;
	margin: 0 8px 0 9px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.slider-box {
	position: relative;
}
.history-slider {
	overflow: visible !important;
}
.history-slider ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}
.history-slider ul:after {
	clear: both;
	display: block;
	content: '';
}
.history-slider ul li {
	float: left;
	width: 230px;
	padding: 0 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.slider-title{
	display: block;
	margin: 0 0 9px;
	color: #000;
	font-size: 23px;
	line-height: 27px;
	font-weight: 400;
}
.img-slide {
	margin: 0 0 26px;
}
.img-slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.history-slider .text {
	color: #4a4a49;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
.social-section {
	padding: 45px 99999px 70px;
	margin: 0 -99999px;
	text-align: center;
	background: #d6d8db;
}
.social-section .title-box {
	margin: 0 0 41px;
}
.list-policy {
	list-style: none;
	margin: 0;
	padding: 0 25px;
	font-size: 0;
	line-height: 0;
}
.list-policy li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	width: 16.6%;
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.title-policy {
	display: block;
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	padding: 0 5px;
	min-height: 42px;
}
.title-policy a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-policy li:hover .title-policy a {
	border-bottom: 1px solid transparent;
}
.img {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-policy li:hover .img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#footer .contact-box{
	padding-top: 7px;
}
#footer {
	padding: 35px 0;
	background: #4f5157;
}
#footer .row {
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}
.footer-col {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-col:last-child{
	float: right;
}
.footer-col:last-child {
	width: 20%;
	position: relative;
}
.footer-item {
	margin: 0 0 0;
}
.title-footer,
.title-contact {
	display: block;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	margin: 0 0 10px;
}
.title-footer a,
.title-contact a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.title-footer a:hover,
.title-contact a:hover {
	border-bottom: 1px solid transparent;
}
.list-footer {
	list-style: none;
	margin: 0 0 23px;
	padding: 0;
}
.list-footer li {
	margin: 0 0 9px;
}
.list-footer li a {
	color: #cdcfd0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	display: inline;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid rgba(205,207,208,0.3);
}
.list-footer li a:hover {
	border-bottom: 1px solid transparent;
}
.list-contact {
	list-style: none;
	margin: 0 0 27px;
	padding: 0;
}
.list-contact li,
.list-contact li a {
	color: #cdcfd0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
.list-contact li {
	margin: 0 0 12px;
}
.list-contact li a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid rgba(205,207,208,0.3);
}
.list-contact li a:hover {
	border-bottom: 1px solid transparent;
}
.list-social {
	width: max-content;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}
.list-social li a {
	display: block;
	width: 42px;
	height: 40px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: none;
}
.list-social .vk a {
	background: url("../images/icon-06.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .fb a {
	background: url("../images/icon-07.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .in a {
	background: url("../images/icon-08.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .yt a {
	background: url("../images/icon-23.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .vk a:hover {
	background: url("../images/icon-hv-06.png") no-repeat;
}
.list-social .fb a:hover {
	background: url("../images/icon-hv-07.png") no-repeat;
}
.list-social .in a:hover {
	background: url("../images/icon-hv-08.png") no-repeat;
}
.list-social .yt a:hover {
	background: url("../images/icon-hv-23.png") no-repeat;
}
.bottom-footer {
	padding: 67px 0 0;
}
.bottom-footer:after {
	clear: both;
	display: block;
	content: '';
}
.logo-box {
	float: left;
}
.logo-footer {
	float:left;
	width:83px;
	height:54px;
	background:url("../images/logo-2.png") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 0;
}
.logo-footer a{
	display:block;
	height:100%;
}
.logo-box .text {
	overflow: hidden;
	padding: 23px 0 0 36px;
	color: #cdcfd0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.dev-text {
	float: right;
	padding: 23px 12px 0 0;
	color: #cdcfd0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.dev-text a {
	color: #cdcfd0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid rgba(205,207,208,0.3);
}
.dev-text a:hover {
	border-bottom: 1px solid transparent;
}
.footer-nav {
	display: none;
}
.btn-up-holder {
	position: absolute;
	bottom: -173px;
	left: -10px;
}
.btn-up {
	border: none;
	background: rgba(79,81,87,0.3);
	position: fixed;
	bottom: 0;
	/* right: 100px; */
	/* margin: 0 -425px 0 0; */
	z-index: 100;
	width: 78px;
	height: 78px;
	display: inline-block;
	border-bottom: none;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity .35s ease .2s;
	-moz-transition: opacity .35s ease .2s;
	-ms-transition: opacity .35s ease .2s;
	-o-transition: opacity .35s ease .2s;
	transition: opacity .35s ease .2s;
}
.btn-up.at-bottom {
	position: relative;
	right: auto;
	bottom: auto;
}
.btn-up:after {
	position: absolute;
	content: '';
	width: 38px;
	height: 42px;
	background: url("../images/icon-09.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn-up.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.btn-up:hover {
	border-bottom: none;
	background: rgba(79,81,87,0.5);
}

.bread-crumbs {
	list-style: none;
	margin: 0 0 20px;
	padding: 28px 0 0;
	font-size: 0;
	line-height: 0;
}
.bread-crumbs li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 7px;
}
.bread-crumbs li + li {
	padding: 0 0 0 10px;
	margin: 0 0 7px 2px;
}
.bread-crumbs li + li:after {
	position: absolute;
	content: '\002F';
	top: -2px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.bread-crumbs li a,
.bread-crumbs li span {
	color: #575756;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: -0.01em;
}
.bread-crumbs li a {
	border-bottom: 1px solid rgba(87,87,86,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.bread-crumbs li a:hover {
	border-bottom: 1px solid transparent;
}
.list-submenu {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-submenu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 31px 10px 0;
}
.list-submenu li a {
	color: #002d97;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	letter-spacing: 0.015em;
}
.list-submenu li a:hover,
.list-submenu .active a {
	border-bottom: 1px solid transparent;
}
.title-page {
	color: #002d97;
	font-size: 52px;
	line-height: 56px;
	font-weight: 400;
	letter-spacing: 0.005em;
	margin: 0 0 0;
}
.inner-content {
	margin: 0 -15px;
	padding: 40px 0 70px;
}
.inner-content:after {
	clear: both;
	display: block;
	content: '';
}
.sidebar {
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 296px;
	width: 24.9%;
}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.sidebar-menu > li {
	margin: 0 0 22px;
}
.title-menu {
	display: block;
	margin: 0 0 13px;
	color: #1d1d1b;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.015em;
}
.list-drop-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 0 11px;
}
.list-drop-menu li {
	margin: 0 0 3px;
	line-height: 14px;
}
.list-drop-menu li a {
	color: #002d97;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: -0.005em;
}
.list-drop-menu li a:hover {
	border-bottom: 1px solid transparent;
}
.col-inner {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 15px 0;
}
.categories-box {
	padding: 43px 41px 27px;
	background: #f0f0f0;
	border-radius: 7px;
}
.item-categories {
	margin: 0 0 24px;
}
.title-item {
	display: block;
	margin: 0 0 17px;
	color: #1d1d1b;
	font-size: 27px;
	line-height: 29px;
	font-weight: 400;
}
.desc-box {
	padding: 0 15px 0;
}
.categories-box .text {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.015em;
	margin: 0 0 21px;
}
.list-subcategories {
	list-style: none;
	margin: 0 -16px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-subcategories li {
	margin: 0 0 20px;
	padding: 0 16px;
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	max-width: 218px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-subcategories .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 149px;
	margin: 0 0 9px;
}
.list-subcategories .img img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.caption {
	display: block;
}
.caption a {
	color: #002d97;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: -0.015em;
}
.caption a:hover {
	border-bottom: none;
}
.article-box {
	margin: -10px 0 0;
}
.title-article {
	display: block;
	margin: 0 0 35px;
	color: #1d1d1b;
	font-size: 39px;
	font-weight: 400;
	line-height: 47px;
}
.article-box .contact-box {
	margin: 0 -41px 38px;
	padding: 0 41px 16px;
	border-bottom: 1px solid #c6c6c6;
}
.title-contact-box {
	display: block;
	margin: 0 0 15px;
	color: #1d1d1b;
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
}
.list-box {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}
.list-box li {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #1d1d1b;
	letter-spacing: -0.015em;
}
.list-box li a {
	color: #00388e;
	border-bottom: 1px solid rgba(0,56,142,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-box li a:hover {
	border-bottom: 1px solid transparent;
}
.text-box {
	color: #1d1d1b;
	letter-spacing: -0.015em;
}
.text-box p {
	width: 100%;
	max-width: 665px;
	margin: 0 0 18px;
}
.artcle-img {
	margin: 0 0 42px;
}
.artcle-img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.title-list {
	display: block;
	margin: 0 0 20px;
	color: #1d1d1b;
	font-weight: 400;
}
.text-box .list {
	max-width: 660px;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.text-box .list li {
	margin: 0 0 6px;
	padding: 0 0 0 34px;
	position: relative;
	color: #1d1d1b;
}
.text-box .list li:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 9px;
	left: 19px;
	background: #1d1d1b;
}
.list-certificate {
	list-style: none;
	margin: 0;
	padding: 20px 75px 0;
	font-size: 0;
	line-height: 0;
}
.list-certificate li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 58px;
	padding: 0 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
}
.list-certificate li a {
	display: block;
	border-bottom: none;
}
.list-img {
	margin: 0 0 14px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.list-certificate li a span {
	color: #002d97;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-certificate li a:hover .list-img {
	box-shadow: 0 0 51px rgba(91, 101, 107, 0.23);
}
.list-certificate li a:hover span {
	border-bottom: 1px solid transparent;
}
.tabset-2 {
	padding: 0 15px;
	margin: -13px 0 0;
}
.tab-control-2 {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.tab-control-2 li {
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 14px 0;
}
.tab-control-2 li a {
	display: block;
	border-radius: 5px;
	padding: 9px 23px 7px;
	background: rgba(0,56,143,0.4);
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	border-bottom: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.tab-control-2 li a:hover,
.tab-control-2 .active a {
	background: rgba(0,56,143,1);
}
.tab-body-2 {
	padding: 35px 0 0;
}
.tab{
	display:none;
}
.tab.active{
	display:block;
}
.tab:after {
	clear: both;
	display: block;
	content: '';
}
.list-filter {
	float: left;
	list-style: none;
	padding: 0 6px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.list-filter li {
	margin: 0 0 14px;
}
.list-filter li a {
	position: relative;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #002d97;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	z-index: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-filter li a:after {
	position: absolute;
	content: '';
	top: -3px;
	bottom: -2px;
	left: -5px;
	right: -5px;
	background: #fff;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-filter li a:hover,
.list-filter .active a {
	color: #00388f;
	border-bottom: 1px solid transparent;
}
.list-filter li a:hover:after,
.list-filter .active a:after {
	opacity: 1;
}
.list-photo {
	overflow: hidden;
	padding: 0 36px;
	list-style: none;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.list-photo > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 77px;
	padding: 0 15px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-photo > li a {
	display: block;
	border-bottom: none;
}
.picture {
	height: 165px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 18px;
}
.picture img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.desc {
	margin: 0 0 10px;
}
.desc span {
	border-bottom: 1px solid rgba(29,29,29,0.3);
	color: #1d1d1b;
	font-size: 19px;
	line-height: 25px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-photo > li a:hover span {
	border-bottom: 1px solid transparent;
}
.list-date {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-date li {
	margin: 0 20px 0 0;
	position: relative;
	color: #646363;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}
.list-date li + li:after {
	position: absolute;
	content: '\002F';
	top: 0;
	left: -14px;
}
.heading {
	padding: 0 15px;
	margin: -10px 0 15px;
}
.heading .title-article {
	margin: 0 0 4px;
}
.album-box {
	padding: 0 15px 0;
	margin: 0 0 18px;
}
.list-album {
	list-style: none;
	margin: 0;
	padding: 0 0 54px;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #898989;
}
.list-album li {
	margin: 0 0 5px 0;
	padding: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-album li a {
	display: block;
	border-bottom: none;
}
.list-album li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.next-album {
	padding: 0 15px;
}
.next-album .title-item {
	margin: 0 0 33px;
}
.next-album .list-photo {
	padding: 0;
	margin: 0 -15px;
}
.next-album .list-photo > li {
	margin: 0;
	width: 21.7%;
}
.album-bigphoto {
	padding: 22px 15px 0;
}
.item-album {
	margin: 0 0 45px;
}
.item-album.small {
	width: 51.5%;
}
.item-album .img {
	/*height: 778px;*/
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 13px;
}
.item-album .img img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.download-box a {
	color: #1d1d1b;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	border-bottom: 1px solid rgba(29,29,29,0.3);
	letter-spacing: 0.015em;
}
.download-box a:hover {
	border-bottom: 1px solid transparent;
}
.download-box span {
	font-size: 17px;
	line-height: 17px;
	color: #8e8e8e;
	margin: 0 0 0 20px;
}
.section-rewards {
	padding: 39px 0 25px;
}
.section-rewards .title-item {
	margin: 0 0 30px;
}
.list-rewards {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-rewards li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px;
	padding: 0 25px 0;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-rewards .img {
	text-align: center;
	margin: 0 0 25px;
}
.list-rewards .img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.list-rewards .desc {
	padding: 0 0 0 50px;
	color: #1d1d1b;
}
.name-rewards {
	font-size: 19px;
	line-height: 23px;
	font-weight: 700;
	display: block;
	margin: 0 0 14px;
	min-height: 46px;
}
.list-rewards .date {
	display: block;
	margin: 0 0 29px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: none;
}
.list-rewards .text {
	color: #3c3c3b;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
}
.section-fund {
	background: #cecdc8;
	padding: 54px 99999px 52px;
	margin: 0 -99999px;
}
.section-fund .title-item {
	margin: 0 0 38px;
}
.section-fund.open .title-item span {
	border-bottom: 1px solid rgba(29,29,27,0.3);
	cursor: pointer;
}
.section-fund.open .title-item span:hover {
	border-bottom: 1px solid transparent;
}
.list-fund {
	list-style: none;
	margin: 0 -6px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-fund li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px;
}
.list-fund li a {
	display: block;
	overflow: hidden;
	border-radius: 7px;
	border-bottom: none;
}
.list-fund li .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	height: 222px;
}
.list-fund li .img img {
	max-width: 100%;
	visibility: hidden;
	display: block;
	height: auto;
}
.list-fund li .img span {
	position: absolute;
}
.list-fund li .img .icon-1 {
	width: 36px;
	height: 58px;
	background: url("../images/icon-10.png") no-repeat;
	right: 23px;
	bottom: -29px;
}
.list-fund li .img .icon-2 {
	width: 29px;
	height: 59px;
	background: url("../images/icon-11.png") no-repeat;
	right: 25px;
	bottom: -29px;
}
.list-fund li .img .icon-3 {
	width: 31px;
	height: 55px;
	background: url("../images/icon-12.png") no-repeat;
	right: 26px;
	bottom: -25px;
}
.list-fund li .img .icon-4 {
	width: 35px;
	height: 55px;
	background: url("../images/icon-13.png") no-repeat;
	right: 28px;
	bottom: -24px;
}
.list-fund li .img .icon-5 {
	width: 34px;
	height: 53px;
	background: url("../images/icon-14.png") no-repeat;
	right: 25px;
	bottom: -24px;
}
.name-box {
	display: table;
	width: 100%;
	height: 154px;
	text-align: center;
	background: #dad9d0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.name-fund {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5px;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
}
.list-fund li a:hover .name-box {
	background: #e9e9e4;
}

.gold-fund-slider {
	padding: 0 140px 0 63px;
}
.title-slider {
	display: block;
	margin: 0 0 24px;
	color: #1d1d1b;
	font-size: 35px;
	line-height: 39px;
	font-weight: 400;
	padding: 0 0 0 15px;
}
.slider .item-list ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.slider .item-list li {
	margin: 0 0 8px;
	/*width: 100%;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*max-width: 180px;*/
	width: 180px;
}
.item-list{
	min-width: 180px!important;
}
.gold-fund-block .slick-track{
	width: 200%!important;
}
.slider .item-list li a {
	color: #1d1d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	border-bottom: 1px solid rgba(29,29,29,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.slider .item-list li a:hover {
	border-bottom: 1px solid transparent;
}
.slider .slick-arrow {
	position: absolute;
	top: 0;
	background: #dad9d0;
	width: 45px;
	height: 75px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
.slider .slick-arrow:after {
	position: absolute;
	content: '';
	width: 24px;
	height: 44px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.8;
}
.slider .slick-next {
	border-radius: 0px 7px 7px 0px;
	right: -130px;
}
.slider .slick-prev {
	border-radius: 7px 0px 0px 7px;
	right: -85px;
}
.slider .slick-prev:after {
	background: url("../images/icon-15.png") no-repeat;
}
.slider .slick-next:after {
	background: url("../images/icon-16.png") no-repeat;
}
.slider .slick-arrow:hover {
	background: #e9e9e4;
}
.slider .slick-arrow:hover:after {
	opacity: 1;
}
.slider:after,
.slider:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 20px;
	z-index: 1;
}
.slider:before {
	left: 0;
	background: -moz-linear-gradient(left, rgba(206,205,200,1) 0%, rgba(206,205,200,0.97) 3%, rgba(206,205,200,0) 100%);
	background: -webkit-linear-gradient(left, rgba(206,205,200,1) 0%,rgba(206,205,200,0.97) 3%,rgba(206,205,200,0) 100%);
	background: linear-gradient(to right, rgba(206,205,200,1) 0%,rgba(206,205,200,0.97) 3%,rgba(206,205,200,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecdc8', endColorstr='#00cecdc8',GradientType=1 );
}
.slider:after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(206,205,200,0) 0%, rgba(206,205,200,0.97) 97%, rgba(206,205,200,1) 100%);
	background: -webkit-linear-gradient(left, rgba(206,205,200,0) 0%,rgba(206,205,200,0.97) 97%,rgba(206,205,200,1) 100%);
	background: linear-gradient(to right, rgba(206,205,200,0) 0%,rgba(206,205,200,0.97) 97%,rgba(206,205,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cecdc8', endColorstr='#cecdc8',GradientType=1 );
}
.gold-fund-popup {
	padding: 0 80px;
}
.popup-inner {
	display: table;
	width: 100%;
	background: rgba(218,217,208,0.9);
	position: relative;
}
.popup-inner .img {
	display: table-cell;
	vertical-align: middle;
	width: 37.5%;
}
.popup-inner .img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.popup-inner .name-block {
	display: table-cell;
	vertical-align: middle;
	width: 62.5%;
	color: #1d1d1b;
	font-size: 39px;
	font-weight: 500;
	line-height: 53px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px 30px;
}
.popup-inner .name-block span {
	display: block;
}
.btn-close {
	position: absolute;
	top: 50px;
	right: 57px;
	background: url("../images/icon-17.png") no-repeat;
	opacity: 0.5;
	border-bottom: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 40px;
	height: 41px;
}
.btn-close:hover {
	opacity: 1;
	border-bottom: none;
}

.section-leader {
	padding: 63px 0 5px;
}
.section-leader .title-item {
	margin: 0 0 42px;
}
.slider-block {
	padding: 0 79px 0;
}
.slider-item:after {
	clear: both;
	display: block;
	content: '';
}
.slider-item .img {
	float: left;
	width: 31.1%;
	max-width: 311px;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desc-slider {
	padding: 0 80px 0 88px;
	color: #1d1d1b;
	width: 68.9%;
	margin: -3px 0 0 -50px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desc-slider .name {
	display: block;
	margin: 0 0 20px;
	font-size: 25px;
	line-height: 29px;
	font-weight: 500;
}
.desc-slider .name span {
	display: block;
}
.post {
	display: block;
	margin: 0 0 41px;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.015em;
}
.desc-slider .text {
	min-height: 200px;
	padding: 26px 0 32px;
	position: relative;
	z-index: 1;
}
.desc-slider .text:after {
	position: absolute;
	content: '';
	top: 0;
	left: -84px;
	right: -59px;
	bottom: 0;
	z-index: -1;
	background: #f0f0f0;
}
.desc-slider .text p {
	margin: 0 0 12px;
}
.slider-block .slick-arrow {
	position: absolute;
	top: 29%;
	width: 29px;
	height: 55px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	padding: 0;
}
.slider-block .slick-prev {
	background: url("../images/icon-04.png") no-repeat;
	left: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.slider-block .slick-next {
	background: url("../images/icon-05.png") no-repeat;
	right: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.filter-block {
	float: left;
	width: 224px;
	padding: 20px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-filter.month {
	margin: 0 0 0 14px;
}
.newspaper-block {
	overflow: hidden;
	padding: 20px 15px 0;
}
.list-newspaper {
	list-style: none;
	margin: 0 -37px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-newspaper li {
	display: inline-block;
	vertical-align: top;
	padding: 0 37px;
	width: 34.7%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 64px;
}
.list-newspaper .img {
	margin: 0 0 16px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
}
.list-newspaper .img img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.list-newspaper .date {
	color: #1d1d1b;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}
.list-newspaper .download-box a {
	color: #002d97;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0,45,151,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-newspaper .download-box a:hover {
	border-bottom: 1px solid transparent;
}
.btn-holder {
	padding: 0 0 20px;
	margin: -5px 0 0;
}
.btn-all {
	color: #1d1d1b;
	font-size: 33px;
	line-height: 33px;
	font-weight: 400;
	border-bottom: 1px solid rgba(29,29,29,0.3);
	position: relative;
}
.btn-all:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 37px;
	background: url("../images/icon-16.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: 0;
	right: -40px;
}
.btn-all:hover {
	border-bottom: 1px solid transparent;
}
.filter-block.change {
	width: 130px;
}
.ob-block {
	margin: -4px 0 0;
}
.item-ob {
	margin: 0 0 68px;
	max-width: 790px;
}
.item-ob .date {
	margin: 0;
	letter-spacing: -0.015em;
}
.title-ob {
	display: block;
	margin: 0 0 15px;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.item-ob .text {
	color: #1d1d1b;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.015em;
}
.item-ob .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.item-ob .list li {
	margin: 0 0 0;
}
.item-ob a {
	color: #00388f;
	border-bottom: 1px solid rgba(0,56,143,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.item-ob a:hover {
	border-bottom: 1px solid transparent;
}
.list-news-inner {
	list-style: none;
	margin: -4px 0 73px;
	padding: 0;
}
.list-news-inner li {
	margin: 0 0 27px;
}
.list-news-inner .date {
	margin: 0;
	color: #706f6f;
	letter-spacing: -0.015em;
}
.list-news-inner .title-news {
	margin: 0 0 14px;
	display: block;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.list-news-inner .title-news a {
	border-bottom: 1px solid rgba(29,29,29,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-news-inner .title-news a:hover {
	border-bottom: 1px solid transparent;
}
.list-news-inner .img {
	margin: 0;
}
.list-news-inner .img img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.article-news {
	padding: 0 0 15px;
	border-bottom: 1px solid #898989;
}
.newspaper-block .heading {
	padding: 0;
	margin: -10px 0 28px;
}
.newspaper-block .heading .title-article {
	margin: 0 0 10px;
}
.block-more {
	padding: 48px 0 0;
}
.block-more .title-item {
	padding: 0 0 30px;
	color: #000;
	font-size: 31px;
	line-height: 35px;
	font-weight: 400;
	margin: 0 0 0;
}
.block-more .list-news-inner {
	margin: 0;
}
.product-block {
	padding: 0 15px;
	margin: -14px 0 0;
}
.inner-product .title-item {
	margin: 0 0 22px;
	padding: 0 100px 0 0;
}
.product-wrapper {
	position: relative;
}
.product-box {
	margin: 0 -8px 60px;
}
.product-box.last {
	margin: 0 -8px 0;
}
.item-product {
	padding: 0 8px;
}
.title-category {
	min-height: 108px;
	border-radius: 7px 7px 0 0;
	background: #f0f0f0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.title-category > a {
	color: #1c1c1a;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	display: block;
	padding: 31px 21px;
	border-bottom: none;
}
.title-category span {
	border-bottom: 1px solid rgba(28,28,17,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-block {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 108px;
	min-height: 306px;
	background: #fafafa;
	border-radius: 0px 0px 7px 7px;
	z-index: 1;
	padding: 34px 22px 20px;
}
.item-product .img-box {
	border-radius: 0 0 7px 7px;
	overflow: hidden;
	height: 360px;
	cursor: pointer;
}
.item-product .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}
.item-product .img-box:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.item-product .img img {
	display: block;
	visibility: hidden;
	max-width: 100%;
}
.title-category:hover, .item-product.active .title-category {
	background: #fafafa;
}
.item-product:hover .title-category{
	background: #fafafa;
}
.title-category:hover span {
	border-bottom: 1px solid transparent;
}
.product-wrapper .list-block.active {
	display: block;
}
.list-wrapper .list-product {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;

	columns: 4 auto;
}
.list-wrapper .list-product li {
	display: inline-block;
	margin: 0 0 14px;
	color: #575756;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	/*padding: 0 30px 0 0;*/
	padding: 0 15px 0 0;
}
.list-wrapper .list-product li a {
	color: rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(87,87,86,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-wrapper .list-product li a:hover {
/*	font-weight: bold;*/
	color: rgba(0,0,0,1);
	border-bottom: none;
}
.product-box .slick-arrow {
	position: absolute;
	top: -51px;
	border: none;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 19px;
	height: 31px;
}
.product-box .slick-prev {
	background: url("../images/icon-03-1.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 72px;
}
.product-box .slick-next {
	background: url("../images/icon-03.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 23px;
}
.product-box .slick-arrow.slick-disabled,
.product-box .slick-arrow:hover {
	opacity: 0.5;
}
.catalog-box {
	padding: 29px 0 100px;
	border-bottom: 1px solid rgba(137,137,137,0.5);
	margin: 0 0 28px;
}
.list-catalog {
	list-style: none;
	margin: 0 -9px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-catalog li {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
	margin: 0 0 25px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-catalog li a {
	display: block;
	border-radius: 7px;
	overflow: hidden;
	border: none;
}
.preview-box {
	background: #e7eaec;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 275px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-catalog li a:hover .preview-box {
	background: #f7f7f7;
}
.preview {
	height: 245px;
	line-height: 245px;
	overflow: hidden;
	text-align: center;
}
.preview img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.desc-preview {
	padding: 15px 17px 15px;
	color: #1c1c1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	background: #d6d7da;
	min-height: 138px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: -0.005em;
}
.desc-preview span {
	border-bottom: 1px solid rgba(28,28,26,0.3);
}
.list-catalog li a:hover .desc-preview span {
	border-bottom: 1px solid transparent;
}
.catalog-box .bth-holder {
	text-align: center;
	padding: 7px 0 0;
}
.catalog-box .btn-more {
	color: #1c1c1a;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	background: rgba(246,246,245,0.6);
	border-radius: 7px;
	padding: 23px 69px 21px;
	display: inline-block;
	vertical-align: top;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: -0.015em;
}
.catalog-box .btn-more:hover {
	background: rgba(246,246,245,1);
	border: none;
}
.hide-list {
	display: none;
}
.about-product {
	margin: -14px 0 0;
	padding: 0 15px;
}
.about-product:after {
	clear: both;
	display: block;
	content: '';
}
.category-box {
	float: right;
	width: 281px;
	padding: 4px 0 0;
}
.category-box .title {
	display: block;
	margin: 0 0 28px;
	color: #1c1c1a;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
}
.list-category {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-category li {
	margin: 0 0 14px;
	color: #575756;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
.list-category .active {
	font-weight: 900;
}
.list-category li a {
	border-bottom: 1px solid rgba(87,87,86,0.3);
}
.list-category .active a,
.list-category a:hover {
	border-bottom: 1px solid transparent;
}
.info-block {
	overflow: hidden;
	padding: 0 115px 0 0;
}
.info-block .tabset-2 {
	padding: 0;
	margin: -3px 0 17px;
}
.info-block .tab-control-2 li {
	margin: 0 20px 14px 0;
}
.info-block .tab-control-2 li a {
	display: inline;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	color: #898989;
	border-bottom: 1px solid rgba(137,137,137,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0;
	background: transparent;
	letter-spacing: 0.015em;
}
.info-block .tab-control-2 li a:hover,
.info-block .tab-control-2 .active a {
	border-bottom: 1px solid transparent;
	color: #1c1c1a;
}
.info-block .tab-body-2 {
	padding: 5px 0 0;
	position: relative;
	height: 518px;
}
.info-block .tab-body-2 .tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	display: block;
}
.info-block .tab-body-2 .tab.active {
	z-index: 1;
}
.slider-info {
	background: #e7eaec;
}
.slider-info .info-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	height: 518px;
}
.slider-info .info-item img {
	max-width: 100%;
	display: block;
	visibility: hidden;
}
.slider-info .slick-arrow {
	position: absolute;
	top: 50%;
	width: 31px;
	height: 55px;
	margin-top: -24px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	z-index: 10;
}
.slider-info .slick-arrow:hover {
	opacity: 0.6;
}
.slider-info .slick-prev {
	left: 25px;
	background: url("../images/icon-19.png") no-repeat;
}
.slider-info .slick-next {
	right: 25px;
	background: url("../images/icon-20.png") no-repeat;
}
.info-block .btn-holder {
	font-size: 0;
	line-height: 0;
	margin: 0 0 12px;
}
.info-block .btn-holder a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0 28px 15px 0;
}
.btn-add {
	padding: 21px 36px 19px;
	border-radius: 7px;
	background: #003399;
	border-bottom: none;
}
.btn-add:hover {
	background: #245fd4;
	transition: .3s;
	border-bottom: none;
}
.btn-add:active {
	background: #1f56c3;
}
.dealers {
	border-bottom: 1px solid rgba(28,28,26,0.3);
	padding: 3px 0 0;
}
.info-box .title-item {
	margin: 0 0 16px;
}
.info-box .title-item.change {
	color: #1c1c1a;
	font-size: 27px;
	line-height: 31px;
	margin: 0 0 16px;
}
.info-box .text {
	color: #1c1c1a;
	font-size: 16px;
	line-height: 19px;
	max-width: 660px;
	letter-spacing: -0.015em;
	margin: 0 0 58px;
}
.info-box .text p {
	margin: 0 0 9px;
}
.list-docs {
	list-style: none;
	margin: 0 0 52px;
	padding: 9px 0 0;
}
.list-docs li {
	margin: 0 0 12px;
}
.list-docs li a {
	display: block;
	padding: 12px 0 13px 52px;
	position: relative;
	color: #00388f;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	border: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.025em;
}
.list-docs li a:after {
	position: absolute;
	content: '';
	width: 35px;
	height: 42px;
	background: url("../images/icon-18.png") no-repeat;
	top: 50%;
	left: 0;
	opacity: 1;
	margin-top: -21px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.list-docs li a:hover:after {
	opacity: 0.6;
}
.list-docs li a span {
	border-bottom: 1px solid rgba(0,56,143,0.3);
}
.characteristic-box {
	margin: 0 0 0;
}
.characteristic-box .title-item.change {
	letter-spacing: 0.013em;
	margin: 0 0 19px;
}
.characteristic-box .tab-body-2 {
	height: auto;
}
.characteristic-box .tab-body-2 .tab {
	position: static;
	top: auto;
	left: auto;
	display: none;
}
.characteristic-box .tab-body-2 .tab.active {
	display: block;
}
.table, .table_block table {
	background: #fff;
	border: 1px solid #aeaeae;
	width: 100%;
	max-width: 684px;
	border-collapse: collapse;
	border-spacing: 0;
}
.table tr td, .table_block table tr td {
	width: 50%;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 16px 22px;
	vertical-align: top;
	border-bottom: 1px solid #aeaeae;
}
.table tr:last-child td, .table_block table tr:last-child td {
	border-bottom: none;
}
.table tr td + td, .table_block table tr td + td {
	border-left: 1px solid #aeaeae;
}
.table tr td.title, .table_block table tr td.title {
	border-bottom: none;
	padding: 19px 22px 0;
}
.table .list, .table_block table .list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.table .list li, .table_block table .list li{
	margin: 0 0 4px;
}
.table tr td span, .table_block table  tr td span{
	display: block;
}
.dealers-block {
	clear: both;
	padding: 40px 0 0;
}
.dealers-box:after {
	clear: both;
	display: block;
	content: '';
}
.dealers-block .title-item {
	margin: 0 0 25px;
}
.county-box {
	float: left;
	width: 24%;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dealers-inner-box {
	overflow: hidden;
}
.inner-tab {
	display: none;
}
.inner-tab.active {
	display: block;
}

.cities-box {
	float: left;
	width: 25%;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.address-box {
	overflow: hidden;
}
.dealers-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dealers-box ul li {
	margin: 0 0 9px;
	font-size: 16px;
	line-height: 16px;
}
.dealers-box ul li a {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.dealers-box ul li a:hover,
.dealers-box ul .active a {
	border-bottom: 1px solid transparent;
	font-weight: 900;
}
.dealers-box .address-item {
	margin: 0 0 31px;
}
.dealers-box .address-item li {
	color: #000;
}
.dealers-box .address-item li a {
	color: #00388f;
	border-bottom: 1px solid rgba(0,56,143,0.3);
}
.dealers-box .address-item li a:hover {
	border-bottom: 1px solid transparent;
}

.video-slider .video{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.video-slider video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.video .play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 77px;
	height: 101px;
	background: url("../images/icon-21.png") no-repeat;
	pointer-events: none;
	margin: -51px 0 0 -39px;
	text-indent: -9999px;
	cursor: pointer;
}
.video.on-play .play {
	display: none;
}
.sidebar-menu.change {
	padding: 0 10px 0 0;
}
.sidebar-menu.change li {
	margin: 0 0 16px;
}
.sidebar-menu.change li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #00388f;
	border-bottom: 1px solid rgba(0,56,143,0.3);
	letter-spacing: -0.015em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.sidebar-menu.change li a:hover,
.sidebar-menu.change .active a {
	border-bottom: 1px solid transparent;
	color: #000;
}
.title-item.change {
	margin: -7px 0 31px;
	font-size: 27px;
	line-height: 31px;
}
.text-box.change p {
	max-width: 735px;
}
.list-num {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset:item;
}
.list-num li {
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 0 34px;
}
.list-num > li:before {
	position: absolute;
	content:counter(item)". ";
	counter-increment:item;
	top: 0;
	left: 0;
}
.title-article.change {
	margin: 0 0 50px;
}
.text-box dl {
	margin: 0 0 33px;
}
.text-box dl a {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 16px;
	line-height: 18px;
}
.text-box dl a:hover {
	border-bottom: 1px solid transparent;
}
.text-box dt {
	margin: 0 0 3px;
}
.text-box dt a {
	font-weight: 900;
}
.text-box dd {
	margin: 0 0 0 20px;
}
.text-box dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-box dd ul li {
	margin: 0 0 5px;
}
.text-box dd a {
	font-weight: 400;
}
.title-item.inner {
	font-size: 22px;
	line-height: 26px;
	padding: 32px 0 0;
	margin: 0 0 20px;
}
.text-box.change-2 p {
	max-width: 705px;
}
.inner-content.change {
	margin: 0;
}
.inner-content.change:after {
	clear: both;
	display: block;
	content: '';
}
.info-user {
	float: right;
	margin: -131px 0 0;
	width: 293px;
}
.info-user .name {
	display: block;
	margin: 0 0 17px;
	color: #1d1d1b;
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.01em;
}
.info-user .name span {
	display: block;
}
.post-user {
	display: block;
	margin: 0 0 28px;
	color: #1d1d1b;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
}
.address-list {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}
.address-list li {
	color: #1d1d1b;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0 0 4px;
}
.btn-edit {
	color: #1d1d1b;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	display: block;
	width: 100%;
	max-width: 163px;
	border: 1px solid #c6c6c6;
	padding: 10px 10px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: -0.01em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-edit:hover {
	background: #fff;
	border: 1px solid #fff;
}
.basket-block {
	overflow: hidden;
	padding: 0 20px 0 0;
}
.basket-form {
	width: 100%;
	max-width: 709px;
}
.basket-list {
	margin: 0 0 37px;
}
.basket-item {
	background: #f0f0f0;
	margin: 0 0 16px;
	padding: 20px 22px 25px;
	position: relative;
}
.close-btn {
	position: absolute;
	top: 20px;
	right: 27px;
	width: 23px;
	height: 23px;
	background: url("../images/icon-17.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.close-btn:hover {
	border: none;
	opacity: 0.6;
}
.product-row {
	margin: 0 0 27px;
}
.product-row:after {
	clear: both;
	display: block;
	content: '';
}
.img-product {
	width: 185px;
	height: 130px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.img-product img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.title-product {
	overflow: hidden;
	padding: 18px 40px 0 25px;
	display: block;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.info-holder {
	display: table;
	width: 100%;
}
.price {
	display: table-cell;
	vertical-align: top;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	width: 33.3%;
}
.count-block {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 33.3%;
	padding: 4px 6% 0 0;
}
.count-block span {
	display: block;
	color: #1d1d1b;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 4px;
}
.count-box {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
.count-box a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: transparent;
	height: 42px;
	width: 42px;
	color: #000000;
	font-size: 23px;
	line-height: 40px;
	font-weight: 400;
	border: none;
	text-align: center;
}
.count-box a:hover {
	border: none;
	background: rgba(0,0,0,0.06);
}
.count-box .count {
	width: 74px;
	background: #fbfbfb;
	padding: 5px 10px;
	color: #1d1d1b;
	font-size: 23px;
	line-height: 27px;
	font-weight: 400;
	border: none;
	text-align: center;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sum {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	padding: 4px 0 0 3%;
}
.sum span {
	display: block;
	margin: 0 0 12px;
	color: #1d1d1b;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: -0.015em;
}
.sum strong {
	display: block;
	color: #1d1d1b;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
}
.all-sum {
	color: #1d1d1b;
	font-size: 29px;
	line-height: 33px;
	font-weight: 700;
	padding: 14px 0 0;
}
.delivery-block {
	margin: 0 0 30px;
}
.title-delivery {
	display: block;
	margin: 0 0 17px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.text-delivery {
	padding: 0 0 0 20px;
	color: #575756;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	width: 100%;
	max-width: 570px;
	letter-spacing: 0.02em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-delivery p {
	margin: 0 0 5px;
}
.delivery-box {
	padding: 8px 0 0;
}
.delivery-box strong {
	display: block;
	margin: 0 0 2px;
	color: #575756;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
}
.delivery-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.delivery-box ul li {
	margin: 0 0 0;
}
.submit-holder input[type="submit"] {
	display: block;
	cursor: pointer;
	color: #1d1d1b;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	width: 100%;
	max-width: 324px;
	height: 55px;
	background: #ffd700;
	border-radius: 7px;
	padding: 10px;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.submit-holder input[type="submit"]:hover {
	background: #ffc800;
}
.basket-form .text-box {
	margin: 0 0 30px;
}
.order-list {
	width: 100%;
	max-width: 639px;
}
.order-item {
	margin: 0 0 31px;
	padding: 24px 31px 29px;
	background: #f0f0f0;
}
.order-head {
	margin: 0 0 16px;
}
.order-head:after {
	clear: both;
	display: block;
	content: '';
}
.order-title {
	clear: both;
}
.order-num {
	display: block;
	margin: 0 0 7px;
	color: #1d1d1b;
	font-size: 25px;
	line-height: 29px;
	font-weight: 400;
}
.order-date {
	display: block;
	color: #5c5c5b;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.order-price {
	float: right;
	margin: -8px 0 0;
	color: #1d1d1b;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.table.table-order {
	background: transparent;
	border: 1px solid #b8b7b7;
}
.table.table-order tr td {
	color: #1d1d1b;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	width: auto;
	padding: 0 7px;
	vertical-align: middle;
	height: 81px;
	letter-spacing: -0.015em;
}
.table.table-order tr td:last-child {
	width: 73px;
	text-align: center;
}
.conditions-block {
	padding: 66px 0 61px;
}
.conditions-block .title-article {
	text-align: center;
	margin: 0 0 30px;
	color: #000;
	font-size: 39px;
	line-height: 43px;
	font-weight: 400;
}
.list-text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
}
.conditions-block ol {
	list-style: none;
	counter-reset: li;
}
.list-text > li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
}
.list-text > li > ol > li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
}
.list-text > li > ol > li > ol > li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
}
.list-text > li {
	margin: 0 0 24px;
}
.list-text > li > ol,
.list-text > li > ol > li > ol {
	padding: 0 0 0 22px;
}
.list-text > li > ol li {
	margin: 0 0 5px;
}
.list-text ol li,
.list-text p {
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.025em;
}
.title-text {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px;
	font-size: 19px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.list-text .text {
	padding: 0 0 0 22px;
}
.conditions-block .text p {
	margin: 0 0 5px;
}
.form-block {
	padding: 66px 0 107px;
}
.list-title {
	list-style: none;
	margin: 0 0 44px;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.list-title li {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px;
}
.list-title li a {
	color: #bbbaba;
	font-size: 39px;
	line-height: 43px;
	font-weight: 400;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-title li a:hover,
.list-title .active a {
	color: #000;
	border: none;
}
.form {
	width: 100%;
	max-width: 965px;
}
.input-holder {
	width: 100%;
	max-width: 449px;
	margin: 0 0 22px;
	position: relative;
}
.list-holder {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.list-holder li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 11px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
}
.form label {
	display: block;
	margin: 0 0 5px;
	color: #757474;
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
}
.form input {
	background: #f0f0f0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 19px 11px 18px;
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	border: 1px solid #f0f0f0;
	letter-spacing: 0.01em;
}
.form input::-webkit-input-placeholder {
	color:#000;
	opacity:1;
}
.form input:-moz-placeholder {
	color:#000;
	opacity:1;
}
.form input::-moz-placeholder {
	color:#000;
	opacity:1;
}
.form input:-ms-input-placeholder {
	color:#000;
	opacity:1;
}
.form input:focus::-webkit-input-placeholder {
	color:transparent;
}
.form input:focus:-moz-placeholder {
	color:transparent;
}
.form input:focus:-ms-input-placeholder {
	color:transparent;
}
.form input:focus::-moz-placeholder {
	color:transparent;
}
.form-dealer {
	padding: 30px 0 0;
}
.checkbox-holder {
	margin: 0 0 36px;
}
.dealer-holder {
	display: none;
	padding: 0 0 48px;
}
.dealer-holder .input-holder {
	margin: 0 0 25px;
}
.icheckbox_minimal {
	background: none;
	width: 61px;
	height: 31px;
	float: left;
	/* display: block; */
	/* display: inline-block; */
}
.icheckbox_minimal:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 61px;
	height: 31px;
	background: #aeaeae;
	border-radius: 15px;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.icheckbox_minimal:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 5px;
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.icheckbox_minimal.hover:after,
.icheckbox_minimal.checked:after {
	background: #679648;
}
.icheckbox_minimal.checked:before {
	left: 35px;
}
.checkbox-holder span {
	overflow: hidden;
	display: block;
}
.checkbox-holder label {
	color: #000;
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	padding: 4px 0 0 9px;
	letter-spacing: 0.01em;
	/* overflow: hidden; */
	display: inline-block;
	vertical-align: middle;
}
.error-text {
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 16px 0 0 18px;
	color: #b20000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	white-space: nowrap;
	letter-spacing: -0.015em;
	display: none;
}
.input-holder.error input {
	border: 1px solid #b40000;
}
.error-form .input-holder.error .error-text {
	display: block;
}
.capcha-box {
	padding: 43px 0 0;
	width: 100%;
	max-width: 449px;
	margin: 0 0 68px;
}
.capcha-holder:after {
	clear: both;
	display: block;
	content: '';
}
.capcha-holder .img-box {
	float: left;
	width: 100%;
	max-width: 282px;
}
.capcha-holder .input-box {
	overflow: hidden;
}
.capcha-holder .input-box input {
	text-align: center;
}
.agreement-box {
	margin: 0 0 64px;
}
.agreement-box p {
	margin: 0 0 19px;
	color: #1d1d1b;
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 0.015em;
}
.agreement-box p a {
	font-weight: 700;
	border-bottom: 1px solid rgba(29,29,29,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.agreement-box p a:hover {
	border-bottom: 1px solid transparent;
}
.form .submit-holder input[type="submit"] {
	font-size: 23px;
	line-height: 27px;
	font-weight: 400;
	padding: 10px 10px 6px;
	color: rgba(29,29,29,0.6);
	width: 100%;
	max-width: 276px;
	height: 63px;
	background: #f0f0f0;
	border: 1px solid #a2a2a2;
	border-radius: 0;
	letter-spacing: 0.02em;
}
.form .submit-holder input[type="submit"]:hover {
	/* background: #fff; */
	color: rgba(29,29,29,1);
}
.form-block .title-article {
	text-align: center;
	margin: 0 0 69px;
}
.form.new-password {
	max-width: 100%;
}
.info-user-form {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
	text-align: center;
}
.info-user-form li {
	color: #757474;
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 0 14px;
}
.info-user-form li.name-user {
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
}
.form.new-password .input-holder {
	margin: 0 auto 22px;
}
.form.new-password .submit-holder {
	padding: 63px 0 0;
}
.form.new-password .submit-holder input[type="submit"] {
	margin: 0 auto;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0;
	/* color: #1d1d1d; */
	color: rgba(29,29,29,0.6);
	max-width: 245px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.form.new-password .submit-holder input[type="submit"]:hover {
	color: rgba(29,29,29,1);
}
.form.restore-password {
	max-width: 100%;
	margin: 0 0 0;
}
.form-text {
	color: #000;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	max-width: 510px;
	margin: 0 auto 40px;
	letter-spacing: 0.01em;
}
.form-text p {
	margin: 0;
}
.form.restore-password .input-holder {
	margin: 0 auto;
	padding: 0 0 0;
	max-width: 575px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 183px 0 0;
}
.form.restore-password .inline-form {
	background: transparent;
	border: 1px solid #a2a2a2;
	border-right: none;
}
.form.restore-password input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #a2a2a2;
	width: 183px;
	color: rgba(29,29,29,0.6);
	background: #f0f0f0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}
.form.restore-password input[type="submit"]:hover {
	color: rgba(29,29,29,1);
	/* background: #fff; */
}
.form.enter-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 27px 0 0;
}
.form.enter-form .input-holder,
.form.enter-form .list-holder {
	max-width: 100%;
}
.form.enter-form .list-holder li {
	padding: 0;
	text-align: center;
}
.form.enter-form.error-form .error-text {
	position: static;
	top: auto;
	left: auto;
	display: block;
	margin: 0 0 12px;
	letter-spacing: 0.01em;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.form.enter-form .input-holder {
	margin: 0 0 10px;
}
.form.enter-form .input-holder input {
	background: transparent;
	border: 1px solid #a2a2a2;
	border-right: none;
	text-align: center;
}
.form.enter-form .input-holder input[type="submit"] {
	background: #f0f0f0;
	border: 1px solid #a2a2a2;
	/* color: #1d1d1d; */
	color: rgba(29,29,29,0.6);
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.form.enter-form .input-holder input[type="submit"]:hover {
	color: rgba(29,29,29,1);
}
.form.enter-form .checkbox-holder,
.form.enter-form .btn-holder {
	text-align: center;
}
.form.enter-form .checkbox-holder .icheckbox_minimal,
.form.enter-form .checkbox-holder label {
	display: inline-block;
	vertical-align: middle;
}
.form.enter-form .checkbox-holder .icheckbox_minimal {
	float: none;
}
.form.enter-form .btn-holder {
	color: #1d1d1b;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	padding: 7px 0 0;
}
.form.enter-form .btn-holder a {
	border-bottom: 1px solid rgba(29,29,29,0.3);
}
.form.enter-form .btn-holder a:hover {
	border-bottom: 1px solid transparent;
}
.btn-box-widget {
	right: 220px;
	position: absolute;
	bottom: 43px;
	width: 36px;
}
.btn-box-widget .private-card {
	background: #00388f;
	font-size: 0;
	line-height: 0;
	border: none;
	/* bottom: 11px; */
	/* right: 15px; */
	/* right: 205px; */
	position: absolute;
}
.btn-box-widget .private-card:after {
	display: none;
}
.icon-card {
	display: inline-block;
	vertical-align: top;
	background: url(../images/icon-22.png) no-repeat;
	background-position: 5px 5px;
	border-right: 1px solid #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 36px;
	height: 30px;
}
.info-card {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	padding: 5px 15px 7px 11px;
	/* width: 0; */
	background: #00388f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-box-widget .private-card:hover .info-card {
	display: block;
	/* width: 210px; */
	right: -210px;
}
.info-card .num-prod {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: 400;
}
.btn-box-widget .private:hover .info-card .num-prod {
	border-bottom: 1px solid transparent;
}
.item-box {
	width: 100%;
	max-width: 760px;
	margin: 0 0 47px;
}
.title-group {
	display: block;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin: 0 0 13px;
}
.list-guide {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-guide li {
	margin: 0 0 5px;
	color: #000;
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
}
.list-guide li:after {
	clear: both;
	display: block;
	content: '';
}
.list-guide .name-guide {
	letter-spacing: 0.015em;
}
.list-guide li span {
	float: left;
	width: 110px;
}
.list-guide li em {
	overflow: hidden;
	display: block;
	font-style: normal;
}
.list-guide li a {
	color: #00388f;
	border-bottom: 1px solid rgba(0,56,143,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-guide li a:hover {
	border-bottom: 1px solid transparent;
}
.menu-contact li a {
	color: #00388f;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0,56,143,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: 0.013em;
}
.menu-contact li a:hover,
.menu-contact li.active a {
	border-bottom: 1px solid transparent;
}
.contacts-section {
	/*padding: 0 0 0 40px;*/
	padding: 0 0 0 155px;
	margin: -10px 0 0;
}
.contacts-section .title-article {
	margin: 0 0 43px;
}
.contacts-section .text-box {
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.01em;
}
.contacts-section .text-box span {
	margin: 0 0 0 9px;
}
.marketing-list .item-box {
	margin: 0 0 49px;
}
.marketing-list .title-group {
	font-size: 21px;
	line-height: 33px;
	margin: 0 0 12px;
}
.marketing-list .list-guide li {
	font-size: 21px;
	line-height: 29px;
}
.dillers-box {
	padding: 23px 0 0 24px;
}
.list-dillers {
	margin: 0 0 47px;
}
.item-diller {
	margin: 0 0 11px;
}
.city-diller {
	display: block;
	margin: 0 0 0;
	color: #000 ;
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
}
.item-diller.active .city-diller a {
	border-bottom: 1px solid transparent;
}
.contact-diller {
	display: none;
	padding: 19px 0 22px 63px;
	position: relative;
}
.contact-diller .close-diller {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 22px;
	left: 0;
	background: url("../images/icon-17.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border: none;
}
.contact-diller .close-diller:hover {
	opacity: 0.8;
}
.contact-diller ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-diller ul li {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	color: rgba(0,0,0,0.9);
	letter-spacing: -0.015em;
}
.contact-diller ul li a {
	color: rgba(0, 56, 143, 0.9);
	border-bottom: 1px solid rgba(0, 56, 143, 0.3);
}
.dillers-box .title-list {
	display: block;
	margin: 0 0 17px;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
}
.list-info {
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
}
.list-info li {
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 11px;
	color: #000;
	letter-spacing: 0.01em;
}
.list-info li:after {
	clear: both;
	display: block;
	content: '';
}
.list-info li span {
	float: left;
	width: 109px;
}
.list-info li strong {
	overflow: hidden;
	font-weight: normal;
	display: block;
}
.list-info li a {
	color: #00388f;
	border-bottom: 1px solid rgba(0,56,143,0.3);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	line-height: 21px;
}
.list-info li a:hover {
	border-bottom: 1px solid transparent;
}
.title-operation {
	display: block;
	margin: 0 0 13px;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.01em;
}
.map-box {
	padding: 6px 0 0;
}
.map {
	width: 100%;
	height: 560px;
}
.map iframe {
	max-width: 835px;
	width: 100%;
	height: 100%;
	max-height: 560px;
}
.tab-box {
	margin: 0 0 45px;
	padding: 15px 0 0;
}
.tab-box .title-operation {
	margin: 0 0 26px;
}
.tab-box .tabset-2 {
	margin: 0;
	padding: 0;
}
.tab-box .tab-control-2:after {
	clear: both;
	display: block;
	content: '';
}
.tab-box .tab-control-2 li {
	display: block;
	width: 50%;
	float: left;
	margin: 0;
}
.tab-box .tab-control-2 li a {
	border-radius: 0;
	background: rgba(175,182,186,0.2);
	text-align: center;
	color: #000;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	padding: 18px 10px;
}
.tab-box .tab-control-2 li a:hover,
.tab-box .tab-control-2 li.active a {
	background: rgba(175,182,186,0.4);
}
.tab-box .tab-body-2 {
	padding: 0;
}
.search-block {
	padding: 64px 0;
	text-align: center;
	width: 100%;
	max-width: 744px;
	margin: 0 auto;
}
.search-block .title-article {
	margin: 0 0 47px;
}
.search-form {
	margin: 0 0 27px;
}
.search-form .input-holder {
	max-width: 100%;
	padding: 0 0 0 0;
}
.search-form input[type="text"] {
	background: none;
	color: #000;
	border: 1px solid #a2a2a2;
	border-right: 1px solid transparent;
	font-family: Roboto;
	font-size: 19px;
	line-height: 23px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 28px 18px;
}
.search-form input[type="submit"] {
	position: absolute;
	background: #00388f;
	border: 1px solid #00388f;
	padding: 10px;
	width: 134px;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.search-form input[type="submit"]:hover {
	background: rgba(0,56,143,0.6);
}
.search-results {
	text-align: left;
}
.title-results {
	display: block;
	margin: 0 0 29px;
	color: #000;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}
.list-results {
	list-style: none;
	margin: 0 0 59px;
	padding: 0;
	counter-reset: li;
}
.list-results li {
	margin: 0 0 30px;
	padding: 0 0 0 52px;
	position: relative;
}
.list-results li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
	color: #00388f;
	font-size: 21px;
	line-height: 26px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.title-item-result {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	display: block;
	margin: 0 0 9px;
}
.title-item-result a {
	border-bottom: 1px solid rgba(0,56,143,0.3);
	color: #00388f;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: 0.015em;
}
.title-item-result a:hover {
	border-bottom: 1px solid transparent;
}
.text-result {
	color: #1d1d1b;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.015em;
}
.pagination-box {
	font-size: 0;
	line-height: 0;
	padding: 0 0 0 42px;
}
.pagination-box .btn-box,
.pagination-box .list-pagination {
	display: inline-block;
	vertical-align: middle;
}
.pagination-box .list-pagination {
	margin: 0 20px;
	list-style: none;
	padding: 0;
}
.pagination-box .list-pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.pagination-box .btn-box a,
.pagination-box .list-pagination a {
	color: #002d97;
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding: 9px 9px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: none;
}
.pagination-box .btn-box a i,
.pagination-box .list-pagination a i {
	border-bottom: 1px solid rgba(0,45,151,0.3);
	font-style: normal;
}
.pagination-box .btn-box a:hover,
.pagination-box .list-pagination a:hover,
.pagination-box .list-pagination .active a {
	background: #f0f0f0;
}
.pagination-box .btn-box a:hover i,
.pagination-box .list-pagination a:hover i,
.pagination-box .list-pagination .active a i {
	border-bottom: 1px solid transparent;
}
.unordered-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-num .unordered-list {
	margin: 21px 0 0;
}
.unordered-list li {
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 0 34px;
}
.unordered-list li:after {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
}
.unordered-list.change li {
	padding: 0 0 0 24px;
}
.unordered-list.change li:after {
	position: absolute;
	top: 10px;
	left: 0;
	height: 1px;
	width: 5px;
	background: #000;
}
.title-list.change {
	font-weight: 700;
}
#basket_items{
	width: 100%;
}