body {
	margin: 0px;
    font-family: 'Roboto Regular';
    color: #252626;
}
/* Шапка */
body.showimg, body.noshow {
    margin-top: 98px;
}
body.showimg .header, body.showimg .header {
    margin-top: 0px;
}
body.showimg .main-menu, body.showimg .main-menu {
    margin-top: 0px;
}
body.showimg .full-menu, body.showimg .full-menu {
    top: 245px;
}
.whe {
	width: 100%;
	height: 149px;
	background: white;
	position: absolute;
	z-index: 3;
}
.header {
	width: 1360px;
	margin: 4px auto 0px;
	background: #0ab7c5;
	border-radius: 4px;
	display: flex;
	height: 56px;
	align-items: center;
	color: #fff;
	z-index: 4;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	top: 0px;
}
.soc-block {
	display: flex;
	align-content: center;
	margin-left: 127px;
}
.soc-block img {
	margin: 0px 19px 0px 0px;
}
.soc-block a:last-child img {
	margin-top: 3px;
}
.soc-block img:nth-child(1) {
	display: initial;
}
.soc-block img:nth-child(2) {
	display: none;
}
.soc-block a:hover img:nth-child(1) {
	display: none;
}
.soc-block a:hover img:nth-child(2) {
	display: initial;
}
.search {
    margin-left: 20px;
    cursor: pointer;
    display: flex;
}
.search form input {
	background: #5ec9d5;
	border: none;
	font-size: 15px;
	padding: 10px 0px 10px 11px;
}
.search form input::placeholder {
  color: #fff;
  opacity: 1;
}
.search form input::-webkit-input-placeholder {
    color:#fff;
  opacity: 1;
}
.search form input::-moz-placeholder {
    color:#fff;
  opacity: 1;
}
.search form input:-moz-placeholder {
    color:#fff;
  opacity: 1;
}
.search form input:-ms-input-placeholder {
    color:#fff;
  opacity: 1;
}
.search form input[type="text"] {
	border-radius: 4px 0px 0px 4px;
	width: 130px;
	background: #5ec9d5 !important;
	font-size: 15px;
	font-family: 'Roboto Regular';
	margin: 0px;
	padding: 10px 0px 10px 11px;
	border: none;
}
.search form input[type="submit"] {
	border-radius: 0px 4px 4px 0px;
	background-image: url("../images/sea.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	margin-left: -4px;
    padding: 0px;
}
.tel {
	font-size: 14px;
	margin-left: 150px;
	padding: 0px;
	flex: 1;
	letter-spacing: 0.05px;
}
.tel span {
    font-family: 'Roboto Medium';
    font-size: 16px;
}
.slab-vid {
	font-family: 'Roboto Medium';
	position: relative;
	width: 298px;
	font-size: 18px;
}
.slab-vid a{
text-decoration:none;
color:white;
}
.slab-vid p:before {
	content: '';
	position: absolute;
	left: -37px;
	width: 24px;
	height: 18px;
	background: url("../images/eye.png") center center no-repeat;
	font-size: 14px;
}
/* Меньшее меню */
.main-menu {
	width: 1360px;
	margin: 0px auto;
	height: 89px;
	display: flex;
	border-bottom: 1px solid #a6a6a6;
	padding-top: 2px;
	position: relative;
	z-index: 4;
	top: 57px;
	background: white;
}
.logo {
    display: flex;
    margin-left: 121px;
    margin-right: 32px;
}
.logo img {
	float: left;
	margin-top: 19px;
	width: auto;
	height: 55px;
}
.logo p {
	font-family: 'Roboto Bold';
	font-size: 16px;
	margin-left: 20px;
	width: 200px;
    color: #252626;
}
.logo a {
    color: inherit;
    text-decoration: none;
}
.mob-sea, .mob-soc-block {
    display: none;
}
.menu-item a {
	color: #252626;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 35px 0px 0px 0px;
    margin-right: 32px;
	max-width: 182px;
	height: 53px;
}
.main-menu.active .menu-item a {
    opacity: 0.5;
}
.menu-item.active a {
    border-bottom: 2px solid #67b6c3;
}
.main-menu.active .menu-item.active a {
    opacity: 1;
}
.sub-menu-items {
	display: none;
	height: auto;
	position: absolute;
	top: 0px;
	margin-top: 90px;
	width: 770px;
	left: 417px;
	padding-top: 43px;
}
.main-menu .sub-menu-items a {
    display: block;
    color: #ffffff;
}
.menu-item.active .sub-menu-items a {
    display: block;
	height: auto;
	padding: 0px 0px 19px 0px;
	max-width: 230px;
	line-height: 1.3;
    border-bottom: none;
}
.menu-item.active .sub-menu-items a:hover span {
    border-bottom: 1px solid #252626;
    padding-bottom: 2px;
}
.menu-item.active:hover .sub-menu-items {
	display: block;
}
.menu-ov1 {
	position: absolute;
	top: 149px;
	left: 0px;
	width: 100%;
	z-index: 3;
	height: 0px;
	background: white;
	transition: 1s;
	opacity: 0;
}
.menu-ov1.active {
	opacity: 1;
}
.menu-ov2 {
    display: none;
    background: #283a50;
    opacity: 0.2;
    position: fixed;
    left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.menu-ov2.active {
    display: block;
}
.menu-ov3 {
    display: none;
    background: #283a50;
    opacity: 0.2;
    position: fixed;
    left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.menu-ov3.active {
    display: block;
}
.gamb {
    background: url(../images/gamb.png) center center no-repeat;
    width: 30px;
    height: 90px;
    cursor: pointer;
    opacity: 0.5;
}
.gamb:hover {
    opacity: 1;
}
.gamb.clo {
    background-image: url(../images/clo.png);
}
.m-col {
	float: left;
	max-width: 33%;
}
/* Полное меню */
.full-menu {
    display: none;
    z-index: 4;
	background: white;
	height: 1472px;
	position: absolute;
	top: 149px;
	left: 0px;
	width: 100%;
}
.full-menu.active {
}
.full-menu-in {
	position: absolute;
	width: 1155px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-wrap: wrap;
	padding-left: 35px;
    padding-bottom: 162px;
}
.full-menu .menu-item {
	float: left;
}
.full-menu .menu-item a {
	height: auto;
	max-width: 288px;
    margin-right: 0px;
    font-family: 'Roboto Bold';
    font-size: 16px;
}
.full-menu .menu-item a:hover span {
	border-bottom: 1px solid #252626;
    padding-bottom: 1px;
}
.full-menu .sub-menu-items {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	height: auto;
	width: 288px;
}
.full-menu .sub-menu-items a {
	font-size: 14px;
	max-width: 255px;
	padding: 0px 0px 17px 0px;
    font-family: 'Roboto Regular';
    color: black !important;
}
.full-menu .sub-menu-items a:last-child {
	padding: 0px 0px 30px 0px;
}
.full-menu .f-copyr {
	position: absolute;
	bottom: 0px;
	left: 83px;
	color: #727272;
	font-family: 'Roboto Light';
	font-size: 14px;
	max-width: 300px;
}
.full-menu .f-copyr:before {
	content: '';
	position: absolute;
	left: -45px;
	top: 5px;
	background: url(../images/mcop.png) center center no-repeat;
	width: 23px;
	height: 23px;
	display: block;
}
/* Слайдер новостей */
.content {
    width: 1120px;
    margin: 0px auto;
}
.main-news-slider {
	margin: 8px 0px 32px 0px;
    position: relative;
}
.main-news-slider.noload .mn-item~.mn-item {
    display: none;
}
.main-news-slider .mn-item {
    display: flex;
}
.mn-ico {
    min-width: 736px;
    max-width: 736px;
    max-height: 500px;
    overflow-y: hidden;
}
.mn-ico img {
    width: 100%;
}
.mn-descr {
	margin-left: 35px;
}
.mn-name {
	font-family: 'Roboto Medium';
	font-size: 32px;
	margin: 53px 0px 0px -1px;
	line-height: 1.25;
}
.content-txt .mn-name {
    min-height: 120px;
}
@media (max-width: 750px) {
.content-txt .mn-name {
    min-height: 30px;
}
}
.mn-name a {
	text-decoration: none;
    color: inherit;
}
.mn-date a {
	margin: 26px 0px 0px -3px;
	font-size: 14px;
    font-family: 'Roboto Bold';
    color: #252626;
    display: inline-block;
    text-decoration: none;
}
.mn-date p {
	color: #737373;
	font-family: 'Roboto Light';
	margin-left: 25px;
	display: inline-block;
	font-size: 14px;
    position: relative;
}
.mn-date p:before {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: -12px;
	background: #737373;
	opacity: 0.6;
}
.mn-descr hr {
	border: none;
	height: 1px;
	background: #a5a5a5;
	margin: 1px 0px 0px 0px;
}
.main-news-slider .owl-nav {
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 75px;
}
.owl-nav .owl-prev {
    font-size: 0px;
    width: 13px;
    height: 20px;
    background: url('../images/prev.png') center center no-repeat;
    float: left;
}
.owl-nav .owl-next {
    font-size: 0px;
    width: 13px;
    height: 20px;
    background: url('../images/next.png') center center no-repeat;    
    float: right;
}
.main-news-slider .slideNum {
	position: absolute;
	bottom: -14px;
	right: 302px;
	font-family: 'Roboto Light';
	color: #727272;
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
    opacity: 0.9;
}
/* Новости */
.min-news {
	overflow: auto;
}
.min-news-zag {
	font-family: 'Roboto Medium';
	font-size: 20px;
	margin: 13px 0px 36px 1px;
}
.min-news-item {
	float: left;
	width: 256px;
	height: 150px;
	margin-right: 32px;
	position: relative;
	border-bottom: 1px solid #a5a5a5;
}
.min-news-item:last-child {
    margin-right: 0px;
}
.min-news-name {
	font-family: 'Roboto Medium';
	font-size: 16px;
	margin: 0px;
	line-height: 1.35;
    cursor: pointer;
}
.min-news-name a {
	text-decoration: none;
    color: inherit;
    border-bottom: none;
}
.min-news-name span {
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
}
.min-news-name:hover span {
	background-size: 200% 100%;
    background-position: left bottom;
	padding: 2px 0px;
}
.min-news-date {
	position: absolute;
	bottom: 1px;
	left: 2px;
}
.min-news-date a {
	margin: 26px 0px 0px -3px;
	font-size: 14px;
    font-family: 'Roboto Bold';
    color: #252626;
    display: inline-block;
    text-decoration: none;
}
.min-news-date p {
	color: #737373;
	font-family: 'Roboto Light';
	margin-left: 25px;
	display: inline-block;
	font-size: 14px;
    position: relative;
}
.min-news-date p:before {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: -12px;
	background: #737373;
	opacity: 0.6;
}
.bw-button {
	background: #0ab7c5;
	font-family: 'Roboto Medium';
	font-size: 16px;
	text-decoration: none;
	color: white;
	padding: 17px 10px;
	margin: 32px 0px;
	display: block;
	width: 119px;
	text-align: center;
	border-radius: 4px;
}
.bw-button:hover {
    background: #ffc5aa;
    color: #202121;
}
/* Меню 3 */
.menu3 {
	background: url(../images/menu3.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: auto;
	width: 1360px;
	margin: 63px auto 26px;
	height: 432px;
	padding: 0px 120px;
	box-sizing: border-box;
}
.menu-3-item {
	float: left;
	width: 256px;
	margin: 37px 31px 0px 0px;
	height: 85px;
	line-height: 1.3;
}
.menu-3-item:nth-child(4n) {
	margin-right: 0px;
}
.menu-3-item p {
    padding-left: 50px;
    font-family: 'Roboto Medium';
    font-size: 16px;
    position: relative;
}
.menu-3-item a {
    text-decoration: none;
    color: inherit;
}
.ic {
	background: url(../images/m3-cont.png) right top no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    left: -15px;
    display: block;
}
.ic.pobeda {
	background-image: url(../images/m3-logo75.png);
}

.ic.sockontr {
	background-image: url(../images/m3-sockontr.png);
}

.ic.con {
	background-image: url(../images/m3-cont.png);
}
.ic.real {
	background-image: url(../images/m3-real.png);
}
.ic.obs {
	background-image: url(../images/m3-obs.png);
}
.ic.gor {
	background-image: url(../images/m3-gor.png);
}
.ic.prog {
	background-image: url(../images/m3-prog.png);
}
.ic.kons {
	background-image: url(../images/m3-kons.png);
}
.ic.opr {
	background-image: url(../images/m3-opr.png);
}
.ic.konk {
	background-image: url(../images/m3-konk.png);
}
.ic.konk2 {
	background-image: url(../images/m3-konk2.png);
}
.ic.scpepo {
	background-image: url(../images/m3-scpepo.png);
}
.ic.pomce {
	background-image: url(../images/m3-pomce.png);
}
.ic.prot {
	background-image: url(../images/m3-prot.png);
}
.m3mor {
    display: none;
}
/* Для граждан */
.dg-zag {
    display: inline-block;
    font-family: 'Roboto Bold';
    font-size: 32px;
    margin-right: 52px;
}
.dg-type {
	display: inline-block;
	color: #737373;
	font-family: 'Roboto Light';
	font-size: 20px;
	cursor: pointer;
	margin: 0px 33px 0px 0px;
    position: relative;
}
.dg-type.active, .dg-type:hover {
    color: #252626;
}
.dg-type.active:before {
	content: '';
	position: absolute;
	left: -15px;
	top: -1px;
	width: 5px;
	height: 24px;
	background: url(../images/apr.png) center center no-repeat;
}
.dg-type.active:after {
	content: '';
	position: absolute;
	right: -13px;
	top: -1px;
	width: 5px;
	height: 24px;
	background: url(../images/npr.png) center center no-repeat;
}
.dg-item {
    display: none;
    list-style: none;
}
.dg-item.active {
    display: block;
}
.dg-item li {
	display: block;
	float: left;
	width: 524px;
	min-height: 80px;
	position: relative;
	padding: 10px 90px 0px 32px;
	box-sizing: border-box;
}
.dg-item li:nth-child(odd) {
    margin-right: 116px;
}
.dg-item li:nth-child(2n) {
	width: 435px;
	padding-right: 5px;
}
.dg-item li:before {
    content: '';
	position: absolute;
	left: -40px;
	top: 2px;
	width: 36px;
	height: 36px;
	background: url(../images/dl-ul.png) center center no-repeat;
}
.dg-item li:hover:before {
	background-image: url(../images/dl-ula.png);
}
.dg-item li a {
    text-decoration: none;
    color: inherit;
}
.dg-vrez {
	background: #ffddcc;
	clear: both;
	font-family: 'Roboto Light';
	font-size: 22px;
	position: relative;
	top: 21px;
	padding: 12px 0px 12px 54px;
	letter-spacing: 2.2px;
}
.dg-vrez p {
    display: inline-block;
}
.dg-tel {
	position: relative;
	font-family: 'Roboto Bold';
	margin-left: 63px;
	letter-spacing: 2.5px;
}
.dg-tel:before {
	content: '';
	position: absolute;
	left: -56px;
	top: -5px;
	width: 37px;
	height: 36px;
	background: url(../images/phon.png) center center no-repeat;
}
.dg-priem {
	font-family: 'Roboto Bold';
	border-bottom: 1px solid #252626;
	margin-left: 33px;
	position: relative;
	letter-spacing: 2px;
	padding-bottom: 3px;
	margin-bottom: 18px;
	cursor: pointer;
}
.dg-priem:before {
	content: '';
	position: absolute;
	left: -23px;
	top: -5px;
	width: 1px;
	height: 36px;
	background: #252626;
}
.dg-priem:hover {
	border-bottom: none;
	padding-bottom: 5px;
}
/* Второй слайдер */
.person-border {
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	clear: both;
	padding: 47px 0px 47px;
	width: 1360px;
    margin: 85px auto 10px;
}
.person-slider {
	width: 1120px;
    margin:0px auto;
}
.person-item {
    display: flex;
}
.person-ico {
	min-width: 225px;
}
.person-ico img {
	max-width: 100%;
}
.person-info {
	margin-left: 63px;
	min-width: 525px;
}
.person-name {
	margin: 3px 0px;
	font-family: 'Roboto Bold';
	font-size: 32px;
	letter-spacing: -0.15px;
}
.person-name a {
    text-decoration: none;
    color: inherit;
}
.pers-dol {
	margin: 3px 0px;
	font-family: 'Roboto Light';
	font-size: 32px;
}
.pers-dol a {
    text-decoration: none;
    color: inherit;
}
.pers-biogr a {
	text-decoration: none;
	font-family: 'Roboto Bold';
	font-size: 16px;
	border-bottom: 1px solid #252626;
	color: #252626;
	position: relative;
	top: 10px;
	left: -1px;
}
.pers-biogr .vio {
    display: none;
}
.person-about {
	padding-left: 50px;
}
.person-vist {
	font-family: 'Roboto Bold';
	font-size: 16px;
	margin: 17px 0px 27px;
	letter-spacing: 0.1px;
	border-bottom: 1px solid #252626;
	display: block;
	float: left;
	padding-bottom: 1px;
}
.person-vist a {
    text-decoration: none;
    color: inherit;
}
.person-descr {
	font-family: 'Roboto Medium';
	font-size: 16px;
	clear: both;
	line-height: 1.33;
}
.person-date {
	position: relative;
	left: 3px;
	bottom: 9px;
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 1px;
}
.person-date a {
	margin: 26px 0px 0px -3px;
	font-size: 14px;
    font-family: 'Roboto Bold';
    color: #252626;
    display: inline-block;
    text-decoration: none;
}
.person-date p {
	color: #737373;
	font-family: 'Roboto Light';
	margin-left: 20px;
	display: inline-block;
	font-size: 14px;
    position: relative;
}
.person-date p:before {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: -12px;
	background: #737373;
	opacity: 0.6;
}
.person-slider .owl-nav {
	position: absolute;
	bottom: -137px;
	right: 11px;
	width: 75px;
}
/* Важно */
.import {
	overflow: hidden;
    max-height: 450px;
    margin-bottom: 0;
	width: 100%;
}
.hi.import {
    max-height: auto;
	position: relative;
}
.import .owl-nav {
	position: absolute;
	top: 28px;
	right: 10px;
	width: 76px;
	background: #0ab7c5;
	border-radius: 24px;
	padding: 10px 12px;
}
.import .owl-nav div.owl-prev,
.import .owl-nav div.owl-next {
	filter: brightness(100);
}
.import .owl-nav div.owl-prev:hover,
.import .owl-nav div.owl-next:hover {
	filter: brightness(0) invert(89%) sepia(9%) saturate(2212%) hue-rotate(311deg) brightness(99%) contrast(105%);
}
.import .owl-stage-outer {
	padding-top: 100px;
}
.i-zag {
	font-family: 'Roboto Bold';
	font-size: 32px;
	margin-top: 57px;
	margin-bottom: -67px;
}
.i-item {
	background: url(../images/vaz-ologo.png) calc(100% - 20px) 48px no-repeat #ffddcc;
	cursor: pointer;
	width: 245px;
	height: 136px;
	margin: 0px 32px 39px 8px;
	box-sizing: border-box;
	padding: 0px 72px 10px 22px;
	box-shadow: inset -8px 8px 0px 0px white, -10px 10px 0px 0px #ffddcc;
	border: 2px solid #ffc5aa;
    position: relative;
}
.i-item:nth-child(3n) {
	margin-right: 0px;
}
.i-item p {
	font-family: 'Roboto Medium';
	color: #252626;
	font-size: 20px;
	overflow: hidden;
	max-height: 100px;
}
.i-item:hover {
	background: url(../images/vaz-logo.png) 262px 48px no-repeat #ffc5aa;
    box-shadow: none;
}
.i-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}
.import .owl-next {
	filter: brightness(0);
}
/* Ссылки */
.links {
}
.links-vars {
	overflow: auto;
	padding: 30px 0px 46px;
    align-items: baseline;
}
.links-var {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: #727272;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 0px 24px 0px 15px;
	line-height: 1.25;
    width: auto;
}
.links-var.active, .links-var:hover {
	color: #252626;
}
.links-var.active:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0px;
	width: 35px;
	height: 100%;
	background: url(../images/apr2.png) center center no-repeat;
	background-size: 4px 100%;
}
.links-var.active:after {
	content: '';
	position: absolute;
	right: -13px;
	top: 0px;
	width: 49px;
	height: 100%;
	background: url(../images/npr2.png) center center no-repeat;
	background-size: 4px 100%;
}
.links-var p {
    margin: 0px;
}
.links-conts {
}
.links-content {
    display: none;
}
.links-content.active {
    display: block;
}
.link {
	background: #f4f9fa;
	box-sizing: border-box;
	padding: 25px 24px;
	font-family: 'Roboto Medium';
	font-size: 16px;
	color: #252626;
	background: #f4f9fa;
	position: relative;
	float: left;
	width: 352px;
	margin: 0px 32px 32px 0px;
	height: 176px;
	line-height: 1.3;
}
.link.imgelink {
	background-size: cover !important;
	background-position: top left;
	background-repeat: no-repeat;
}
.link.imgelink p {
	display: none;
}
.link.imgelink::after {
	display: none;
}

.link:hover {
    background-color: #e5f7fb;
}
.link:nth-child(3n) {
	margin-right: 0px;
}
.link p {
    margin: 0px;
}
.link:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: 23px;
    right: 24px;
    background: url(../images/link.png) center center no-repeat;
}
.link:hover:after {
    background-image: url(../images/linka.png);
}
.link a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.lmor {
    display: none;
}
.lmor.act {
    display: block;
}
.link-mor {
	cursor: pointer;
	color: #252626;
	display: block;
	margin: 0px auto;
	font-family: 'Roboto Bold';
	font-size: 16px;
	position: relative;
	clear: both;
	width: 240px;
	text-align: center;
	padding-top: 10px;
}
.link-mor:hover {
    color: #67b6c3;
}
.link-mor:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: -1px;
	left: 40px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
    transition: 0.5s;
}
.link-mor:hover:before {
	transform: rotate(-90deg);
}
/* Медиа */
.media {
	background: #173750;
	width: 1360px;
	margin: 0px auto 67px;
	height: 640px;
	padding: 18px 119px;
	box-sizing: border-box;
}
.med-zag {
	font-size: 32px;
	color: #fff;
	font-family: 'Roboto Bold';
    display: inline-block;
    margin-right: 52px;
}
.med-type {
	display: inline-block;
	color: #fff;
    opacity: 0.5;
	font-family: 'Roboto Light';
	font-size: 20px;
	cursor: pointer;
	margin: 0px 33px 0px 0px;
    position: relative;
}
.med-type.active, .med-type:hover {
    opacity: 1;
}
.med-type.active:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 19px;
	width: 5px;
	height: 24px;
	background: url(../images/apr.png) center center no-repeat;
}
.med-type.active:after {
	content: '';
	position: absolute;
	right: -13px;
	top: 19px;
	width: 5px;
	height: 24px;
	background: url(../images/npr.png) center center no-repeat;
}
.med-content {
    display: none;
}
.med-content.active {
	display: block;
	float: left;
	width: 100%;
	height: 450px;
}
.med-list {
}
.med-item {
	float: right;
	width: 545px;
	overflow: auto;
	border-bottom: 1px solid #8b9ba8;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 62px;
}
.med-item video {
    display: none;
}
.med-item img {
    display: none;
}
.med-item p {
	margin: 0px 0px;
	color: white;
	line-height: 1.3;
	padding-right: 20px;
    font-family: 'Roboto Medium';
}
.med-name a {
    color: inherit;
    text-decoration: none;
}
.med-dat-smotr {
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.med-dat-smotr p {
	display: inline-block;
	font-family: 'Roboto Bold';
    padding-right: 0px;
}
.med-dat-smotr .dat {
	margin-left: 25px;
    color: #a8b4be;
	font-family: 'Roboto Light';
    position: relative;
}
.med-dat-smotr .dat:before {
	content: '';
	display: block;
	background: #a8b4be;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: -13px;
}
.med-dat-smotr .smotr {
	float: right;
	padding-right: 3px;
    color: #a8b4be;
	font-family: 'Roboto Light';
    position: relative;
    cursor: pointer;
}
.med-item:hover .med-dat-smotr .smotr {
    color: #fff;
}
.med-item:hover .med-name {
    color: #ffc5aa;
}
.med-dat-smotr .smotr:before {
	content: '';
	display: block;
	background: url(../images/min-play.png) center center no-repeat;
	width: 12px;
	height: 13px;
	position: absolute;
	top: 3px;
	left: -19px;
}
.med-item:hover .smotr:before {
	background: url(../images/play2.png) center center no-repeat;
}
.med-dat-smotr .smfot {
	float: right;
	padding-right: 3px;
    color: #a8b4be;
	font-family: 'Roboto Light';
}
.med-item.active {
	float: left;
	width: 545px;
}
.med-item.active video {
	display: block;
	margin-bottom: 24px;
	width: 100%;
	height: 320px;
    position: relative;
    cursor: pointer;
}
.med-item.active video {
    opacity: 0.6;    
}
.med-item.active.played video {
    opacity: 1;    
}
.med-act {
    position: relative;
}
.play {
    display: none;
}
.med-item.active .play {
	display: block;
	background: url(../images/play.png) center center no-repeat;
	width: 53px;
	height: 62px;
	position: absolute;
	top: 129px;
	left: 247px;
    cursor: pointer;
}
.med-item.active.played .play {
    background: none;
}
.med-item.active.played .play:hover, .med-item.active.played .play.see{
    background: url(../images/stop.png) center center no-repeat;
}
.med-item.active.played video.opa {
    opacity: 0.6;
}
.med-item.active img {
    display: block;
    margin-bottom: 24px;
}
.med-vers {
	float: right;
	width: auto;
	margin: 15px 0px;
	padding: 17px 24px;
}
/* Подвал */
.footer {
	border-top: 1px solid #a7a7a7;
	width: 1360px;
	margin: 115px auto 0px;
    clear: both;
}
.f-top {
	padding: 55px 120px 0px;
    overflow: auto;
}
.f-logo {
    float: left;
    width: 767px;
}
.f-logo img {
    float: left;
    padding-right: 31px;
}
.f-logo p {
	font-family: 'Roboto Bold';
	font-size: 32px;
	margin: -4px 0px 0px 0px;
}
.f-cont {
	font-family: 'Roboto Light';
	font-size: 16px;
	float: left;
	margin-top: -14px;
	line-height: 1.3;
}
.f-cont p {
	margin-bottom: 11px;
}
.f-cont .con {
    font-family: 'Roboto Medium';  
	margin-top: 11px;  
}
.f-cont .con a {
	color: inherit;
	text-decoration: none;
	margin-right: 20px;
	padding-top: 12px;
	display: inline-block;
    border-bottom: 1px solid #252626;
}
.f-cont .con a:hover {
    border-bottom: none;
}
.f-down {
	background: #173750;
	padding: 13px 120px;
	box-sizing: border-box;
	font-family: 'Roboto Light';
	color: #a1aeb8;
	font-size: 14px;
	height: 88px;
	clear: both;
	margin-top: 57px;
}
.copyr {
	position: relative;
	float: left;
	width: 327px;
	margin-left: 47px;
}
.copyr:before {
	content: '';
	display: block;
	background: url('../images/mcop.png') center center no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 19px;
	left: -47px;
}
.counters {
	padding: 16px 10px;
	float: left;
	width: 373px;
}
.map {
	float: left;
	margin: 5px 0px 10px 10px;
}
.map a {
    text-decoration: none;
    font-family: 'Roboto Light';
    color: #a1aeb8;
    font-size: 14px;
}
.f-soc {
	float: left;
	display: flex;
    align-items: center;
    width: 311px;
}
.f-soc p {
	margin: 10px 9px 10px;
}
.f-soc img, .soc-block img {
	height: max-content;
	margin: 0px 0px 0px 19px;
}
.f-soc img:nth-child(1) {
	display: block;
}
.f-soc img:nth-child(2) {
	display: none;
}
.f-soc a:hover img:nth-child(1) {
	display: none;
}
.f-soc a:hover img:nth-child(2) {
	display: block;
}
.mob-soc-block img:nth-child(1) {
	display: block;
}
.mob-soc-block img:nth-child(2) {
	display: none;
}
.mob-soc-block a:hover img:nth-child(1) {
	display: none;
}
.mob-soc-block a:hover img:nth-child(2) {
	display: block;
}
.to-top {
    background: url('../images/to-top.png') center center no-repeat;
    width: 36px;
    height: 36px;
    float: left;
    margin-top: -15px;
    cursor: pointer;
}
.to-top:hover {
    background-image: url('../images/to-top2.png');
}
.tofu, .dg-mor, .tofu2 {
    display: none;
}
.prin-logo {
    display: none;
}
.prin-footer {
    display: none;
}
.map-columns ul {
    list-style: none;
}
.map-columns li a {
    position: relative;
}
.map-level-0 li {
    padding: 20px 0px;
}
.map-level-1 {
    margin-top: 10px;
}
.map-level-1 li {
    padding: 10px 0px;
}
.map-level-1 li:before {
	top: 15px;
}
.map-columns div {
    margin-top: 10px;
}
/* 1280 */
@media (max-width: 1350px) {
.header {
    width: 1216px;
}
.soc-block {
	margin-left: 54px;
}
.slab-vid {
	width: 227px;
}
.main-menu {
    width: 1216px;
}
.logo {
	margin-left: 48px;
}
.menu3 {
	width: 1216px;
	padding: 0px 49px;
}
.menu-3-item {
	margin: 37px 31px 2px 0px;
}
.person-border {
    width: 1216px;
}
.media {
	width: 1216px;
    padding: 18px 48px;
}
.footer {
	width: 1216px;
}
.f-top {
	padding: 55px 48px 0px;
}
.f-down {
	padding: 13px 48px;
}
.counters {
	width: 364px;
}
.f-soc {
	width: 320px;
}
}
/* 1020 */
@media (max-width: 1206px) {
.header {
    width: 991px;
}
.soc-block {
    margin-left: 34px;
}
.tel {
    margin-left: 31px;
}
.slab-vid {
    width: 209px;
}
.logo {
    margin-left: 33px;
}
.main-menu {
    width: 991px;
}
.main-menu .menu-item {
    display: none;
}
.gamb {
    margin-left: auto;
    margin-right: 27px;
}
.content {
    width: 925px;
}
.main-news-slider {
	margin: 92px 0px 32px 0px;
}
.mn-ico {
    min-width: 609px;
    max-width: 609px;
    overflow: hidden;
}
.main-news-slider .owl-carousel .owl-item img {
	width: auto;
}
.mn-name {
	margin: -7px 0px 0px -1px;
}
.mn-descr {
	margin-left: 33px;
}
.main-news-slider .slideNum {
	right: 236px;
}
.min-news-item {
	width: 287px;
}
.min-news-item~.min-news-item~.min-news-item {
    margin-right: 0px;
}
.min-news-item~.min-news-item~.min-news-item~.min-news-item {
    display: none;
}
.menu3 {
	width: 993px;
	padding: 0px 33px;
	height: 561px;
    margin-bottom: 21px;
}
.menu-3-item {
	margin: 37px 66px 2px 0px;
}
.menu-3-item:nth-child(4n) {
	margin-right: 66px;
}
.menu-3-item:nth-child(3n) {
	margin-right: 0px;
}
.dg-item li:nth-child(2n+1) {
	margin-right: 213px;
	width: 332px;
	padding-right: 10px;
}
.dg-item li:nth-child(2n) {
	width: 340px;
	padding-right: 0px;
	padding-left: 32px;
}
.dg-vrez {
	font-size: 18px;
	padding: 20px 0px 12px 43px;
	letter-spacing: 1.9px;
}
.dg-tel {
	letter-spacing: 1.9px;
}
.dg-tel:before {
	top: -9px;
}
.dg-priem {
	margin-left: 25px;
	padding-bottom: 4px;
}
.dg-priem:before {
	left: -18px;
	height: 28px;
}
.person-border {
    width: 991px;
    padding: 47px 0px 62px;
}
.person-slider {
	width: 928px;
}
.person-ico {
	min-width: 161px;
}
.person-info {
	margin-left: 32px;
	min-width: 398px;
}
.person-slider .owl-nav {
	bottom: -153px;
	right: 2px;
}
.i-item {
	width: 201px;
	margin: 0px 33px 39px 5px;
	padding: 15px 60px 10px 22px;
	height: 125px;
	background-size: 36px;
	background-position: calc(100% - 14px) 26px;
}
.i-item p {
	font-size: 12px;
	max-height: 100px;
}
.i-item:hover {
	background-position: 197px 48px;
}
.media {
	width: 991px;
	padding: 18px 33px;
}
.med-item.active {
	width: 448px;
}
.med-item {
	width: 445px;
    padding-bottom: 64px;
}
.med-item p {
	padding-right: 0px;
}
.med-item.active video {
	height: 265px;
}
.med-item.active .play {
	top: 102px;
	left: 202px;
}
.links-vars {
    padding: 30px 0px 49px;
}
.links-var {
	width: auto;
}
.link {
	padding: 25px 7px 25px 24px;
	width: 287px;
	margin: 0px 32px 32px 0px;
	height: 176px;
}
.link:nth-child(4n) {
	margin-right: 32px;
}
.link:nth-child(3n) {
	margin-right: 0px;
}
.footer {
    width: 100%;
    margin: 105px auto 0px;
}
.f-top {
	padding: 55px 33px 0px;
}
.f-logo {
	width: 440px;
}
.f-down {
    padding: 13px 20px 12px 33px;
}
.counters {
	width: 171px;
}
.f-soc {
	width: 255px;
}
.f-soc img, .soc-block img {
	margin: 0px 0px 0px 9px;
}
.full-menu.active {
	height: 1489px;
}
.full-menu-in {
	width: 961px;
	padding: 8px 0px 0px 37px;
    display: block;
}
.full-menu .menu-item {
	min-width: 320px;
}
.full-menu .sub-menu-items {
    min-width: 320px;
}
.full-menu .sub-menu-items a {
	max-width: 290px;
}
.full-menu .f-copyr {
	display: none;
}
}
/* 760 */
@media (max-width: 980px){
.header {
    display: none;
}
.main-menu {
	width: 100%;
    top:0px
}
.gamb {
	margin-right: 21px;
}
.content {
	width: 760px;
	padding: 0px 31px;
	box-sizing: border-box;
}
.main-news-slider {
	width: 704px;
	margin: 32px 0px;
}
.main-news-slider.noload .mn-item~.mn-item {
    display: flex;
}
.mn-item {
	display: flex;
    flex-wrap: wrap;
}
.mn-ico {
	min-width: 100%;
	max-width: 100%;
	height: 471px;
}
.main-news-slider .owl-carousel .owl-item img {
	width: 122%;
}
.mn-descr {
	margin: 36px 0px 0px 3px;
}
.mn-name {
	letter-spacing: -0.1px;
}
.main-news-slider .owl-nav {
    bottom: 13px;
}
.slideNum {
    display: none;
}
.min-news {
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.min-news-zag {
	width: 100%;
}
.min-news-item {
	width: 329px;
	height: 127px;
	margin-bottom: 40px;
	padding-right: 0px !important;
	box-sizing: border-box;
    margin-right: 0px !important;
}
.min-news-item ~ .min-news-item ~ .min-news-item ~ .min-news-item {
	display: block;
}
.news-vers {
    margin-top: -7px;
}
.menu3 {
	width: 100%;
	padding: 0px 32px;
	height: auto;
	margin-bottom: 21px;
	background: none;
	margin-bottom: -17px;
}
.menu-3-item {
	margin: 0px 32px 33px 0px !important;
	width: 332px;
	background: #f2f9fa;
	height: 145px;
}
.menu-3-item p {
    padding: 9px 60px 5px 24px;
}
.ic {
	top: 64px;
	right: 21px;
    left: auto;
}
.menu-3-item:nth-child(2n) {
	margin-right: 0px !important;
}
.dg-zag {
	width: 92%;
	margin-right: 0px;
    margin-bottom: 27px;
}
.dg-type {
    margin-left: 15px;
}
.dg-type~..dg-type {
    margin-left: 0px;
}
.dg-item.active {
	display: flex;
	flex-wrap: wrap;
}
.dg-item li:nth-child(2n+1) {
	margin-right: 54px;
	width: 313px;
	padding-right: 10px;
}
.dg-item li:nth-child(2n) {
	width: 290px;
}
.dg-vrez {
	text-align: center;
	width: 706px;
	box-sizing: border-box;
	padding: 13px 10px 35px;
	letter-spacing: 2.2px;
	font-size: 22px;
}
.dg-vrez p {
	display: block;
	margin: 22px 0px 3px;
}
.dg-vrez p.dg-tel {
	display: inline-block !important;
	margin-left: 27px;
	position: relative;
	top: -4px;
	letter-spacing: 2.7px;
}
.dg-tel:before {
	top: -5px;
}
.dg-vrez p.dg-priem {
	display: inline-block !important;
	position: relative;
	left: 31px;
	top: -5px;
}
.dg-priem:before {
	left: -23px;
	height: 36px;
	top: -4px;
}
.person-border {
	width: 706px;
    padding: 47px 0px 45px;
}
.person-slider {
	width: 100%;
}
.person-ico {
	max-width: 153px;
	min-width: 100px;
	margin-left: 4px;
}
.pers-biogr .vio {
	display: initial;
	margin-left: 32px;
}
.person-about {
	display: none;
}
.person-slider .owl-nav {
	bottom: -136px;
	right: 0px;
}
.import {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i-item {
	background: url(../images/vaz-ologo.png) 250px 48px no-repeat #ffddcc;
	width: 332px;
	padding: 0px 103px 10px 22px;
	height: 136px;
    margin: 0px 22px 39px 5px;
}
.i-item:hover {
	background-position: 250px 48px;
}
.media {
	width: 760px;
	padding: 18px 33px;
	height: auto;
	overflow: auto;
}
.med-content.active {
	width: 100%;
	height: auto;
}
.med-item {
	width: 100%;
	padding-bottom: 89px;
}
.med-item.active {
	width: 100%;
}
.med-item.active video {
	height: 100%;
}
.med-item.active .play {
	top: 160px;
	left: 326px;
}
.med-item p {
	padding-right: 0px;
	margin-top: 6px;
}
.links-vars {
	padding: 30px 0px 32px;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}
.links-var {
	width: auto;
	margin-bottom: 23px;
}
.links-content.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lmor.act {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link-mor {
	order: 1;
	width: 240px;
}
.link {
	padding: 25px 7px 25px 24px;
	width: 336px;
	margin: 0px 0px 32px 0px;
	height: 176px;
}
.link-mor:before {
	top: 1px;
}
.link:nth-child(3) {
	margin-right: 0px;
	display: none;
}
.lmor .link:nth-child(3) {
	display: block;
}
.footer {
	width: 704px;
}
.f-cont {
	margin-top: 6px;
	margin-left: 96px;
}
.f-down {
    margin: 57px -28px 0px;
	height: 80px;
}
.copyr {
    width: 262px;
	margin-left: 36px;
}
.counters {
    display: none;  
}
.map {
	margin: 4px 0px 3px 10px;
}
.f-soc {
	width: 335px;
}
.full-menu.active {
	top: 116px;
	height: 100vh;
	overflow: auto;
}
.full-menu-in {
	width: 100%;
	padding: 8px 30px 0px 30px;
	display: block;
	box-sizing: border-box;
}
.to-top {
	margin-top: -11px;
}
.mob-sea {
    display: block;
    margin-bottom: 46px;
}
.mob-sea input {
	background: #0ab7c5;
	border: none;
	font-size: 17px;
	padding: 16px 0px 18px 13px;
	color: #fff;
}
.mob-sea input::placeholder {
  color: #fff;
}
.mob-sea input::-webkit-input-placeholder {
    color:#fff;
}
.mob-sea input::-moz-placeholder {
    color:#fff;
}
.mob-sea input:-moz-placeholder {
    color:#fff;
}
.mob-sea input:-ms-input-placeholder {
    color:#fff;
}
.mob-sea input[type="text"] {
	border-radius: 4px 0px 0px 4px;
	width: 638px;
	border: none;
	font-size: 17px;
	padding: 16px 0px 18px 13px;
	margin: 0px;
}
.mob-sea input[type="submit"] {
	border-radius: 0px 4px 4px 0px;
	background-image: url("../images/sea.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 54px;
	margin: 0px 0px 0px -9px;
}
.mob-soc-block {
	display: flex;
	align-content: center;
    align-items: center;
	margin-left: 0px;
	clear: both;
	font-size: 14px;
	font-family: 'Roboto Light';
	color: #737373;
	position: relative;
	top: 40px;
}
.mob-soc-block p {
	margin: 0px 20px 0px 0px;
}
.mob-soc-block img {
	margin: 0px 19px 0px 0px;
}
.mob-soc-block a:last-child img {
}
.full-menu .menu-item {
	clear: left;
    width: 100%;
}
.full-menu .menu-item a {
	height: auto;
	max-width: 385px;
	margin-right: 0px;
	font-family: 'Roboto Regular';
	font-size: 24px;
	letter-spacing: 0.3px;
	padding: 0px 0px 27px 0px;
	position: relative;
	float: left;
}
.full-menu .menu-item.active a {
	border-bottom: none;
}
.full-menu .menu-item a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/lmor.png) center center no-repeat;
	position: absolute;
	top: 6px;
	right: -31px;
}
.full-menu .menu-item.active a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/min.jpg) center center no-repeat;
	position: absolute;
	top: 5px;
	right: -31px;
}
.full-menu .sub-menu-items {
	display: none;
    width: 100%;
}
.full-menu .menu-item.active .sub-menu-items {
	display: block;
	clear: both;
	padding-top: 7px;
    width: 100%;
}
.full-menu.active .sub-menu-items a {
	font-size: 16px;
	font-family: 'Roboto Regular';
	width: 100%;
	max-width: 100%;
	clear: both;
}
.full-menu .sub-menu-items a:after {
	display: none;
}
.full-menu.active .sub-menu-items a:after {
	display: none;
}
}
/* 320 */
@media (max-width: 759px){
.whe {
    height: 64px;
}
.logo {
	margin-left: 17px;
}
.logo img {
	margin-top: 8px;
	width: 22px;
	height: 28px;
}
.logo p {
	font-size: 8px;
	margin: 6px 10px 10px 10px;
	width: 92px;
}
.gamb {
	margin-right: 16px;
	background-size: 100%;
	width: 20px;
	height: 43px;
}
.main-menu {
	height: 45px;
}
.content {
	width: 100%;
	padding: 0px 16px;
	box-sizing: border-box;
}
.main-news-slider {
	width: 100%;
	margin: 16px 0px;
}
.mn-ico {
	height: auto;
}
.mn-descr {
	margin: 14px 0px 0px 3px;
}
.mn-name {
	letter-spacing: -0.1px;
	font-size: 17px;
	margin: -1px 0px 0px -3px;
	padding-right: 45px;
	box-sizing: border-box;
	line-height: 1.4;
}
.mn-date a {
	margin: 16px 0px 0px -3px;
	font-size: 10px;
}
.mn-date p {
	margin-left: 17px;
	font-size: 10px;
}
.mn-date p:before {
	height: 11px;
	top: -1px;
	left: -8px;
}
.min-news-zag {
	font-family: 'Roboto Medium';
	font-size: 14px;
	margin: 10px 0px 21px 1px;
}
.min-news-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-right: 0px !important;
	box-sizing: border-box;
	margin-right: 0px !important;
	padding-bottom: 41px;
}
.min-news-name {
	font-size: 11px;
	line-height: 1.6;
}
.min-news-date a {
	margin: 16px 0px 0px -3px;
	font-size: 10px;
}
.min-news-date p {
	margin-left: 17px;
	font-size: 10px;
}
.min-news-date p:before {
	height: 11px;
	top: -1px;
	left: -8px;
}
.news-vers {
	margin-top: 15px;
	font-size: 11px;
	padding: 15px 20px;
	width: auto;
	float: left;
}
.menu3 {
	width: 100%;
	padding: 0px 16px;
}
.menu-3-item {
	margin: 0px 0px 16px 0px !important;
	width: 100%;
	background: #f2f9fa;
	height: 64px;
}
.menu-3-item p {
	padding: 0px 75px 5px 16px;
	font-size: 11px;
	line-height: 1.5;
}
.ic {
	top: 1px;
	right: 13px;
	left: auto;
}
.menu-3-item~.menu-3-item~.menu-3-item~.menu-3-item~.menu-3-item {
    display: none;
}
.menu3.fulle .menu-3-item~.menu-3-item~.menu-3-item~.menu-3-item~.menu-3-item {
    display: block;
}
.m3mor {
	cursor: pointer;
	color: #252626;
	display: block;
	margin: 20px auto 0px;
	font-family: 'Roboto Bold';
	font-size: 11px;
	position: relative;
	clear: both;
	width: 198px;
	text-align: center;
	padding-top: 5px;
}
.m3mor:hover {
    color: #67b6c3;
}
.m3mor:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: -3px;
	left: 40px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
}
.dg-zag {
	width: 92%;
	margin: 50px 0px 21px 0px;
	font-size: 18px;
}
.dg-type {
	margin-left: 15px;
	font-size: 14px;
}
.dg-type.active:before, .dg-type.active:after {
	top: -4px;
}
.dg-type.active:after {
	right: -17px;
}
.dg-type~.dg-type {
    display: none;
}
.dlya-grazd.fulle .dg-type ~ .dg-type {
	display: inline-block;
	clear: both;
	float: left;
	margin-top: 10px;
}
.tofu {
	cursor: pointer;
	position: relative;
	top: -2px;
	left: 4px;
    display: inline;
}
.dg-item.active {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	position: relative;
	top: 20px;
    flex-direction: column;
}
.dg-item li {
	width: 100% !important;
    margin: 0px !important;
    padding-right: 0px !important;
}
.dg-item li~li~li~li~li~li~li~li {
	display: none
}
.dg-item.fulle li~li~li~li~li~li~li~li {
	display: block
}
.dg-mor {
	cursor: pointer;
	color: #252626;
	display: block;
	font-family: 'Roboto Bold';
	font-size: 11px;
	position: relative;
	clear: both;
	width: 198px;
	text-align: center;
	padding-top: 5px;
}
.dg-mor:hover {
    color: #67b6c3;
}
.dg-mor:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: -3px;
	left: 40px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
}
.dg-vrez {
	font-size: 15px;
	width: 100%;
}
.dg-vrez p.dg-tel {
	margin-left: 26px;
}
.dg-tel:before {
	top: -9px;
	background-size: 100%;
	width: 30px;
	left: -40px;
}
.dg-vrez p.dg-priem {
	left: 0px;
	top: 0px;
	padding-bottom: 1px;
}
.dg-priem:before {
	left: 50%;
	height: 1px;
	top: -13px;
	width: 36px;
	transform: translate(-50%, 0);
}
.person-border {
	width: 100%;
	padding: 25px 16px 25px;
	margin-top: 55px;
	box-sizing: border-box;
}
.person-ico {
	max-width: 60px;
	min-width: 60px;
}
.person-info {
	margin-left: 8px;
	min-width: auto;
	max-width: 220px;
}
.person-name {
	font-size: 18px;
}
.pers-dol {
	font-size: 18px;
}
.pers-biogr a {
	font-size: 11px;
}
.pers-biogr .vio {
	display: inline-block;
	margin-left: 32px;
	width: 80px;
	position: relative;
	top: 23px;
}
.pers-biogr {
	margin-top: 0px;
	margin-bottom: 26px;
}
.i-zag {
	font-size: 18px;
	margin-top: 31px;
	margin-bottom: 20px;
}
.hi.import {
	overflow: visible;
	max-height: none !important;
}
.i-item {
	background: url(../images/vaz-ologo.png) 95% center no-repeat #ffddcc;
	width: 100%;
	margin: 0px 0px 21px 5px !important;
	padding: 2px 103px 10px 10px;
	height: 70px;
	border-width: 1px;
	box-shadow: inset -3px 3px 0px 0px white, -5px 5px 0px 0px #ffddcc;
	background-size: 35px;
}
.i-item:hover {
	background-position: 95% center;
	background-size: 35px;
	width: 100%;
	box-shadow: -5px 5px 0px 0px #f6dccb;
}
.i-item p {
	font-size: 13px;
}
.media {
	width: 100%;
	padding: 18px 16px;
	margin-bottom: 20px;
}
.med-zag {
	font-size: 16px;
}
.med-zag {
	font-size: 16px;
	width: 100%;
	margin-right: 0px;
}
.med-type {
	font-size: 14px;
}
.med-type {
	margin-left: 14px;
}
.med-type~.med-type {
	margin-left: 0px;
}
.med-type.active:before, .med-type.active:after {
	top: 10px;
}
.med-item {
	padding-bottom: 59px;
}
.med-item p {
	font-size: 11px;
}
.play {
    display: none !important;
}
.med-dat-smotr p {
	font-size: 10px !important;
}
.med-dat-smotr .smotr:before {
	top: 0px;
}
.med-vers {
	padding: 15px 19px;
	font-size: 11px;
}
.links-var {
	width: auto;
	margin-bottom: 23px;
}
.links-var p {
	font-size: 14px;
}
.links-var br {
	display: none;
}
.links-var~.links-var {
	display: none;
}
.fulle .links-var~.links-var {
	display: block;
}
.tofu2 {
	cursor: pointer;
	position: relative;
	top: -3px;
	left: 16px;
	height: 4px;
    display: inline;
}
.link {
	padding: 11px 70px 10px 14px;
	width: 100%;
	margin: 0px 0px 32px 0px;
	height: 83px;
	font-size: 11px;
}
.link.imgelink {
	height: calc(54.14vw - 32px);
}
.link-mor {
	order: 1;
	width: 210px;
    font-size: 11px;
}
.link-mor:before {
	top: -3px;
	left: 45px;
}
.footer {
	width: 100%;
	margin: 50px 0px 0px;
}
.f-logo {
	width: 100%;
}
.f-logo img {
	padding-right: 15px;
	width: 39px;
	height: 50px;
}
.f-logo p {
	font-size: 18px;
}
.f-cont {
	margin-left: 56px;
	font-size: 11px;
}
.f-cont .con a {
	margin-right: 10px;
}
.f-down {
	margin: 57px 0px 0px;
	height: 140px;
}
.copyr {
	width: 77%;
	margin-left: 40px;
	font-size: 11px;
}
.copyr:before {
	left: -31px;
	background-size: 100%;
	width: 14px;
	top: 7px;
}
.map {
	width: 100%;
}
.map a {
	font-size: 11px;
}
.f-soc {
	width: 215px;
	font-size: 11px;
}
.f-soc img {
	margin: 0px 0px 0px 10px;
}
.to-top {
	margin-top: -2px;
}
.mob-sea input {
	font-size: 11px;
	padding: 13px 0px 13px 13px;
    box-sizing: border-box;
}
.mob-sea input[type="text"] {
	width: 80%;
}
.mob-sea input[type="submit"] {
	width: 20%;
}
.full-menu .menu-item a {
	font-size: 16px;
	padding-bottom: 21px;
}
.full-menu.active {
	top: 56px;
	height: 100vh;
    overflow-y: scroll;
}
.mob-sea {
	margin-bottom: 26px;
}
.full-menu-in {
	padding: 8px 16px 0px 16px;
}
.mob-soc-block {
	font-size: 11px;
	top: 20px;
}
.full-menu .menu-item a:after {
	top: 0px;
	right: -22px;
}
.full-menu.active .sub-menu-items a {
	font-size: 11px;
}
.full-menu .f-copyr {
	bottom: -30px;
	position: relative;
	left: 20px;
	font-size: 11px;
	padding-right: 100px;
}
.full-menu .f-copyr:before {
	background-size: 15px;
	top: -4px;
	left: -26px;
}
.full-menu .menu-item {
	min-width: 100%;
}
.full-menu .menu-item.active .sub-menu-items {
	min-width: 100%;
}
.full-menu .menu-item.active a:after {
	top: 0px;
}
.map-columns td {
    display: block;
}
}
#bx_incl_area_2{
display:inherit;}
/* Печать */
.prints #panel, .prints .whe, .prints .menu-item, .prints .gamb, .prints .right-side, .prints .f-down, .prints .breadcrumbs {
    display: none;
    page-break-after: auto;
}
.prints .prin-logo {
    display: flex;
    page-break-after: auto;
}
.prints .prin-logo img {
    margin-right: 20px;
}
.prints .logo {
    margin: 0px;
    page-break-after: auto;
    position: relative;
    float: none;
}
.prints .left-side {
	width: 100%;
	margin: 0px 0px 50px;
    page-break-after: auto;
    position: relative;
    float: none;
}
.prints .main-menu {
    top: 0px;
    page-break-after: auto;
    position: relative;
    float: none;
    display: none;
}
.prints .footer {
    display: none;
}
.prints .content-txt {
	margin-top: 0px;
    page-break-after: auto;
    position: relative;
    float: none;
    overflow-y: visible;
    overflow-x: visible;
    height: auto;
}
.prints .menu-ov1 {
    display: none;
    position: relative;
    float: none;
}
.prints .prin-footer {
    display: block;
    margin: 0px auto;
}
@media print {
.main-menu {
    page-break-after: auto;
    position: relative;
    float: none;
    display: none;
}
.print {
    margin: 0 !important; 
    padding: 0 !important;
    overflow: visible;
    overflow-y: visible;
    height: auto;    
    display: inline;
}
.prints {
    margin: 0 !important; 
    padding: 0 !important;
    overflow: visible;
    overflow-y: visible;
    height: auto;   
    display: inline;    
}
.prints .footer {
    display: none;
}
.prints .prin-logo {
    display: inline;
}
.prints .left-side {
    margin: 0 !important; 
    padding: 0 !important;
    overflow: visible;
    overflow-y: visible;
    height: auto;
    page-break-after: auto;
    display: inline;
}
.prints .content-txt {
    margin: 0 !important; 
    padding: 0 !important;
    overflow: visible;
    overflow-y: visible;
    height: auto;
    display: inline;
}
.prin-footer {
    page-break-before: auto;
    display: block;
}
}
div.cinereousTable {
  font-family: "Roboto Regular", Tahoma, Arial;
  background-color: #FFC5AA;
  width: 100%;
  text-align: center;
}
.divTable.cinereousTable .divTableCell, .divTable.cinereousTable .divTableHead {
  border: 1px solid #948473;
}
.divTable.cinereousTable .divTableBody .divTableCell {
  font-size: 16px;
  font-weight: bold;
}
.cinereousTable .tableFootStyle {
  font-size: 16px;
}
/* DivTable.com */
.divTableCell {width:33%;: 33%;}
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell; width: 33%;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.banners {
	float: right;
	margin: -93px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.banner1 {
	margin: 0px 0px 0px 16px;
}

@media (max-width: 980px){
.banners {
	justify-content: center;
	float: none;
	margin: 0px 0px 0px 0px;
}
.banner1 {
	flex-shrink: 1;
}
.banner1 img {
	max-width: 100%;
}
}
@media (max-width: 750px) {
.banners {
    clear: both;
	flex-wrap: wrap;
}
.banner1 {
	margin: 0px 0px 8px 0px;
	display: block;
}
.banner1 img {
	max-width: 100%;
}
}

.importval {
	position: absolute;
	top: 32px;
	right: 120px;
	font-size: 25px;
}










