/*COMMON*/
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    min-width: 1300px;
    font-size: 14px;
}

html, body {
    height: 100%;
}

*,*:before,*:after {
  box-sizing: border-box;
}

div, dl, dt, dd, ol, ul, li, form, td, th, p {
    margin: 0;
    padding: 0;
}

table, th, td {
    font-size: 100%;
}

table, img {
    border: 0;
}

table {
    border-collapse: collapse;
    margin-top: 20px;
}
tr{
	background: #fff!important;
}
tr:nth-child(2n){
	background: #fff!important;
}
td{
	padding:10px 16px!important;
	background: #fff!important;
	border-color: #999!important;
}
th{
	font-weight:700;
}
input, select, option, textarea {
    font-size: 12px;
}

p {
    padding: 0 0 10px;
}

a {
    color: #1A3DAF;
    text-decoration: underline;
	    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: #1A3DAF;
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: #1A3DAF;
}

h1 {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 500;
    color: #000;
}

h2 {
    font-size: 120%;
    padding: 10px 0;
}

h3 {
    font-size: 100%;
    padding: 10px 0;
}

h4 {
    font-size: 100%;
    padding: 10px 0;
    font-weight: bold;
}

ol, ul {
    padding: 0 0 10px 20px;
}

/*//COMMON*/

/*MAIN*/
.fon {
}

.wrapper {
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow-x: hidden;
}

.container{max-width: 1240px;width: 100%;margin: 0 auto;position: relative;}

/*//MAIN*/

.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #f5f5f5;
    padding: 0 0 50px 0;
    margin-top: 80px;
    color: #000;
    float: left;
    width: 100%;
    font-size: 14px;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
}
.footer__map{
	margin-bottom: 50px;
}
#back {
    float: left;
    background: url(../img/more.gif) no-repeat 0 0;
    height: 26px;
    width: 96px;
    display: block;
    text-align: center;
}

#back span {
    display: block;
    padding: 4px 0 0;
}

#up {
    float: right;
    background: url(../img/more.gif) no-repeat 0 0;
    height: 26px;
    width: 96px;
    display: block;
    text-align: center;
}

#up span {
    display: block;
    padding: 4px 0 0;
}

.copy {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-top: 40px;
}

#itex {
    float: right;
    padding: 65px 90px 0 0;
    font-size: 11px;
}

#itex a {
    background: url(../img/itex.gif) no-repeat 0 0;
    display: block;
    padding: 0 0 4px 110px;
}

#counters {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 35px 300px;
}

#counters img {
    margin: 0 5px;
}

/*//FOOTER*/

/*LAYOUT*/
.header {background: #ffffff;position: fixed;top: 0;left: 0;width: 100%;z-index: 20;height: 124px;box-shadow: 0px 0px 5px 0px #c1c1c1;opacity: 0.9;transition: 0.2s;}
.header.animate{
	opacity:1;
}
.header__top{
	font-size: 16px;
	padding: 8px 0;
	background: #122f8d;
	color: #fff;
	overflow: hidden;
}
.header__bottom{
	overflow: hidden;
}
.header__contactBlock{
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.header__contactBlock i{
	float: left;
	margin-right: 8px;
}
.header__contact{
	float: left;
}
.header__contact a, a.header__contact{
	color:#fff;
	text-decoration:none;
	font-weight: 500;
}
.header__contact a:hover, a.header__contact:hover{
	color:#fff;	
}
.logo {
    width: 220px;
    float: left;
    padding: 4px 0 0;
    margin-right: 40px;
}

.menu {
}
.menu a {color: #000;float: left;margin-right: 32px;text-decoration: none;font-size: 14px;padding: 28px 0px;position: relative;font-weight: 500;border-bottom: 2px solid transparent;text-transform: uppercase;}
.menu__block{float: right;}
.menu a:hover, .menu .act {
    color: #FAAB10;
    border-bottom: 2px solid #faab10;
}

img {
    vertical-align: top;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto!important;
}

.main {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 20px;
}
.main_margin{
	margin-top: 125px;
}
.main__content{
	margin-top: 40px;
}
.main__content2{
	float: right;
	width: 932px;
}
.main__content2 h1{
	text-align:left!important;
	padding-top:0;
	padding-bottom: 0;
	margin-bottom: 32px;
}
#ugrig {
    min-height: 150px;
}

.main__left {
    width: 290px;
    padding: 0 0 30px;
    float: left;
}

#rasp {
    width: 290px;
    height: 2px;
    line-height: 0;
    font-size: 0;
}

#otstup {
}

