@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&subset=cyrillic');

@font-face {
    font-family: 'rawline';
    src: url('../fonts/rawline-100.eot');
    src: url('../fonts/rawline-100.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rawline-100.woff2') format('woff2'),
         url('../fonts/rawline-100.woff') format('woff'),
         url('../fonts/rawline-100.ttf') format('truetype'),
         url('../fonts/rawline-100.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'rawline';
    src: url('../fonts/rawline-400.eot');
    src: url('../fonts/rawline-400.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rawline-400.woff2') format('woff2'),
         url('../fonts/rawline-400.woff') format('woff'),
         url('../fonts/rawline-400.ttf') format('truetype'),
         url('../fonts/rawline-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'rawline';
    src: url('../fonts/rawline-400i.eot');
    src: url('../fonts/rawline-400i.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rawline-400i.woff2') format('woff2'),
         url('../fonts/rawline-400i.woff') format('woff'),
         url('../fonts/rawline-400i.ttf') format('truetype'),
         url('../fonts/rawline-400i.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'rawline';
    src: url('../fonts/rawline-500.eot');
    src: url('../fonts/rawline-500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rawline-500.woff2') format('woff2'),
         url('../fonts/rawline-500.woff') format('woff'),
         url('../fonts/rawline-500.ttf') format('truetype'),
         url('../fonts/rawline-500.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'rawline';
    src: url('../fonts/rawline-700.eot');
    src: url('../fonts/rawline-700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rawline-700.woff2') format('woff2'),
         url('../fonts/rawline-700.woff') format('woff'),
         url('../fonts/rawline-700.ttf') format('truetype'),
         url('../fonts/rawline-700.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}


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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'first' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
  content: "\e900";
}
.icon-up:before {
  content: "\e901";
}
.icon-left:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
  color: #636778;
}
.icon-map:before {
  content: "\e906";
  color: #636778;
}
.icon-map_mark .path1:before {
  content: "\e907";
  color: rgb(166, 48, 75);
}
.icon-map_mark .path2:before {
  content: "\e908";
  margin-left: -0.7431640625em;
  color: rgb(255, 255, 255);
}
.icon-phone_ic:before {
  content: "\e90b";
  color: #636778;
}
.icon-right:before {
  content: "\e90c";
}

body {
	padding:0;
	margin:0;
	font-size: 16px;
	line-height: 26px;
	color: #454959;
	background:#fff;
    font-family: 'rawline';
}
h1 {
    color: #272932;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 1px;
}
h2 {
    font-size: 22px;
	line-height: 30px;
    font-weight: bold;
    color: #272932;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: bold;
}
h3 {
	margin: 0 0 30px;
	font-size: 17px;
	line-height: 22px;
	color: #272932;
  font-weight: bold;
}

a {
	color: #000;
	text-decoration:none;
    transition: all ease 0.4s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border:0;
}
p {
	margin:0px;
	font-size: 16px;
	line-height: 26px;
	color: #454959;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	max-height:99999px;
}
hr {
	padding:0px;
}
ul    {
	list-style:none;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
input:focus, textarea:focus, select:focus,
div, h3, button, button:focus, a:focus {
	outline:none;
}
input[type="text"] {
	position: relative;
	font-size: 14px;
	color: #000000;
	width: 100%;
	background: #fff;
	border: #eeeef1 1px solid;
	padding: 9px 15px;
	transition: all ease 0.4s;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
    font-family: 'rawline';
}
input[type="text"].error {
	border: #ea6a6a 1px solid;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input[type="text"]:disabled {
	color: #000;
	border: #c1c1c1 1px solid;
}
textarea {
	position: relative;
	width: 100%;
	font-size: 15px;
	color: #000;
	background: #fff;
	border: 1px #dbdee4 solid;
	box-sizing: border-box;
	padding: 15px;
	transition: all ease 0.4s;
	resize: vertical;
    font-family: 'rawline';
}
input:focus, textarea:focus  {
	background: #fff;
}
div, select, button, textarea, input {
	outline: none;
}
button {
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: 1px #c1c5ce solid;
    padding: 10px 20px;
    font-size: 13px;
    color: #2b2e31;
	background: #fff;
    text-decoration: none;	transition: all ease 0.4s;
    font-family: 'rawline';
}
button:hover {
}
.but {
    display: inline-block;
    border: 1px #c1c5ce solid;
    padding: 7px 20px;
    font-size: 13px;
    color: #2b2e31;
    text-decoration: none;
    cursor: pointer;
}
.red-but {
	padding: 12px 35px;
	background: #a6304b;
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
	border: none;
}
/*.red-but:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(255,255,255,0.05);
	transition: all 0.3s ease;
}
.red-but:hover:before {
	width: 100%;
}*/
.blue-but {
	padding: 12px 35px;
	background: #0b4882;
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
	border: none;
}
.blue-but:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(255,255,255,0.05);
	transition: all 0.3s ease;
}
.blue-but:hover:before {
	width: 100%;
}

.owl-next,
.owl-prev {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 40px;
	font-size: 0;
	margin-right: 10px;
	border: #454959 1px solid;
	opacity: 0.6;
	text-align: center;
	line-height: 48px;
	color: #454959;
	background: transparent;
	transition: all ease 0.3s;
}
.owl-next:before,
.owl-prev:before {
	display: inline-block;
	color: #454959;
	font-size: 11px;
	  font-family: 'first' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}
.owl-next:before {
    content: "\e90c";
}
.owl-prev:before {
  	content: "\e904";
}
.owl-next:hover,
.owl-prev:hover {
	opacity: 1;
}

.mobile {
	display: none;
}
.container {
	max-width: 1170px;
	padding: 0 15px;
	transition: all ease 0.3s;
}

/*header*/
header {
	/*overflow-x: hidden;*/
	background: #0b4882;
}
.main-header {
	height: 815px;
	border-bottom: #a6304b 3px solid;
	background: url(../img/head_bg.jpg) no-repeat center top;
}
header > .container {
	position: relative;
	height: 100%;
}
.header-content > .row {
	justify-content: space-between;
}
.logo-block {
	padding-top: 27px;
}
.top-info, .top-phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.top-nav-block {
	width: 100%;
	max-width: 70%;
	margin-left: auto;
	/*border-bottom: #3a6893 1px solid;*/
}
.top-nav {
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
	width: 100%;
	padding-right: 30px
}
.top-nav li {
  position: relative;
	padding: 40px 0;
}
.top-nav li .caret {
  width: 10px;
  display: inline-block;
  vertical-align: top;
  height: 8px;
  opacity: 0.7;
  background: url(../img/svg/down_white.svg) no-repeat center center;
  margin: 9px 5px;
  transition: all ease 0.3s;
}
.top-nav li a:hover .caret {
  opacity: 1;
}
.dropdown-toggle::after {
  display: none;
}
.top-nav li a {
	position: relative;
	display: block;
	color: #b4c3d7;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	/*padding: 0 15px;*/
    font-family: 'rawline';
}
.top-nav li a:hover {
  color: #fff;
}
.top-nav li.active a {
	color: #fff;
	font-weight: bold;
}
.top-nav li a:hover:after,
.top-nav li.active a:after {
	width: 100%;
}
.top-nav .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: -2;
  visibility: hidden;
  position: absolute;
  top: inherit;
  left: auto;
  float:none;
  width: 250px;
  padding:  0;
  margin: 0;
  font-size: 15px;
  color: #fff;
  background-color: #093f72;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  border: none;
  border-top: #a6304b 3px solid;
  transition: all ease 0.4s;
}
.top-nav li:hover > .dropdown-menu {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

.top-nav .dropdown-menu li {
  padding: 0 30px;
}
.top-nav .dropdown-menu li a {
  position: relative;
  font-weight: normal;
  text-align: left;
  padding: 20px 10px 20px 0;
  border-bottom: #225380 1px solid;
}
.top-nav .dropdown-menu li .caret {
  position: absolute;
  top: 20px;
  right: 0px;
  -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.top-nav .dropdown-menu li .dropdown-menu {
  top: -3px;
  left: 250px;
  background-color: #103c66;
}
.top-nav li ul li:last-child > a,
.top-nav .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.top-nav .dropdown-menu li .dropdown-menu li a {
  font-size: 13px;
}
.top-nav li a:hover .dropdown-menu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}


/*
.inside-header .top-nav li.active {
	background: #13528f;
}

.top-phone {
	position: relative;
	padding: 40px 15px;
	border:#3a6893 1px solid;
	border-top:none;
}*/
.top-phone a {
	color: #b4c3d7;
	font-size: 18px;
	line-height: 22px;
  font-weight: bold;
    font-family: 'rawline';
}
.top-phone a:hover {
	color: #fff;
}
/*.top-phone:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -150%;
	width: 150%;
	height: 1px;
	background: #3a6893;
	display: block;
}*/
#main-slider .item {
	/*max-width: 930px;*/
	width: 100%;
}
.slider-title {
	color: #fff;
	font-size: 40px;
	line-height: 54px;
	text-align: left;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	height: 120px;
	border-bottom: #3a6893 1px solid;
	letter-spacing: 1px;
}
#main-slider .item {
	padding-top: 205px;
}
.info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main-slider .info {
	padding-top: 40px;
}
#main-slider .info-title {
	font-size: 20px;
	line-height: 22px;
	color: #dfe7ee;
	padding-bottom: 30px;
    letter-spacing: 1px;
    padding-left: 20px;
	font-family: 'Merriweather', serif;
}
.info-list li {
	font-size: 16px;
	line-height: 24px;
	color: #dfe7ee;
	border-left: #3a6893 2px solid;
	padding-left: 15px;
	margin-bottom: 25px;
	min-height: 42px;
	padding-right: 8px;
}
.info-list li.col-sw-5 {
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
#main-slider .owl-nav {
	position: absolute;
	top: 70px;
	left: 0;
}
#main-slider .owl-next,
#main-slider .owl-prev {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 40px;
	font-size: 0;
	margin-right: 10px;
	border: #fff 1px solid;
	opacity: 0.6;
	text-align: center;
	line-height: 48px;
	background: none;
	transition: all ease 0.3s;
}
#main-slider .owl-next:before,
#main-slider .owl-prev:before {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	  font-family: 'first' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}
#main-slider .owl-next:before {
    content: "\e90c";
}
#main-slider .owl-prev:before {
  	content: "\e904";
}
#main-slider .owl-next:hover,
#main-slider .owl-prev:hover {
	opacity: 1;
}
#main-slider .owl-dots {
	margin-top: 80px;
}
#main-slider .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	border: #94aec7 1px solid;
	transition: all ease 0.3s;
}
#main-slider .owl-dot.active {
	background: #94aec7;
}
#main-slider .owl-dot:hover {
	border: #fff 1px solid;
}
/*.inside-header {
	border-bottom: #ececec 8px solid;
}*/
.consult-widget {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 70px 50px;
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	background: #a6304b;
	z-index: 1;
}
.consult-tit {
    font-size: 20px;
    line-height: 22px;
    color: #eed4d9;
	letter-spacing: 0.5px;
    padding-bottom: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: #b43849 1px solid;
    font-family: 'Merriweather', serif;
}
.consult-input {
	margin-bottom: 20px;
}
.consult-input input {
	background: #ededed;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #888;
	border: none;
	padding: 0 15px;
}
.consult-input input:focus {
	background: #ededed;
}
.consult-input input::-webkit-input-placeholder {color:#888;}
.consult-input input::-moz-placeholder          {color:#888;}/* Firefox 19+ */
.consult-input input:-moz-placeholder           {color:#888;}/* Firefox 18- */
.consult-input input:-ms-input-placeholder      {color:#888;}
.consult-input textarea {
	background: #ededed;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	border: none;
	padding: 15px;
	box-sizing: border-box;
	height: 175px;
	resize: none;
}
.consult-input textarea:focus {
	background: #ededed;
}
.consult-input textarea::-webkit-input-placeholder {color:#888;}
.consult-input textarea::-moz-placeholder          {color:#888;}/* Firefox 19+ */
.consult-input textarea:-moz-placeholder           {color:#888;}/* Firefox 18- */
.consult-input textarea:-ms-input-placeholder      {color:#888;}
/*.consult-but {
	border: #dc8192 1px solid;
	background: none;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 12px 30px;
}*/
.consult-but {
    /*position: absolute;
    font-size: 16px;
    top: 175px;
    padding: 22px 30px;*/
	display: block!important;
	right: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 280px;
    font-weight: bold;
    color: #eed4d9;
    border: none;
    font-family: 'Merriweather', serif;
    background: #a6304b;
    z-index: 1;
    margin: 0 auto;
}
.consult-but:hover {
/*	border: #dc8192 1px solid;
	background: #c44663; */
	background: #c2415e;
}
.consult-but:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(255,255,255,0.05);
	transition: all 0.3s ease;
}
/*.consult-but:hover:before {
	width: 100%;
}*/
.main-options {
	background: #093f72;
}
.main-options-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-options-list li.col-sw-4 {
	display: flex;
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	text-align: center;
	align-items: center;
	height: 100px;
	color: #d2d9e0;
	font-size: 15px;
	justify-content: center;
	border-right: #406a91 1px solid;
    font-family: 'rawline';
    font-weight: bold;
}
.main-options-list li.col-sw-4:first-child {
	border-left: #406a91 1px solid;
}
.main-options-list li.col-sw-4 [class^="icon-"] {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: #406a91 1px solid;
	margin-right: 10px;
}
.main-options-list .icon-person {
	background: url(../img/svg/individ.svg) no-repeat center center;
	background-size: 20px;
}
.main-options-list .icon-case {
	background: url(../img/svg/entity.svg) no-repeat center center;
	background-size: 28px;
}
.main-options-list .icon-clock {
	background: url(../img/svg/time.svg) no-repeat center center;
	background-size: 34px;
}
.main-options-list .icon-percent {
	background: url(../img/svg/discount.svg) no-repeat center center;
	background-size: 30px;
}


/*end header*/

/*content*/
.services {
	margin-top: 100px;
}
.intro {
	/*padding: 75px 18%;*/
	margin-bottom: 50px;
}
.intro-tit h1 {
    color: #272932;
    font-size: 30px;
    height: 63px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    border-bottom: #d6e0ea 1px solid;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 1px;
}
.intro-text {
	color: #454959;
	font-size: 16px;
	line-height: 26px;
}
.intro-text p {
	color: #454959;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
}
.services-info .tabs {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-info .tabs {
	border-bottom: #d6e0ea 1px solid;
	margin-bottom: 50px;
}
.services-info .tabs li {
	position: relative;
	color: #7e818e;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 25px;
	margin-right: 50px;
}
.services-info .tabs li.current {
	color: #a6304b;
}
.services-info .tabs li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	background: #a6304b;
	transition: all ease 0.5s;
}
.services-info .tabs li:hover:after,
.services-info .tabs li.current:after {
	width: 100%;
}
.services-list {
	margin-top: 20px;
}
.services-list li {
	position: relative;
	color: #454959;
	font-size: 16px;
	line-height: 24px;
	padding: 21px 15px;
	border-bottom: #d6e0ea 1px solid;
  font-family: 'rawline';
  font-weight: bold;
}
.services-list li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #a6304b;
    position: absolute;
    left: 4px;
    top: 32px;
	border-radius: 50%;
}
.services-list li:last-child {
	border-bottom: none;
}
.infoblock {
	margin-top: 75px;
	background: #0b4882;
	/*background: -webkit-gradient(linear,left top,right top,color-stop(50%,#0b4882),color-stop(50%,#f4f6f7));
    background: -moz-linear-gradient(left,#0b4882 50%,#f4f6f7 50%);
    background: -o-linear-gradient(left,#0b4882 50%,#f4f6f7 50%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0b4882', endColorstr='#f4f6f7');*/
}
.infoblock-pub {
	margin-top: 0;
	/*background: #f4f6f7;*/
	border-bottom: #a6304b 3px solid;
}
.about-block {
	background: #0b4882;
}
/*.about-block:after {
    content: "";
    display: block;
    width: 150%;
    height: 8px;
    background: #a6304b;
    position: absolute;
    left: -50%;
    bottom: 0;
}*/
.about {
	padding: 70px;
/*box-shadow: 0 2px 27px rgba(0, 0, 0, 0.13);*/
}
.publish-block {
	/*background: #f4f6f7;*/
}
.publish {
	padding: 70px 15px;
}
.about-tit h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    border-bottom: #3c6d9b 1px solid;
    margin-bottom: 20px;
	padding-bottom: 20px;
    text-transform: none;
    letter-spacing: 1px;
}
.about-text p {
	position: relative;
	color: #c4cfdb;
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 15px;
}
.about-stat {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-stat {
	margin: 45px 0 50px;
}
.about-info {
	font-size: 16px;
	line-height: 24px;
	color: #c4cfdb;
	margin-right: 50px;
}
.about-info span {
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
    font-family: 'Merriweather', serif;
}
.about-info p {
	font-size: 16px;
	line-height: 24px;
	color: #c4cfdb;
	padding-top: 10px;
}

.publish-tit h2 {
    color: #272932;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    border-bottom: #d6e0ea 1px solid;
	padding-bottom: 20px;
	margin-bottom: -10px;
    text-transform: none;
    letter-spacing: 1px;
}
.publish-list li {
	padding: 20px 0 20px 20px;
    border-bottom: #d6e0ea 1px solid;
}
.publish-list li:last-child {
	border-bottom: none;
}
.publish-list li span {
	font-size: 13px;
	line-height: 18px;
	color: #5b5e6d;
	padding-bottom: 10px;
}
.publish-list li p {
	color: #454959;
	font-size: 16px;
	line-height: 28px;
  font-family: 'rawline';
  font-weight: bold;
}
.publish-but {
    padding-bottom: 40px;
    text-align: center;
}

.practice {
	margin-top: 100px;
}
.practice-tit h2 {
    color: #272932;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    border-bottom: #d6e0ea 1px solid;
    margin-bottom: 20px;
	padding-bottom: 20px;
    text-transform: none;
	max-width: 370px;
    letter-spacing: 1px;
}
#practice .item {
	position: relative;
	padding-top: 30px;
}
.practice-lawyer-photo {
	position: relative;
	width: 100%;
	max-width: 210px;
	text-align: center;
}
.practice-lawyer-photo a {
	display: inline-block;
}
.practice-lawyer-photo img {
	max-width: 165px;
}
.practice-lawyer-photo:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 210px;
	height: 100%;
	max-height: 220px;
	border: #f4f6f7 10px solid;
	background: #fff;
	z-index: -1;
}
.practice-lawyer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: flex-end;
}
.practice-lawyer-title {
	padding: 30px;
	background: #f4f6f7;
	box-sizing: border-box;
	width: calc(100% - 210px);
}
.practice-lawyer-title span {
	font-size: 15px;
	line-height: 22px;
	color: #525252;
}
.practice-lawyer-title p {
	font-size: 17px;
	line-height: 22px;
	color: #272932;
  font-weight: bold;
	padding-top: 10px;
}
.practice-tit {
	color: #272932;
	font-size: 20px;
	line-height: 24px;
  font-weight: bold;
	margin-bottom: 10px;
}
.practice-info p {
	font-size: 15px;
}
.result {
	margin-top: 20px;
}
#practice .owl-nav {
	position: absolute;
	top: 50px;
	left: 28.5%;
}

.lawyers {
	background: #f4f6f7;
	margin-top: 100px;
	padding: 75px 0 100px;
}
.lawyers-tit h2 {
    color: #272932;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    border-bottom: #d6e0ea 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: none;
    max-width: 370px;
    letter-spacing: 1px;
}
#lawyers .item {
	position: relative;
	padding-top: 30px;
}
.lawyers-photo {
	position: relative;
	width: 100%;
	text-align: center;
}
.lawyers-photo a {
	display: inline-block;
}
.lawyers-photo img {
	max-width: 270px;
}
.lawyers-photo:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 100%;
	max-height: 235px;
	border: #fff 10px solid;
	z-index: -1;
}
.lawyers-info {
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
}
.lawyers-name {
	color: #272932;
	font-size: 17px;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
  font-weight: bold;
}
.lawyers-adv {
	color: #454959;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
}
#lawyers .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
}

