html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, address, main,
footer, header, menu, nav, section, summary, blockquote {
  display: block;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  padding-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #333;
	line-height: 1.6;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  font-style: normal;
}

iframe {
  border: none;
}

strong, b {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p, ol , ul, li, a, span, 
table, th, td, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'FreeSet';
  src: url('../fonts/freeset-cyrillic.woff2') format('woff2'),
      url('../fonts/freeset-cyrillic.woff') format('woff'),
      url('../fonts/freeset-cyrillic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FreeSet';
  src: url('../fonts/freeset-bold-cyrillic.woff2') format('woff2'),
      url('../fonts/freeset-bold-cyrillic.woff') format('woff'),
      url('../fonts/freeset-bold-cyrillic.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*Сетка*/

.row {
  margin: 0 -15px;
  letter-spacing: -0.38em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 70%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 30%;
}

.col-lg-24 {
  width: 25%;
}


.col-lg-25 {
  width: 25%;
}


.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.lg-hidden {
  display: none;
}
.lg-visible {
  display: block;
}

/*Сетка*/

/*Типографика*/

.page {
  overflow: hidden;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
  padding: 0 15px;
}

iframe {
	border: none;
}

strong, b {
  font-weight: bold;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.alignjustify {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  webkit-justify-content: space-between;
  display: flex;
  justify-content: center;
  text-align: justify;
  text-align-last: justify;
}

.alignjustify > * {
  display: inline-block;
  display: -webkit-box;
}

.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

h1, .h1, .h1-dotted, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  font-family: Arial, sans-serif;
  line-height: 1.1;
  color: inherit;
}

h1, .h1, .h1-dotted {
  font-size: 42px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 16px;
  font-weight: bold;
}
h6, .h6 {
  font-size: 14px;
}

.h1-dotted {
  position: relative;
  padding-top: 24px;
}

.h1-dotted:before {
  content: "";
  background: url(../img/dotted.png) no-repeat;
  width: 43px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 0;
}

address {
  font-style: normal;
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: #ff8200;
  color: #919191;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  min-width: 160px;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:active {
  background: #d08813;
}

.btn-border,
button[type="submit"].btn-border {
  border: 2px solid #ff8200;
  background: transparent;
  color: #919191;
  height: 50px;
  line-height: 50px;
  margin-top: 25px;
}

.btn-border:active,
button[type="submit"].btn-border:active {
  background: #ff8200;
  color: #fff;
}

main {
  background: #f5f5f5;
}

.text_block {

}

.text_block p a,
.text_block li a {
  color: #ff8200;
  border-bottom: 1px dotted #ff8200;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.text_block p a:hover,
.text_block li a:hover {
  border-color: transparent;
}

.text_block p {
  margin-bottom: 8px;
}

.text_block h1,
.text_block .h1 {
  margin-bottom: 15px;
}

.text_block h2,
.text_block .h2 {
  margin: 30px 0 15px;
}

.text_block h3,
.text_block .h3 {
  margin: 30px 0 15px;
}

.text_block h4,
.text_block .h4 {
  margin: 30px 0 15px;
}

.text_block h5,
.text_block .h5 {
  margin: 30px 0 15px;
}

.text_block h6,
.text_block .h6 {
  margin: 30px 0 15px;
}

.text_block li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 30px;
}

.text_block ol {
  counter-reset: list1;
  margin-bottom: 15px;
}

.text_block ol li:before {
  content: counter(list1) ".";
  counter-increment: list1;
  position: absolute;
  left: 10px;
  top: 0;
}

.text_block ul {
  margin-bottom: 15px;
}

.text_block ul li:before {
  content: "";
  background: url(../img/check-icon.svg) no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.46;
}

.h3-line {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.table_wrap {
  overflow: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.table_wrap table {
  margin: 0;
}

table {
  margin: 30px 0;
}

th {
  font-weight: bold;
}

td, th {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
}

tr.highlited td {
  background: #ff8200;
  border-color: #ff8200;
}

/*Типографика*/

/*Шапка сайта*/

header {

}


.search-box {
 position: absolute;
    top: 0px;
    right: 101px;
    height: 100%;

}




.header-top {
  height: 48px;
  line-height: 48px;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}

.representative {
  position: relative;
  padding-left: 98px;
}

.representative a {
  display: block;
  width: 75px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.representative img {
  vertical-align: middle;
}

.representative .text {
  font-size: 17px;
  font-family: FreeSet, sans-serif;
}

.representative .text .vert-align {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.menu-top {

}

.menu-top li {
  display: inline-block;
  vertical-align: top;
  margin-right: 64px;
}

.menu-top li:last-child {
  margin-right: 0;
}

.menu-top a {
  color: #000;
  font-size: 17px;
  font-family: FreeSet, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-top a:hover {
  color: #ff8200;
}

.header-top .wrap {
  position: relative;
}

.header .language {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.header .language li {
  padding: 0 7px 0 9px;
}

.header .language li a {
  text-transform: none;
  font-size: 14px;
}

.auth_block {
  position: absolute;
  right: 100px;
  top: 50%;
  height: 40px;
  margin-top: -20px;
}

.login-link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.login-link:before {
  content: "";
  background: url(../img/user-icon.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.header {
  height: 90px;
  line-height: 86px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  box-shadow: 0 6px 5px rgba(0,0,0,0.05);
  z-index: 1000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-page .header {
  box-shadow: none;
}

.header-inner {
  height: 100%;
}

.main-page .header-inner {
  border-bottom: 1px solid #e7e8e8;
}

.header.active {
  background: #fff;
  height: 70px;
  line-height: 68px;
  box-shadow: 0 6px 5px rgba(0,0,0,0.05);
}

.header.active .header-inner {
  border-color: transparent;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}

.logo a {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  padding-right: 15px;
  margin-top: 5px;
}

.logo a img {
  width: 100%;
  max-height: 100%;
}

.logo .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.5;
  margin-top: 14px;
}

.header address {
  font-size: 17px;
  margin-bottom: 3px;
}

.header-contacts {
  padding-top: 9px;
  padding-bottom: 32px;
}

.header-contacts .mailto {
  color: #ff8200;
  font-weight: bold;
  font-size: 14px;
}

.header-contacts .tel {
  color: #000;
  font-size: 17px;
}

.call-link {
  color: #ff8200;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  font-size: 14px;
  border-bottom: 1px dotted transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.call-link:hover {
  border-color: #ff8200;
}

.header-contacts .alignright .inner {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

#left-menu .logo {
  padding: 0 30px;
}

#left-menu .logo a {
  width: 100%;
  max-width: none;
}

#left-menu {
  display: block !important;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-400px);
   -ms-transform: translateX(-400px);
   -o-transform: translateX(-400px);
   transform: translateX(-400px);  
  -webkit-backface-visibility: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.18);
  z-index: 9999;
}

#left-menu.fadeIn {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#left-menu .inner {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 35px 0px 220px 0px;
  width: 100%;
  min-height: 100%;
  position: relative;
}

#left-menu .logo {
  margin-bottom: 15px;
}

#left-menu .logo img {
  width: 100%;
  max-width: 162px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.left-menu {
  margin-top: 20px;
}

.left-menu > ul > li {
  border-bottom: 1px solid #e1e1e1;
}

.left-menu > ul > li:first-child {
  border-top: 1px solid #e1e1e1;
}

.left-menu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding: 10px 30px;
}

.left-menu .title {
  font-size: 16px;
  text-transform: none;
}

.left-menu .text {
  font-size: 12px;
  display: block;
  text-transform: none;
  color: #808080;
}

.left-menu li {
  padding-left: 0;
}

.left-menu li:before {
  content: none;
}

.left-menu .hidden {
  display: none;
}

.left-menu .hidden ul {
  margin-bottom: 0;
}

.left-menu ul ul li {
  border-top: 1px solid #dedddd;
}

.left-menu a {
  padding: 17px 0;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.left-menu a:hover,
.left-menu .active > a  {
  color: #ff8200;
}

.left-menu .has-submenu > a:after {
  content: "";
  border: 4px solid transparent;
  border-top: 6px solid #231f20;
  position: absolute;
  right: 0;
  top: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.left-menu .has-submenu > a:hover:after,
.left-menu .active > a:after {
  border-top: 6px solid #a60505;
}

.left-menu .active > a:after {
  -webkit-transform: rotate(180deg) translateY(6px);
  -ms-transform: rotate(180deg) translateY(6px);
  -o-transform: rotate(180deg) translateY(6px);
  transform: rotate(180deg) translateY(6px);
}

.menu-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-right: 20px;
  padding-left: 30px;
  width: 100%;
}

.menu-bottom li {
  padding-left: 0;
}

.menu-bottom li:before {
  content: none;
}

.menu-bottom address {

}

.menu-bottom .h6 {
  color: #000;
  opacity: 0.23 !important;
  text-transform: uppercase;
}

.menu-bottom .footer-contacts .tel {
  color: #000;
}

.menu-bottom .footer-contacts .mailto {
  color: #000;
}

.menu-bottom .footer-contacts {
  margin-top: 0;
}

.menu-bottom .social {
  text-align: left;
}

.menu-bottom .social a {
  background: #f2f2f2;
}

.menu-bottom .social .instagram:before {
  background-image: url(../img/instagram-black.svg);
} 

.menu-bottom .social .twitter:before {
  background-image: url(../img/twitter-black.svg);
}

.menu-bottom .social .facebook:before {
  background-image: url(../img/facebook-black.svg);
}

.menu-bottom .social .vk:before {
  background-image: url(../img/vk_black.svg);
}

.menu-bottom .social .dzen:before {
  background-image: url(../img/zen_icon.svg);
}

.menu-bottom .social .telegram:before {
  background-image: url(../img/telegram_icon.svg);
}




.open-menu:hover span,
.open-menu:hover span:before,
.open-menu:hover span:after {
  background: #ff8200;
}

.open-menu {
  display: none;
  position: absolute;
  /*right: 170px;*/
  right: 223px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  line-height: 26px;
  padding-left: 30px;
}

.open-menu span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  left: 0;
  top: 50%;
  margin-top: 0px;
}

.open-menu i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
}

.open-menu span:before,
.open-menu span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.open-menu i:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -10px;
  background: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.open-menu i:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.open-menu.active i:before {
  top: 0;
  width: 100%;
}
.open-menu.active i:after {
  bottom: 0;
}

.open-menu.active span {
  background: none;
}

.open-menu.active span:before {
  -webkit-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  -o-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.open-menu.active span:after {
  -webkit-transform: rotate(-45deg) translateZ(0);
  -ms-transform: rotate(-45deg) translateZ(0);
  -o-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.header .wrap,
.header .wrap .row,
.header .wrap .row > div {
  height: 100%;
}

.header-menu {
  position: relative;
  padding-left: 28px;
  padding-right: 150px;
  height: 100%;
}

.menu {
  height: 100%;
}

.menu > ul {
  height: 100%;
  counter-reset: list1;
}

.menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  height: 100%;
}

.menu > ul > li:last-child {
  margin-right: 0;
}

.menu > ul > li > a {
  height: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu > ul > li > a:hover,
.menu > ul > li.active > a {
  color: #ff8200;
}

.menu > ul > li > a:hover .title:after,
.menu > ul > li.active > a .title:after {
  border-top: 3px solid #ff8200;
}

.menu .vert-align {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.menu .title {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.menu .title:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 8px;
  border: 3px solid transparent;
  border-top: 3px solid #bbbcbc;
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu .text {
  display: block;
  font-size: 12px;
  color: #808080;
}

.menu > ul > li.active .submenu {
  opacity: 1;
  visibility: visible;
}

.menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  width: 245px;
  background: #fff;
  line-height: normal;
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.menu .submenu li {
  border-bottom: 1px solid #eceded;
}

.menu .submenu li:last-child {
  border-bottom: none;
}

.menu .submenu a {
  display: block;
  color: #212121;
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menu .submenu a:hover {
  background: #ff8200;
  color: #fff;
}

.header-right {
  position: absolute;
  right: 0;
  top: 0;
}

.login {

}

/*Шапка сайта*/

/*Слайдер*/

.main-page {
  padding-top: 0;
}

.slider {
  /*height: 519px;*/
  height: 350px;
}

.slider .partners {
  margin-top: 75px;
}

.slider .partners img {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
  max-height: 100%;
}

.slider .partners ul {
  letter-spacing: -0.31em;
}

.slider .partners li {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

.slider .partners li:first-child {
  padding-left: 0;
}

.slider .partners li:first-child:before {
  content: none;
}

.slider .partners li:last-child {
  padding-right: 0;
}

.slider .partners li:before {
  content: "";
  height: 16px;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 1px dotted #827c75;
}

.slider.owl-loaded {

}

.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item,
.slide {
  height: 100%;
}

.slide {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-top: 110px;
}

.slide .h1 {
  font-size: 28px;
  color: #2b2927;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 12px;
}

.slide p {
  font-family: FreeSet, sans-serif;
  color: #827c75;
  font-size: 15px;
  line-height: 1.5;
}

.slide .btn {
  margin-top: 25px;
}

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
  line-height: normal;
  height: auto;
  height: 8px;
}

.owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d2d2d2;
  margin: 0 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-dot.active {
  background: #ff8200;
  box-shadow: 0 0 0 1px #ff8200;
}

/*Слайдер*/



/*Новый поиск*/

 .totoggle{
 display:none;
 }
 
 .new-search{display:block;
     position: absolute;
    top: 0px;
    right: 101px;
    height: 100%;
	width:113px;
	
 }
 
 .new-search-inner{
     position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
	width:100%;
	background-color:black;
	opacity:0.15;
	z-index:100;
 }
 
 
 .new-search-icon{
 cursor:pointer;
 position: absolute;
  top: 38%;
    right: -26px;
    height: 20px;
	width:20px;
	z-index:150;
 }
 
 .new-search-icon img{
  width:20px;
 }
 
 
 .new-search-input{
 
  position: absolute;
    top: 0px;
    left: 5%;
    height: 100%;
	width:90%;
	z-index:150;
 }
 
 .new-search-input input{
  line-height:50px !important; 
  border:none !important;
  font-size: 16px !important;
 }
 
.new-search-input input::-webkit-input-placeholder {color: #CCC; font-size: 16px  !important; opacity: 1;}
.new-search-input input::-moz-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}
.new-search-input input::-webkit-input-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}
.new-search-input input::-moz-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}









.new-search-grey-white{
    position: absolute;
    top: 0px;
    right: 101px;
    height: 100%;
    width:56px;
	text-align: center;
    
}



.searchTop__icon__wrap 
{   
	text-align:center;
	height: 100%;
    width: 56px;
}

span.searchTop__icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

span.searchTop__icon img {
	width: 15px;
    height: 15px;
}


.searchTop__panel{
	text-align: left;
	width:300px;
	background-color:black;
	position: relative;
    left: -244px;
	height: 64px;
    line-height: 64px;
	
}

.searchTop__panel .searchTop__input{  
margin-top: 14px;   
margin-left: 12px; 
width: 208px;
height: 31px;
border-radius: 2px;
font-size: 16px  !important;
line-height:16px;
}

.searchTop__submit::-webkit-input-placeholder {color: #CCC; font-size: 16px  !important; opacity: 1;}
.searchTop__submit::-moz-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}
.searchTop__submit::-webkit-input-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}
.searchTop__submit::-moz-placeholder {color: #CCC; font-size: 16px !important; opacity: 1;}


.searchTop__submit {
	vertical-align: middle;
	border-radius: 2px;
    background: #ecf2f5;
    color: black;
    font-size: 12px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    border: 0 none;
    margin-left: 0px;
    padding: 0;
    cursor: pointer;
}

/*Новый поиск*/


/*Индексы*/

.index {
  padding-top: 25px;
  background: #fff;
}

.index_block {
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 13px 15px 9px;
}

.index_block:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.index_block:after {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}







.index_block_new {
  display:none;	
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 13px 15px 9px;
}

.index_block_new:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.index_block_new:after {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}




.index-item {
  position: relative;
  background: url(../img/chart.png) no-repeat 95% 100%;
}

.index-item:before {
  content: "";
  height: 70px;
  border-left: 1px dotted #c2c2c2;
  position: absolute;
  left: -21px;
  top: 50%;
  margin-top: -35px;
}

.row > div:last-child .index-item:after {
  content: "";
  height: 70px;
  border-left: 1px dotted #c2c2c2;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -35px;
}

.index-item li {
  margin-bottom: 2px;
  line-height: 1.4;
}

.index-item .title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-item .count {
  display: inline-block;
  vertical-align: top;
}

.index-item .count + .time {
  margin-left: 6px;
}

.index-item .time {
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
  color: #666;
}

.index-item .amount {
  color: #808080;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.index-item .amount:last-child {
  margin-right: 0;
}

.index-item .amount strong {
  margin-left: 4px;
}









.index_block_media_indexes {
  display:block;	
  position: relative;
  border: none;
  padding: 13px 15px 9px;
}

/* .index_block_media_indexes:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
} */


.index_block_media_indexes:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

/* .index_block_media_indexes:after {
  content: "";
  background: #fff;
  height: 100%;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
 */

.index_block_media_indexes:after {
  content: "";
  background: #fff;
  height: 100%;
  width: 0px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}



#new_indexes{
	background: #fff;
	/* height:174px; */
}

.index-item-media {
  background: none; 
  float:left;
  cursor:pointer; 
  
      width: 219px;
    height: 174px;
    margin-right: 9px;	

  
 /*  width:227px;
  height:160px; */
  /* border-left:1px solid black; 
  border-right:1px solid black;
   background: #fff; */
   /* margin-right:15px; */
}

.media_table {
	margin-top:5px; margin-bottom:0px; margin-left:0px; margin-right:0px; width:100%;
}

.media_table tr td{
	border:0px;padding:0px; text-align:left; width:50%;padding-bottom:5px; font-size:0.9em;
}




.media_table_new {
	margin-top:5px; margin-bottom:0px; margin-left:0px; margin-right:0px; width:100%;
}

.media_table_new tr td{
	border:0px;padding:0px; text-align:left; width:50%; padding-bottom:5px; font-size:0.9em;
}



 



.index-item-media .title {
	font-size:1.1em;
	padding:3px;
	color:white;
}


.index-item-media .period_geograpfy {
	font-size:1em; font-weight:normal; color:#BFBFBF;
}


.index-item-media .ca {
	font-size:0.85em; font-weight:normal; color:#BFBFBF;
}

.index-item-media .media_table td{
	color:#BFBFBF;
}


.index-item-media .media_table td img{
	opacity:0.5;
}






.index-item-media:before {
    content: "";
    height: 0px;
    border-left: none;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
}




















.index-carousel .owl-nav {
  
}

.index-carousel .owl-nav > div {
  border: none;
  width: 1px;
  height: 1px;
  background: #e8e8e8;
  margin-top: -2px;
  z-index: 10;
}

.index-carousel .owl-nav > div:before {
  content: none;
}

.index-carousel .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 3px solid #a6a6a6;
  display: block;
  width: 0;
  height: 0;
}

.index-carousel .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 3px solid #a6a6a6;
  display: block;
  width: 0;
  height: 0;
}

.increase {
  color: #00bc00;
  position: relative;
}

.increase:after {
  content: "↑";
  margin-left: 2px;
  position: relative;
  top: -2px;
}

.decrease {
  color: #ff4842;
  position: relative;
}

.decrease:after {
  content: "↓";
  margin-left: 2px;
  position: relative;
  top: -2px;
}

/*Индексы*/

/*Виджеты*/

.widgets {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 95px;
}

.widget-item .h2 {
  margin-bottom: 22px;
}

.research_block {
  border: 1px solid #e6e6e6;
  min-height: 465px;
  padding: 0 20px;
}

.research-item:first-child {
  border-top: none;
}

.research-item {
  border-top: 1px dotted #8f8f8f;
  padding-left: 80px;
  position: relative;
  min-height: 154px;
  padding-top: 34px;
  padding-bottom: 30px;
}

.research-item .icon {
  position: absolute;
  left: 0;
  top: 60px;
  width: 46px;
  text-align: center;
}

.research-item .icon img {

}

.research-item .text {
  line-height: 1.6;
}

.research-item a {
  display: block;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.research-item a:hover {
  color: #ff8200;
}

.date {
  font-size: 12px;
  color: #8c8b8b;
  margin-bottom: 5px;
}

.press_block {
  border: 1px solid #e6e6e6;
  min-height: 465px;
  padding: 0 30px;
}

.press-item {
  padding: 43px 0;
  border-top: 1px dotted #8f8f8f;
}

.press-item:first-child {
  border-top: none;
  padding-top: 34px;
}

.press-item .h5 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 13px;
  line-height: 1.4;
}

.press-item .h5 a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.press-item .h5 a:hover {
  color: #ff8200;
}

.press-item .date {
  margin-bottom: 12px;
}

.press-info {
  padding-left: 130px;
  position: relative;
  min-height: 70px;
}

.press-info .img {
  width: 117px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.press-info .img a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  background: #f5f5f5;
}

.press-info .img img {
  vertical-align: middle;
}

.press-info .text {
  position: relative;
  top: -2px;
}

.press-info .text a {
  color: #333;
  font-size: 12px;
  display: block;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* word-break: break-all; */
  word-break: normal;
}

.press-info .text a:hover {
  color: #ff8200;
}

.news_block {
  border: 1px solid #e6e6e6;
  min-height: 465px;
}

.news-item {
  padding: 30px 30px 28px;
}

.news-img {
  margin-bottom: 23px;
}

.news-img a {
  display: block;
  overflow: hidden;
}

.news-img a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-item .date {
  margin-bottom: 6px;
}

.news-item .h5 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 13px;
  line-height: 1.4;
}

.news-item .h5 a {
  font-weight: bold;
  color: #000;
font-size: 14px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-item .h5 a:hover {
  color: #ff8200;
}

.news-item p {
  line-height: 1.7;
 font-size: 12px;   
}

.show-all {
  margin-top: 22px;
  position: relative;
  font-size: 12px;
  color: #8c8b8b;
  float: right;
  padding-left: 24px;
}

.show-all:after {
  content: "";
  display: table;
  clear: both;
}

.show-all i:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e6e5e3;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-all i:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #e6e5e3;
  position: absolute;
  left: 8px;
  top: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-all:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e6e5e3;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-all:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #e6e5e3;
  position: absolute;
  left: 8px;
  top: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-all:hover:before,
.show-all:hover:after,
.show-all:hover i:before,
.show-all:hover i:after {
  background: #827c75;
}

/*Виджеты*/

/*Ближайшие омнибусы*/

.omnibus {
  background: #f2f2f1;
  padding-top: 5px;
  padding-bottom: 30px;
}

.bus_block {
  margin-top: 20px;
}

.bus-item {
  position: relative;
}

.bus-item .inner {
  background: #fff;
  /* height: 127px; */
  height: 100px; 
  position: relative;
  padding: 25px 30px 0 120px;
  max-width: 360px;
  box-shadow: 0 6px 5px rgba(0,0,0,0.05);
  position: relative;
  z-index: 10;
}

.bus-item .icon {
  position: absolute;
  left: 0;
  /* top: 40px; */
  width: 120px;
  text-align: center;
}

.bus-item .icon img {
  max-width: 50px;
}

.bus-item .text {

}

.bus-item .h5 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 9px;
}

.bus-item li {
  font-size: 12px;
}

.bus-item .timer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 210px;
  /* height: 127px; */
  height: 100px;
  background: #ff8200;
  color: #fff;
}

.bus-item .timer:before {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #ba7a13;
  border-top: 5px solid #ba7a13;
  position: absolute;
  left: 0;
  bottom: 0;
}

.timer {
  text-align: center;
  padding-top: 44px;
}

.timer .digit {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.timer .digit span {
  font-family: FreeSet, sans-serif;
  font-size: 34px;
  font-weight: bold;
  display: block;
  line-height: 0.4;
  margin-bottom: 6px;
}

.timer .divider {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  font-family: FreeSet, sans-serif;
  font-weight: bold;
  line-height: 0.3;
  margin: 0 7px;
}

/*Ближайшие омнибусы*/

/*Хлебные крошки*/

.breadcrumbs {
  font-size: 11px;
  color: #999;
  padding-top: 12px;
  padding-bottom: 16px;
}

.breadcrumbs .home-icon {
  display: block;
  background: url(../img/home-icon.svg) no-repeat;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 5px;
  color: #999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs a:first-child {
  margin-right: 7px;
  margin-left: 0;
}

.breadcrumbs a:hover .home-icon {
  opacity: 1;
}

.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px 3px;
}

/*Хлебные крошки*/

/*Задачи и решения*/

.content {
  padding-bottom: 105px;
}


.content a {
  color: #ff8200;
}

.content a.dotted {
  border-bottom:1px dotted;
}




.content h1 {
  font-weight: normal;
  margin-bottom: 21px;
}

.content_block {
  background: #fff;
  box-shadow: 0 6px 5px rgba(0,0,0,0.05);
  margin: 0 -40px;
  padding: 32px 40px 48px;
}

.content .tabs {
  border-bottom: 2px solid #000;
  font-size: 14.2px;
  margin-bottom: 38px;
}

.content .tabs + .text_block {
  color: #666;
  line-height: 1.8;
  padding-top: 20px;
  padding-bottom: 40px;
}

.content .tabs ul {
  margin-bottom: -2px;
  letter-spacing: -0.31em;
}

.content .tabs .alignjustify li {
  width: auto;
}

.content .tabs .alignjustify a {
  padding: 0 30px;
}

.content .tabs li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.content .tabs li.active a {
  background: #ff8200;
  color: #fff;
}

.content .tabs li.active a span {
  border-color: transparent;
}

.content .tabs a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  padding: 0 15px;
}

.content .tabs a:after {
  content: "";
  border: 11px solid transparent;
  border-top: 10px solid #ff8200;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -19px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.content .tabs li.active a:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.content .tabs a:hover span {
  border-color: transparent;
}

.content .tabs a span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  border-bottom: 1px dotted #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.items_1 li {
  width: 100%;
}

