@font-face {
  font-family: 'NotoSerifBold';
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot');*/
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url('/user/fonts/NotoSerifBold/NotoSerif-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSerifRegular';
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot');*/
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url('/user/fonts/NotoSerifBold/NotoSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot');*/
  /*src: url('/user/fonts/NotoSerifBold/noto_serif_bold-webfont.eot?#iefix') format('embedded-opentype'),*/
  src: url('/user/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*------------- Base class ------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1e2024;
  background-color: #f4f4f4;
  line-height: 1;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
  width: 100%;
}

.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.d-t {
  display: table;
}
.d-t.w100 {
  width: 100%;
}
.t-cell {
  display: table-cell;
}

.w-100 {
  width: 100%;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

#js-popup-search .wrapper {
  background-color: black;
}

.wrapper {
  max-width: 982px;
  padding: 0 10px;
  margin: 0 auto;
}

button {
  cursor: pointer;
}
/*------------- Base class ------------*/

/*==== Header ==========*/

.header {
  min-height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(30, 32, 36, 0.08);
  -moz-box-shadow: 0 2px 3px rgba(30, 32, 36, 0.08);
  box-shadow: 0 2px 3px rgba(30, 32, 36, 0.08);
  /*margin-bottom: 10px;*/
}

.header-main {
  min-height: 60px;
}
.header-main > .d-t {
  width: 100%;
}
.header-main > .d-t > .t-cell {
  vertical-align: top;
}
.header-main > .d-t > .t-cell:last-child {
  width: 84%;
}
.top-right {
  /*width: 84%;*/
}
.logo {
  margin-top: 12px;
  display: inline-block;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.menu-main {
  display: table;
  float: left;
  margin-top: 3px;
  width: 120%;
}

.menu-main li {
  display: table-cell;
  text-align: left;
}
.menu-main li a {
  display: inline-block;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #1e2024;
  padding: 21px 0 21px;
  border-bottom: 2px solid transparent;
}

.menu-main li a.active,
.menu-main li a:hover {
  border-color: #f78a0b;
}
/* .menu-main li:last-child > a {
    color:#f58023;
} */
.menu-main li:nth-child(5) a {
  /*padding-left: 0;*/
  color: #689f38;
}
.menu-top {
  /*padding-top: 20px;*/
}
.menu-top .toggle-menu {
  /*margin-top: 22px;*/
}

.menu-main li:last-child a {
  color: #f58023;
}

.toggle-menu {
}

.toggle-menu {
  padding-left: 29px;
  font-size: 13px;
  text-transform: uppercase;
  border: 0;
  outline: none;
  position: relative;
}
.menu-main li a.toggle-menu {
  padding-left: 29px;
  text-transform: none;
}

.toggle-menu:before {
  content: ' ';
  background: url('/user/img/icon_nav.png') 0 1px no-repeat;
  width: 17px;
  height: 14px;
  position: absolute;
  display: block;
  left: 0;
  top: 20px;
}

.toggle-menu span {
  display: none;
  font-weight: bold;
  color: #1e2024;
  text-transform: uppercase;
}
.toggle-menu strong {
  font-weight: normal;
}

.bl-img.h-mob {
  width: 320px;
}

.btn-search {
  display: block;
  height: 59px;
  line-height: 59px;
  padding: 0 10px;
  /*border-left: 1px solid #EBEBEB;*/
}
.btn-search i {
  background: url('/user/img/icon_nav.png') 0 -65px no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 23px;
}
.btn-person {
  display: block;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 18px;
}
.btn-person i {
  background: url('/user/img/icon_nav.png') 0 -30px no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 23px;
}

.login-person {
  display: block;
  height: 46px;
  border-left: 1px solid #ebebeb;
  padding: 7px 17px 7px 20px;
}

.login-person img {
  width: 46px;
  height: 46px;
  max-width: 100%;
  float: left;
  margin-right: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.photo-news img {
  width: 60px;
  height: 60px;
  max-width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 10px;
}
.photo-news p {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: 700;
}

.login-person i {
  background: url('/user/img/icon-arrow.png') 0 -56px no-repeat;
  width: 9px;
  height: 6px;
  display: inline-block;
  top: 29px;
  cursor: pointer;
  position: absolute;
}
.login-person > div {
  min-width: 135px;
  padding: 10px 5px 0 0;
  float: left;
}
.login-person > div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
  width: 99.9%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login-person > div p,
.login-person > div p a {
  font-size: 12px;
  color: #a8a8a9;
}
.top-right .d-t {
  width: 100%;
}
.top-right .d-t .t-cell {
  vertical-align: top;
}
.top-right > .d-t > .t-cell:nth-child(2) {
  width: 40%;
}
/*---------------- Currency ------------------------*/

.panel-s {
  background-color: #fff;
  /*-webkit-box-shadow: 0 0 2px rgba(20,20,21,.4);*/
  /*-moz-box-shadow: 0 0 2px rgba(20,20,21,.4);*/
  /*box-shadow: 0 0 2px rgba(20,20,21,.4);*/
  border: 1px solid #dddddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  display: block;
}
.com-news {
  /*clear: both;*/
}
.currency {
  padding: 23px 20px 3px 20px;
  margin-bottom: 9px;
  margin-top: 10px;
}
.currency .d-t {
  width: 100%;
}
.currency .d-t .t-cell {
  vertical-align: top;
}
.currency > .d-t > .t-cell:first-child {
  width: 50px;
}

.currency-main > a {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #f78a0b;
  font-weight: bold;
  position: relative;
  padding: 0 10px 0 0;
}
.currency-main > a:after {
  content: ' ';
  background: url('/user/img/icon-arrow.png') 0 -26px no-repeat;
  width: 6px;
  height: 4px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.currency p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.currency p a {
  color: #1e2024;
}

.currency p.smooth span {
  color: #1e2024;
  display: inline-block;
  margin-left: 3px;
}

.smooth,
p.smooth,
span.smooth {
  color: #b0b1b2;
}
.currency-list .d-t {
  width: 100%;
}
.currency-list .d-t .t-cell {
  width: auto;
  vertical-align: top;
  padding: 0 5px;
}
.currency-list .d-t .t-cell:first-child p {
  min-width: 30px;
}

.currency-list li p.smooth {
  font-weight: 600;
}

.currency-list li p {
  margin-bottom: 3px;
}
.currency-list li {
  display: block;
  float: left;
  padding-right: 10px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 20px;
}
.currency-list li:after {
  content: ' ';
  background-color: #c6c7c5;
  width: 1px;
  height: 9px;
  top: 2px;
  right: 0;
  display: block;
  position: absolute;
}

.currency-list li:last-child {
  margin-right: 0;
}
.currency-list li:last-child:after {
  display: none;
}

.c-value {
  display: inline-block;
  padding-left: 7px;
  font-size: 10px;
  font-weight: bold;
  color: #689f38;
}

.c-value.ups {
  background: url('/user/img/icon-arrow.png') 0 -9px no-repeat;
  color: #689f38;
}
.c-value.downs {
  background: url('/user/img/icon-arrow.png') 0 4px no-repeat;
  color: #e22e11;
}

.col3 {
  width: 33.3%;
}
.cont-in1 {
  padding: 0 5px;
}

.row-correction {
  margin: 0 -5px;
}

.d-mob-hide {
}
.d-mob-show {
}

.news-col {
  padding: 25px 20px 15px 29px;
}

.title {
  display: block;
  font-size: 19px;
  text-transform: none;
  font-weight: bold;
  color: #1e2024;
}
.title a {
  font-size: 19px;
  text-transform: none;
  font-weight: bold;
  color: #1e2024;
  line-height: 23px;
}
.sub-f {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}

.art-link {
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  color: #1e2024;
}

.news-col .head {
  margin-bottom: 12px;
}
.news-col .head .title {
  padding-right: 10px;
  font-size: 17px;
}
.news-col .head .smooth.lenta {
  line-height: 17px;
}
.news-col .head span {
  display: block;
}
.news-col .head span.sub-f {
  margin-top: 6px;
}

.news-list > ul > li {
  margin-bottom: 25px;
}
.news-list > ul > li:last-child {
  margin-bottom: 14px;
}

.news-link {
  font-size: 12px;
  padding-top: 5px;
}
.news-link span {
  display: inline-block;
  vertical-align: middle;
}
.tag-info {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #f98014;
}
.search-drop ul li a.tag-info {
  text-transform: uppercase;
  font-size: 11px;
  color: #f98014;
  font-family: 'Open Sans', sans-serif;
}
.news-link .tag-info {
  margin-right: 3px;
}
.news-list .art-link {
  margin-bottom: 8px;
  font-weight: normal;
}
.photo-main .photo-content .autor .tag-info {
  color: #a1a1a2;
}
.art-link.bolder {
  font-weight: bold;
}

.status-tag {
  display: inline-block;
  vertical-align: middle;
}
.status-tag li {
  display: inline-block;
  margin-right: 2px;
}

.status-tag li a {
  background: url('/user/img/icon_nav.png') 0 0 no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.status-tag li a.icon-1 {
  background-position: 0 -150px;
}
.status-tag li a.icon-2 {
  background-position: 0 -169px;
}
.status-tag li a.icon-3 {
  background-position: 0 -188px;
}
.status-tag li a.icon-4 {
  background-position: 0 -844px;
}
.status-tag li a.icon-5 {
  background-position: 0 -864px;
}
.status-tag.white li a.icon-4 {
  background-position: 0 -764px;
}
.status-tag.white li a.icon-5 {
  background-position: 0 -822px;
}

.news-link .status-tag {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.news-col-bottom {
  padding: 21px 20px;
  text-align: center;
  border-top: 1px solid #dddddd;
  display: block;
}

.sub-f.second {
  font-size: 12px;
}
.news-col-bottom .sub-f.second {
  letter-spacing: 2px;
}
.cadre {
  /*margin: 10px 10px;*/
  border: 2px solid #fff;
  height: 99%;
}

.bl-img {
  /*margin-bottom: 10px;*/
}

.letter-send input[type='text'],
.letter-send input[type='password'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  color: #fff;
  line-height: 32px;
  padding: 9px 45px 9px 9px;
  border: 1px solid #3a3a3a;
  background-color: #242424;
}
.letter-send input[type='submit'] {
  background-image: url('/user/img/icon-arrow.png');
  background-repeat: no-repeat;
  background-position: 17px -76px;
  background-color: #3a3a3a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  cursor: pointer;
}
.news-letter {
  padding: 17px 18px 17px;
  background-color: #242424;
}
.news-letter > p {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  margin-bottom: 13px;
}
.col3 .news-letter {
  margin-top: 20px;
}

.letter-send input[type='text']::-webkit-input-placeholder {
  color: #666666;
}
.letter-send input[type='text']::-moz-placeholder {
  color: #666666;
}
.letter-send input[type='text']:-ms-input-placeholder {
  color: #666666;
}
/*---------------- Currency ------------------------*/

/*==== Header and ==========*/

/*==== Content  ==========*/
.abs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.empty-ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.bl-middle {
  height: 369px;
}
.bl-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.row .col3 {
  /*overflow: hidden;*/
}
.row .col3,
.row .col6 {
  margin-bottom: 10px;
}
.head-img {
  position: relative;
  /*max-width: 574px;*/
}
.head-img .one-mews-img {
  margin: 0;
}
.head-img .one-mews-img .news-pic-in {
  text-align: left;
}
.head-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-body {
  padding: 20px 20px;
  background-color: #fff;
}
.news-body .news-link {
  margin-bottom: 12px;
}
.bl-h-news {
}

.view-small {
  display: block;
  overflow: hidden;
}
.view-small li {
  float: left;
  margin-right: 10px;
}
.view-small li:last-child {
  margin-right: 0;
}
.view-small li span {
  background: url('/user/img/icon_nav.png') 0 0 no-repeat;
  display: inline-block;
  font-size: 11px;
  padding: 2px 2px 2px 20px;
}
.view-small li span.icon-1 {
  background-position: 4px -95px;
}
.view-small li span.icon-2 {
  background-position: 0 -120px;
}

.news-poz {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.bl-img .news-body {
  min-height: 100px;
}

.white-block .news-body {
  background-color: transparent;
}
.white-block .title a,
.white-block .title span,
.white-block .title,
.white-block .view-small li span,
.white-block .ph-sm {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.bl-img .bl-h-news {
  /*height: 110px;*/
}

.news-desc span,
.news-desc {
  display: inline-block;
  height: 16px;
  background: url('/user/img/desc-bg.png') no-repeat;
}
.news-desc {
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
.news-desc span {
  position: relative;
  left: 8px;
  padding: 0 8px 0 0;
  background-position: 100% 0;
}
.head-img .news-desc {
  position: absolute;
  top: 22px;
  left: 22px;
}

.news-large {
  padding: 10px 10px 0;
}

.news-large .title.second {
  margin: 15px 0 15px;
  padding-left: 20px;
}

.title.second,
.title.second a {
  font-size: 26px;
}
.title.third,
.title.third a {
  font-size: 30px;
  line-height: 32px;
}
.col6 {
  width: 66.6%;
}

.col8 {
  width: 75%;
}

.slider-content {
  padding: 30px 0 30px;
  position: relative;
}

.container {
  overflow: hidden;
}

.back-bg {
  background-color: #242424;
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.slider-main .owl-dots {
  display: none;
}
.slider-main .owl-nav {
  overflow: hidden;
  position: absolute;
  top: -60px;
  right: 0;
}
.slider-row {
  position: relative;
}
.slider-row {
  position: relative;
}
.slider-main .owl-nav div {
  background: url('/user/img/arr-sl-samll.png') 0 0 no-repeat;
  width: 30px;
  height: 30px;
  border: 1px solid #2f302e;
  float: left;
}
.slider-main .owl-nav div.owl-prev {
  background-position: 10px 10px;
}
.slider-main .owl-nav div.owl-prev.active,
.slider-main .owl-nav div.owl-prev:active,
.slider-main .owl-nav div.owl-prev:hover {
  background-position: 10px -16px;
}

.slider-main .owl-nav div.owl-next {
  background-position: -20px 10px;
}
.slider-main .owl-nav div.owl-next.active,
.slider-main .owl-nav div.owl-next:active,
.slider-main .owl-nav div.owl-next:hover {
  background-position: -20px -16px;
}

.slider-main .title a {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-weight: 300;
}
.slider-main .news-body {
  background-color: #2f2f2f;
}
.title-white {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.slider-row .title-white {
  padding-right: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.slider-main {
  margin-bottom: 40px;
}

.row.slider-content {
  margin-bottom: 10px;
}
.bl-h-news.third {
  height: auto;
}

.news-body .bl-h-news p {
  line-height: 18px;
  margin-bottom: 10px;
  /*max-height: 53px;*/
  overflow: hidden;
}

.bl-h-news.third .title {
  margin-bottom: 10px;
}
.tag-info.poz-1 {
  position: absolute;
  top: 22px;
  left: 22px;
}
.empty-block .bl-h-news {
  /*min-height: 300px;*/
  height: auto;
}
.empty-block .title {
  margin-bottom: 10px;
}
.link-wr {
  height: 130px;
}
.title.white {
  color: #fff;
}
.ab-top-right {
  position: absolute;
  left: 30px;
  top: 32px;
}
.ab-top-right .title {
  margin-bottom: 5px;
}
.link-smooth {
  font-size: 11px;
  display: inline-block;
  color: #a19f9f;
  text-transform: uppercase;
}

.small-h .cadre {
  height: 98.5%;
}
.col3 .banner-cont.small-h .news-letter {
  margin-top: 9px;
  margin-bottom: 0;
}
.news-letter {
  margin-bottom: 18px;
}
.content {
  padding: 0 0 1px 0;
  margin-bottom: 30px;
}
.contact-page.mtop {
  margin-top: 30px;
}
.br-tr {
  border: 1px solid transparent;
}
/*-- Pagination ----*/

.re-pagination {
  position: relative;
  margin: 30px 0 40px;
  background-color: #fff;
  text-align: center;
  padding: 0 67px;
}

.re-pagination a.re-prev {
  background: url('/user/img/icon-arrow.png') 30px -168px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.re-pagination a.re-prev + a {
  border-left: 1px solid #e1e1df;
}
.re-pagination a.re-next {
  background: url('/user/img/icon-arrow.png') 30px -112px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #e1e1df;
  border-right: 0;
}

.re-pagination a {
  width: 45px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border-right: 1px solid #e1e1df;
  color: #1e2024;
  font-weight: bold;
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

.re-pagination a.for-desc,
.re-pagination a.for-tab,
.re-pagination a.for-mob,
.re-pagination a.for-480 {
  display: none;
}

@media screen and (min-width: 901px) {
  .re-pagination a.for-desc {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) and (min-width: 631px) {
  .re-pagination a.for-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 630px) {
  .re-pagination a.for-mob {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) and (min-width: 321px) {
  .re-pagination a.for-480 {
    display: inline-block;
  }
}

.dotted-hr {
  width: 45px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border-right: 1px solid #e1e1df;
  color: #1e2024;
  font-weight: bold;
}
.re-pagination a.active,
.re-pagination a.active:hover {
  background-color: #efefed;
}
.re-pagination a:hover {
  background-color: #f7f7f6;
}
/*-- Pagination ----*/
.text-center {
  text-align: center;
}
/*----------- Article Page ------------*/

.ab-bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.right-panel .ab-bottom-left {
  bottom: 10px;
  left: 10px;
}
.status-tag.white li a.icon-1 {
  background-position: 0 -245px;
}
.status-tag.white li a.icon-2 {
  background-position: 0 -269px;
}
.banner-cont {
  border: 1px solid transparent;
  /*padding-bottom: 1px;*/
}
.col3.fl-r .cont-in1 {
  /*padding-bottom: 1px;*/
}
/*.item-art > .col3.fl-l{*/
/*height: 370px;*/
/*}*/

/*----------- Article Page ------------*/
.contact-main a {
  color: #f78a0b;
  font-size: 14px;
  display: inline-block;
}
.col2 {
  width: 50%;
}

.col1 {
  width: 100%;
}

.in2-1 {
  padding-right: 5px;
}
.in2-2 {
  padding-left: 5px;
}
.t-a-r {
  text-align: right;
}
/*---------- Contact-page --------------*/
.contact-page {
  background-color: #fff;
  margin-top: 30px;
}
h1,
.title-four {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.title-four {
  display: block;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
h2 span {
  color: #a5a5a5;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
h4 {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}

.contact-page h1 {
  margin-bottom: 30px;
}

.contact-page h2 {
  margin-bottom: 25px;
}

.contact-main {
  padding: 30px 22px 10px 27px;
}

.contact-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}
.contact-item p {
  font-size: 14px;
  margin-bottom: 12px;
}
.contact-item p span {
  font-size: 11px;
  text-transform: uppercase;
  color: #a5a5a5;
  font-weight: bold;
}
.contact-item.first p span {
  width: 95px;
  display: inline-block;
}
.mail-info {
  margin-bottom: 35px;
}
.contact-item p.p-f {
  margin-bottom: 15px;
}
.contact-item p.p-f + p {
  margin-bottom: 6px;
}
.mail-info + .mail-info {
  margin-bottom: 23px;
}

.input-main input[type='text'],
.input-main input[type='password'],
.input-main textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
.input-main textarea {
  resize: none;
  height: 120px;
}
.input-main input[type='text'],
.input-main input[type='text'] {
  /*    height: 44px;*/
}
.form-contact .item-cor {
  margin-bottom: 18px;
}
.form-contact label {
  font-size: 10px;
  text-transform: uppercase;
  color: #a5a5a5;
  display: block;
  margin-bottom: 7px;
}
.capch {
  border: 1px solid #e1e1e1;
  margin-top: 17px;
  padding: 1px 0;
}
.capch img {
  max-width: 100%;
  height: auto;
}
.btn-black,
.btn-orange,
.btn-gray {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #2f2f2f;
  border: 0;
  outline: none;
  cursor: pointer;
}
.btn-orange {
  background: #f78a0b;
}
.btn-gray {
  background: silver;
}
.form-contact .btn-black {
  width: 133px;
  margin-left: 10px;
}

.form-contact .item-cor p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 6px;
  padding-right: 3px;
}

/*---------- Contact-page --------------*/

/*------------- Category page ---------------*/
.head.one {
  margin: 22px 0;
}

.head.one .link-smooth {
  display: block;
  margin-top: 22px;
}

.category-main {
  padding: 25px 20px 30px;
}
.sep {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.category-content .banner-cont.small-h .bl-img img {
  width: 100%;
  height: auto;
}
.category-content .banner-cont.small-h {
  margin-top: -1px;
  margin-right: -1px;
}
.category-content + .re-pagination {
  margin-top: 0;
}
.category-list {
  display: block;
}
.category-list > li {
  padding: 14px 0;
  border-top: 1px solid #ebebeb;
}
.category-list > li:first-child {
  border-top: 0;
  padding-top: 0;
}

.category-item .news-link {
  padding-top: 0;
}
.category-item .d-t {
  width: 100%;
}
.category-item .d-t .t-cell {
  vertical-align: top;
}
.category-item .d-t .t-cell:first-child {
  width: 38%;
}
.category-item .news-body {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.category-item .bl-h-news {
  /*max-height: 144px;*/
  min-height: 114px;
  height: auto;
}
.category-main .title-four {
  margin-bottom: 22px;
}
.category-main .news-body .bl-h-news p {
  /*min-height: 58px;*/
  height: auto;
}
.category-main .title {
  margin-bottom: 8px;
}

.right-panel {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #d4d5d4;
  border-radius: 0 0 0 1px;
  -webkit-border-radius: 0 0 0 1px;
  -moz-border-radius: 0 0 0 1px;
}

.news-col.right-pos {
  padding: 25px 18px 10px;
}
.news-pic-small {
  padding: 25px 18px 10px;
  border-top: 1px solid #d4d5d4;
  background-color: #fbfbfb;
}
.news-pic-small img {
  max-width: 100%;
  width: 105px;
}

.news-pic-small .title a {
  font-size: 15px;
  line-height: 16px;
}
.news-pic-small .head-img {
  float: left;
  margin-right: 15px;
}
.news-pic-small .news-body {
  padding: 0;
  background: transparent;
}
.news-pic-small .news-body .news-link {
  margin-bottom: 4px;
}
.news-pic-small .head {
  margin-bottom: 22px;
}
.news-pic-small > ul > li {
  margin-bottom: 20px;
  overflow: hidden;
}
.news-pic-small .bl-h-news {
  height: 56px;
}
.block-load {
  padding: 30px 0;
}

.block-load a > span {
  display: inline-block;
  margin-bottom: 10px;
  width: 27px;
  height: 27px;
  position: relative;
}
.block-load a > span .load-el {
  background: url('/user/img/load.png') 0 0 no-repeat;
  position: absolute;
  width: 27px;
  height: 27px;
  display: block;
}
.block-load a:hover > span .load-el {
  background-position: 0 -27px;
}
.block-load a:hover {
  color: #ff8406;
}

.block-load .loading span .load-el {
  -webkit-animation: spin 1.2s infinite linear;
  -ms-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------------- Category page ---------------*/

/* ------- News Page -----------------*/

.block-white {
  background-color: #fff;
}
.re-pagination.top-second {
  margin-top: 0;
  margin-right: -10px;
  border-bottom: 1px solid #f0f0ef;
  margin-bottom: 10px;
}

.news-wrap {
  padding: 30px 0 30px 44px;
}

.news-large.second {
  padding: 0;
}

.news-large.second .head-img img {
  display: inline-block;
}

.news-large.second .bl-h-news {
  height: auto;
}

.news-large.second .bl-h-news p.paragraph {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
}

.news-large.second .news-body {
  padding: 20px 0 8px 0;
}

.sub-ph-news {
  font-size: 10px;
}

.news-large.second .bl-h-news .sub-ph-news {
  margin-bottom: 20px;
}
.news-body .bl-h-news.art-news p {
  height: auto;
}
.head-img + .news-large.second .news-body {
  padding: 25px 0 0;
}
.news-large.second .news-link {
  margin-bottom: 20px;
}
.item-art .block-news + .news-body {
  padding-top: 0;
}
.bl-h-news.art-news .title.third {
  margin-bottom: 25px;
}
.bl-h-news.art-news .title.third a,
.bl-h-news.art-news .title.third {
  font-family: 'NotoSerifBold';
}

.block-white > .col6 > .cont-in1 {
  padding-left: 0;
}

.block-white > .col3 > .cont-in1 {
  padding-right: 0;
}
.block-white .col3.fl-r {
}
.block-white.item-art .banner-cont .bl-img img {
  width: 100%;
}

.view-small.d-ib {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 6px;
}
.article-text iframe,
.article-text embed,
.article-text object {
  max-width: 100%;
}

.article-format img {
  max-width: 100%;
  height: auto;
  padding-right: 15px;
}
.article-format p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}
.article-format p.fs-17 {
  font-size: 17px;
}
.article-format p a {
  color: #f78a0b;
  text-decoration: underline;
}
.article-format p a:hover {
  text-decoration: none;
}
/*
            .article-format p strong{
                font-size: 18px;
            }
*/
.article-format ol {
  /*list-style-type: none;*/
  padding-left: 23px;
  font-family: 'NotoSerifRegular';
  display: block;
  margin: 20px 0 30px 25px;
}
.article-format ol li {
  color: #f78a0b;
  font-family: 'NotoSerifRegular';
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 9px;
  position: relative;
}
.article-format ol li > span {
  color: #1e2024;
  font-weight: normal;
}

.article-format ol li:before {
  position: absolute;
  top: 0;
  left: -27px;
  color: #f78a0b;
  content: attr(ListNumbr);
}

.article-format ul {
  /*overflow: hidden;*/
  padding-left: 23px;
  font-family: 'NotoSerifRegular';
  display: block;
  margin: 20px 0 30px 25px;
  list-style: inherit;
}
.article-format ul li {
  color: #f78a0b;
  font-family: 'NotoSerifRegular';
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 9px;
  position: relative;
}
.article-format ul li > span {
  color: #1e2024;
  font-weight: normal;
}
.article-format ul li > p {
  color: #1e2024;
  font-weight: normal;
}

/*.article-format  ul li:before{
                        content: ' ';
                        width: 5px;
                        height: 5px;
                        -webkit-border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
                        -moz-border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
                        border-radius: 2px 3px 3px 2px/3px 3px 2px 2px;
                        background-color: #f78a0b;
                        position: absolute;
                        top: 10px;
                        left: -23px;
                    }*/

.article-video {
  clear: left;
  margin-bottom: 20px;
}

.com-news {
  margin: 30px 0 30px;
}

/* ------- News Page -----------------*/

.quote {
  border-top: 1px solid #3a3b38;
  border-bottom: 1px solid #3a3b38;
  padding: 20px 0 18px;
}
.quote p {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 14px;
  padding-left: 30px;
}
.quote p span {
  color: #a8a8a9;
}

.title.five {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}
.quote .title.five {
  font-family: 'NotoSerifBold', sans-serif;
  margin-bottom: 20px;
  padding-left: 30px;
}
.quote .title.five:before {
  content: ' ';
  background: url('/user/img/icon-arrow.png') 0 -266px no-repeat;
  position: absolute;
  width: 17px;
  height: 12px;
  top: 8px;
  left: 0;
}

.quote {
  margin: 0 0 20px;
}

.one-mews-img {
  position: relative;
  margin: 35px 0 40px;
  clear: left;
}
.caption-news-pic {
  background: url('/user/img/empty-cap.png');
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.one-mews-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.panel-s.third {
  padding: 20px 20px;
}
.news-pic-in {
  padding: 20px 20px 20px 25px;
  border-left: 3px solid #f78a0b;
}
.news-pic-in .title {
  margin-bottom: 5px;
}

.photo-count {
  background: url('/user/img/icon_nav.png') 0 -296px no-repeat;
  display: block;
  padding: 0 0 2px 20px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 12px;
}
.com-news .head {
  margin-bottom: 24px;
}
.com-new .head .title {
  font-size: 18px;
}

.com-news a.sub-f {
  color: #f6890a;
  display: inline-block;
  margin-top: 8px;
}

.com-news .row-correction {
  margin: 0 -9px;
}

.com-news .cont-in1 {
  padding: 0 9px;
}

.block-news.one-small .title a {
  font-size: 14px;
  line-height: 17px;
}

.block-news.one-small .news-body {
  padding: 15px 0 0;
}

.block-news.one-small .news-body .news-link {
  margin-bottom: 10px;
}

.block-news.one-small .bl-h-news {
  /*height: 75px;*/
}

.social-block {
  width: 100%;
}

.img-art-zoom {
  position: relative;
  left: -44px;
  margin-right: -18px;
  margin-bottom: 10px;
}

.cap-zoom {
  background: url('/user/img/empty-cap.png');
  display: blok;
  text-align: center;
  width: 38px;
  height: 38px;
}

.cap-zoom i {
  background: url('/user/img/icon_nav.png') 0 -331px no-repeat;
  display: block;
  width: 11px;
  height: 11px;
  position: relative;
  top: 14px;
  margin: auto;
  left: 1px;
}

.img-art-zoom img {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-art-zoom .cap-zoom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.down-file {
  color: #242424;
}
.down-file span,
.down-file i {
  display: inline-block;
  vertical-align: middle;
}
.down-file i {
  background: url('/user/img/icon_nav.png') 0 -364px no-repeat;
  width: 16px;
  height: 19px;
  margin-left: 10px;
}
.down-file span {
  font-size: 13px;
  font-weight: 600;
}

/*--------------------- Article ----------*/
.tag-main-article {
  margin-bottom: 30px;
}
.panel-s.files {
  clear: left;
  display: block;
  padding: 17px 17px;
  margin: 40px 0;
  text-decoration: none !important;
}
.tag-main-article strong,
.tag-main-article span,
.tag-main-article a {
  display: inline-block;
  vertical-align: middle;
}
.tag-main-article strong {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 18px;
  margin-bottom: 8px;
  color: #1e2024;
}
.tag-main-article span,
.tag-main-article a {
  padding: 7px 9px;
  background-color: #fbf5ed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 10px;
  text-transform: uppercase;
}

.comments-block {
  margin: 50px 0 30px;
}

.comments-block img {
  max-width: 100%;
  height: auto;
}

.articles-social {
  margin: 20px 0;
}

.social-gray {
  display: block;
  list-style: none !important;
}
.social-gray li {
  display: block;
  float: left;
}
.social-gray li a {
  background: url('/user/img/icon-social-small-gray.png') no-repeat;
  background-color: #fff;
  display: block;
  min-width: 52px;
  height: 43px;
  line-height: 43px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(20, 20, 21, 0.58);
  -moz-box-shadow: 0 0 2px rgba(20, 20, 21, 0.58);
  box-shadow: 0 0 2px rgba(20, 20, 21, 0.58);
  padding: 0 15px 0 33px;
  font-size: 10px;
  text-transform: uppercase;
  color: #d1d1d1;
  margin-left: 9px;
}

.social-gray li a.icon-1 {
  background-position: 14px 13px;
}

.social-gray li a.icon-2 {
  background-position: 9px -33px;
}

.social-gray li a.icon-3 {
  background-position: 10px -82px;
}

.articles-social strong {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 18px;
  color: #1e2024;
  margin-top: 16px;
}
.content-center .item-art,
.content-center .resp-bl-third {
  margin-bottom: 30px;
}
.title.fs-20 {
  font-size: 20px;
}
.item-art .title.fs-20 {
  margin-bottom: 30px;
}

.re-pagination.article-top {
  margin-top: 0;
  border-bottom: 1px solid #f0f0ef;
  margin-bottom: 20px;
  margin-right: -11px;
}

.btn-more {
  width: 318px;
  height: 43px;
  display: inline-block;
  color: #d7d7d7;
  background-color: transparent;
  font-size: 11px;
  line-height: 43px;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  font-weight: bold;
}
.item-art .btn-more {
  margin: 30px 0 9px;
}

.twit-block {
  padding: 25px 25px 25px;
  margin: 35px 0 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4eafb;
}
.twit-block img {
  max-width: 100%;
  height: auto;
}
.img-art-zoom.m-large {
  margin-right: -45px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.social-block-art {
  border: 1px solid #e1e1e1;
  width: 128px;
}

.social-block-art.fl-l {
  margin: 6px 40px 20px 0;
}
.head-social span {
  display: block;
  color: #1e2024;
  font-size: 34px;
  font-weight: 600;
}
.head-social p {
  font-size: 10px;
  color: #a8a8a9;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 11px;
}
.head-social .t-cell {
  width: 128px;
  height: 92px;
  text-align: center;
  vertical-align: middle;
}
.head-social .views-comments {
  border-top: 1px solid #e1e1e1;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.head-social .views-comments span {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 0;
  background: url(/user/img/icon_nav.png) 0 0 no-repeat;
  padding-left: 20px;
}
.head-social .views-comments .lb-comments {
  background-position: 4px -92px;
}
.head-social .views-comments .lb-views {
  background-position: 0 -118px;
}
.head-social .share-count {
  text-align: center;
  padding: 25px;
}
.head-social .share-count span {
  font-size: 30px;
  font-weight: 700;
}
.head-social p {
  letter-spacing: 1px;
}

.js-fit-video-cont {
  overflow: hidden;
  clear: left;
}

.article-text ul.art-soc-gr li:before {
  display: none;
}
.article-text ul.art-soc-gr,
ul.art-soc-gr {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.article-text ul.art-soc-gr li,
ul.art-soc-gr li {
  border-top: 1px solid #e1e1e1;
  float: left;
  margin-bottom: 0;
}
.article-text ul.art-soc-gr li a,
ul.art-soc-gr li a {
  background: url('../img/icon-soc-article.png') 0 0 no-repeat;
  width: 63px;
  height: 59px;
  border-right: 1px solid #e1e1e1;
  display: block;
}
ul.art-soc-gr li:nth-last-child(odd) a {
  border-right-color: transparent;
}

ul.art-soc-gr li a.icon-1 {
  background-position: 0 0;
}
ul.art-soc-gr li a.icon-2 {
  background-position: -66px 0;
}
ul.art-soc-gr li a.icon-3 {
  background-position: 0 -66px;
}
ul.art-soc-gr li a.icon-4 {
  background-position: -66px -66px;
}
ul.art-soc-gr li a.icon-5 {
  background-position: 0 -132px;
}
ul.art-soc-gr li a.icon-6 {
  background-position: -66px -132px;
}

/* ---------------- */
.article-text ul.ya-share2__list li:before {
  display: none;
}
ul.ya-share2__list .ya-share2__counter:before {
  width: 0;
}
.article-text ul.ya-share2__list
    /*,ul.ya-share2__list*/ {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.article-text ul.ya-share2__list li
        /*, ul.ya-share2__list li*/ {
  border-top: 1px solid #e1e1e1;
  float: left;
  margin: 0;
}
.article-text ul.ya-share2__list li a
            /*,ul.ya-share2__list li a*/ {
  background: url('/user/img/icon-soc-article.png') 0 0 no-repeat;
  width: 63px;
  height: 59px;
  border-right: 1px solid #e1e1e1;
  display: block;
}
.article-text ul.ya-share2__list li:nth-last-child(odd) a {
  border-right-color: transparent;
}

.article-text ul.ya-share2__list li.ya-share2__item_service_twitter a {
  background-position: 0 0;
}
.article-text ul.ya-share2__list li.ya-share2__item_service_gplus a {
  background-position: 2px -63px;
}
.article-text ul.ya-share2__list li.ya-share2__item_service_facebook a {
  background-position: -66px 0;
}
.article-text ul.ya-share2__list li.ya-share2__item_service_linkedin a {
  background-position: -66px -66px;
}
/*ul.ya-share2__list li a.icon-5{*/
/*background-position: 0 -132px;*/
/*}*/
/*ul.ya-share2__list li a.icon-6{*/
/*background-position: -66px -132px;*/
/*}*/

.article-text ul.ya-share2__list li.ya-share2__item_service_vkontakte a {
  background-position: 0 -174px;
}
.article-text ul.ya-share2__list li.ya-share2__item_service_viber a {
  background-position: -67px -176px;
}
.social-block-art .ya-share2__badge {
  background-color: transparent !important;
}
/*    Стилі для статті*/
.article-format blockquote {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: 20px;
  font-size: 21px;
  padding: 20px 35px;
  position: relative;
}
.article-format blockquote p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.article-format blockquote span,
.article-format blockquote em {
  padding-left: 3px;
  color: #adadad;
  font-style: normal;
}
.article-format blockquote strong {
  font-size: 25px;
  font-family: initial;
}
.article-format blockquote strong:before {
  content: '\201c';
  font-size: 26pt;
  color: #000;
  position: absolute;
  left: 0px;
  top: 24px;
  font-family: initial;
}
/*.article-format ol{
            list-style-type: none;
            counter-reset: num;
        }*/
/*.article-format ol li:before{
            content: counter(num) '. ';
            counter-increment: num;
            color: #f78a0b;
            font-weight: 700;
        }*/
.article-format h1,
.article-format h2,
.article-format h3,
.article-format h4,
.article-format h5,
.article-format h6 {
  padding-bottom: 20px;
}
.article-format table {
  -webkit-box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #f78a0b;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.article-format table td {
  padding: 20px;
  border-right: 1px solid #eee;
}
.article-format table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.article-format table tr:nth-child(odd) td:first-child {
  background-color: #f4f4f4;
}
.article-format table caption {
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #f78a0b;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
/*    Стилі для статті*/

.social-block-art .ya-share2__item_service_twitter .ya-share2__badge {
  background-color: #00aced;
}
/* ---------------- */

.cap-zoom.second i {
  background-position: 0 -399px;
}
.graph-main img {
  max-width: 100%;
  height: auto;
}

.block-graph {
  padding: 25px 25px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 4px solid #f78a0b;
}
.block-graph {
  margin: 30px 0 40px;
}
.block-graph > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.table-first {
  width: 100%;
}
.table-first tr {
}
.table-first tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-first tr:nth-child(odd) td:first-child {
  background-color: #f4f4f4;
}
.table-first tr td:first-child {
  width: 99px;
}
.table-first tr td:last-child {
  border-right: 0;
}
.table-first tr td {
  padding: 20px 10px;
  border-right: 1px solid #eeeeee;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.block-graph.second {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.block-graph.second strong {
  padding-left: 25px;
  margin-bottom: 25px;
}
.overly {
  background: url('/user/img/empty-foto.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  z-index: 100;
}

.photo-main {
  position: relative;
}
.block-photo {
  background: url('/user/img/empty-foto.png');
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  z-index: 100;
  box-sizing: border-box;
}
.block-photo_in {
  background-color: #f4f4f4;
  z-index: 1001;
  min-height: 100%;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  top: 60px;
}
.photo-main .title.third a,
.photo-main .title.third {
  font-family: 'NotoSerifBold';
}
.photo-main {
  padding-top: 30px;
}
.photo-main .title.third {
  margin-bottom: 25px;
}
.photo-main .sub-ph-news {
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .photo-main .title.third {
    margin-top: 30px;
  }
  .logo.poz-photo {
    display: none;
  }
  .overly {
    background-color: #f4f4f4;
  }
}

.autor {
  font-size: 10px;
  text-transform: uppercase;
  color: #a1a1a2;
}
.photo-main .autor {
  margin-bottom: 10px;
}

.sync1 {
  margin-bottom: 10px;
}
.photo-slider {
  margin-bottom: 25px;
}
.photo-slider .article-text {
  min-height: 100px;
}
.block-photo .comments-block {
  margin-top: 25px;
}
.close-bl {
  background: #fff url('/user/img/icon_nav.png') 19px -415px no-repeat;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ebebeb;
  display: block;
}
.block-photo .close-bl {
  position: absolute;
  top: -40px;
  right: 0;
}
/*--------------------- Article ----------*/

/*---------------- One page ----------------------*/

.section-main {
  background: url('/user/img/bg-1.jpg') center no-repeat;
  background-size: cover;
  min-height: 730px;
  height: 100%;
}

.razdel-top {
  padding-top: 20px;
  text-align: center;
}
.razdel-top .logo {
  display: inline-block;
  margin-bottom: 120px;
  clear: both;
}

.section-main h1,
.razdel-top h1 {
  font-family: 'Noto Serif', serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sub-ph-raz {
  font-size: 11px;
  text-transform: uppercase;
  color: #acacac;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.paragraph-pr {
  font-size: 17px;
  line-height: 26px;
  color: #acacac;
}
.razdel-top .paragraph-pr {
  margin-bottom: 55px;
}

.razdel-top .sub-ph-news {
  color: #fff;
}
.razdel-top .sub-ph-news .tag-info {
  color: #f78a0b;
  display: inline-block;
  margin-left: 5px;
}
.section-white .article-text p {
  font-size: 16px;
  line-height: 24px;
}
.text-wrap {
  max-width: 670px;
  margin: auto;
}
.section-white {
  padding-top: 1px;
  padding-bottom: 30px;
  background-color: #fff;
}
.section-white h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 28px;
}
.section-pic h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif', serif;
  margin-bottom: 10px;
}
.title-project {
  font-family: 'Noto Serif', serif;
  color: #747474;
  display: block;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.title-project.first {
  margin-bottom: 40px;
}
.section-white .article-text .quote p {
  font-size: 10px;
}
.section-white .article-text .quote {
}
.section-pic.bg2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-pic {
  min-height: 360px;
}
.content-intro {
  padding-top: 99px;
  text-align: center;
  padding-bottom: 20px;
}

/*=== */
.tag-large,
.tag-large span {
  display: inline-block;
  height: 39px;
  background: url('/user/img/tag.png') no-repeat;
}
.tag-large {
  line-height: 39px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.tag-large span {
  position: relative;
  left: 25px;
  padding: 0 25px 0 0;
  background-position: 100% 0;
}
/*=== */

.section-pic .tag-large {
  margin-bottom: 30px;
}

.section-white .sep {
  background-color: #c2c2c2;
}
.section-white .title-project.first + .sep {
  margin-bottom: 40px;
}
.resp-bl-second .news-body .bl-h-news p {
  height: auto;
}
.quote-second {
  margin: 0;
  border-bottom: 1px solid #f78a0b;
  padding: 0 0 20px 0;
}
.tag-large-wrap {
  border-bottom: 1px solid #f78a0b;
  text-align: center;
}
.tag-large-wrap .tag-large {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  position: relative;
  top: 20px;
  margin-bottom: 0;
}
.article-text.text-wrap h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Serif', serif;
}
.article-text.text-wrap .quote-second h3 {
  margin: 50px 0 25px;
}

.section-white + .footer {
  margin-top: 0;
}
.info-t,
.section-white .article-text p.info-t {
  font-size: 11px;
  color: #7f8082;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
/*-----------------*/
#search_background {
  transition: all 0.1s 0s;
}
#search,
#search_wrapper {
  transition: all 0.1s ease-out;
}
#search {
  transform: translateX(0) translateY(-40%);
}
.popup_visible #search {
  transform: translateX(0) translateY(0);
}

/*-----------------*/

.popup-main {
  width: 100%;
}
.popup-main .wrapper {
  position: relative;
}
.search-content {
  padding-top: 120px;
  max-width: 744px;
  margin: 0 auto;
}
.search-select {
}

/*---------------- One page ----------------------*/

/*--------------------- Page search ------------------*/

.search-select .into,
.into {
  border-bottom: 2px solid #3c3b39;
}

.search-select input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 0;
  color: #fff;
  font-size: 19px;
  /*text-transform: uppercase;*/
  font-weight: bold;
}

.search-select input[type='text']::-webkit-input-placeholder {
  color: #4b4b4b;
}

.search-select input[type='text']::-moz-placeholder {
  color: #4b4b4b;
}

.search-select input[type='text']:-ms-input-placeholder {
  color: #4b4b4b;
}

.search-select input[type='submit'] {
  background: url('/user/img/icon_nav.png') 0 -499px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
  border: 0;
  outline: none;
}

.search_close,
.menutop_close {
  background: url('/user/img/icon_nav.png') 0 -465px no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.search-sort {
  padding: 15px 0;
  border-bottom: 1px solid #30302f;
}
.search-sort span {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
  padding-right: 15px;
}
.search-sort ul {
  display: inline-block;
  vertical-align: middle;
}
.search-sort ul li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #707070;
}
.search-sort ul li:last-child {
  border-right: 0;
}
.search-sort ul li.active:before {
  content: ' ';
  background: url('/user/img/arr-sort.png') 0 0 no-repeat;
  width: 10px;
  height: 7px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -5px;
}

.search-sort ul li a {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #fff;
}

.search-select.active .search-drop {
  display: block;
}
.search-drop {
  display: none;
  padding-bottom: 30px;
}
.search-drop ul {
  margin-bottom: 35px;
}

.search-drop ul li {
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #2e2e2d;
}
.search-drop ul li a {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Noto Serif', serif;
  color: #ffffff;
}
.search-drop ul li.active a {
  color: #f98014;
}
.search-drop .news-link {
  margin-bottom: 15px;
}
.search-drop .btn-more {
  color: #828282;
  border-color: #828282;
}

.row-correction.search-res-item {
  margin: 0 -10px;
}
.search-res-item .cont-in1 {
  padding: 0 10px;
}

.res-news .title a {
  font-size: 14px;
  line-height: 17px;
  color: #1e2024;
}
.res-news .bl-h-news {
  /*height: 88px;*/
}
.res-news .news-body {
  padding: 15px 17px 15px;
}
.res-news {
  border: 1px solid #e7e7e7;
}
.search-res-item {
  padding: 0 0 10px;
}

.col4 {
  width: 25%;
}
.search-res-item .col4 {
  margin-bottom: 10px;
}

h1 a {
  font-size: 20px;
  color: #f98014;
}
.search-res-page .head {
  margin-top: 35px;
}
.search-res-item + .re-pagination {
  margin-top: 0;
}

.menu-top-content .cont-in1 {
  padding: 0 10px;
}
.menu-top-content .row-correction {
  margin: 0 -10px;
}
.menu-main.second li a {
  color: #fff;
  font-size: 13px;
  border-bottom: 0;
}
.menu-main.second {
  display: block;
  width: auto;
  overflow: hidden;
  float: none;
  margin-top: 0;
}
.menu-main.second li {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
}

.menu-main.second li:first-child {
  padding-left: 0;
  width: auto;
}

.border-bt {
  border-bottom: 1px solid #2f2f2f;
}
.menu-str .col4 {
  text-align: center;
}
.drop-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #f78a0b;
  margin-bottom: 20px;
}

.menu-struct {
  padding-top: 35px;
}

.menu-struct .col3 {
  margin-bottom: 20px;
  width: 25%;
}
.menu-struct ul li {
  display: block;
  margin-bottom: 10px;
}
.menu-struct ul li a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaaaaa;
}
.menu-struct ul li:last-child {
  margin-bottom: 0;
  width: auto;
}

.menu-top-content {
  padding-bottom: 30px;
}

/*--------------------- Page search ------------------*/

/*==== Content and ==========*/

/*==== Footer  ==========*/
.footer {
  background-color: #242424;
  /*margin-top: 30px;*/
  padding: 40px 0 30px;
}
.logo-footer {
  display: inline-block;
  margin-bottom: 30px;
}
.footer p {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul {
  display: inline-block;
  margin-bottom: 35px;
}
.footer ul li {
  display: inline-block;
  margin: 0 20px 10px 0px;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a {
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  color: #9d9d9d;
}
.footer ul li a:hover {
  text-decoration: underline;
}

/*==== Footer and ==========*/

.cadre-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-mobile {
  display: none;
}
.bg-overly {
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-color: #242424;
  /*background-size: contain;*/
}
.bg-overly .bl-middle {
  height: 369px;
}

.bl-fill-img .bg-overly {
  background-size: cover;
}

.resp-bl-first .title a {
  margin-bottom: 5px;
}

.bg-overly .view-small li span.icon-1 {
  background-position: 3px -549px;
}
.bg-overly .view-small li span.icon-2 {
  background-position: 0 -569px;
}
.mobil-block-show {
  display: none;
}

.resp-bl-first .col3.fl-r {
  width: 320px;
}

.sync1 .owl-nav div {
  background: url('/user/img/arr-slider-photo.png') 0 0 no-repeat;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  margin-top: -27px;
  position: absolute;
}

.sync1 .owl-nav div.owl-prev {
  background-position: 50% 19px;
  left: 20px;
}
.sync1 .owl-nav div.owl-next {
  background-position: 50% -43px;
  right: 20px;
}

.sync2 .owl-nav div {
  background: url('/user/img/arr-slider-photo.png') 0 0 no-repeat;
  width: 27px;
  height: 49px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  margin-top: -26px;
  position: absolute;
}

.sync2 .owl-nav div.owl-prev {
  background-position: 50% 19px;

  top: 50%;
}
.sync2 .owl-nav div.owl-next {
  background-position: 50% -43px;
  right: 0px;
  top: 50%;
}

.d-t.news-group1 {
  width: 100%;
}
.d-t.news-group1 .t-cell {
  vertical-align: top;
}
.d-t.news-group1 .t-cell:last-child {
  width: 320px;
}
.news-group1 .item-news {
  margin-bottom: 10px;
}
.pos-wievs {
  position: absolute;
  width: 85%;
  bottom: 5px;
}
.pos-wievs .clearfix {
}
.bl-img.h-mob {
  margin-bottom: 20px;
}
.banner-long {
  width: 320px;
  height: 620px;
}
.small-lg {
  width: 318px;
  height: 270px;
}

.row-news-second .col6 {
  width: auto;
  float: none;
  margin-right: 330px;
}
.row-news-second .col3 {
  width: 330px;
}
.row-news-second .col3 {
}
.row-third-news .t-right {
  margin-right: 332px;
}
.row-third-news .t-left {
  width: 332px;
}
/* ------ Item -------- */

.item-art .col6 {
  width: auto;
  float: none;
  margin-right: 326px;
}
.item-art > .col3 {
  width: 326px;
}

.item-art .col3.fl-r .cont-in1 {
  padding-right: 0;
}
/* ------ Item -------- */

/*.category-content .item-art .col6{*/
/*margin-right: 330px;*/
/*}*/
/*.category-content .item-art .col3{*/
/*width: 332px;*/
/*}*/
/*.category-content .item-art .small-lg{*/
/*width: 320px;*/
/*}*/
.item-art .small-lg {
  width: 320px;
}
.t-right .col2 {
  margin-bottom: 9px;
}
.banner-mobile .cadre {
  height: 98.5%;
}

.news-page .bl-img.h-mob {
  margin-bottom: 0;
}

.responsive-3_small .col3 {
  width: 33.3%;
}

.slider-main .head-img {
  overflow: hidden;
  position: relative;
}

.slider-main .owl-carousel .owl-item {
  overflow: hidden;
}
.slider-main .head-img a {
  display: block;
  /*        height: 100%;*/
}

.news-page .item-art {
  margin-bottom: 40px;
}

.photo-slider .owl-carousel .owl-item {
  overflow: hidden;
}

.logo.poz-photo {
  position: absolute;
  left: 0;
  top: -49px;
  margin: 0;
}
/*--------------- portrait --------------- */

.content-center {
  margin-top: 10px;
}

.item-art.second-block {
  border: 1px solid #e7e7e7;
}

.item-art.second-block .col3.fl-r .cont-in1 {
  padding-right: 0;
  padding-left: 0;
}
.item-art.second-block {
  overflow: hidden;
}
.item-art.second-block > .col3 {
  width: 320px;
}
.item-art.second-block .bl-img.h-mob {
  margin-bottom: 0;
}
.item-art.second-block .banner-cont {
  margin-top: -1px;
  margin-right: -1px;
  border: 0;
}
.item-art.second-block .bl-img.h-mob {
  width: 321px;
}
.item-art.second-block .col6 {
  margin-right: 320px;
}
.item-art.second-block > col3.fl-r .cont-in1 {
  padding-left: 0;
}
.cont-in1-second {
  padding: 1px 20px 1px 20px;
}
.title-port {
  display: block;
  text-transform: uppercase;
  color: #1e2024;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 25px 0 15px;
  line-height: 22px;
}
.letter-pr {
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.letter-pr a {
  font-weight: 600;
  color: #bababa;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  margin: 0.7%;
}
.letter-pr a:first-child {
  margin-left: 0;
}
.link-or {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f78a0b;
  display: inline-block;
}

.link-or span {
  display: inline-block;
  vertical-align: middle;
}
.arr-or-small {
  background: url('/user/img/icon-arrow.png') 0 -26px no-repeat;
  width: 6px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
}
.letter-main {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.letter-body .cont-in1 > ul {
  display: block;
}
.letter-body .cont-in1 > ul > li {
  display: block;
  margin-bottom: 15px;
}
.letter-body .cont-in1 > ul > li > a {
  font-size: 12px;
  color: #1e2024;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99.4%;
}
.letter-body .row .col3 {
  float: left;
}
.link-or .arr-or-small {
  margin-right: 7px;
}
.letter-body > .row {
  margin-bottom: 10px;
}

.letter-body .col3 .cont-in1 {
  padding-left: 0;
}
.item-art.second-block .link-or {
  /*margin-bottom: 40px;*/
  padding: 20px;
}
.company-item {
  margin: 15px 0 0;
  padding-top: 10px;
}
.company-item .row-correction {
  margin: 0 -10px;
}
.company-item .cont-in1 {
  padding: 0 10px;
}

.company-item .row .col3 {
  float: left;
  margin-bottom: 20px;
}
.company-item .row a {
  display: table;
  width: 100%;
  /*height: 140px;*/
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(20, 20, 21, 0.3);
  -moz-box-shadow: 0 0 2px rgba(20, 20, 21, 0.3);
  box-shadow: 0 0 2px rgba(20, 20, 21, 0.3);
}
.company-item a .t-cell {
  vertical-align: middle;
}
.company-item a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.re-pagination.row-second-bottom {
  margin-bottom: 0;
  margin-top: 35px;
  border-top: 1px solid #f0f0ef;
}
.h-stat {
  height: 70px;
}
.top-right.second {
  border-bottom: 1px solid #ebebeb;
}
.top-right.second .btn-search {
  background-color: #fff;
  position: relative;
  bottom: -1px;
}
.list-port {
  display: block;
  margin: 14px 0 14px 122px;
  padding-left: 15px;
}
.list-port li {
  display: block;
  float: left;
  position: relative;
  padding: 3px;
}
.list-port li:after {
  content: ' ';
  display: block;
  width: 1px;
  background: #dedede;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}
.list-port li:last-child:after {
  display: none;
}
.list-port li a {
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  color: #a0a0a0;
  font-size: 11px;
  font-weight: 600;
}
.list-port li:hover a,
.list-port li.active a {
  color: #f78a0b;
}

.menu-main li:first-child {
  padding-left: 0;
  /* padding-right: 10px;
    width: 30%;  */
  /* max-width: 110px; */
}
.menu-main li:first-child strong {
  font-weight: normal;
}
.news-pic-small + .news-col-bottom {
  background-color: #fbfbfb;
}

.personality .head-img a,
.ambit .head-img a {
  width: 93px;
  height: 93px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.ambit .head-img a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.personality .head-img a img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.block-grey {
  background-color: #f9f9f9;
  margin: 0 -20px 0 -20px;
  padding: 1px 20px 1px 20px;
}
.block-grey .news-body {
  background: none;
}

.personality .row .col3 {
  float: left;
  margin-bottom: 20px;
}
.personality .news-body {
  text-align: center;
  padding: 10px 10px;
}
.title-man {
  font-weight: bold;
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
  color: #1e2024;
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  width: 99.9%;
}
.personality .news-body p {
  font-size: 11px;
  line-height: 12px;
  color: #a9a9aa;
  height: 40px;
}
.personality {
  /*padding-top: 15px;*/
  background: transparent !important;
  color: #262626;
}

.holiday-item {
  width: 100%;
  margin-bottom: 20px;
}

.holiday-item .t-cell {
  vertical-align: top;
  padding-right: 10px;
}
.holiday-item .t-cell:first-child {
  padding-right: 18px;
}
.holiday-d {
  text-align: center;
  position: relative;
  top: -2px;
}

.holiday-month {
  padding-top: 15px;
}
.holiday-month .row {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.holiday-month .holiday-item {
  width: 50%;
  float: left;
}
.holiday-d strong {
  font-size: 22px;
  color: #f78a0b;
}
.holiday-d p {
  font-size: 11px;
  text-transform: uppercase;
  color: #f78a0b;
}

.holiday-d-txt {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1e2024;
  line-height: 15px;
}
.company-img span {
  max-height: 95px;
  display: block;
}
.company-img p {
  font-size: 11px;
  line-height: 12px;
  color: #a4a4a5;
  padding: 0 15px;
  text-align: center;
}
.company-item.second a .t-cell {
  vertical-align: top;
}

.company-item.one-center .row a {
  width: 194px;
  margin: 0 auto;
}

.company-item.one-center {
  margin: 40px 0;
}

.cont-in1-second > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.info-company p.smooth {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.info-company span {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  word-break: break-word;
}
.text-left {
  text-align: left;
}
.d-ib {
  display: inline-block;
}
.info-company .col3 {
  float: left;
}
.info-company .text-left.d-ib {
  height: 65px;
  margin-bottom: 10px;
}

.info-company {
  max-width: 550px;
  margin: auto;
}
.info-company .row {
  background: transparent !important;
}

.title-port.second {
  margin: 45px 0 25px;
}
.fs-16 {
  font-size: 16px;
}
.cont-in1-second > p.fs-16 {
  font-size: 16px;
  line-height: 22px;
}
/*нижнє затемнення алфавітного списка*/
#js-titles-list:after {
  content: ' ';
  height: 18px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 34%,
    rgba(255, 255, 255, 0.7) 64%,
    rgba(255, 255, 255, 0.9) 87%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 34%,
    rgba(255, 255, 255, 0.7) 64%,
    rgba(255, 255, 255, 0.9) 87%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 34%,
    rgba(255, 255, 255, 0.7) 64%,
    rgba(255, 255, 255, 0.9) 87%,
    rgba(255, 255, 255, 1) 100%
  );
}
#js-titles-list {
  position: relative;
}
#js-titles-list.active:after,
#js-titles-list.active2:after {
  content: none;
}
/*нижнє затемнення алфавітного списка*/

.history-group {
  display: block;
  padding-left: 43px;
}
.history-group li {
  border-left: 1px solid #ebebeb;
  position: relative;
  padding-left: 60px;
  padding-bottom: 1px;
}
.history-group li.active .year-hist:after {
  display: block;
}
.history-group li.active .year-hist {
  font-weight: bold;
  color: #131313;
}

/*.history-group li:first-child .year-hist{*/
/*padding-top: 5px;*/
/*}*/
.year-hist {
  position: absolute;
  width: 70px;
  margin-left: -52px;
  top: -6px;
  padding: 10px 18px 15px;
  left: 0;
  background-color: #fff;
  text-align: center;
  color: #cccccc;
  line-height: 16px;
}
.year-hist:after {
  content: ' ';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f78a0b;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  display: none;
}

.history-desc p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
.history-desc {
  padding-bottom: 1px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.history-group li:last-child {
  border-left: 0;
  margin-bottom: 0;
}
.history-group li:last-child .history-desc {
  margin-bottom: 0;
}
.history-group li:last-child p:last-child {
  margin-bottom: 0;
}
.history-group li.active:last-child .year-hist:after {
  top: 0;
  bottom: auto;
  margin-left: -3px;
}
.history-group li:last-child .history-desc {
  border-bottom: 0;
}
.source-main {
  width: 100%;
}
.source-main .t-cell {
  vertical-align: top;
}
.source-main .t-cell.col-first {
  width: 40%;
}

.ambit .news-body {
  padding: 0;
  float: left;
  margin-left: 15px;
  max-width: 139px;
}
.ambit .title-man {
  font-size: 18px;
  width: auto;
  white-space: normal;
  text-overflow: clip;
  overflow: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ambit p {
  font-size: 11px;
  color: #a4a4a5;
}

.source-cont {
  border-left: 1px solid #ededed;
  padding-left: 35px;
  margin-top: 20px;
}

.source-cont p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 25px;
}
.item-art.second-block .source-cont .link-or {
  margin-bottom: 0;
}

.source-main {
  margin-bottom: 20px;
}
.source-main:last-child {
  margin-bottom: 0;
}

.source-wrap {
  padding-bottom: 20px;
}

.v-am {
  vertical-align: middle;
}

.source-main .t-cell.v-am {
  vertical-align: middle;
}
.source-main .t-cell.v-am img {
  max-width: 180px;
}

.source-cont.second {
  margin-top: 0;
}

.source-wrap.gry {
  margin: 30px 0;
}
.source-wrap.gry .source-main {
  margin-bottom: 40px;
}
.source-wrap.gry .source-main:last-child {
  margin-bottom: 0;
}

.item-art.second-block .right-panel {
  margin-bottom: 60px;
}
.person-tags li {
  display: block;
  float: left;
  margin-right: 6px;
}
.person-tags li a {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  /*border: 1px solid #E6E6E6;*/
  -webkit-box-shadow: 0 0 1px rgba(20, 20, 21, 0.33);
  -moz-box-shadow: 0 0 1px rgba(20, 20, 21, 0.33);
  box-shadow: 0 0 1px rgba(20, 20, 21, 0.33);
  font-size: 12px;
  color: #a1a1a1;
  padding: 5px 10px;
  text-transform: none;
  font-weight: 600;
}
.person-tags li a:hover,
.person-tags li a.active {
  color: #1e2024;
  background-color: #f9e9d7;
  border-color: #f9e9d7;
}
.h-stat-30 {
  height: 30px;
}
.h-stat-20 {
  height: 20px;
}
.h-stat-10 {
  height: 10px;
}
.h-stat-40 {
  height: 40px;
}

.personality .head-img a.lies,
.ambit .head-img a.lies {
  background-color: #f78a0b;
}

.lies {
  position: relative;
  overflow: hidden;
  background-color: #f78a0b;
}

.lies:before {
  content: ' ';
  background-color: #f78a0b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
}

.quote.second p {
  padding-left: 104px;
}
.quote.second .title.five {
  padding-left: 104px;
  font-size: 22px;
  line-height: 26px;
}
.quote.second .title.five:before {
  left: 40px;
}
.quote.second {
  border-color: #ebebeb;
}
.sub-port,
.cont-in1-second > p.sub-port {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin: 25px 0 30px;
}
.folio-main {
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-left: -20px;
}
.folio-main-inner {
  padding: 25px 0 0 33%;
}
.folio-main-inner h1,
.folio-second h1 {
  display: inline;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.folio-second .pencil {
  font-size: 28px;
}
.folio-main-inner p,
.folio-second > p {
  font-size: 11px;
}

.info-folio {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}

.info-folio li {
  display: block;
  width: 44%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
  height: 60px;
}

.info-folio li:before {
  content: ' ';
  display: block;
  width: 11px;
  height: 2px;
  background-color: #f78a0b;
  position: absolute;
  left: 0;
  top: 5px;
}
.info-folio li span.smooth {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.info-folio li p {
  font-weight: bold;
  line-height: 14px;
}

.folio-second {
  margin-top: 25px;
}
.folio-second .personality {
  margin-bottom: 45px;
}
.folio-second .info-company .text-left.d-ib {
  height: 50px;
  margin-bottom: 10px;
  min-width: 170px;
}
.folio-second .info-company {
  margin-bottom: 50px;
}
.folio-second .head-img {
  margin-bottom: 15px;
}

/* ------ error page -----*/

.error-page {
  text-align: center;
  max-width: 620px;
  padding-top: 80px;
  margin: auto;
  padding-bottom: 100px;
}
.er-title span {
  font-size: 120px;
  font-weight: 300;
  padding: 0 25px;
  display: inline-block;
  /*background-color: #fff;*/
  color: #f36f28;
}
.er-title {
  /*background: url("/user/img/empty-error.png") 0 50% repeat-x;*/
  margin: 30px 15px 25px;
  text-align: center;
}

.error-page p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding: 0 15px;
}
.error-page p a {
  color: #f36f28;
  text-decoration: none;
}
.error-page p a:hover {
  text-decoration: underline;
}

/* ------ error page -----*/

/* ------- pop up ------- */
.custom-alert {
  min-width: 400px;
  margin-top: -100px;
}
.spt-popup {
  background: #fff;
  font-size: 14px;
  z-index: 100001;
  position: absolute;
  display: none;
  top: 0;
}

.custom-alert > div > p {
  padding: 32px 20px;
  font-size: 14px;
  background: #ececec;
}

.custom-alert .spt-pop-bottom {
  text-align: center;
}
.custom-alert .spt-pop-bottom {
  padding: 20px 20px;
  overflow: hidden;
}
.spt-pop-bottom {
  padding: 29px 36px 30px;
  background-color: #f4f4f4;
  border-top: 1px solid #fff;
}

.custom-alert .spt-pop-bottom .btn {
  display: inline-block;
}

.btn {
  background-color: #51c145;
  border-bottom: 3px solid #3a9731;
  color: #fff;
  font-size: 14px;
  min-width: 200px;
  padding: 10px 10px;
  text-align: center;
  display: block;
  height: 16px;
  line-height: 16px;
}

.spt-pop-bottom .btn {
  width: 144px;
}

.btn.b4 {
  background-color: #f36f28;
  border-bottom: 3px solid #ec5605;
  min-width: inherit;
  padding: 10px 12px;
}

.search-drop ul li > span {
  color: #fff;
}

.custom-alert .spt-pop-bottom .btn.b5 {
  float: right;
  display: none;
}
.custom-alert .spt-pop-bottom .btn {
  display: inline-block;
}

.spt-pop-bottom .btn {
  width: 144px;
}
.btn.b5 {
  background-color: transparent;
  border: 1px solid #f36f28;
  min-width: inherit;
  padding: 10px 12px;
  color: #f36f28;
}
.custom-alert.confirm .spt-pop-bottom .btn.b5 {
  display: inline-block;
}
/* ------- pop up ------- */

/*--------------- portrait --------------- */

.search-form {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.search-form input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 15px 40px 15px 15px;
  border: 1px solid #dddddd;
}
.search-form input[type='submit'] {
  background: url('/user/img/icon_nav.png') 13px -52px no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  color: transparent;
}

.img-wrap {
  background-repeat: no-repeat;
  /*background-size: cover;*/
  /*background-size: contain;*/
  background-position: center;
}
.right-panel > div:first-child {
  border-top: 0;
}

.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img {
  /*            border: 2px solid #F4F4F4;*/
  width: 98%;
}
.owl-carousel .owl-item a.active img {
  border: 2px solid #f78a0b;
  width: 98%;
}

.currency-main {
  position: relative;
}

.currency-main.active > a:after {
  background-position: 0 -36px;
}
.currency-main.active > div {
  display: block !important;
}
.currency-main > div {
  width: 50px;
  left: 50%;
  top: 20px;
  margin-left: -25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 0;
  z-index: 99999;
  position: absolute;
}
.currency-main > div:after {
  content: ' ';
  background: url('/user/img/icon-arrow.png') 0 -45px no-repeat;
  position: absolute;
  width: 10px;
  height: 5px;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.currency-main > div > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1e2024;
  padding: 5px 7px;
}
.currency-main > div > ul > li > a:hover {
  color: #f78a0b;
}

/* -- new carency -------------*/

/*
.currency-list.fl-r{
    float: none;
    width: 100%;
}
*/
.currency:hover {
  border: 1px solid #fcd2a0;
}

/* -- new carency -------------*/

.panel-s.third.com-news {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.block-photo .comments-block .hc__root,*/
/*.block-photo .comments-block .hc__clear{*/
/*clear: inherit;*/
/*}*/
.block-photo .comments-block {
  overflow: hidden;
}

/*--------- fotorama --------------*/

.photo-slider .fotorama__caption__wrap {
  background-color: #f4f4f4;
}
.photo-slider .fotorama__caption__wrap p {
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0;
}
.photo-slider .fotorama__caption__wrap p:last-child {
  /*margin-bottom: 0;*/
}

.photo-slider .fotorama__stage__shaft {
  background-color: #000;
}

.photo-slider .fotorama__arr {
  background: url('/user/img/arr-slider-photo.png') 0 0 no-repeat;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  margin-top: -27px;
  position: absolute;
}

.photo-slider .fotorama__arr.fotorama__arr--prev {
  background-position: 50% 19px;
  left: 20px;
}
.photo-slider .fotorama__arr.fotorama__arr--next {
  background-position: 50% -43px;
  right: 20px;
}
/*--------- fotorama --------------*/

/*--------------- Kurs page --------------------*/

.table-content {
  padding: 1px 0;
  margin-bottom: 50px;
}
.calendar-bl {
  margin-top: 10px;
}
.calendar-bl span {
  font-weight: 600;
  display: inline-block;
  padding-right: 26px;
  position: relative;
  color: #b0b1b2;
}
.calendar-bl span:before {
  content: ' ';
  background: url('/user/img/icon_nav.png') 0 -593px no-repeat;
  width: 13px;
  height: 15px;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}
.title-head {
  overflow: hidden;
  padding: 0 20px 2px;
}

.bg-gray {
  background-color: #fbfbfb;
  padding: 1px 0;
}

.cur-valuta {
  color: #1e2024;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.cur-valuta.light {
  color: #f78a0b;
}

.tb-curs {
  width: 100%;
  /*margin-bottom: 15px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-curs th {
  padding: 0;
}
.tb-curs th,
.tb-curs td {
  text-align: center;
  vertical-align: middle;
}
.tb-curs td,
.tb-curs th .p-r {
  padding: 15px 15px;
}
.tb-curs td,
.tb-curs th {
  border-bottom: 1px solid #e7e7e7;
}
.tb-curs td,
.tb-curs th:last-child {
  border-right: 1px solid #e7e7e7;
}
.tb-curs tr td:last-child {
  /*border-right: 0;*/
}
.tb-curs th span {
  font-size: 11px;
  color: #989898;
  text-transform: uppercase;
  font-weight: 600;
}
.tb-curs th sup {
  cursor: pointer;
  font-size: 10px;
  display: inline-block;
  font-weight: 600;
  margin-left: 3px;
  color: #1e2024;
}
.tb-curs tr td strong {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.tb-curs th .p-r,
.tb-curs th {
  background-color: #f4f4f4;
}
.table-content {
  background-color: #fff;
  /*margin-right: 5px;*/
}
.c-value.second {
  margin: 0;
  vertical-align: top;
  font-size: 11px;
  padding-left: 10px;
}

.tb-curs.table-hover th .p-r:hover,
.table-hover th .p-r:hover,
.tb-curs.table-hover th .p-r.active,
.table-hover th .p-r.active {
  background-color: #3a3a3a;
}
.tb-curs.table-hover th .p-r:hover span,
.table-hover th .p-r:hover span,
.tb-curs.table-hover th .p-r.active span,
.table-hover th .p-r.active span {
  color: #fff;
}
.tb-curs.table-hover th .p-r:hover sup,
.table-hover th .p-r:hover sup,
.tb-curs.table-hover th .p-r.active sup,
.table-hover th .p-r.active sup {
  color: #afafaf;
}
.tb-curs.rc5 tr td,
.tb-curs.rc5 tr th {
  width: 20%;
}

.tb-curs.rc4 tr td,
.tb-curs.rc4 tr th {
  width: 25%;
}
.tb-curs.rc3 tr td,
.tb-curs.rc3 tr th {
  width: 33.3%;
}

.tb-curs tr td:nth-child(5) strong {
  white-space: nowrap;
}

.c-value.second.downs {
  background-position: 0 -292px;
}
.c-value.second.ups {
  background-position: 0 -303px;
}
.table-content .title-port {
  /*margin-bottom: 20px;*/
  margin-top: 0;
}
.table-content .title-head {
  margin-top: 45px;
}
.table-content > div:first-child {
  margin-top: 25px;
}

.th-drop {
  /*width: 154px;*/
  /*height: 54px;*/
  padding: 10px 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(28, 25, 25, 0.17);
  -moz-box-shadow: 0 3px 10px rgba(28, 25, 25, 0.17);
  box-shadow: 0 3px 10px rgba(28, 25, 25, 0.17);
  border: 1px solid #d7d7d7;
  position: absolute;
  top: 52px;
  /*left: 50%;*/
  z-index: 2;
  /*margin-left: -90px;*/
  /*display: none;*/
  max-width: 200px;
}
.th-drop:after {
  content: ' ';
  background: url('/user/img/arrow-popup.png') 0 0 no-repeat;
  width: 10px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5px;
}
.th-drop p {
  color: #1e2024;
  margin: 0;
  font-size: 12px;
  line-height: 13px;
  word-break: break-all;
  font-weight: normal;
  text-align: left;
}
.tb-curs.table-hover th .p-r:hover .th-drop,
.table-hover th .p-r.active .th-drop {
  /*display: block;*/
}

.white-td {
  background-color: #fff;
}

.tb-curs td p {
  font-size: 13px;
  color: #1e2024;
  margin: 0;
  font-weight: 700;
}
.tb-curs th span.dark {
  color: #1e2024;
}

.btn-curs {
  min-width: 80px;
  padding: 0 25px;
  height: 37px;
  line-height: 37px;
  background-color: #fff;
  font-size: 11px;
  color: #b0b1b2;
  border: 1px solid #ebebeb;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.soc-group .btn-curs {
  margin-top: 20px;
}
.soc-group {
  padding: 0 20px 20px;
}

.social-curs {
  overflow: hidden;
  margin-top: 25px;
}
.social-curs li {
  margin-left: 5px;
  float: left;
}
.social-curs li a {
  display: block;
}

.bg-black {
  background-color: #3a3a3a;
  padding: 30px 20px 30px 40px;
}
.inpt-second input[type='text'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 34px;
  line-height: 34px;
  border: 0;
  outline: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
}
.bg-black .item-sl {
  float: left;
  margin-right: 10px;
}
.bg-black .item-sl:last-child {
  margin-right: 0;
}

.shp1 {
  width: 144px;
}
.shp5 {
  overflow: hidden;
  width: 100%;
}
.bg-black label {
  font-size: 11px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.bg-black label a {
  color: #f78a0b;
  text-decoration: underline;
}
.bg-black label a:hover {
  text-decoration: none;
}

.select2-container.select-view .select2-choice {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.select2-container.select-view .select2-search {
  display: none;
}
.select-first .select2-container.select-view .select2-choice {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  height: 34px;
  line-height: 34px;
  border: 0;
}

.select-second .select2-container.select-view .select2-choice {
  height: 15px;
  line-height: inherit;
}

.select-first .select2-container.select-view .select2-choice .select2-arrow {
  border: 0;
}

.select-first .select2-container.select-view .select2-choice > .select2-chosen {
  font-size: 14px;
  text-transform: uppercase;
  color: #989898;
  font-weight: 600;
  margin-right: 15px;
}

.select-first .select2-container {
  width: 78px;
}

.select-first .select2-container.select-view .select2-choice .select2-arrow b {
  position: relative;
  top: 15px;
  right: 0;
}
.select-second .select2-container.select-view .select2-choice .select2-arrow b {
  position: relative;
  top: 7px;
  right: -2px;
}
.select-second .select2-container.select-view .select2-choice .select2-arrow {
  width: 10px;
  top: -3px;
}

.select-first.second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  margin-right: 0;
}

.select2-container.select-view.select2-dropdown-open
  .select2-choice
  .select2-arrow
  b {
  background-position: 0 -336px;
}

/*-------*/
.select2-drop-active {
  border-color: transparent;
}
.select2-drop {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-results .select2-highlighted {
  background-color: #f78a0b;
}
.select2-dropdown-open .select2-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 0;
}

/*--------------*/

.select2-search {
  /*display: none;*/
}
.select2-container.select-view .select2-choice .select2-arrow b {
  background: url('/user/img/icon-arrow.png') 0 -323px no-repeat;
  width: 7px;
  height: 5px;
}

.item-sl.shp5 {
  float: right;
}
.item-sl.shp5 .btn-black {
  height: 32px;
  line-height: 32px;
  margin-top: 22px;
}

.arr-yl-right {
  background: url('/user/img/icon-arrow.png') 0 -358px no-repeat;
  width: 7px;
  height: 11px;
  display: block;
  margin-top: 32px;
  margin-left: 10px;
}

.select-second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
}
.item-sl.shp4 .select-second .select2-container {
  margin-top: 11px;
}
.item-sl.shp4 .select-second input {
  margin-top: 10px;
}
.select-second.wr-1 .select2-container {
  width: 115px;
}
.select-second.wr-2 .select2-container {
  width: 81px;
}

.right-title > span {
  font-size: 12px;
  color: #b0b1b2;
  text-transform: uppercase;
}
.title-head .right-title > span {
  margin-top: 10px;
}
.right-title > span b {
  font-weight: 600;
  color: #1e2024;
}

.soc-group .tag-info {
  display: block;
  margin-top: 20px;
}
.row-white {
  background-color: #fff;
}

.soc-group .btn-curs + .tag-info {
  margin-top: 35px;
}

.soc-group .btn-curs + .btn-curs {
  margin-left: 9px;
}

.time-lock {
  font-size: 14px;
  font-weight: 600;
  color: #989898;
  display: inline-block;
  padding: 3px 18px 3px 0;
  position: relative;
}
.time-lock:before {
  content: ' ';
  background: url('/user/img/icon_nav.png') 0 -630px no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 4px;
  right: 0;
}

.nav-table li {
  float: left;
}

.nav-table li a {
  display: block;
  padding: 10px 12px !important;
  color: #989898;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid transparent !important;
  position: relative;
  bottom: -1px;
  height: 15px;
}
.nav-table li:hover a,
.nav-table li.active a {
  border-color: #f78a0b !important;
}
.nav-table li:first-child a {
  padding-left: 22px;
}

.nav-table + .bg-gray {
  border-top: 1px solid #e7e7e7;
  padding: 0;
}

.nav-table
  .select-second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen,
.mbank
  tr
  th
  .select-second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  color: #989898;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}
.mbank
  tr
  th
  .select-second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  font-size: 11px;
}

.nav-table .select-second {
  /*padding: 10px;*/
}

.nav-table
  .select-second
  .select2-container.select-view
  .select2-choice
  .select2-arrow
  b {
  position: relative;
  top: 15px;
  right: 6px;
}
.mbank
  tr
  th
  .select-second
  .select2-container.select-view
  .select2-choice
  .select2-arrow
  b {
  position: relative;
  top: 6px;
  right: -1px;
}

.bout {
  display: inline-block;
  margin-top: 5px;
}

.bout a {
  font-size: 11px;
  color: #989898;
  text-transform: uppercase;
  font-weight: 600;
}
.mbank .bout a {
  font-size: 10px;
}
.mbank.rc .bout a {
  font-size: 11px;
}
.bout i {
  background: url('/user/img/icon-arrow.png') 0 -387px no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  margin: 0 0 0 3px;
}
.mbank tr td:first-child {
  background-color: #fff;
  text-align: left;
}
.sort-asc .bout i {
  background-position: -3px -552px;
}
.sort-desc .bout i {
  background-position: -3px -614px;
}

.mark-bank {
  background: url('/user/img/bank-mark.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 3px;
  width: 18px;
  height: 18px;
}

.mark-bank + span {
  color: #1e2024;
  display: inline-block;
  vertical-align: middle;
}

.mark-bank.icon1 {
  background-position: 0 0;
}

.mark-bank.icon2 {
  background-position: 0 -52px;
}

.mark-bank.icon3 {
  background-position: 0 -101px;
}

.mark-bank.icon4 {
  background-position: 0 -154px;
}

.mark-bank.icon5 {
  background-position: 0 -204px;
}

.mark-bank.icon6 {
  background-position: 0 -255px;
}

.mark-bank.icon7 {
  background-position: 0 -306px;
}

.mark-bank.icon8 {
  background-position: 0 -357px;
}

.tb-curs tr td p strong {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.select-third .select2-container {
  width: 78px;
  border: 1px solid #e1e1e1;
}

.select-third .select2-container.select-view .select2-choice > .select2-chosen {
  font-size: 13px;
  text-transform: uppercase;
  color: #1e2024;
  font-weight: 700;
  margin-right: 15px;
}

.select-third .select2-container.select-view .select2-choice .select2-arrow b {
  position: relative;
  top: 11px;
  right: 0;
}

.select-fourth
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  font-size: 13px;
  color: #1e2024;
  font-weight: 700;
  margin-right: 15px;
}

.select-fourth .select2-container.select-view .select2-choice .select2-arrow b {
  position: relative;
  top: 5px;
  right: -10px;
}
.select-fourth .select2-container.select-view {
  width: 135px;
}
.select-fourth .select2-container .select2-choice {
  padding: 0;
  height: auto;
  line-height: inherit;
}

.right-title .select-third {
  margin-left: 10px;
  margin-right: -20px;
}
.right-title {
  padding-bottom: 10px;
}

.tb-curs.curs-c1 td:nth-child(2) {
  text-align: left;
}

.tb-curs.ingots td,
.tb-curs.ingots th .p-r {
  padding: 15px 10px;
}
.tb-curs.ingots tr td strong {
  font-size: 14px;
  font-weight: 600;
}
.tb-curs.ingots .c-value.second {
  font-size: 10px;
  font-weight: 600;
}
.right-title .select-third.mr-0 {
  margin-right: 0;
}

.col-first tr td:first-child {
  background-color: #fff;
  text-align: left;
}
.col-first tr th:first-child p {
  color: #989898;
}

.table-content > p {
  font-size: 14px;
  line-height: 22px;
  color: #1e2024;
  margin: 10px 0 30px 0;
  padding: 0 20px;
  font-weight: 600;
}
.table-content > p + .bg-black {
  margin-top: 45px;
}
.tb-curs tr td p b {
  font-size: 14px;
  font-weight: 600;
}
.tb-curs tr th > p {
  font-size: 12px;
  text-transform: uppercase;
}
.tb-curs tr th p span.light {
  color: #f78a0b;
  font-size: 14px;
}
.tb-curs tr td p span.light {
  color: #f78a0b;
  font-size: 13px;
}
.ipt-num {
  display: inline-block;
}

.ipt-num.w-1 {
  width: 78px;
}
.ipt-num input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px;
  font-size: 14px;
  outline: none;
  border: 1px solid #e1e1e1;
}

.list-convert {
  display: block;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e7e7e7;
}
.list-convert li {
  width: 49%;
  float: left;
  padding-right: 1%;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #989898;
}
.list-convert li a {
  color: #989898;
}
.select-third.w-2 .select2-container {
  width: 130px;
}

.select-third.w-2
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  text-transform: none;
}
.rc.mbank
  .select-second
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  text-transform: uppercase;
}

.tb-curs.rc.mbank tr td strong {
  font-size: 14px;
  font-weight: 600;
}
.tb-curs.rc.mbank .c-value.second {
  font-size: 10px;
  font-weight: 600;
}

/*.tb-curs.rc.mbank tr th:first-child{
    text-align: left;
}*/

.tb-curs.rc.mbank .select-second {
  margin-left: 20px;
  padding-top: 5px;
}
.tb-curs.rc.mbank tr td:first-child,
.tb-curs.rc.mbank tr th:first-child {
  width: 40%;
}
.tb-curs.rc.mbank tr td:first-child,
.tb-curs.rc.mbank tr th:first-child .p-r {
  padding: 15px 15px;
}

.tb-curs.rc.mbank td,
.tb-curs.rc.mbank tr th .p-r {
  padding: 15px 7px;
}

.trend-icon {
  background: url('/user/img/icon_nav.png') 0 -662px no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.trend-icon.fl-r {
  display: block;
}

.bank-link-group {
  display: block;
}
.bank-link-group a {
  background: url('/user/img/icon_nav.png') 0 0 no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.bank-link-group a:last-child {
  margin-right: 0;
}

.bank-link-group a.icon-1 {
  background-position: 0 -690px;
}

.bank-link-group a.icon-2 {
  background-position: 0 -717px;
}

/**/

.info-bank-tb .t-row .t-cell p,
.info-bank-tb .t-row .t-cell a {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  margin: 0;
}
.info-bank-tb .t-row .t-cell p a,
.info-bank-tb .t-row .t-cell a {
  color: #f78a0b;
}

.info-bank-tb .t-row .t-cell {
  vertical-align: middle;
}
.div-tb.info-bank-tb .t-row .t-cell:first-child {
  width: 33.3%;
}
.div-tb.info-bank-tb .t-row .t-cell:last-child {
  width: 66.6%;
}
.div-tb.info-bank-tb p {
  padding-left: 20px;
}

.div-tb.info-bank-tb .t-row:first-child .t-cell {
  border-top: 1px solid #e7e7e7;
}

.t-row {
  display: table-row;
}
.div-tb .t-cell {
  border-bottom: 1px solid #e7e7e7;
}
.div-tb .t-cell {
  padding: 15px;
}

.div-tb .t-cell {
  border-right: 1px solid #e7e7e7;
}

/*-- Kurs val all bank --*/

.d-t.letter-group {
  width: 100%;
}
.d-t.letter-group .t-cell {
  vertical-align: middle;
}
.p-w-first {
  padding: 0 20px;
}
.letter-pr a:hover,
.letter-pr a.active {
  color: #f78a0b;
}
.letter-group .letter-pr {
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

.select-letter .p-w-first {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.letter-body.second {
  padding: 25px 20px;
  background-color: #fbfbfb;
  border-right: 1px solid #e4e4e4;
}
.letter-body.second ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.letter-body.second ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 28.3%;
  padding-left: 5%;
  float: left;
  text-align: left;
}
.letter-body.second ul li a {
  color: #1e2024;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
}
.letter-body.second ul li.active a {
  color: #f78a0b;
}

.reviews-banks {
}
.reviews-banks li {
  padding: 25px 20px;
  border-bottom: 1px solid #e7e7e7;
}
.reviews-banks p {
  font-size: 13px;
  line-height: 19px;
}
.rew-person-name span.smooth {
  font-size: 12px;
}

.rew-person p {
  font-weight: bold;
}

.reviews-banks .rew-person {
  width: 33%;
}
.reviews-banks .rew-txt {
  width: 67%;
}
.reviews-banks .rew-txt p {
  padding: 0 0 0 15px;
  font-weight: 600;
}
.rew-person-name {
  position: relative;
}
.reviews-banks .rew-person-name {
  padding-left: 50px;
}

.small-rew {
  display: block;
  width: 12px;
  height: 12px;
}

.small-rew img {
  height: auto;
  max-width: 100%;
}
.rew-person-name .small-rew {
  position: absolute;
  top: 3px;
  left: 22px;
}
.form-contact.second {
  padding: 0 45px 30px 20px;
}
.form-contact.second.input-main textarea {
  height: 70px;
}
.select-third .select2-container.select-view {
  background: #fff;
}

.tb-curs.curs-comp1 th,
.tb-curs.curs-comp1 td {
  width: 20%;
}
.tb-curs.curs-comp1 th:first-child,
.tb-curs.curs-comp1 td:first-child {
  width: 19%;
}

.tb-curs.curs-comp1 td:first-child {
  background: #fbfbfb;
  border-bottom: 0;
}

.tb-curs.curs-comp1 td:first-child p {
  font-size: 11px;
  color: #1e2024;
}

.lert-block {
  padding: 15px 20px;
  background-color: #fef6ec;
}
.lert-block p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.tb-curs.rc5 tr th table td {
  width: auto;
}
.tb-curs.rc5 tr th table tr:last-child td {
  border-bottom: 0;
  border-right: 0;
}
.tb-curs.rc5 tr th table tr:last-child td:first-child {
  width: 50.5%;
}
.tb-curs.rc5.fourth tr th:nth-child(2),
.tb-curs.rc5.fourth tr th:nth-child(3) {
  width: auto;
}
.tb-curs.rc5.fourth tr th:nth-child(3) table tr:first-child td,
.tb-curs.rc5.fourth tr th:nth-child(2) table tr:first-child td,
.tb-curs.rc5.fourth tr th:nth-child(3) table tr td:last-child {
  border-right: 0;
}

.tb-curs.fourth td,
.tb-curs.fourth th {
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

.bg-hil td,
.tb-curs th.bg-hil td {
  background-color: #ebebeb;
}
.tb-curs th.bg-hil tr:first-child td {
  border-bottom: 1px solid #dfdfdf;
}

.currency-offers span,
.currency-offers p {
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
.currency-offers {
  padding-left: 10px;
  text-align: left;
}
.currency-offers span {
  color: #989898;
  font-weight: 600;
}

.sel-group-of .select-third {
  margin-right: 8px;
  margin-bottom: 10px;
}
.sel-group-of .select-third:last-child {
  margin-right: 0;
}

.sel-group-of {
  padding: 20px 20px 5px;
  background-color: #f4f4f4;
}
.sel-group-of input[type='text'] {
  width: 88px;
  padding: 5px;
}

.sel-group-of input[type='text']::-webkit-input-placeholder {
  color: #1e2024;
}
.sel-group-of input[type='text']::-moz-placeholder {
  color: #1e2024;
}
.sel-group-of input[type='text']:-ms-input-placeholder {
  color: #1e2024;
}

.sel-group-of a.link-or {
  line-height: 28px;
  margin-bottom: 0 !important;
}

.select-third.ws-1 .select2-container {
  width: 80px;
}
.select-third.ws-2 .select2-container {
  width: 160px;
}

.select-third.ws-3 .select2-container {
  width: 150px;
}

.select-third.ws-4 .select2-container {
  width: 114px;
}

.sel-group-of
  .select-third
  .select2-container.select-view
  .select2-choice
  > .select2-chosen {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.tb-curs.fifth th {
  background-color: #f4f4f4;
}
.tb-curs.fifth th:last-child {
  width: 37%;
}
.tb-curs.fifth th,
.tb-curs.fifth td {
  font-size: 12px;
  text-align: left;
}
.tb-curs.fifth td {
  border-right: 0;
  border-bottom: 0;
}
.tb-curs.fifth td:nth-child(4),
.tb-curs.fifth td:nth-child(6) {
  /*padding: 15px 10px;*/
  white-space: nowrap;
}
.tb-curs.fifth tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.tb-curs.fifth tr:nth-child(even) td:last-child {
  background-color: #f3f3f3;
}

.tb-curs.fifth tr:nth-child(odd) td:last-child {
  background-color: #fff;
}

.tb-curs.fifth tr td {
  padding: 8px;
}

.tb-curs.fifth tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}

.tb-curs.fifth td span {
  color: #989898;
}

.tb-curs.fifth td strong {
}

.tb-curs.fifth td span,
.tb-curs.fifth td strong {
  display: block;
  font-size: 12px;
  text-align: left;
}

/* --- select drop ----*/
.select2-drop {
  -webkit-border-radius: 0 0 1px 1px;
  -moz-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(28, 25, 25, 0.17);
  -moz-box-shadow: 0 6px 10px rgba(28, 25, 25, 0.17);
  box-shadow: 0 6px 10px rgba(28, 25, 25, 0.17);
  border-color: #e1e1e1;
}

.select2-results .select2-result-selectable.select2-highlighted {
  background: none;
  color: #1e2024;
}

.select2-results .select2-result-selectable {
  font-size: 11px;
  text-transform: uppercase;
  color: #989898;
  padding: 8px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 5px;
}
.select2-results .select2-result-selectable:last-child {
  border-bottom: 0;
}

.select2-results .select2-result-label {
  padding: 0;
}

.three-news-line {
  clear: both;
}

/* --- select drop and ----*/
/* --- carusel arrow --- */
.white_row .owl-next {
  background-position: -20px -16px !important;
}

.cr-pn {
  cursor: pointer;
}
table td.td-hover {
  background: #fff;
}

.converter-date {
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: none;
  margin-left: 10px;
  margin-top: -2px;
  font-size: 12px;
  font-family: 'Arial';
  width: 80px;
  background: url(/user/img/icon-arrow.png) 68px -318px no-repeat;
}
.converter-date.active {
  background-position: 68px -331px;
}

.select-second
  .select2-container.select-view.sv-aright
  .select2-choice
  > .select2-chosen {
  text-align: right;
}
/*-- Kurs val all bank --*/

/*-- -- --- -- -- -- -- Kurs page -- -- -- -- -- -- -- -- -- --*/
.h4 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 30px;
}

/* partner news */
.sb-bn-block .news-col.right-pos {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #d4d5d4;
}
#traffim-widget-953 .traffim-item {
  padding-left: 0;
}
.news-large .imgInArticlePhotoReportaj {
  height: auto;
}