.fb {
	background: #0b4882;
	padding: 50px 0 65px;
	/*border-top: #a6304b 8px solid;*/
}
.fb > .container {
	text-align: center;
	max-width: 610px;
}
.fb-form h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
	letter-spacing: 1px;
    padding-bottom: 10px;
	margin-bottom: 0;
	font-weight: bold;
    font-family: 'Merriweather', serif;
}
.fb-hint {
	font-size: 16px;
	color: #b4c2d0;
	margin-bottom: 30px;
}
.fb-input {
	margin-bottom: 30px;
}
.fb-input input {
	background: #f4f6f7;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #0b4882;
	border: none;
	padding: 0 15px;
}
.fb-input input:focus {
	background: #fff;
}
.fb-input input::-webkit-input-placeholder {color:#b4c2d0;}
.fb-input input::-moz-placeholder          {color:#b4c2d0;}/* Firefox 19+ */
.fb-input input:-moz-placeholder           {color:#b4c2d0;}/* Firefox 18- */
.fb-input input:-ms-input-placeholder      {color:#b4c2d0;}
.fb-input textarea {
	background: #f4f6f7;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #0b4882;
	border: none;
	padding: 15px;
	box-sizing: border-box;
	height: 175px;
	resize: none;
}
.fb-input textarea:focus {
	background: #fff;
}
.fb-input textarea::-webkit-input-placeholder {color:#b4c2d0;}
.fb-input textarea::-moz-placeholder          {color:#b4c2d0;}/* Firefox 19+ */
.fb-input textarea:-moz-placeholder           {color:#b4c2d0;}/* Firefox 18- */
.fb-input textarea:-ms-input-placeholder      {color:#b4c2d0;}
/*.fb-but:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(255,255,255,0.05);
	transition: all 0.3s ease;
}
.fb-but:hover:before {
	width: 100%;
}*/
.red-but.fb-but {
	margin-top: -10px;
}
#practice .owl-prev,
#practice .owl-next {
	background: #fff;
}

.inside {
	padding: 50px 0;
	max-width: 1470px;
	margin: 0 auto;
}
.publication {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #d6e0ea 1px solid;
}
.publication-photo {
	max-width: 240px;
	max-height: 170px;
	overflow: hidden;
}
.publication-photo img {
	max-width: 100%;
	width: 100%;
}
.publication .date {
	font-size: 12px;
	line-height: 12px;
	color: #272932;
}
.publication .title {
	margin: 15px 0;
}
.publication .title a {
	font-size: 20px;
	color: #272932;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Merriweather', serif;
}
.publication .title a:hover {
	text-decoration: underline;
}
.publication .text {
	font-size: 16px;
	line-height: 24px;
}
.publication:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.aside {
	max-width: 425px;
	margin-top: 9px;
	height: 100%;
}
.aside-widget {
	position: relative;
	background: #f4f6f7;
	padding: 30px 50px 30px 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
	border-top: #a6304b 2px solid;
}
.widget-title {
	color: #272932;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #d6e0ea 1px solid;
  font-weight: bold;
}
.widget-list {
}
.widget-list li {
	padding-bottom: 15px;
	display: block;
}
.widget-list li a {
	font-size: 15px;
	color: #0b4882;
	line-height: 24px;
	text-decoration: underline;
}
.widget-list li a:hover {
	text-decoration: none;
}
.pagination {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 0;
	justify-content: center;
	list-style: none;
}
.pagination .page-link {
	font-size: 14px;
	color: #2b2e31;
	outline: none;
	box-shadow: none;
	margin-left: 10px;
	line-height: 16px;
	border: #c1c5ce 1px solid;
}
.page-link:hover,
.pagination .page-item.active .page-link{
	border: #a6304b 1px solid;
	background: none;
}
.page-item .icon-left,
.page-item .icon-right {
	font-size: 11px;
}
.page-item.active .page-link {
	background-color: transparent;
	color: #000;
	margin-bottom: 15px;
	border-color:transparent;
}
.page-item:focus,
.pagination .page-link:focus {
	outline: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.page-item.disabled {
	opacity: 0.7;
	display: none;
}
.pagination li.disabled {
    display: none;
}
.article-info {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8.5px;
}

.content {
	max-width: 970px;
}

.breadcrumb {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	background: none;
}
.breadcrumb-item a {
	color: #6d707d;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
}
.breadcrumb-item a:hover {
	text-decoration: none;
}

.article-date {
	font-size: 14px;
	padding-right: 30px;
}
.article-title h1 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: #d6e0ea 1px solid;
}
.article-author {
	font-size: 14px;
	background: #f4f6f7;
	padding: 10px 30px;
}
.article-text {
	margin-top: 30px;
}
.article-text p {
	font-size: 16px;
	line-height: 30px;
	color: #272932;
	padding-bottom: 30px;
}
#office-map > .container {
	/*max-width: 100%;*/
	overflow: hidden;
}
#office-map .address-block,
#office-map .map-block {
	padding: 0;
}

.lawyer-photo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 230px;
    height: 100%;
    max-height: 275px;
    border: #f4f6f7 10px solid;
    background: #fff;
    z-index: -1;
}
.lawyer-photo {
    position: relative;
    width: 100%;
    max-width: 230px;
    text-align: center;
}
.lawyer .lawyer-photo img {
	max-width: 190px;
	margin-bottom: 10px;
}
.lawyer-info {
    padding: 30px;
    background: #f4f6f7;
    box-sizing: border-box;
    width: calc(100% - 230px);
}
.lawyer-tit h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
}
.lawyer-mail, .lawyer-phone {
	font-size: 16px;
	padding-bottom: 10px;
}
.lawyer-phone span {
	padding-right: 15px;
}
.lawyer-mail span {
	padding-right: 12px;
	font-size: 12px;
}
.lawyer-consult {
	margin-top: 20px;
}
.lawyer .breadcrumbs {
	position: absolute;
	left: 280px;
	top:10px;
}
.lawyer-text {
	margin-top: 20px;
}
.lawyer-text p {
	line-height: 30px;
}
.lawyer-speciality {
	margin-top: 30px;
}
.lawyer-speciality h2 {
	margin-bottom: 10px;
}
.inside .list {
	margin: 0;
	padding: 0;
}
.inside .list li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
.inside .list li a {
	color: #0b4882;
	text-decoration: underline;
}
.inside .list li a:hover {
	text-decoration: none;
}
.inside .list li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #272932;
	position: absolute;
	left: 0;
	top: 12px;
}
 .lawyer-practice {
	 position: relative;
	margin-top: 30px;
}
 .lawyer-practice h2, .mass h2 {
	 margin-bottom: 20px;
}
 .lawyer-practice .practice-tit {
	 font-size: 17px;
}
.lawyer-practice .item {
	border: #eeeeee 1px solid;
	padding: 30px;
}
.lawyer-practice .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.mass, .certs {
	margin-top: 30px;
}






/*end content*/

/*footer*/
footer {
	padding: 25px 0 30px;
}
footer > .container > .row {
	justify-content: space-between;
}
.footer-logo {
    max-width: 270px;
}
.footer-copy {
	font-size: 14px;
	line-height: 22px;
	color: #5b5e6d;
	padding-top: 20px;
	margin-top: 20px;
	border-top: #d6e0ea 1px solid;
}
.footer-nav {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 15px;
	justify-content: space-between;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: #d6e0ea 1px solid;
}
.footer-nav li a {
	color: #5b5e6d;
	font-size: 15px;
	line-height: 18px;
  font-weight: bold;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-contacts {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	/*max-width: 600px;*/
	margin-left: auto;
	text-align: center;
}
.footer-address {
	text-align: right;
}
.footer-address p {
	font-size: 15px;
}
.footer-address a {
	font-size: 15px;
	color: #5b5e6d;
	text-decoration: underline;
}
.footer-address a:hover,
.footer-fb a:hover {
	text-decoration: none;
}
.footer-fb {
	text-align: right;
}
.footer-fb a {
	color: #5b5e6d;
	font-size: 15px;
	text-decoration: underline;
}
.footer-phone a {
	color: #5b5e6d;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
  font-weight: bold;
}




/* end footer */


/*extra grid*/
@media screen and (min-width:1670px) {
	.container {
		max-width: 1280px;
	}
	[class*="col-sw-"] {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-sw-1 {
		-ms-flex: 0 0 5.88230%;
		flex: 0 0 5.88230%;
		max-width: 5.88230%;
	}
	.col-sw-2 {
		-ms-flex: 0 0 11.76470%;
		flex: 0 0 11.76470%;
		max-width: 11.76470%;
	}
	/*.col-sw-3 {
		-ms-flex: 0 0 17.64705%;
		flex: 0 0 17.64705%;
		max-width: 17.64705%;
	}*/
	.col-sw-4 {
		-ms-flex: 0 0 23.52940%;
		flex: 0 0 23.52940%;
		max-width: 23.52940%;
	}
	.col-sw-5 {
		-ms-flex: 0 0 29.41170%;
		flex: 0 0 29.41170%;
		max-width: 29.41170%;
	}
	.col-sw-6 {
		-ms-flex: 0 0 35.2940%;
		flex: 0 0 35.2940%;
		max-width: 35.2940%;
	}
	.col-sw-7 {
		-ms-flex: 0 0 41.17640%;
		flex: 0 0 41.17640%;
		max-width: 41.17640%;
	}
	.col-sw-half {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sw-8 {
		-ms-flex: 0 0 47.0588%;
		flex: 0 0 47.0588%;
		max-width: 47.0588%;
	}
	/*.col-sw-9 {
		-ms-flex: 0 0 52.94110%;
		flex: 0 0 52.94110%;
		max-width: 52.94110%;
	}*/
	.col-sw-10 {
		-ms-flex: 0 0 58.8230%;
		flex: 0 0 58.8235%;
		max-width: 58.8235%;
	}
	.col-sw-11 {
		-ms-flex: 0 0 64.0580%;
		flex: 0 0 64.0580%;
		max-width: 64.0580%;
	}
	.col-sw-12 {
		/*-ms-flex: 0 0 70.5880%;
		flex: 0 0  70.0580%;*/
		max-width:  100%;
	}
	.col-sw-13 {
		-ms-flex: 0 0 76.47050%;
		flex: 0 0 76.47050%;
		max-width: 76.47050%;
	}
	.col-sw-14 {
		-ms-flex: 0 0 82.350%;
		flex: 0 0 82.350%;
		max-width: 82.350%;
	}
	.col-sw-15 {
		-ms-flex: 0 0 82.359%;
		flex: 0 0 82.359%;
		max-width: 82.359%;
	}
	.col-sw-16 {
		-ms-flex: 0 0 94.1176%;
		flex: 0 0 94.1176%;
		max-width: 94.1176%;
	}
	.col-sw-17 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-sw-block {
		display: block!important;
	}
}

/* end extra grid */

/* form styler*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-checkbox,
.jq-radio {
	vertical-align: -3px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #acacac;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {

}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 0px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 4px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #8b8f94;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px 'Open Sans', sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px 'Open Sans', sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #c1c1c1;
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	height: 38px;
	border: none;
	outline: none;
	background: none;
    font-family: 'rawline';
	color: #202224;
	border-radius: 0;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 14px;
	border: #c1c1c1 1px solid;
	border-radius:0;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	padding: 0 45px 0 10px;
	border: 1px solid #c1c5ce;
	border-bottom-color: #B3B3B3;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
    font-family: 'rawline';
	font-size: 14px;
	line-height: 42px;
	height: 40px;
	color: #363636;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 17px;
	right: 8px;
	width: 0;
	height: 0;
	border-top: 5px solid #c1c5ce;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 1px 0 0;
	padding: 0;
	border: 1px solid #c1c1c1;
	border-radius: 0px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Open Sans, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #fff;
	color: #000;
}
.jq-selectbox li:hover {
	background-color: #274691;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px 'Open Sans', sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #202224;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}

.number-plus-minus .jq-number {
	padding: 0 38px;
}
.number-plus-minus .jq-number__field {
	width: 50px;
}
.number-plus-minus .jq-number__field input {
	text-align: center;
}
.number-plus-minus .jq-number__spin {
	left: 5px;
	height: 40px;
}
.number-plus-minus .jq-number__spin.plus {
	right: 5px;
	left: auto;
}
.number-plus-minus .jq-number__spin:before {
	content: '';
	position: absolute;
	top: 18px;
    left: 10px;
    width: 12px;
	height: 2px;
	border: none;
	background: #666;
}
.number-plus-minus .jq-number__spin.minus:after {
	display: none;
}
.number-plus-minus .jq-number__spin.plus:after {
	top: 13px;
	left: 15px;
	width: 2px;
	height: 12px;
	border: none;
	background: #666;
}
.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
	background: #000;
}
/* form styler end */

/**************** maps ***************************/
.map-block {
    height: 904px;
    position: relative;
    margin-bottom: 50px;
}

.yamap #map_ya {
    position: absolute;
    height: 100%;
    width: 100%;
}

.yamap .container {
    position: relative;
	min-height: 580px;
}
.yamap .map-title {
	font-size: 18px;
	line-height: 24px;
	color: #272932;
	padding-bottom: 20px;
	padding-left: 30px;
  font-weight: bold;
}
.yamap .map-link-list {
    padding-left: 0;
    list-style-type: none;
}
.yamap a.map-adr-link div {
	position: relative;
	padding-left: 30px;
}
.yamap a.map-adr-link div.map-mail span {
	margin-top: 8px;
}

.yamap a.map-adr-link {
	position: relative;
	display: block;
	width: 100%;
    color: #272932;
	font-size: 16px;
	background: #fff;
	border-top: #ececec 3px solid;
	padding: 30px 20%;
}
.yamap .map-link-list-item.active a {
	background: #f4f6f7;
	border-top : #a6304b 3px solid;
}
.yamap a.map-adr-link span {
	position: absolute;
	left: 0;
	font-size: 18px;
	padding-right: 15px;
	margin-top: 5px;
	color: #272932;
}
.yamap a.map-adr-link span.icon-mail {
	font-size: 12px;
}
.map-phone {
	padding: 15px 0;
}
#vert.frame {
	width: 100%;
	/*height: 904px;*/
	padding: 50px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
#vert.frame ul {
}
#vert .prev {
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
	background: #fff;
	font-size: 19px;
    z-index: 1;
}
#vert .next {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
	font-size: 19px;
    z-index: 1;
	border-top: #ececec 1px solid;
}
#vert .prev.disabled,
#vert .next.disabled {
	color: #bdbdbd;
}