#otstup .orange-title {
    background: -webkit-linear-gradient(left, #ff8d1c 0%,#ffc282 28%,#ff8d1c 58%,#ff8d1c 100%);
    background: linear-gradient(to right, #ff8d1c 0%,#ffc282 28%,#ff8d1c 58%,#ff8d1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#ff8d1c',GradientType=1 );
    -moz-transform: matrix(1, 0, -0.16, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.16, 1, 0, 0);
    -o-transform: matrix(1, 0, -0.16, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.16, 1, 0, 0);
    border-radius: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 0 0 15px;
    width: 241px;
}

#otstup .orange-title h1 {
    color: #fff;
    padding: 10px 10px 10px 51px;
    font-style: normal;
    font-size: 19px;
    -moz-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -o-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.16, 1, 0, 0);
    transform: matrix(1, 0, 0.16, 1, 0, 0);
}

#otstup .orange-title:before {
    content: ' ';
    background-image: url('/img/bg/4.png');
    width: 30px;
    height: 29px;
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    -moz-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -o-transform: matrix(1, 0, 0.16, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.16, 1, 0, 0);
    transform: matrix(1, 0, 0.16, 1, 0, 0);
}


.title {
    padding: 10px 0 20px 55px;
    margin: 0 0 0 -10px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: url(../img/tit.gif) no-repeat 0 0;
}

.title2 {
    padding: 10px 0 20px 55px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: url(../img/tit.gif) no-repeat 0 0;
}

.title3 {
    padding: 10px 0 20px 55px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: url(../img/tit.gif) no-repeat 0 0;
}

.nav {
    font-size: 16px;
    padding: 32px 0 32px;
}

.nav__item {
    color: #444;
    text-decoration: none;
    margin: 0 8px;
    display: inline-block;
}
.nav__item:nth-child(1){
	margin-left:0;
}
a.nav__item{
	border-bottom: 1px dotted;
}
.home {
    width:100%;
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home__item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    background: #fbfbfb;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    padding: 20px;
}

.home__image{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	display: block;
}

.home_second {
    margin-left: 175px;
}

.fift {
    width: 38% !important;
}

.home td {
    /*width: 25%;*/
}

.list {
    margin: 0;
    width: 100%;
}

.list__item{
	float: left;
	width: 100%;
	color: #000;
	text-decoration: none;
	margin-bottom: 14px;
	font-size: 15px;
}

.list2 {
    padding: 0 0 10px;
}

.zag {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 29px;
}

.zag a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #000;
}

.home2 {
	    height: 197px;
    width: 100%;
}

.home2 td {
    width: 29%;
    padding: 10px 30px;
    border-left: 1px solid #DEE7EF;
}

.home2 .none {
    border: none;
}

.stat {
    padding: 0 0 10px;
}

.stat dt {
    background: url(../img/arr.gif) no-repeat 0 8px;
    padding: 0 0 2px 15px;
    font-weight: bold;
}

.stat dd {
    padding: 0 0 0 15px;
}

.more {
    background: url(../img/more.gif) no-repeat 0 0;
    height: 26px;
    width: 96px;
    display: block;
    text-align: center;
}

.more span {
    display: block;
    padding: 4px 0 0;
}

.razd a {
    display: block;
    padding: 0;
    margin: 0;
}

.razd img {
    display: block;
    padding: 0;
    margin: 0;
}

#mess {
    margin: 0;
    padding: 10px 0 0;
}

#mess table {
    border-collapse: collapse;
    margin: 0 0 5px;
}

#mess td {
    padding: 0 5px 10px 0;
}

#mess td p {
    padding: 0;
}

#mess .required {
    color: #D97607;
}

#mess .fData {
    padding: 0 0 4px;
    font-weight: bold;
}

#mess .inp {
    width: 215px;
    background: #fff;
    border: 1px solid #789CBB;
}

#mess .gfx {
    width: 95px;
    background: #fff;
    border: 1px solid #789CBB;
}

#mess .inp2 {
    width: 415px;
    height: 100px;
    background: #fff;
    border: 1px solid #789CBB;
}

#mess .but {
    color: #fff;
    background: #ED8E21 url(../img/but.gif) no-repeat 0 0;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 22px;
    width: 118px;
}