.items_2 li {
  width: 50%;
}

.items_3 li {
  width: 33.33%;
}

.items_4 li {
  width: 25%;
}

.items_5 li {
  width: 20%;
}

.items_66 li {
  width: 16.66%;
}

.items_661 li {
  width: 20%;
}


.items_6 li,
.items_7 li,
.items_8 li,
.items_9 li,
.items_10 li {
  width: 14.2857%;
}

.task_block .h2 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding-top: 32px;
  margin-bottom: 28px;
}

.task-content td {
  border: 1px solid #e1e1e1;
  width: 50%;
  padding: 48px 40px 38px;
  vertical-align: top;
}

.task-item {
  position: relative;
  padding-left: 90px;
  min-height: 50px;
}

.task-item .icon {
  width: 100%;
  max-width: 43px;
  position: absolute;
  left: 0;
  top: 7px;
}

.task-info {
  font-size: 15px;
}

.task-info .h3 {
  margin-bottom: 18px;
}

.task-info p {
  line-height: 1.6;
}

.up {
  position: relative;
  margin: 40px auto 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 5px rgba(0,0,0,0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.up svg {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
}

.up:hover {
  background: #ff8200;
}

.up:hover .arrow-line {
  stroke: #fff;
}

.up:hover .arrow-triangle {
  fill: #fff;
}

.up .arrow-triangle,
.up .arrow-line {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.up .arrow-line {
  stroke: #000;
}

/*Задачи и решения*/

/*Услуги и методы*/

.accordion {

}

.acc-item {
  border-top: 1px solid #d8d7d7;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.acc-item:last-child {
  border-bottom: 1px solid #d8d7d7;
}

.acc-item > a {
  display: block;
  color: #333;
  height: 75px;
  line-height: 75px;
}

.acc-item .btn {
  display: inline-block;
  width: auto;
  color: #fff;
  height: 56px;
  line-height: 56px;
  margin-top: 10px;
  font-size: 20px;
}

.acc-item .btn:last-child {
  margin-bottom: 30px;
}

.acc-item a .icon {
  width: 62px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  margin-left: 10px;
  top: 7px;
}

.acc-item a .icon svg {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  height: 100%;
  padding: 10px;
  fill: #bfbfbf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.acc-item a:hover .icon svg,
.acc-item.active .icon svg {
  fill: #ff8200;
}

.acc-item.active {
  border-color: #666;
}

.acc-item a .h3 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 75px;
  padding-left: 100px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.acc-item .show-text {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.acc-item .show-text .show {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  padding-right: 24px;
}

.acc-item .show-text .show:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid rgba(59,56,53,0.2);
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/arrow-bottom.svg) no-repeat 50% 60%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.acc-item a:hover .show-text .show:after {
  border: 1px solid rgba(59,56,53,1);
}

.acc-item.active .show-text .show:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.acc-item.active .show-text {
  background: #f7f7f7;
}

.acc-item .hidden {
  display: none;
  padding-left: 370px;
  padding-right: 170px;
  padding-bottom: 20px;
  line-height: 1.85;
  margin-top: -56px;
}

.acc-item .chart_block {
  overflow-x: auto;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.chart {
  min-width: 500px;
}

.acc-item.active .chart_block {
  opacity: 1;
  visibility: visible;
}

/*Услуги и методы*/

/*Новости*/

.tabs + .filters {
  margin-top: -5px;
}

.filters {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.filters li {
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  margin-bottom: 5px;
}

.filters li:last-child {
  margin-right: 0;
}

.filters li a {
  color: #999;
  border-bottom: 1px dotted #999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filters li.active a {
  border-color: transparent;
  color: #000;
}

.filters li a:hover {
  border-color: transparent;
}

.filters .calendar {
  margin-top: -6px;
}

.filters .calendar.center {
  text-align: center;
}

.filters .calendar {
  text-align: right;
}

.calendar {
  position: relative;
}

.calendar .date-choose {
  position: relative;
  font-size: 20px;
  border-bottom: 1px dotted #000;
  margin-left: 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.calendar .date-choose:hover {
  border-color: transparent;
}

.calendar .date-choose:before {
  content: "";
  background: url(../img/calendar-icon.svg) no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -25px;
  top: 5px;
}

.calendar input[type="text"] {
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  border: none;
  z-index: -1;
}

.datepicker--day-name {
  color: #ff8200 !important;
}

.news-page .row {
  margin: 0 -30px;
}

.news-page .row > div {
  padding: 0 30px;
}

.news-single-item:first-child {
  padding-top: 0;
}

.news-single-item {
  color: #787878;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  /* padding-top: 25px; */
  padding-top: 15px;
}

.feed-single-item {
  border-bottom: 0px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.feed-single-item-first {
  border-bottom: 0px solid #e8e8e8;
  border-top: 0px solid #e8e8e8;
}

.news-single-item .img {
  margin-bottom: 35px;
}

.news-single-item .img a {
  display: block;
}

.news-single-item .img a:hover img {
  opacity: 0.9;
}

.news-single-item .img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-single-item .date {
  color: #929292;
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.news-single-item .h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.news-single-item .h3 a {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-single-item .h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.news-single-item .h4 a {
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-single-item .h3 a:hover,
.news-single-item .h4 a:hover {
  color: #ff8200;
}

.press-single-item {
  font-size: 13px;
  color: #787878;
  padding-left: 170px;
  min-height: 135px;
  position: relative;
  margin-bottom: 50px;
}

.press-single-item .img {
  width: 147px;
  height: 110px;
  line-height: 110px;
  position: absolute;
  left: 0;
  top: 25px;
  text-align: center;
}

.press-single-item .img a {
  display: block;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
}

.press-single-item .img a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.press-single-item .img img {
  max-height: 100%;
  padding: 15px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.press-single-item .info {

}

.press-single-item .date {
  color: #929292;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: -25px;
  margin-bottom: 10px;
}

.press-single-item .h4 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.press-single-item .h4 a {
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.press-single-item .h4 a:hover {
  color: #ff8200;
}

.press-single-item p {

}

/*Новости*/

/*Пагинация*/

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.pagination .prev,
.pagination .next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  position: relative;
}

.pagination .prev:hover:before,
.pagination .next:hover:before {
  background: #ff8200;
}

.pagination .prev:hover:after {
  border-right: 4px solid #ff8200;
}

.pagination .next:hover:after {
  border-left: 4px solid #ff8200;
}

.pagination .prev:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #a1a1a1;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination .prev:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -3px;
  border: 3.5px solid transparent;
  border-right: 4px solid #a1a1a1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination .next:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #a1a1a1;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination .next:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -3px;
  border: 3.5px solid transparent;
  border-left: 4px solid #a1a1a1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination ul {
  display: inline-block;
  vertical-align: top;
}

.pagination li {
  display: inline-block;
  margin: 0 -4px;
  width: 36px;
  height: 36px;
}

.pagination li a {
  color: #3b3835;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination li.active a {
  background: #ff8200;
  color: #fff;
}

.pagination li a:hover {
  color: #ff8200;
}

/*Пагинация*/

/*Контакты*/

.contacts {
  padding-top: 17px;
  padding-bottom: 30px;
}

.contacts .tabs-effect {
  font-size: 18px;
}

.contacts .tabs-effect ul {
  letter-spacing: -0.31em;
}

.contacts .tabs-effect li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.contacts .tabs-effect a {
  padding-top: 12px;
  padding-bottom: 18px;
  display: block;
  color: #999;
  background: #e6e6e6;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts .tabs-effect .icon {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-bottom: 5px;
}

.contacts .tabs-effect .icon svg {
  fill: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts .tabs-effect .moscow-icon svg {
  height: 55px;
}

.contacts .tabs-effect .spb-icon svg {
  height: 61px;
}

.contacts .tabs-effect a:hover {

}

.contacts .tabs-effect li.active .icon svg {
  fill: #fff;
}

.contacts .tabs-effect li.active a {
  color: #fff;
  background: #ff8200;
}

.contacts-address {
  padding-top: 55px;
}

.contact-item {
  text-align: center;
}

.contact-item .icon {
  line-height: 54px;
  margin-bottom: 20px;
}

.contact-item .icon img {
  vertical-align: middle;
}

.contact-item .h6 {
  font-size: 10px;
  color: #929292;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.contact-item address {
  font-size: 24px;
  font-family: FreeSet, sans-serif;
}

.contact-item address a {
  color: #333;
}

.contact-item address span {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.contacts .map {
  height: 500px;
  margin-top: 40px;
}

.contacts .map > * {
  width: 100%;
  height: 100%;
}

.contacts-mail {
  margin-top: 53px;
}

.contacts-mail .h6 {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 13px;
}

.contacts-mail address a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px dotted #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts-mail address a:hover {
  border-color: transparent;
  color: #ff8200;
}

/*Контакты*/

/*Вакансии*/

.job_block .acc-item .hidden {
  padding-left: 100px;
  padding-top: 50px;
}

.job_block .acc-item a .h3 {
  width: 100%;
  padding-right: 140px;
  max-width: none;
}

/*Вакансии*/

/*Сотрудничество*/

.tabs-content .bg-header {
  margin-top: -38px;
}

.bg-header {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #fff;
  height: 312px;
  position: relative;
  margin-top: 8px;
}

.bg-header .bottom-text {
  padding: 0 30px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bg-header .h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-content {
  color: #333;
  padding: 0px 50px 10px;
  font-size: 15px;
}

.coop-content {
  font-size: 20px;
  color: #000;
  padding-bottom: 50px;
  padding-top: 15px;
}

.page-content .h3 {
  font-weight: bold;
  color: #000;
  margin-bottom: 27px;
}

.page-content p {
  margin-bottom: 10px;
}

.coop_block .h2 {

}

.coop-items .row > div:nth-of-type(2) .coop-item:before {
  content: "";
  background: url(../img/arrow-dots.png) no-repeat;
  width: 58px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: -73px;
  margin-top: -18px;
}

.coop-item {
  position: relative;
  text-align: center;
  min-height: 340px;
  background: #fff;
  font-size: 16px;
  padding: 75px 30px 30px;
  color: #000;
}

.coop-item .count {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #ff8200;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  top: -65px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: FreeSet, sans-serif;
  color: #fff;
  z-index: 10;
}

.coop-item .count strong {
  font-size: 65px;
}

.coop-item .h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.coop-item p {
  opacity: 0.77;
}

.coop-item p a {
  font-weight: bold;
  color: #000;
  border-color: transparent;
}

.coop-items {
  margin: 60px -50px 0;
  background: #ff8200;
  color: #fff;
  padding: 25px 50px 0;
}

.coop-items .h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 105px;
}

.coop-items .row {
  margin: 0 -45px;
}

.coop-items .row > div {
  padding: 0 45px;
}

.coop-item .download_block {
  margin-top: 5px;
}

.download_block {
  position: relative;
  min-height: 74px;
  line-height: 74px;
}

.download_block .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 30px;
  max-width: 56px;
}

.download_block .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
}

.download_block .text a {
  color: #000;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.download_block .text a:hover {
  color: #ff8200;
  border-color: #ff8200;
}

.download_block .size {
  color: #333;
  margin-top: 10px;
}

.btn-mail {
  height: 46px;
  line-height: 46px;
  background: #fff;
  color: #000;
  font-weight: normal;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #c2c2c2;
}

.btn-mail:hover {
  background: #eee !important;
}

.btn-mail:before {
  content: "";
  background: url(../img/mail-icon-2.svg) no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  opacity: 0.34;
  margin-right: 15px;
}

.coop-item .btn {
  margin-top: 25px;
}

.coop-text {
  min-height: 100px;
}

/*Сотрудничество*/

/*Заказать исследование*/

.order_block {
  padding-top: 27px;
  padding-bottom: 27px;
}

.order_block .coop-item {
  min-height: 1px;
}

.order_block .coop-text {
  min-height: 1px;
}

.order_block .input-field {
  line-height: 50px;
  letter-spacing: -0.31em;
}

.order_block .input-field .label {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 50%;
  letter-spacing: normal;
  padding-right: 30px;
}

.order_block .input-field .input {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: normal;
  line-height: normal;
}

.order_block p {
  margin-bottom: 25px;
}

.order_block form {
  margin-top: 90px;
}

/*Заказать исследование*/

/*О компании*/

.management_block {
  margin-top: -29px;
}

.management_block .row > div:nth-of-type(1) .manag-item,
.management_block .row > div:nth-of-type(2) .manag-item {
  border-color: transparent;
}

.manag-item {
  position: relative;
  padding-left: 130px;
  min-height: 100px;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 43px;
  padding-top: 42px;
}

.manag-item .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 42px;
}

.manag-item .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.manag-item .info {

}

.manag-item .h4 {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.manag-item .job {
  font-size: 10px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.manag-item .descr {
  overflow: hidden;
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.manag-item .descr:after {
  content: "";
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.manag-item .descr p {
  margin-bottom: 10px;
}

.manag-item .descr.active {
  height: 144px;
}

.manag-item .descr.active:after {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.show-descr {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 13px;
  color: #000;
  padding-right: 26px;
}

.show-descr:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../img/arrow-bottom.svg) no-repeat 50% 60%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-descr:hover:after {
  border-color: #000;
}

.history_block {
  background: #f2f2f2;
  margin-top: -38px;
}

.scroll-content {
  position: relative;
  overflow: hidden;
  padding: 20px 35px 45px;
}

 .scroll-content:after {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);

z-index: 10;
} 

.scroll-content:before {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%);

z-index: 10;
} 

.scroll-content ul {
  position: relative;
  z-index: 10;
}

.scroll-content .before-text {
  position: absolute;
  left: 0;
  padding-left: 50px;
  top: 100px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  opacity: 0.12;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scroll-content .before-text.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.scroll-content .after-text {
  width: 400px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 120px;
  line-height: 1.2;
  font-size: 100px;
  opacity: 0.12;
  padding-right: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scroll-content .after-text.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.scroll-content li {
  position: relative;
  width: 240px;
  float: left;
  margin-right: 40px;
  cursor: pointer;
}

.scroll-content li:first-child:before {
  content: normal;
}

.scroll-content li:before {
  content: "";
  height: 1000px;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: -20px;
  top: -20px;
}

.scroll-content li a {
  color: #000;
}

.scroll-content li a > .year {
  font-size: 32px;
  opacity: 0.12;
  font-family: FreeSet, sans-serif;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scroll-content .info {
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  padding: 25px 20px 20px;
  line-height: 1.5;
}

.scroll-content .info .year {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 13px;
}

/*.scroll-content li:hover .year,*/
.scroll-content li.active .year {
  opacity: 1;
}

.scroll-content .info p {

}

.scrollbar_block {
  position: relative;
  height: 62px;
  line-height: 60px;
  background: #e6e6e6;
  padding: 0 15px;
}

.scrollbar {
  position: relative;
  z-index: 20;
  padding: 0 77px;
}

.scrollbar .handle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
}

.scrollbar .handle:before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 0;
  background: #fff;
  opacity: 0.5;
  border-radius: 15px;
}

.scrollbar .handle:after {
  content: "";
  height: 62px;
  width: 2px;
  background: #ff8200;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -16px;
}

.scrollbar .handle .mousearea {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.scroll-dates {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 50px;
}

.scroll-dates ul {
  
}

.scroll-dates li {
  font-size: 15px;
  font-weight: bold;
  z-index: 10;
  padding: 0 5px;
}

.scroll-info {
  position: relative;
  min-height: 200px;
}

.scroll-info > div {
  padding: 45px 35px 50px;
}

.scroll-info .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ff8200;
  position: absolute;
  left: 35px;
  top: 47px;
  color: #fff;
  text-align: center;
}

.scroll-info .icon:after {
  content: "";
  border: 50px solid transparent;
  border-top: 15px solid #ff8200;
  position: absolute;
  left: 0;
  top: 100%;
}

.scroll-info .icon .digit {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 52px;
  font-family: FreeSet, sans-serif;
  font-weight: bold;
  position: relative;
}

.scroll-info .icon .digit span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #f2f2f2;
  line-height: normal;
  background: #ff8200;
  z-index: 10;
}

.scroll-info .icon + .text {
  padding-left: 140px;
}

.scroll-info .text {
  
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

/*О компании*/

/*Индексы*/

.news-scroll {
  background: #f2f2f2;
  margin-bottom: 25px;
  margin-top: 50px;
}

.news-scroll .scroll-content {
  padding-top: 95px;
}

.news-scroll li a > .year {
  position: absolute;
  left: -25px;
  top: -70px;
  font-size: 98px;
  opacity: 0.12 !important;
  line-height: 1;
  z-index: -1;
}

.news-scroll .scroll-content li {
  margin-right: 20px;
}

.news-scroll .scroll-content li .info {
  min-height: 130px;
}

.scroll-content .date {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.scroll-content .h5 {
  line-height: 1.3;
}

.news-scroll .scroll-content li:before {
  left: -10px;
  top: -100px;
}

/*Индексы*/

/*SCIF Panel*/

.login-page .header .btn {
  min-width: 1px;
  padding: 0 10px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin-top: 5px;
}

.login {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.login_block {
  position: relative;
  margin-top: 50px;
  background: #ff8200;
  color: #fff;
  padding: 53px 30px 35px;
}

.form-orange {
  background: #ff8200;
  color: #fff;
}

.login_block:after {
  content: "";
  background: url(../img/gift.png) no-repeat;
  width: 318px;
  height: 221px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.login-form {
  position: relative;
  margin-top: 30px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.login-form .input-field {
  margin-bottom: 40px;
}

.login-form input[type="text"],
.login-form input[type="password"],
.form-orange input[type="text"],
.form-orange input[type="password"],
.form-orange input[type="tel"],
.form-orange input[type="email"] {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: bold;
  padding-left: 50px;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus,
.form-orange input[type="text"]:focus,
.form-orange input[type="password"]:focus,
.form-orange input[type="tel"]:focus,
.form-orange input[type="email"]:focus {
  border-color: #fff;
}

.login-form input::-webkit-input-placeholder {color: #fff; font-size: 15px; opacity: 1;}
.login-form input::-moz-placeholder {color: #fff; font-size: 15px; opacity: 1;}
.form-orange input::-webkit-input-placeholder {color: #fff; font-size: 15px; opacity: 1;}
.form-orange input::-moz-placeholder {color: #fff; font-size: 15px; opacity: 1;}

.login-form .input .icon,
.form-orange .input .icon {
  position: absolute;
  left: 10px;
  top: 0;
  width: 35px;
  height: 50px;
  line-height: 48px;
  text-align: center;
}

.login-form .input .icon img,
.form-orange .input .icon img {
  vertical-align: middle;
}

.login-form .input-checkbox,
.form-orange .input-checkbox {
  text-align: left;
  padding-top: 13px;
}

.login-form input[type="checkbox"]:not(checked) + label:before,
.form-orange input[type="checkbox"]:not(checked) + label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  background: transparent;
}

.login-form input[type="checkbox"]:not(checked) + label:after,
.form-orange input[type="checkbox"]:not(checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/checkbox-icon.svg) no-repeat 50% 50%;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-form input[type="checkbox"]:checked + label:after,
.form-orange input[type="checkbox"]:checked + label:after {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.login-form input[type="checkbox"] + label,
.form-orange input[type="checkbox"] + label {
  padding-left: 43px;
  padding-top: 3px;
}

.login-form input[type="checkbox"] + label span,
.form-orange input[type="checkbox"] + label span {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-form input[type="checkbox"] + label:hover span,
.form-orange input[type="checkbox"] + label:hover span {
  border-color: transparent;
}

.login-form .btn,
.form-orange .btn {
  background: #fff;
  font-size: 16px;
  color: #ff8200;
  margin-top: 0;
  height: 50px;
  line-height: 50px;
}

.login-form .btn:hover,
.form-orange .btn:hover {
  background: rgba(255,255,255,0.8);
}

.login-slider {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: FreeSet, sans-serif;
}

.login-slider p,
.login-slider li {
  color: #827c75;
}

.login-slider .owl-stage-outer {
  padding-top: 50px;
  margin-top: -50px;
}

.login-slide {
  text-align: left;
  padding: 0 150px;
  position: relative;
}

.login-slide img {
  width: auto !important;
  display: inline-block !important;
}

.login-slide .icon {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 150px;
  top: 50%;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
}

.login-slide .icon img {
  max-height: 100%;
  vertical-align: middle;
}

.login-slide .icon + .info {
  padding-left: 120px;
}

.login-slide .info {

}

.owl-nav {

}

.owl-nav > div {
  width: 40px;
  height: 40px;
  border: 2px solid #ff8200;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  border-radius: 50%;
  background: #fff;
}

.owl-nav > div:before {
  content: "";
  background: url(../img/slider-arrow.svg) no-repeat;
  width: 20px;
  height: 17px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-nav .owl-prev {
  left: -20px;
}

.owl-nav .owl-next {
  right: -20px;
}

.owl-nav .owl-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.login-page footer {
  background: #fff;
  color: #a8a49f;
  font-size: 13px;
  font-family: FreeSet, sans-serif;
  padding: 53px 0;
}

.login-page footer .alignleft {
  padding-top: 10px;
}

/*SCIF Panel*/

/*Scan panel*/

.scan-map {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.scan-map .map {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.map-areas li {
  text-align: left;
  font-family: FreeSet, sans-serif;
  font-size: 13px;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding: 6px 7px 5px;
  line-height: 1.4;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.animated .map-areas li {
  opacity: 1;
  visibility: visible;
}

.map-areas li:before {
  content: none !important;
}

.map-areas li:after {
  content: "";
}

.map-areas .area-1 {
  background: #5d2801;
  left: -112px;
  bottom: 60px;
}
.map-areas .area-1:after {
  background: url(../img/map/area-1.png) no-repeat;
  width: 49px;
  height: 43px;
  position: absolute;
  right: -48px;
  bottom: 100%;
}
.map-areas .area-2 {
  background: #7c3c03;
  top: 155px;
  left: -87px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.map-areas .area-2:after {
  background: url(../img/map/area-2.png) no-repeat;
  width: 55px;
  height: 22px;
  position: absolute;
  right: -50px;
  top: 100%;
}
.map-areas .area-3 {
  background: #c77000;
  top: 37px;
  left: -6px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.map-areas .area-3:after {
  background: url(../img/map/area-3.png) no-repeat;
  width: 52px;
  height: 89px;
  position: absolute;
  right: -38px;
  top: 100%;
}
.map-areas .area-4 {
  background: #944906;
  top: 333px;
  left: 70px;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.map-areas .area-4:after {
  background: url(../img/map/area-4.png) no-repeat;
  width: 45px;
  height: 87px;
  position: absolute;
  right: 50%;
  margin-right: -22px;
  bottom: 100%;
}
.map-areas .area-5 {
  background: #e38000;
  top: 65px;
  left: 245px;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.map-areas .area-5:after {
  background: url(../img/map/area-5.png) no-repeat;
  width: 51px;
  height: 140px;
  position: absolute;
  right: 50%;
  margin-right: -15px;
  top: 100%;
}
.map-areas .area-6 {
  background: #e99100;
  bottom: -25px;
  left: 495px;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.map-areas .area-6:after {
  background: url(../img/map/area-6.png) no-repeat;
  width: 102px;
  height: 127px;
  position: absolute;
  right: 105%;
  bottom: 25px;
}
.map-areas .area-7 {
  background: #ff8200;
  right: -127px;
  top: 87px;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.map-areas .area-7:after {
  background: url(../img/map/area-7.png) no-repeat;
  width: 173px;
  height: 81px;
  position: absolute;
  right: 100%;
  top: 100%;
}

/*Scan panel*/

/*Лендинг*/

.welcome {
  background: #eaeaea;
  padding-top: 92px;
  padding-bottom: 100px;
  font-family: FreeSet, sans-serif;
  font-size: 18px;
  min-height: 500px;
}

.welcome_block {
  position: relative;
}

.welcome_block .img {
  position: absolute;
  right: -103px;
  top: -70px;
}

.welcome_block .info {
  position: relative;
  z-index: 10;
}

.welcome h1 {
  line-height: 1.2;
  margin-bottom: 19px;
}

.welcome p {
  color: #827c75;
  line-height: 1.3;
  max-width: 570px;
}

.welcome .btn {
  margin-top: 35px;
  font-family: Arial, Helvetica, sans-serif;
}

.features {
  padding: 60px 0;
  background: #fff;
}

.feat-item {
  position: relative;
  height: 164px;
  color: #fff;
  font-family: FreeSet, sans-serif;
}

.feat-item .icon {
  width: 140px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  margin-top: -82px;
  line-height: 164px;
  text-align: center;
}

.feat-item .icon img {
  max-height: 100%;
  vertical-align: middle;
  padding: 15px;
}

.feat-item .icon + .info {
  padding-left: 140px;
}

.feat-item .info {
  padding-top: 32px;
}

.feat-item .digit {
  font-size: 50px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  line-height: 1.1;
  margin-bottom: 5px;
  word-spacing: -6px;
}

.feat-item p {
  font-size: 15px;
  line-height: 1.2;
}

.gifts {
  text-align: center;
  padding-top: 62px;
  padding-bottom: 60px;
}

.gifts-carousel {
  margin-top: 50px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 7px 25px rgba(80, 80, 80, 0.14);
}

.gift-item {
  position: relative;
  height: 255px;
}

.gift-item:before {
  content: "";
  height: 100%;
  border-left: 1px dotted #827c75;
  position: absolute;
  left: -20px;
  top: 0;
}

.gift-item .img {
  height: 180px;
  line-height: 180px;
  text-align: center;
}

.gift-item .img img {
  padding: 15px;
  max-height: 100%;
  vertical-align: middle;
  width: auto !important;
  display: inline-block !important;
}

.gift-item .gift-name {
  color: #000;
  line-height: 39px;
}

.gift-item .gift-name .h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}

.gifts-carousel .owl-nav > div {
  margin-top: -20px;
}

.how {
  background: #fff;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 54px;
}

.how_block {
  margin-top: 55px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: list1;
}

.how-item {
  position: relative;
  font-size: 15px;
  color: #827c75;
  font-family: FreeSet, sans-serif;
  line-height: 1.3;
}

.how_block .row > div:nth-of-type(1) .how-item:before {
  content: none;
}

.how-item:before {
  content: "";
  background: url(../img/how-arrow.png) no-repeat;
  width: 37px;
  height: 13px;
  position: absolute;
  left: -40px;
  top: 26px;
}

.how-item .icon:before {
  content: counter(list1);
  counter-increment: list1;
  position: absolute;
  left: -15px;
  top: -5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #ff8200;
  border-radius: 50%;
}

.how-item .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 70px;
  line-height: 70px;
  margin-bottom: 12px;
}

.how-item .icon img {
  max-height: 100%;
  vertical-align: middle;
}

.how-item p {

}

.research-info {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 60px;
}

.research-info .h1-dotted {
  margin-bottom: 45px;
}

.research-info .h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.research-info p {
  color: #827c75;
  font-size: 18px;
  font-family: FreeSet, sans-serif;
  line-height: 1.3;
}

.research-info .btn {
  margin-top: 55px;
}

.welcome-form {
  text-align: center;
  color: #fff;
  background: #ff8200;
  padding-top: 33px;
  padding-bottom: 40px;
}

.welcome-form .h1 {
  margin-bottom: 10px;
}

.welcome-form .msg {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px 3px;
  font-size: 15px;
  font-family: FreeSet, sans-serif;
  background: rgba(202,109,0,0.3);
  margin-bottom: 40px;
}

.welcome-form .form {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.welcome-form .form form {
  position: relative;
  z-index: 10;
}

.welcome-form .form .img {
  position: absolute;
  right: -235px;
  bottom: -40px;
}

.welcome-form .form .btn {
  margin-top: 30px;
}

.footer-white {
  background: #fff;
  text-align: center;
  color: #95908b;
  font-size: 13px;
  font-family: FreeSet, sans-serif;
  padding: 53px 0;
}

/*Лендинг*/

/*Подвал сайта*/

footer {
  background: #2b2927;
  color: #fff;
  padding-top: 70px;
}

footer .h6:first-child {
  margin-top: 0;
}

footer .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #393837;
  padding-bottom: 17px;
  margin-bottom: 21px;
  margin-top: 35px;
}

.footer-top {
  padding-bottom: 26px;
}

.footer-top .row {
  margin: 0 -35px;
}

.footer-top .row > div {
  padding: 0 35px;
}

.footer-item {
  
}

.footer-item li {
  margin-bottom: 8px;
  line-height: 1;
}

.footer-item a {
  color: #b2b2b2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-item a:hover {
  color: #fff;
}

.footer-contacts address {
  margin-bottom: 15px;
}

.footer-contacts .h6 {
  font-size: 11px;
  opacity: 0.2;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 4px;
}

.footer-contacts .tel {
  font-size: 14px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-contacts .mailto {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dashed #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-contacts .mailto:hover {
  color: #ff8200;
  border-color: #ff8200;
}

.footer-contacts p {
  font-size: 14px;
  line-height: 1.5;
}

.social {
  letter-spacing: -0.31em;
  margin-top: 11px;
}

.social a {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #413f3d;
  margin-right: 9px;
}

.social a:before {
  content: "";
}

.social a:hover:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateY(360deg) translateZ(0);
  -ms-transform: rotateY(360deg) translateZ(0);
  -o-transform: rotateY(360deg) translateZ(0);
  transform: rotateY(360deg) translateZ(0);
}

.social .vk:before {
  background: url(../img/vk.svg) no-repeat;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}

.social .dzen:before {
  background: url(../img/zen_icon.svg) no-repeat;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}

.social .instagram:before {
  background: url(../img/instagram.svg) no-repeat;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
}

.social .twitter:before {
  background: url(../img/twitter.svg) no-repeat;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}

.social .telegram:before {
  background: url(../img/telegram.svg) no-repeat;
  width: 25px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -6px;
}

.social .facebook:before {
  background: url(../img/facebook.svg) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -7px;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 23px;
  padding-bottom: 25px;
}

.footer-bottom .copyright {
  font-size: 12px;
 /* text-transform: uppercase; */
  opacity: 0.4;
}

.language {
  
}

.language li:before {
  border-color: #827c75;
}

.footer-bottom .created {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #979796;
}

.footer-bottom .created a {
  color: #ff8200;
}

.language ul {
  letter-spacing: -0.31em;
}

.language li {
  letter-spacing: normal;
  /* display: inline-block; */
  vertical-align: top;
  position: relative;
  padding: 0 10px 0 12px;
}

.language li:last-child {
  padding-right: 0;
}

.language li:first-child:before {
  content: none;
}

.language li:before {
  content: "";
  height: 12px;
  border-left: 0px dotted #827c75;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.language a {
  font-size: 11px;
  color: #827c75;
  text-transform: uppercase;
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  display: inline;
}

.language .active {
  color: #ff8200;
}

/*Подвал сайта*/

/*Поля формы*/

.input-field {
  position: relative;
  margin-bottom: 11px;
}

.input-field .label {
  font-size: 20px;
  font-family: FreeSet, sans-serif;
}

.input-field .label span {
  color: #ff0000;
}

form .btn {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  margin-top: 25px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
textarea {
  font-family: FreeSet, sans-serif;
  font-size: 20px;
  color: #000;
  padding-left: 18px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  height: 50px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: #f5f5f5;
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="search"] {
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {color: #333; font-size: 10px; opacity: 0.45;}
input::-moz-placeholder {color: #333; font-size: 10px; opacity: 0.45;}
textarea::-webkit-input-placeholder {color: #333; font-size: 10px; opacity: 0.45;}
textarea::-moz-placeholder {color: #333; font-size: 10px; opacity: 0.45;}

input:focus,
textarea:focus {
  outline: none;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type=tel]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=tel]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type=email]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=email]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea {
  height: 200px;
  resize: none;
  overflow: auto;
}

button[type="submit"] {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

/*Поля формы*/

/*Всплывающие окна*/

.pop_wrap {
  display: block !important;
}

#overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  cursor: pointer;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#overlay.fadeIn {
  opacity: 0.7;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.fancybox-inner {
  cursor: pointer;
}

.fancybox-slide--current .pop {
   opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}

.pop {
  display: none;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pop_success {

}

.close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-btn:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn:hover {
  opacity: 0.7;
}

/*Всплывающие окна*/

/*Ошибки*/

.error {
  border-color: red!important;
}

/*Ошибки*/

/*Стилизация чекбоксов и радиокнопок*/

.input-checkboxes,
.input-radios {
  padding-top: 19px;
  padding-bottom: 7px;
}

.input-checkbox,
.input-radio {
  margin-bottom: 10px;
  line-height: normal;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  min-height: 16px;
  display: inline-block;
  vertical-align: top;
}

input[type="checkbox"]:not(checked),
input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"]:not(checked) + label,
input[type="radio"]:not(checked) + label {
  position: relative;
  padding: 0px 0 0 25px;
}

input[type="checkbox"]:not(checked) + label:before,
input[type="radio"]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
  border: 1px solid #d7d7d7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #ff8200;
  border-color: #ff8200;
}

/*Стилизация чекбоксов и радиокнопок*/

/*Табы*/

.tabs-effect-content {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.tabs-effect-content > div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tabs-effect-content > div.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

/*Табы*/

/*Медиа запросы*/

/*Ховеры*/

@media screen and (min-width: 1201px) {

  .btn:hover {
    background: #d08813;
  }

  .btn-border:hover,
  button[type="submit"].btn-border:hover {
    background: #ff8200;
    color: #fff;
  }

}

/*Ховеры*/

/*Tablet landscape */

@media screen and (max-width: 1120px) {

  body {
    cursor: pointer;
  }

  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

  .header-contacts {
    text-align: right;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .header-contacts .row > div:first-child address:first-child {
    display: none;
  }

  .header-contacts .alignright .inner {
    text-align: right;
  }

  .slide {
    padding-top: 160px;
  }

  .slider .partners {
    margin-top: 45px;
  }

  .widget-item {
    margin-bottom: 60px;
  }

  .widgets {
    padding-bottom: 60px;
  }

  .news_block {
    min-height: 1px;
  }

  .news-img {
    text-align: center;
  }

  .bus_block {
    margin-top: 30px;
  }

  .bus-item {
    margin-bottom: 30px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .omnibus {
    padding-bottom: 70px;
  }

  .footer-contacts {
    margin-top: 50px;
  }

  .social {
    text-align: center;
  }

  .footer-top {
    padding-bottom: 50px;
  }

  .index-item {
    background: none;
  }

  .content .tabs a {
    font-size: 14px;
  }

  .content .tabs .alignjustify {
    display: block;
    text-align: center;
    text-align-last: center;
  }

  .content .tabs .alignjustify > * {
    display: inline-block;
  }

  .content .tabs .items_5 li,
  .content .tabs .items_6 li,
  .content .tabs .items_66 li,
  .content .tabs .items_661 li,
  .content .tabs .items_7 li,
  .content .tabs .items_8 li,
  .content .tabs .items_9 li,
  .content .tabs .items_10 li {
    width: 25%;
  }

  .content .tabs a:after {
    content: none;
  }

  .acc-item a .h3 {
    font-size: 20px;
    padding-left: 80px;
    max-width: 300px;
  }

  .acc-item .hidden {
    padding-left: 320px;
  }

  .page-content {
    padding-left: 0;
    padding-right: 0;
  }

  .owl-nav .owl-prev {
    left: -10px;
  }

  .owl-nav .owl-next {
    right: -10px;
  }

  .login-page footer .alignleft {
    padding-top: 0;
  }

  .logo .text {
    padding-left: 15px;
  }

  .logo a {
    padding-right: 15px;
    width: 160px;
  }

  .welcome_block .img {
    max-width: 400px;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .feat-item .icon {
    width: 100px;
  }

  .feat-item .icon img {
    padding: 20px;
  }

  .feat-item .icon + .info {
    padding-left: 100px;
    padding-right: 15px;
  }

  .feat-item .digit {
    font-size: 34px;
    word-spacing: 0;
  }

  .research-info p br {
    display: none;
  }

  .scroll-content .before-text {
    font-size: 46px;
    top: 110px;
  }

  .scroll-content .after-text {
    width: 300px;
  }

  .index-carousel .owl-nav > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  .index-carousel .owl-nav .owl-prev {
    left: -12px;
  }

  .index-carousel .owl-nav .owl-prev:after {
    left: 7px;
  }

  .index-carousel .owl-nav .owl-next:after {
    right: 7px;
  }

  .index-carousel .owl-nav .owl-next {
    right: -12px;
  }

  .index_block:before,
  .index_block:after {
    content: none;
  }
  
  
  .index_block_new:before,
  .index_block_new:after {
    content: none;
  }
  
  

  .open-menu {
    display: block;
  }

  .menu {
    display: none;
  }

}

/*Tablet portrait*/

@media screen and (max-width: 900px) {

  article.onepic {
	  display:none;
  }


  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

  .header-contacts .tel {
    font-size: 17px;
  }

  .logo a {
    padding-right: 15px;
    width: 155px;
  }

  .logo .text {
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    margin-top: 13px;
  }
  
  .header {
    height: 80px;
    line-height: 78px;
  }

  .header-menu .menu {
    display: none;
  }

  .slider {
    height: 480px;
  }

  .slide .h1 {
    font-size: 36px;
  }

  .slide p {
    font-size: 16px;
  }

  .index-item {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .row > div:nth-of-type(2n+2) .index-item:after {
    content: "";
    height: 70px;
    border-left: 1px dotted #c2c2c2;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -35px;
  }

  .research_block,
  .press_block {
    min-height: 1px;
  }

  .footer-top .row {
    margin: 0 -15px;
  }

  .footer-top .row > div {
    padding: 0 15px;
  }

  h1, .h1, .h1-dotted {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }

  .items_1 li {
    width: 100%;
  }

  .items_2 li {
    width: 50%;
  }

  .items_3 li {
    width: 33.33%;
  }

  .content .tabs .items_4 li,
  .content .tabs .items_5 li,
  .content .tabs .items_6 li,
  .content .tabs .items_66 li,
  .content .tabs .items_661 li,
  .content .tabs .items_7 li,
  .content .tabs .items_8 li,
  .content .tabs .items_9 li,
  .content .tabs .items_10 li {
    width: 33.33%;
  }

  .breadcrumbs {
    padding-top: 30px;
  }

  .task_block .h2 {
    padding-top: 10px;
  }

  .task-content td {
    padding-left: 30px;
    padding-right: 30px;
  }

  .task-item {
    padding-left: 70px;
  }

  .acc-item .hidden {
    padding-left: 0 !important;
    padding-top: 55px;
  }

  .contacts .tabs-effect a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-item address {
    font-size: 20px;
  }

  .contacts-mail .h6 {
    margin-top: 30px;
  }

  .contacts-mail {
    margin-top: 20px;
  }

  .bg-header {
    height: 250px;
  }

  .order_block form {
    margin-top: 50px;
  }

  .order_block .coop-item {
    margin-top: 50px;
    text-align: center;
  }

  .management_block .row > div:nth-of-type(2) .manag-item {
    border-top: 1px solid #e8e8e8;
  }

  .scroll-dates li:nth-of-type(2n+2) {
    display: none;
  }

  .login-page .header {
    padding-bottom: 30px;
  }

  .login-page .header .btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0;
  }

  .login-page .logo .text {
    font-size: 14px;
  }

  .login-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .login-slide .icon {
    left: 30px;
  }

  .owl-nav {
    display: none;
  }

  .welcome_block .img {
    top: auto;
    bottom: -100px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .feat-item {
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .feat-item .digit {
    font-size: 50px;
  }

  .gifts-carousel .owl-dots {
    bottom: -35px;
  }

  .scroll-content .before-text {
    display: none;
  }

  .scroll-content .after-text {
    display: none;
  }

  .map-areas li:after {
    content: none;
  }

  .map-areas ul {
    margin-top: 30px;
    letter-spacing: -0.31em;
  }

  .map-areas li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    position: static;
    margin: 0 2px 4px !important;
  }

  .scan-map {
    margin-bottom: 20px;
  }

  .coop-items .row {
    margin: 0 -15px;
  }

  .coop-items .row > div {
    padding: 0 15px;
  }

  .coop-items .row > div:nth-of-type(2) .coop-item:before {
    content: none;
  }

  .logo-text {
    display: inline-block;
  }

  .index-carousel .owl-nav {
    display: block;
  }
  
  .new-search {top:6px;}
  .new-search-input {top: -7px;}

}


/*Smartphone*/

@media screen and (max-width: 600px) {

  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }

  h1, .h1, .h1-dotted {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 16px;
  }

  .header-menu {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .header {
    
  }

  .header .logo {
    
  }

  .header .logo .text {
    text-align: left;
    display: none;
  }

  .header-contacts,
  .header-contacts .alignright,
  .header-contacts .alignright .inner {
    text-align: center;
  }

  .index-item:after {
    content: "";
    height: 70px;
    border-left: 1px dotted #c2c2c2;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -35px;
  }
  
  
  .index-item-media:after {
    content: "";
    height: 0px;
    border-left: none;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
  

  .index {
    padding-top: 40px;
  }

  .widgets {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .omnibus {
    padding: 40px 0 20px;
  }

  .bus-item .inner {
    max-width: none;
  }

  .bus-item .timer {
    position: static;
    width: 100%;
  }

  .bus-item .timer:before {
    content: none;
  }

  footer {
    padding-top: 40px;
  }

  .footer-top {
    padding-bottom: 10px;
  }

  .footer-item {
    margin-bottom: 40px;
  }

  .footer-contacts {
    margin-top: 0;
  }

  .footer-bottom .language {
    text-align: right;
  }

  .footer-bottom .alignright {
    text-align: center;
  }

  .footer-bottom .created {
    margin-top: 20px;
  }

  .social {
    text-align: left;
  }

  .content .tabs a {
    font-size: 16px;
  }

  .content .tabs .items_2 li,
  .content .tabs .items_3 li,
  .content .tabs .items_4 li,
  .content .tabs .items_5 li,
  .content .tabs .items_6 li,
  .content .tabs .items_66 li,
  .content .tabs .items_661 li,
  .content .tabs .items_7 li,
  .content .tabs .items_8 li,
  .content .tabs .items_9 li,
  .content .tabs .items_10 li {
    width: 50%;
  }

  .task-content table {
    display: block;
  }

  .task-content tr {
    display: block;
  }

  .task-content td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
  }

  .content {
    padding-bottom: 60px;
  }

  .acc-item a .icon {
    width: 52px;
    height: 50px;
    line-height: 50px;
    top: 12px;
  }

  .acc-item a .h3 {
    padding-left: 65px;
    font-size: 16px;
    max-width: 280px;
  }

  .acc-item .show-text {
    width: 100px;
    font-size: 12px;
  }

  .acc-item .hidden {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 50px;
    padding-right: 130px;
  }

  .filters .calendar {
    margin-top: 20px;
  }

  .pagination .prev,
  .pagination .next {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-item {
    margin-bottom: 30px;
  }

  .contacts .map {
    margin-top: 10px;
  }

  .contacts-mail {
    text-align: center;
  }

  .contacts .tabs-effect li {
    width: 100%;
  }

  .acc-item a .icon {
    margin-left: 0;
  }

  .job_block .acc-item a .h3 {
    position: relative;
    padding-right: 110px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: normal;
  }

  .bg-header {
    height: 200px;
  }

  .bg-header .bottom-text {
    padding: 0 15px 15px;
  }

  .page-content {
    padding-top: 25px;
    font-size: 16px;
    padding-bottom: 20px;
  }

  .coop-item .download_block {
    margin-top: 30px;
  }

  .order_block .input-field {
    line-height: normal;
    margin-bottom: 20px;
  }

  .order_block .input-field .label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .order_block .input-field .input {
    width: 100%;
  }

  .input-checkboxes, .input-radios {
    padding-top: 5px;
  }

  .manag-item {
    padding-left: 0;
  }

  .manag-item .photo {
    position: static;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .manag-item .h4 {
    font-size: 20px;
  }

  .scroll-content li {
    width: 180px;
    margin-right: 20px;
  }

  .scroll-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-content .info {
    font-size: 12px;
  }

  .scroll-info .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .scroll-info > div {
    padding: 30px 20px;
  }

  .scroll-info .icon + .text {
    padding-left: 0;
  }

  .scroll-info .text {
    font-size: 16px;
  }

  .scrollbar .handle:before {
    width: 100px;
    margin-left: -50px;
  }

  .scrollbar {
    padding: 0 30px;
  }

  .scroll-dates {
    padding: 0 20px;
  }

  .scroll-dates li {
    font-size: 13px;
    padding: 0 5px;
  }

  .scroll-content li:before {
    left: -10px;
  }

  .acc-item .show-text {
    height: 75px;
    background: #fff !important;
  }

  .login-form .input-checkbox {
    padding-top: 0;
  }

  .login-form .input-field {
    margin-bottom: 20px;
  }

  .login-form .alignright {
    text-align: center;
    margin-top: 5px;
  }

  .login-slide .icon + .info {
    padding-left: 0;
  }

  .login-slide .icon {
    position: static;
    margin: 0 auto 30px;
    height: auto;
    line-height: normal;
  }

  .login-page footer .alignleft,
  .login-page footer .alignright {
    text-align: center;
    margin-bottom: 30px;
  }

  .login-page footer {
    padding-bottom: 23px;
  }

  .login_block:after {
    width: 200px;
    height: 139px;
    background-size: cover;
  }

  .welcome {
    padding: 60px 0;
  }

  .welcome h1 br {
    display: none;
  }

  .welcome_block .img {
    max-width: 250px;
    right: -50px;
  }

  .features {
    padding-bottom: 30px;
  }

  .how-item {
    margin-bottom: 90px;
  }

  .how-item .icon {

  }

  .how-item:before {
    left: 50%;
    top: -50px;
    margin-top: 0;
    margin-left: -7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .how_block {
    margin-bottom: -80px;
  }

  .map-areas li {
    font-size: 11px;
  }

  .coop-items .row > div:nth-of-type(2) .coop-item {
    margin-bottom: 50px;
  }

  .coop-items .row > div:nth-of-type(2) .coop-item:before {
    content: "";
    top: -150px;
    left: 50%;
    margin-top: 0;
    margin-left: -29px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .coop-item {
    margin-bottom: 200px;
    min-height: 1px;
  }

  .index-item {
    text-align: center;
  }

  .index-item ul {
    display: inline-block;
    text-align: left;
  }
  
  
  .index-item-media ul {
    display: block;
    text-align: left;
  }

  .header-img {
    display: none;
  }
}

@media screen and (max-width: 480px) {

	form.search{
		right:118px;
		top:-14px;
	}

  .header {
    height: 60px !important;
    line-height: 58px !important;
  }

  .header-menu {
    padding: 0;
  }

  .representative .text {
    font-size: 10px;
  }

  .logo a {
    width: 100%;
    max-width: 110px;
    padding-right: 0;
  }

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

  .slider {
    height: 400px;
  }

  .slide {
    padding-top: 110px;
  }

  .slide .h1 {
    font-size: 24px;
  }

  .slide p {
    font-size: 14px;
  }

  .slide p br {
    display: none;
  }

  .owl-dots {
    bottom: 20px;
  }

  .slide .btn {
    margin-top: 30px;
  }

  .bus-item .inner {
    height: auto;
    padding-bottom: 20px;
  }

  footer .h6 {
    font-size: 12px;
  }

  .footer-contacts .tel {
    font-size: 14px;
  }

  .items_2 li,
  .items_3 li,
  .items_4 li,
  .items_5 li,
  .items_6 li,
  .items_66 li,
  .items_661 li,
  .items_7 li,
  .items_8 li,
  .items_9 li,
  .items_10 li {
    width: 100% !important;
  }

  .task-content td {
    padding: 30px;
  }

  .task-item {
    padding-left: 0;
  }

  .task-item .icon {
    position: static;
    margin-bottom: 30px;
  }

  .acc-item a .icon {
    width: 42px;
    height: 40px;
    line-height: 40px;
    top: 16px;
  }

  .acc-item a .h3 {
    padding-left: 45px;
    font-size: 14px;
    max-width: 200px;
  }

  .acc-item .hidden {
    padding-top: 60px !important;
  }

  .text_block {
    font-size: 12px;
    line-height: 1.6;
  }

  .text_block li {
    margin-bottom: 10px;
  }

  .text_block ul li:before {
    top: 4px;
  }

  .press-single-item .img {
    position: static;
    width: 110px;
    height: 82px;
    line-height: 82px;
    margin-left: auto;
    margin-right: auto;
  }

  .press-single-item {
    padding-left: 0px;
  }

  .press-single-item .date {
    margin-top: 10px;
  }

  .login-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .welcome {
    padding-bottom: 100px;
  }

  .welcome_block .img {
    width: 100%;
    max-width: 200px;
    right: auto;
    left: 50%;
    bottom: -150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .feat-item .digit {
    font-size: 34px;
  }

  .gift-item {
    height: 180px;
  }

  .gift-item .img {
    height: 120px;
    line-height: 120px;
  }

  .gift-item .gift-name .h6 {
    font-size: 13px;
    word-break: break-all;
  }

  .gifts-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }

  .research-info p {
    font-size: 15px;
  }

  .map-areas li {
    font-size: 10px;
  }

  .auth_block {
    right: 40px;
  }

  .open-menu {
    right: 90px;
  }

  .header .language li:before {
    content: none;
  }

  .search-box {right: 68px;}
  
  .new-search {right: 68px;  top: -3px;}
  
   .new-search-input {top:4px;}
   
   
   .new-search-grey-white{right:29px;}
}


@media screen and (max-width: 423px) {
	form.search{
		display:none !important;
	}
}	


@media screen and (max-width: 320px) {

  body,
  .header {
    width: 320px;
  }

  .pop {
    min-width: 290px;
    left: 15px;
  }
  
  
  form.search{
		display:none !important;
	}
  

  .new-search {right: 68px;} 
}

/*Медиа запросы*/


.footer-top .gallup {
  margin-top: 35px;
    width: 100%;
    max-width: 140px;
}

.footer-top .esomar {
  width: 100%;
  max-width: 140px;
  margin-top: 22px;
}
.footer-top .globalnr {
  width: 100%;
  max-width: 140px;
  margin-top: 22px;
}

.news-single-item p {margin-bottom:20px;}


.search-box-inner {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 34%;
}



.search-box .input {
    position: absolute !important;
    top: 3px !important;
    right: 0px !important;
    box-sizing: border-box !important;
    width: 20px !important;
    height: 20px !important;
	line-height: 20px !important;
    padding: 0px 3px 0px 7px !important;
    outline: none !important;
    font-size: 10px !important;
    border-radius: 50px !important;
    color: #ffa400 !important;
    border: 3px solid #ffa400 !important;
    transition: all 0.8s ease !important;
}



.search-box .input.active {
  width: 150px !important;
  right: 100px !important;
}

.search-box .input.animate {
	transform: rotate(-360deg) !important;
  right: 100px !important;
}


.search-box .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffa400;
}
.search-box .input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffa400;
}
.search-box .input::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffa400;
}
.search-box .input::-moz-placeholder {
  /* Firefox 18- */
  color: #ffa400;
}







.search-box .romir_search_btn {
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    background: #ffa400 !important;
    border-radius: 50% !important;
    right: 0px !important;
    top: 0px !important;
    cursor: pointer !important;
    text-align: center !important;
    line-height: 20px !important;
    font-size: 10px !important;
    color: #fff !important;
    transition: all 0.8s ease !important;
}


.search-box .romir_search_btn.animate {
  transform: rotate(-360deg) !important;
  right: 100px !important;
}



.search_category {
  /* position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px; */
  width: 245px;
  background: #fff;
  line-height: 2em;
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* opacity: 0; */
  /* visibility: hidden; */
}

.search_category li {
 
  border-bottom: 1px solid #eceded;
}

.search_category li:last-child {
  border-bottom: none;
}

.search_category a {
  display: block;
  color: #212121;
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search_category a:hover {
  background: #ff8200;
  color: #fff;
}

a.btn_more {
    margin-top: 25px;
	display: inline-block;
    vertical-align: top;
	text-align: center;
	min-width: 160px;
    padding: 0 30px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-weight: normal;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #c2c2c2;
	height: 46px;
    line-height: 46px;
    background: #fff;
	color: #ff8200;
	}
	
a.btn_more:hover {
  background: #EEEEEE;
  
}


div.page_print{
position: absolute;
    top: -20px;
    right: 48px;
    width: 30px;
    height: 30px;
	cursor:pointer;
}

div.page_print img{

    width: 30px;
	opacity:0.5;
  
}	



div.page_rss{
position: absolute;
    top: -20px;
    right: 113px;
    width: 30px;
    height: 30px;
	cursor:pointer;
}

div.page_rss img{

    width: 30px;
	opacity:0.5;
  
}		




.form-group {
  margin-bottom: 15px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group input::-webkit-input-placeholder {
    font-size: 20px;
}


@media print {
  .printSelected > * {display: none; }
  .printSelected >.printSelection { display: block; padding:15px;}
  }
 .printSelection{display:none;}
 
 
 
 
 
/*новый поиск*/
.search {
 /* width: 350px; */
 width: 174px; 
  /*height: 100px;*/
  height: 95px;
  /*height: 100px;*/
  position: absolute;
  top: 0px; 
 /* right: 46px;*/
 right: 60px;
  overflow: hidden;
}
.search-input {
  background: none !important;
 
  width: 100% !important;
  height: 100% !important;
  /*padding: 0 65px 21px 60px !important;*/
  padding: 0 65px 31px 40px !important;
  position: absolute !important;
  z-index: 1;
  border: none !important;
  outline: none;
  background-color: rgba(255, 255, 255, 0.15) !important;
  /*color: #ddd !important;*/
  color: black !important;
  font-size: 16px !important;
  letter-spacing: .3px;
  -webkit-transform-origin: 10%;
          transform-origin: 10%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  font-family: 'PT Sans', sans-serif;
}
.search-button {
  position: absolute;
  right: 61px;
  bottom: 41px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
 /* border: 3px solid #fff; */
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-tap-highlight-color: transparent;
}
.search-button::-moz-focus-inner {
  border: 0;
}
.search-label {
  position: absolute;
  top: -15px;
  left: 60px;
  width: 325px;
  height: 77px;
  line-height: 95px;
  /*color: #ddd;*/
  color: black;
  font-size: 20px;
  letter-spacing: .3px;
  pointer-events: none;
  overflow: hidden;
}
.search-label div {
  white-space: pre;
}
.search-border {
  width: 18px;
  height: 1px;
  position: absolute;
  right: 52px;
  bottom: 36px;
  /*bottom: 12px; */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*background-color: #fff;*/
  background-color: black;
  cursor: pointer;
}
.search-text {
  opacity: 0;
  pointer-events: none;
}
.search:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  left: 40px;
  top: 21px;
  /*background-color: #fff;*/
  background-color: black;
  opacity: 0;
  transition: opacity .3s;
}
.search.edge:before {
  /*opacity: 1;*/
  display:none;
}
.search-close {
  position: absolute;
  right: 15px;
  top: -10px;
  z-index: 5;
  /*color: #fff;*/
  color: black;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}
.search-close.visible {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .4s;
}

.search input::-ms-clear {
  display: none;
} 


.num_place{
  border-width: 3px;
  border-color: rgb(243, 156, 44);
  border-style: solid;
  border-radius: 50%;
  /* position: absolute;
  left: 116px;
  top: 347px; */
  line-height:14px;
  width: 20px;
  height: 20px;
  z-index: 13;
   display: block; 

}

.post_template {
  display: none;
}

article p {
  color: black;
  font-size: 16px;
  font-family: Arial;
}

.btnSubcribe {
  background-color: rgb(245, 131, 25);
  color: #FFFFFF;
  border: 1px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .09);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, .09);
  cursor: pointer;
}

.btnSubcribe:hover {
  opacity: 0.8;
}


.flexRow {
  display: flex;
  flex-direction: row;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.input-select select {
  font-family: FreeSet, sans-serif;
  font-size: 20px;
  color: #000;
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: auto;
  border: 1px solid #d7d7d7;
  height: 50px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* header block */
@font-face {
  font-family: FreeSet;
  src: url(../fonts/FreeSetC.ttf) format('truetype');
}

@font-face {
  font-family: FreeSetBold;
  src: url(../fonts/FreeSetBoldC.ttf) format('truetype');
}

@font-face {
  font-family: FreeSetDemi;
  src: url(../fonts/FreeSetDemiC.ttf) format('truetype');
}

.titleHeaderText {
  font-family: Arial;
  font-size: 34px;
  font-weight: bold;
  line-height: 37.4px;
  letter-spacing: -0.01em;
  text-align: left;
  color: black;
}

ul.titleHeaderList {
  font-size:0;
}
ul.titleHeaderList li{
  font-size:14px;
  display:inline;
  margin:0;
  padding-right:20px;
  font-family: Arial;
  list-style-type: none;
}
ul.titleHeaderList li::before {
  color: #FF8200;
  content: '■'; /* Сам маркер */
  padding-right: 7px; /* Расстояние от маркера до текста */
  font-size: 20px;
}

.header-img {
  max-width:200px;
}

.header-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-block {
  height: 250px;
}