.ballon{padding:25px;width:300px;height:170px;line-height:24px;float:left;text-align:left;color:#000;background-color:#fff;position:absolute;font-family:"Open Sans", Arial;}
.ballon img.ll{float:left;width:60px;height:60px;margin:0 5px 5px 0;border-radius:0;}
.ballon span{font-size:16px;font-weight:bold;}
.ballon p{font-size:14px;}
.ballon .close{position:absolute;float:left;width:30px;font-size:15px;font-weight:bold;top:0;right:0px;cursor:pointer;}
.ballon .close:hover{color:#ccc;}

/**************** maps end ***********************/


/* modal */
.modal-content {
	border-radius: 0;
}
#consult .modal-content {
	background: #a6304b;
	padding: 75px 30px 30px;
}
#consult .close {
    position: absolute;
    float: none;
    right: -15px;
    top: -60px;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url(../img/svg/close.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}
#consult .modal-dialog {
	max-width: 420px;
}
#consult-rt .modal-content {
	background: #a6304b;
	padding: 75px 30px 30px;
}
#consult-rt .close {
    position: absolute;
    float: none;
    right: -15px;
    top: -60px;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url(../img/svg/close.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}
#consult-rt .modal-dialog {
	max-width: 420px;
}
/* modal end */

/* mobile menu */
.mp__overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
  opacity: 0;
  visibility: hidden;
	background-color:rgba(0,0,0,0.5);
  transition: all ease 0.5s;
}
.mp__panel{
	position:absolute;
	top:22px;
	right:0;
	z-index:101;
	text-align:center;
	background:none;
	display:none;
}
.mp__panel:after{
	content:'';
	display: table;
	clear: both;
}
.mp__button-main{
	width:56px;
	height:49px;
	background:none;
	border:none;
	padding:8px 15px;
	border-radius:0px;
	cursor:pointer;
	outline:none;
	float:left;
	box-sizing: border-box;
}
button.mp__button-main:hover {
	background: transparent;
}
button.mp__button-main.mp--on {
	border: none;
}
.mp--on .mp__line:after, .mp--on .mp__line:before {
	background-color: #829cb9;
}
.mp__line{position:relative;display:block;}
.mp__line:after,
.mp__line:before{content:"";position:absolute;left:0;top:-9px;}
.mp__line:after{top:9px;}
.mp__line,
.mp__line:after,
.mp__line:before{
	width:100%;
	height:3px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	border-radius:0px;
	background-color:#b4c3d7;
}
.mp__button-main.mp--on .mp__line{background-color:transparent;}
.mp__button-main.mp--on .mp__line:before{-webkit-transform:rotate(45deg) translate(6px, 7px);transform:rotate(45deg) translate(6px, 7px);}
.mp__button-main.mp--on .mp__line:after{-webkit-transform:rotate(-45deg) translate(6px, -7px);transform:rotate(-45deg) translate(6px, -7px);}
.mp__button-text{
	margin:6px 6px 3px 3px;
	background:none;
	border:solid 1px #fff;
	padding:6px 4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	font-size:14px;
	float:left;
	color:#fff;
}
.mp__button-text--center{
	float: none;

}
.mp--hide{
	display: none;
}
.mp__button{
	position: relative;
}
.mp__notification {
	position: absolute;
    top: -5px;
    right: -11px;
    background-color: #dd0000;
    color: #fff;
    padding: 1px 3px;
    border-radius: 10px;
    min-width: 12px;
}
@media only screen and (max-width:992px) {
	.mp__overlay.mp--on {
    z-index:98;
    opacity: 1;
    visibility: visible;
	}
  .mp--on .header-cont.mobile-nav,
  .mp--on .top-nav {
    display: block;
  }
	.mp__panel {display: block;}
	.mp__nav-panel{
		display: block;
		position: absolute;
		top:0;
		left: 0;
		bottom: 0;
		width: 100%;
		/*overflow-y: auto;*/
		background: #093f72;
		z-index: 99;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin:0;
		padding: 30px 15px !important;
		height: auto!important;
		min-height:220px;
		max-width: 100%;
	}
	.mp__nav-panel_main{
		left:-125%;
		transition: left 0.3s linear;
	}
	.mp__nav-panel_second{
		right:-125%;
		transition: right 0.3s linear;
	}
	.mp__nav-panel_main.mp--on {
		left:0;
	}
	.mp__nav-panel_second.mp--on {
		right:0;
	}

	.mobile-menu .nav-list {
		background: none;
		padding: 0;
	}
	.mobile-menu .nav-list li {
		display: block;
		text-align: left;
		color: #fff;
		font-weight: 600;
	}
	.mobile-menu .nav-list li a {
		color: #fff;
		text-align: left;
		padding-left: 15px;
		padding-bottom: 5px;
		text-decoration: none;
		text-transform: none;
		font-weight: 600;
	}
	.mobile-menu .nav-list li > a:hover {
		text-decoration: underline;
	}
	.mobile-menu .nav-list .production,
	.mobile-menu .nav-list .brands {
		color: #fff;
		font-weight: bold;
		font-weight: 600;
	}
	.nav-widget, .brands-widget, .production-widget {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	.mobile-menu .nav-list .brands-widget li a,
	.mobile-menu .nav-list .production-widget li a {
		color: #000;
	}
	.mobile-menu .production-block {
		padding: 15px 30px 15px 5px;
		height: 100vh;
    	overflow: auto;
	}
	.production-block [class*="col-"] {
		padding: 0 5px;
	}
	.mobile-menu .nav-list .production-widget .production-title {
		height: auto;
		min-height: 75px;
	}
	.mobile-menu .nav-list .production-widget .production-item li a {
		padding: 5px;
		font-size: 12px;
		line-height: 14px;
	}
	.mobile-menu .nav-list .production-widget .production-item li a:hover:after {
		display: none;
	}
	.mobile-menu .nav-list .production-widget .production-logo {
		padding: 10px 5px 0!important;
		text-align: center;
		width: 100%;
	}
	.mobile-menu .nav-list .production-widget .production-title span.production-country {
		float: none;
		margin: 5px 0;
		text-align: center;
	}
	.mobile-menu .brands-widget .partners-block {
		padding: 30px 15px;
		height: 100vh;
    	overflow: auto;
	}
	.mobile-menu .brands-widget .partners-logo a {
		display: table-cell;
	}
	.mobile-menu .brands-widget .partners-block .col-xs-6 {
		margin-bottom: 15px;
	}
	.brands-widget .partner-logo span {
		display: none;
		left: 0;
		width: 100%;
		padding: 0 15px;
	}
	.mobile-menu .nav-widget {
		height: 100vh;
		overflow: auto;
	}
	.mobile-menu .nav-widget .container {
		width: 100%;
		height: 100%;
	}
	.mobile-menu .sub-list {
		margin-bottom: 15px;
	}
	.mobile-menu .sub-list li a {
		color: #000;
		padding-left: 0;
	}
	.mobile-menu .nav-block .x {
 	   right: 15px;
	}
	.mobile-menu .nav-list li.partner-link {
		padding-top: 20px;
	}
	.mobile-menu .nav-list li.partner-link a {
		color: #ffd800;
	}
	body.freeze {
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.mobile.filter-reset {
		display: block;
	}
	.pc.filter-reset {
		display: none;
	}
}
/* end mobile menu */
@media screen and (min-width:1670px) and (max-width:1700px) {
	#practice .owl-nav {
		left: 28.5%!important;
	}
}
@media screen and (min-width:1668px) and (max-width:1699px) {
	.container {
		padding: 0 15px;
	}
	.consult-widget {
		right: 15px;
	}
}
@media screen and (min-width:1670px) {
	.practice > .container,
	.lawyers > .container {
		max-width: 1280px;
	}
	.publication .col-lg-8 {
		padding-left: 0;
	}
	.yamap a.map-adr-link {
		padding: 30px;
	}

}
@media screen and (max-width:4699px) {
	/*#main-slider .item {
		max-width: 600px;
	}*/
	.slider-title {
		font-size: 40px;
		line-height: 40px;
		height: 85px;
	}
	/*.info-list li.col-sw-5 {
		-ms-flex: 0 0 520px;
		flex: 0 0 520px;
		max-width: 520px;
	}*/
	.intro {
		padding: 75px 0;
	}
	.about {
		padding: 70px 30px 70px 0;
	}
	#practice .owl-nav {
		left: 33.5%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


@media screen and (min-width:1170px) and (max-width:1669px) {
	.container {
		padding: 0 15px;
	}
	.top-nav-block {
		margin-left: auto;
	}
	.top-nav {
		max-width: 100%;
		min-width: 600px;
	}
	.top-nav li a {
		padding: 0 5px;
		font-size: 13px;
	}
	.yamap a.map-adr-link {
		font-size: 14px;
		padding: 30px;
    min-height: 215px;
	}
}
.article-text .caption {
    margin-top: 10px;
    padding: 20px;
    min-height: 100px;
    height: auto;
}
.caption {
    margin-top: 10px;
    padding: 20px;
    min-height: 300px;
    height: auto;
}
.article-text .pom-item {
    height: 220px;
}
.pom-item {
    width: 100%;
    height: 320px;
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}
.header-of {
    border-bottom: #3a6893 1px solid;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}
/* tablet */
@media screen and (min-width:992px) and (max-width:1169px) {
	.container {
		max-width: 970px;
		margin: 0 auto;
	}
	.main-options-list li.col-sw-4 {
		display: flex;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		border-bottom: #406a91 1px solid;
		border-left: #406a91 1px solid;
	}
	.main-options-list li.col-sw-4:nth-child(2),
	.main-options-list li.col-sw-4:nth-child(4) {
		border-left: none;
	}
	/*.mp__nav-panel_main {
		left: -500%;
	}
	.logo-block {
		border-bottom: #3a6893 1px solid;
	}
	.top-info-block {
		padding-left: 0;
		border-right: #3a6893 1px solid;
	}
	.mp__panel {
		right: 50%;
		margin-right: -333px;
		top: 25px;
	}
	.top-nav-block.mp__nav-panel.mp--on {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 225px;
		z-index: 101;
	}
	button.mp__button-main.mp--on {
		position: fixed;
		right: 50px;
	}
	.top-nav {
		max-width: 100%;
		padding: 100px 40px 50px;
		border-bottom: none;
	}
	.top-nav li a:after {
		bottom: -15px;
	}*/
	header .consult-widget {
		display: none;
	}
	.consult {
		display: none;
	}
	.consult-but.d-none {
		display: block!important;
		position: absolute;
		right: 0;
		top: 175px;
		padding: 22px 30px;
		box-sizing: border-box;
		width: 100%;
		max-width: 280px;
		font-size: 16px;
		font-weight: bold;
		color: #eed4d9;
		border: none;
		font-family: 'Merriweather', serif;
		background: #a6304b;
		z-index: 1;
	}
	#main-slider .owl-dots {
		margin-top: 50px;
	}
	.modal-body .consult {
		display: block;
	}
	.services {
		margin-top: 0;
	}
	.infoblock .container {
		max-width: 100%;
	}
	.infoblock .container > .row {
		margin: 0;
	}
	.about-block {
		background: #0b4882;
	}
	.about, .publish {
		max-width: 690px;
		margin: 0 auto;
	}
	.practice-lawyer {
		margin-bottom: 30px;
	}
	/*footer > .container > .row {
		display: block;
	}
	.footer-logo-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-copy {
		margin-top: 0;
		padding: 10px 0 0 30px;
		border: none;
	}
	.footer-logo-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-nav {
		margin: 20px 0;
		justify-content: space-between;
		padding-bottom: 0;
		padding-top: 20px;
		margin-bottom: 20px;
		border-top: #d6e0ea 1px solid;
		border-bottom: none;
	}
	.col-md-7.logo-block {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-5.top-info-block {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}*/
	.practice-tit h2, .practice-tit h2, .lawyers-tit h2 {
		max-width: 100%;
	}
	.top-nav li {
		padding: 0;
	}
	.inside-header .top-nav li.active {
		background: none;
	}
.caption {
    min-height: 360px;
}
.pom-item {
    height: 360px;
}
.header-of {
    font-size: 14px;
}
.top-info-block {
    padding-top: 27px;
}
.top-nav-block {
    max-width: none;
}
.top-phone {
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.widget-title {
    font-size: 12px;
    text-transform: uppercase;
}
}

@media screen and (min-width:992px) and (max-width:1169px) {
	.col-lg-3.services-intro-block,
	.col-lg-9.services-info-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.intro {
		padding: 75px 0 30px;
	}
	#practice .owl-nav {
		left: auto;
		right: 0;
		top: 0;
	}
	.practice-lawyer {
		display: block;
	}
	.col-lg-5.pactice-lawyer-block,
	.col-lg-7.pactice-lawyer-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.practice-lawyer {
    	display: flex;
	}
	.infoblock .container {
		max-width: 100%;
	}
	.infoblock .container > .row {
		display: block;
		margin: 0;
	}
	.col-lg-8.about-block,
	.col-lg-4.publish-block{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-block {
		background: #0b4882;
	}
	.about, .publish {
		max-width: 970px;
		margin: 0 auto;
	}
	.practice-lawyer {
		margin-bottom: 30px;
	}
	.lawyer-info {
		width: 100%;
	}
	.lawyer .breadcrumbs {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 30px;
	}

}

@media screen and (min-width:768px) and (max-width:991px) {
  .logo-block {
      padding-bottom: 27px;
  }
  .main-options-list li.col-sw-4 {
      display: flex;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      border-bottom: #406a91 1px solid;
      border-left: #406a91 1px solid;
  }
  	.publication-info .date {
  		margin-top: 20px;
  	}
  	.aside {
  		margin-top: 50px;
  		max-width: 100%;
  	}
  	.yamap a.map-adr-link {
  		padding: 30px;
  		font-size: 14px;
  	}
  .sevices-lists .col-md-3 {
      width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%;
  }
  .top-info, .top-phone {
      margin: 0 auto;
      padding-top: 15px;
  }
  .mp__nav-panel_main {
      left: -225%;
  }
  .contacts .article {
    padding: 0 15px;
  }
}


/* end tablet */

.header-cont.mobile-nav {
    display: none;
}
.vt .header-cont {
    color: #b4c3d7;
    height: 50px;
    background: #ececec;
}
.vt span.of {
    font-weight: bold;
    color: #0b4882;
}
.vt .header-of {
    border-bottom: none;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    color: #0b4882;
}
/* mobile */
@media screen and (max-width:991px)
 {
.widget-button {
    display: none;
}
.top-nav-block.mp__nav-panel li.active a {
    color: #fff;
    font-weight: bold;
}
.inside-header .top-nav li.active {
    background: none;
}
/*.footer-contacts {
    display: none;
}*/
.widget-list li a {
    font-size: 14px;
    color: #0b4882;
    line-height: 24px;
    text-decoration: underline;
}
.header-cont {
    display: none;
}
.header-cont.mobile-nav {
    background: #093f72;
    height: 180px;
}
.header-of {
    border-bottom: none;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}
.vt .header-cont {
    height: 180px;
    background: #093f72;
}
.vt span.of {
    font-weight: bold;
    color: #fff;
}
.vt .header-of {
    border-bottom: none;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}
.top-nav-block.mp__nav-panel {
		padding: 75px 0 50px!important;
		top: -30px;
	}
	.top-nav-block.mp__nav-panel li {
		text-align: left;
		border-bottom: #225380 1px solid;
		padding: 0;
	}
	.top-nav-block.mp__nav-panel li a {
		display: block;
		font-size: 15px;
		line-height: 48px;
		color: #b4c3d7;
		text-align: left;
		padding: 0;
    font-weight: bold;
	}
	.top-nav-block.mp__nav-panel li a:hover {
		color: #fff;
	}
  .top-nav > li .caret {
    position: absolute;
    right: 15px;
    top: 11px;
  }
  .top-nav .dropdown-menu li .caret {
    position: absolute;
    top: 13px;
    right: 15px;
    display: none;
  }
	.top-nav {
		display: none;
		width: 100%;
		max-width: initial;
		margin-left: auto;
		padding: 0 15px;
		border-bottom: #3a6893 1px solid;
		background: #093f72;
		padding-bottom: 50px;
	}
	.top-nav li a:after {
		bottom: -1px;
	}
	.top-info.mp__nav-panel li.active a {
		color: #fff;
	}
  .top-nav .dropdown-menu,
  .top-nav .dropdown-menu li .dropdown-menu {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    border: none;
    transition: 0s;
  }
  .top-nav li.parent a  {
    pointer-events: none;
  }
  .top-nav li.parent.opened a  {
    pointer-events: all;
  }
  .top-nav-block.mp__nav-panel ul li ul a {
    padding-left: 15px;
  }
  .top-nav-block.mp__nav-panel ul li ul li ul {
    display: none!important;
  }


}
@media screen and (max-width:767px)
 {
.mp__panel {
    top: 7px;
}
.logo-block {
    padding-top: 14px;
}
header.inside-header.vt {
    height: 70px;
}
	.container {
		padding: 0 15px;
	}
	.mobile {
		display: block;
	}
	header.inside-header {
		overflow: visible;
	}
	.logo-block {
		max-width: 250px;
	}
	.consult-widget {
		display: none;
	}
	.top-nav li {
		display: block;
	}
	.top-phone {
		display: none;
	}
	.header-content {
		padding-bottom: 40px;
		/*border-bottom: #3a6893 1px solid;*/
	}
header > .container {
    position: inherit;
    height: 100%;
}
	#main-slider .item {
		padding-top: 120px;
	}
	#main-slider .owl-nav {
		top: 40px;
	}
	.slider-title {
		font-size: 24px;
		line-height: 30px;
	}
	#main-slider .info-title {
		font-size: 18px;
	}
	.info-list {
		display: block;
	}
	.services {
		margin-top: 0;
	}
	.intro {
		padding: 75px 0 20px;
	}
	.services-info .tabs {
		border: none;
	}
	.services-info .tabs li {
		border-bottom: none;
		border-left: #d6e0ea 1px solid;
		margin-right: auto;
		padding: 10px 15px;
		align-items: center;
	}
	.services-info .tabs li:after,
	.services-info .tabs li.current:after {
		width: 3px;
		height: 0;
	}
	.services-info .tabs li:hover:after,
	.services-info .tabs li.current:after {
		content: "";
		position: absolute;
		bottom: auto;
		left: 0;
		top: 0;
		display: block;
		width: 3px;
		height: 100%;
		background: #a6304b;
		transition: all ease 0.5s;
	}
	.blue-but {
		padding: 18px 30px;
	}
	.services-info .blue-but {
		display: block;
		width: 100%;
		max-width: 275px;
		margin: 20px auto 0;
	}
	.services-info .blue-but .list-close {
		display: none;
	}
	.services-info .blue-but.open .list-open {
		display: none;
	}
	.services-info .blue-but.open .list-close {
		display: inline-block;
	}
	.services-info .box > .services-lists .services-list:last-of-type  {
		display: none;
	}
	.services-info .blue-but.open .icon-arrow,
	.services-info .blue-but .icon-arrow {
		color: #fff;
		font-size: 10px;
		padding-left: 9px;
	}
	.services-info .blue-but.open .icon-arrow:after {
  		content: "\e901";
	}
	.services-info .blue-but .icon-arrow:after {
  		content: "\e900";
	}
	.about {
		padding: 70px 15px 70px;
	}
	.about-info {
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.publish {
		padding: 70px 0;
	}
	.publish-list li {
		padding: 20px 0 20px 0px;
	}
	.practice {
		margin-top: 75px;
	}
	.practice-lawyer {
		display: block;
	}
	#practice .owl-nav {
		left: auto;
		right: 0;
		top: 0;
	}
	.practice-lawyer-photo {
		max-width: 290px;
	}
	.practice-lawyer-photo:before {
		max-width: 290px;
	}
	.practice-lawyer-title {
		width: 100%;
		max-width: 290px;
		margin: 0 0 30px;
	}
	#lawyers .owl-nav {
		position: absolute;
		top: -80px;
	}
	.lawyers {
		padding-bottom: 75px;
	}
	.fb-input {
		margin-bottom: 20px;
	}
	.footer-nav {
		display: none;
		border-top: #d6e0ea 1px solid;
		border-bottom: none;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.footer-nav li {
		display: block;
		padding: 15px 0;
		border-bottom: #d6e0ea 1px solid;
	}
.footer-contacts {
    display: none;
}
	.footer-address, .footer-fb {
		text-align: left;
	}
	.footer-fb {
		margin-top: 20px;
	}
	.top-nav-block.mp__nav-panel {
		top: -50px;
	}
	.top-nav-block.mp__nav-panel li {
		text-align: left;
		border-bottom: #225380 1px solid;
		padding: 0;
	}
	.top-nav-block.mp__nav-panel li a {
		display: block;
		font-size: 15px;
		line-height: 48px;
		color: #b4c3d7;
		text-align: left;
		padding: 0;
    font-weight: bold;
	}
	.top-nav-block.mp__nav-panel li a:hover {
		color: #fff;
	}
	.top-nav {
		width: 100%;
		max-width: initial;
		margin-left: auto;
		padding: 0 15px;
		border-bottom: #3a6893 1px solid;
		background: #093f72;
		padding-bottom: 50px;
    height: calc(100vh - 255px);
    overflow-y: auto;
	}
	.top-nav li a:after {
		bottom: -1px;
	}
	.top-info.mp__nav-panel li.active a {
		color: #fff;
	}
	.services-list {
		margin-top: 0;
	}
	.services-list li:last-child {
		border-bottom: #d6e0ea 1px solid;
	}
	.services-info .tabs {
		margin-bottom: 30px;
	}
	.practice-tit h2, .practice-tit h2,
	.lawyers-tit h2 {
		max-width: 100%;
	}
	.main-options-list {
		flex-direction: column;
	}
	.main-options-list li.col-sw-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: left;
		padding-left: 20px;
		border-left: #406a91 1px solid;
		border-bottom: #406a91 1px solid;
	}
	.footer-copy br {
		display: none;
	}
	.aside {
		margin-top: 50px;
		max-width: 100%;
	}
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-size: 18px;
		line-height: 24px;
	}
	#vert.frame,
	.map-block {
		/*height: 50vh;*/
	}
	.yamap a.map-adr-link {
		padding: 15px;
		font-size: 14px;
	}
	.map-phone {
		padding: 10px 0;
	}
	.lawyer .breadcrumbs {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 30px;
	}
	.lawyer-info {
		width: 100%;
	}
	.main-header {
    height: 65px;
    border-bottom: #a6304b 3px solid;
    background: #0b4882;
    position: sticky;
    z-index: 150;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.main-options {
    /*margin-top: 100px;*/
}
.inside-header {
    background: #0b4882;
    position: sticky;
    z-index: 150;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
}
.inside {
  /*  padding: 150px 0;*/
}
.mp__panel {
    position: fixed;
    z-index: 150;
}
header {
    overflow-x: unset;
    background: #0b4882;
}
.slider {
    display: none;
}
.contacts .article {
  padding: 0 15px;
}
}
@media screen and (max-width:575px) {
	.main-options-list {
		flex-direction: column;
	}
	.main-options-list li.col-sw-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: left;
		padding-left: 20px;
		border-left: #406a91 1px solid;
		border-bottom: #406a91 1px solid;
	}
	.publication-photo {
		max-width: 100%;
	}
	.footer-copy br {
		display: none;
	}
	.yamap a.map-adr-link {
		padding: 15px;
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	.map-phone {
		padding: 5px 0;
	}
	.lawyer-mail, .lawyer-phone {
		font-size: 14px;
	}
}