.polv {
    padding: 0 0 27px;
}

/*//LAYOUT*/

/*DOP*/
.but {
    cursor: pointer;
    cursor: hand;
}

.clear {
    clear: both;
    height: 2px;
    line-height: 0;
    font-size: 0;
}

blockquote {
    padding: 10px;
    font-size: 10px;
    background-color: #E4F4FD;
    margin: 0 0 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pintable, .pintable0 {
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 100%!important;
}

.pintable th {
    border: 1px solid #999;
    padding: 5px;
    /* background-color: #3945A2; */
    /* color: #fff; */
}

.pintable td {
    border: 1px solid #3945A2;
    padding: 5px;
}

.pintable0 th, .pintable0 td {
    padding: 5px;
}

.pintable th p, .pintable0 th p, .pintable td p, .pintable0 td p {
    padding: 0;
}

.fpin {
    float: right;
    margin: 10px 0 10px 10px;
}

.cont1 {
    margin: 0 0 15px;
}

.cont1 dt {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 120%;
}

.cont2 {
    margin-bottom: 30px;
}

.cont2 dt {
    font-weight: bold;
    float: left;
    margin: 0 7px 0 0;
}

.cont2 dd {
    padding: 0 0 10px;
}

#navN {
    font-size: 110%;
}

#navN a {
    padding: 0 4px;
    display: block;
    float: left;
    text-decoration: none;
}

#navN a:hover {
    background-color: #7D0003;
    color: #FFF;
}

#navN strong {
    display: block;
    float: left;
    padding: 0 4px;
    background-color: #276186;
    color: #FFF;
    margin: 0 1px;
}

/*//DOP*/
/*????? ??? ????*/

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

ul.tabNavigation li {
    display: inline;
}

ul.tabNavigation li a {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    background: #F0F0F0;
    padding: 3px 5px;
    text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
    color: #A11919;
    padding-top: 7px;
}

ul.tabNavigation li a:focus {
    outline: 0;
}

div.tabs > div {
    padding: 5px;
    margin-top: 3px;
    margin-left: 5px;
}

#first {
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 110px;
    color: #000;
}

#second {
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 110px;
    color: #000;
}

#third {
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 110px;
    color: #000;
}

#forth {
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 110px;
    color: #000;
}

#fifth {
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 110px;
    color: #000;
}

.waste {
    min-height: 1000px;
}


.home .td-image {width: 10%;}
.home td.td-anons {width: 90%; vertical-align: middle;}

/* DOP SIDEBAR 08.11.2016 */
/* ANDREY CH. */

.c-sidebar {
    width:  276px;
    margin: 0;
}

.c-sidebar  ul {
    list-style-type: none;
    padding: 0;
    background: #fbfbfb;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
}
.c-sidebar  ul ul{
	box-shadow:none;
}
.c-sidebar > ul > li {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}
.c-sidebar > ul > li:nth-last-child(1){
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.c-sidebar > ul > li:last-child {
    margin-bottom: 0;
}

.c-sidebar > ul > li > a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.c-sidebar > ul > li > a:hover {
    color: #10125e;
}
.c-sidebar > ul  li.on> a {
    color: #10125e;
    font-weight:bold;
}
.c-sidebar > ul > li.on > ul {
    display: block;
}

.c-sidebar > ul > li > ul {
    display: none;
    padding-left: 4px;
    padding-bottom: 10px;
    margin-top: 4px;
}

.c-sidebar > ul > li > ul > li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 10px;
}

.c-sidebar > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

.c-sidebar > ul > li > ul > li.on > ul {
    display: block;
}

.c-sidebar > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    color: #555;
}

.c-sidebar > ul > li > ul > li > a:hover {
    color: #10125e;
}


.c-sidebar > ul > li > ul > li > ul {
    display: none;
    padding-left: 4px;
    margin-top: 20px;
    padding-bottom: 13px;
}

.c-sidebar > ul > li > ul > li > ul > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

.c-sidebar > ul > li > ul > li > ul > li.on > a {
    text-decoration: none;
    color: #10125e;
}

.c-sidebar > ul > li > ul > li > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 7px;
    width: 6px;
    height: 3px;
    background: #ed8f24;
}

.c-sidebar > ul > li > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

..c-sidebar > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    color: #1a3daf;
    line-height: 1.2;
}

.c-sidebar > ul > li > ul > li > ul > li > a:hover {
    color: #10125e;
}