@media screen and (max-width:320px) {
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		top: 30%;
	}
	.header-nav li a {
		font-size: 9px;
	}
	.login-widget {
		right: -15px;
	}
	.lawyer-info .red-but {
		padding: 12px 25px;
	}
}




/* end mobile */

.article-text ul {
    list-style: disc;
    padding-bottom: 30px;
    margin-left: 45px;
}
.article-info ul {
    list-style: disc;
    padding-bottom: 30px;
    margin-left: 45px;
}

.article-info p {
    font-size: 16px;
    line-height: 30px;
    color: #272932;
    padding-bottom: 30px;
}

blockquote {
margin: 0;
color: #231E28;
padding: 30px 30px 30px 50px;
border-left: #a6304b 8px solid;
position: relative;
background: #f4f6f7;
font-family: 'rawline', sans-serif;
font-weight: 300;
margin-bottom: 30px;
}
blockquote:before {
    content: "\201C";
    font-family: Arial;
    color: #a6304b;
    font-size: 80px;
    position: absolute;
    left: 15px;
    top: 55px;
}
blockquote p {
font-style: italic;
font-size: 24px;
margin-top: 0;
}
blockquote ul {
font-style: italic;
}
.services-lists a {
    color: #454959;
}
.publish-list a {
    color: #454959;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
.slider-title a {
    color: #fff;
}
.s-message{display:none}

.article-text a {
    color: #0b4882;
    font-weight: bold;
    text-decoration: underline;
}
.article-text a:hover {
    text-decoration: none;
}
.article-text .widget-list li a {
font-weight: normal;
}

ul.ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0;
}
.ya-share2.ya-share2_inited {
    margin-top: 10px;
}
.office .widget-title {
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.office .widget-list {
    margin-bottom: 40px;
}
a.publish-op {
font-family: 'rawline';
font-size: 14px;
}
.main-options-list a {
    color: #d2d9e0;
}
p.justifyright {
    text-align: right;
}

.publish-tit {
    margin-bottom: 50px;
}

.caption h3 {
    min-height: 45px;
    height: auto;
    margin-bottom: 5px;
}

.thumbnail {
	background: #fff;
    box-shadow: 0 2px 27px rgba(0, 0, 0, 0.13);
    margin-bottom: 50px;
}
.pom-icon {
    height: 100px;
	text-align: center;
    padding-top: 25px;
}
.pom-item h3 {
    text-align: center;
}

.pom-item p {
    font-size: 14px;
    text-align: center;
}

.pom-item  a {
    color: #093f72;
}
.header-cont {
    color: #b4c3d7;
    height: 50px;
}
span.of {
    font-weight: bold;
    color: #fff;
}
.publications .pom-item {
    margin-bottom: 70px;
}
.publications .thumbnail {
    margin-bottom: 70px;
}
.widget-list img {
    width: 35px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.article-photo img {
    width: 100%;
}
.content.ur {
    max-width: 100%;
}
.widget-list ul {
    list-style: none;
    margin-left: 0;
}
.pom-icon img {
    width: 80px;
    height: auto;
}
span.publish-date {
    font-size: 12px;
}
.thumbnail:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.23);
}