.phone{
	position:fixed;
	right:20px;
	bottom:10px;
	z-index:999;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.phone-form{
	padding: 22px 0px 26px;
	border-radius:20px;
	background:#3e48a7;
	width: 0px;
    max-width: 332px;
	overflow:hidden;
}
.hidden{
	display:none;
}
.phone-form.active{
	width: 100%;
}
.phone-form .field-wrap {
	float:left;
	padding:0 10px;	
	line-height:30px;
}
.phone-form .phone-form-title {
	padding:0 10px;	
	line-height:30px;
}
.phone-form > a{
	position:absolute;
	top:-15px;
	right:0;
}
.color-white{
	color:#fff;
}
.phone-form input[type=text]{
	border:1px solid #fff;
	width:150px;
	padding:0 10px;
	background:#bfc5ff;
	height:32px;
	border-radius:5px;
}
.phone-form input[type=submit]{
	border:1px solid #fff;
	padding:0 20px;
	background:#172183;
	height:32px;
	border-radius:5px;
	cursor:pointer;
	color:#fff;
}
.text {
	padding: 10px 0px;
	text-align: justify;
}
.text * {
}
.change-region{float: right;margin-top: 2px;}
.change-region i{
	
}
.change-region a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted;
}
.alert_form{
	width:1000px;
}
.col-xs-3{
	width:250px;
	float:left;
}


/*Nikita EDIT*/
.notif {display: none;}

.reply {
    display: flex;
    background-color: white;
    border: 2px solid #1A3DAF;
    border-radius: 20px;
    padding: 10px 20px 10px 0;
    margin-top: 20px;
}
.reply__img {
    width: 40px;
    border-radius: 50%;
    padding: 0 20px;
}
.reply__title {
    margin: 10px 0 15px;
}
.main__titleBlock{
	float:
	left;
	width:100%;
	margin-bottom: 40px;
	text-align: left;
}
.main__title{
	font-size: 28px;
	color: #000;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
.main__titleBorder{
	border-bottom: 3px solid #FAAB10;
	margin-top: 10px;
	width: 70%;
}
.footer__col{
	float: left;
	width: 30%;
}
.footer__col_right{
	float:right;
}
.footer__head{
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 16px;
}
.footer__logo{
	margin-bottom: 20px;
	padding: 10px;
}
.footer__item{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.footer__item i{
	float: left;
	margin-right: 10px;
}
.footer__col a{
	display:block;
	text-decoration: none;
	color: #000;
	margin-bottom:14px;
}
.movies{
	height: 650px;
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.movies__video{
	position: absolute;
	width: 100%;
	top: 0;
	height: auto;
	z-index: 1;
}
.movies__content{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
}
.movies__header{
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 22px;
}
.movies__text{
	font-size: 25px;
	color: #fff;
	line-height: 140%;
	font-weight: 500;
}
.movies__back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 5;
}
.catalog{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog__item{
	width: 23%;
	height: auto;
	text-align: left;
	padding: 0;
	display: block;
	float: left;
	margin-right: 2%;
	text-decoration:none;
	margin-bottom: 40px;
	background: #fbfbfb;
	border-radius: 2px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
}
.catalog__item:nth-child(4n){
	margin-right:0;
}
.catalog__item:hover{
	-webkit-box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);
	        box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
}
.catalog__title{
	font-weight: 600;
	color:#000;
	font-size: 18px;
	padding: 26px 16px;
}
.notification{text-align: center;padding: 32px 0 32px;background: #f7f7f7;}
.notification__title{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}
.notification__text{
	font-weight: 400;
	font-size: 16px;
}
.header__search{
	float: right;
}
.header__searchBlock{
	width: 0px;
	position: relative;
	float: right;
	margin-right: 20px;
	transition: 0.2s;
	overflow: hidden;
	height: 28px;
}
.header__search i{
	float: right;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
	margin-top: 3px;
}
.header__searchInput{
	padding: 6px 0px;
	float: left;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	border: none;
	border-radius: 4px;
}
.header__searchButton{
	position:absolute;
	right: -8px;
	z-index: 10;
	color: #122f8d;
	background:transparent;
	border:0;
	outline:0;
}
.header__searchBlock.active{
	width:220px;
}
.header__searchBlock.active .header__searchInput{
	padding: 6px 10px;
}
.desctop-none{
	display:none;
}