div.thumbnail:hover .caption {
    color: #0B4882;
}
div.thumbnail:hover .caption a {
    color: #0B4882;
}
div.thumbnail:hover .caption p {
    color: #0B4882;
}
div.pom-item:hover .caption {
    color: #0B4882;
}
div.pom-item:hover .caption a {
    color: #0B4882;
}
div.pom-item:hover .caption p {
    color: #0B4882;
}
.pom-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.23);
}
.red-but:hover {
color: #fff;
background: #c2415e;
}
.header-of a {
    color: #fff;
}
.vt .header-of a {
    color: #0b4882;
}
.mobile-nav .header-of a {
    color: #fff;
}
.main-options-list a:hover {
    color: #fff;
}
.aside-widget.office {
    text-align: center;
    position: sticky;
    top: 0;
}
@media screen and (min-width:768px) and (max-width:910px) {
.footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: #d6e0ea 1px solid;
}
.footer-nav li a {
    color: #5b5e6d;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
.footer-contacts{
    font-size: 14px;
}
.footer-copy {
    font-size: 13px;}
}
div.scrollup {
  position: fixed;
  color: #fff;
  background-color: #286090;
  right: 20px;
  bottom: 0px;
  padding: 4px 10px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: none;
  text-align: center;
}
div.scrollup:hover {
  background-color: #000;
}
label {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    display: inline;
}
label a {
    color: #fff;
    text-decoration: underline;
}
.fb-input {
    text-align: left;
}
.modal button.consult-but {
    border: #b43849 2px solid;
}
}
.blue-table {
    width: 100%;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.blue-table td, .blue-table th {
    border: #dbe2ea 1px solid;
    padding: 10px 10px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
.table-wrap-v {
    overflow-x: auto;
}}
@media screen and (min-width:991px) and (max-width:1150px) {
.table-wrap-v {
		overflow-x: auto;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
.table-wrap-v {
		overflow-x: auto;
	}}
td:nth-child(1) {
    width: 70%;
}
td:nth-child(2) {
    width: 30%;
}
.zagtab {
    background: #f4f6f7;
    font-weight: bold;
}
li.active.breadcrumb-item {
    font-size: 14px;
}