/* gradient */
/* opacity */
/* box shadow */
/* text shadow */
/* box sizing */
/* border radius */
/* column */
/* placeholder*/
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaRegularItalic";
  src: url("../fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot");
  src: url("../fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.woff") format("woff"), url("../fonts/ProximaNovaRegularItalic/ProximaNovaRegularItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaExtrabold";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot");
  src: url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff") format("woff"), url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
a {
  color: #0079bf;
  transition: all 300ms ease;
  outline: none !important;
  border-bottom: 1px solid transparent;
}
a:hover,
a:active {
  outline: none !important;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav a {
  opacity: 0.9;
}
.nav a:hover,
.nav a:active,
.nav a:focus {
  opacity: 1.0;
}
body .wrapper {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 10px -4px;
  box-shadow: 0 0 10px -4px;
  font-size: 16px;
}
body h1 {
  font-family: "ProximaNovaExtrabold";
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 10px;
}
body hr {
  margin: 10px 0;
}
body .c-block-title {
  font-size: 25px;
  font-family: "ProximaNovaExtrabold";
  margin-bottom: 16px;
}
body .c-block-title .c-link-color {
  color: black;
}
body .c-block-title .c-link-color:hover,
body .c-block-title .c-link-color:focus {
  text-decoration: none;
}
body .c-panel-block {
  padding: 30px 20px 20px 20px;
  margin-bottom: 30px;
}
body .c-panel-block ul li {
  margin-bottom: 10px;
  line-height: 22px;
}
body .c-panel-block ul li a {
  font-size: 14px;
  color: #000000;
}
body .c-panel-block ul li a:hover {
  color: #0079bf;
}
body .c-blue-bordered-block {
  background: #ffffff;
  border: 1px solid #0079bf;
}
body .c-default-block {
  border: 1px solid #dddddd;
}
body .c-poster-list-item {
  border: 1px solid #0079bf;
  margin-bottom: 30px;
}
body .c-poster-list-item a {
  color: #000000;
}
body .c-poster-list-item .c-content-block {
  min-height: 230px;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
body .c-poster-list-item .c-content-block .c-title {
  font-family: "ProximaNovaBold";
  font-size: 20px;
  margin-bottom: 6px;
}
body .c-poster-list-item .c-content-block .c-category {
  font-family: "ProximaNovaRegularItalic";
  margin-bottom: 0;
}
body .c-poster-list-item .c-content-block .c-category a {
  color: #666666;
}
body .c-poster-list-item .c-content-block p {
  line-height: 26px;
  margin-bottom: 28px;
}
body .c-poster-list-item .c-content-block .c-addition-info {
  position: absolute;
  background: #0079bf;
  width: 100%;
  color: #ffffff;
  left: 0;
  bottom: 0;
}
body .c-poster-list-item .c-content-block .c-addition-info .c-addition-block {
  float: left;
}
body .c-poster-list-item .c-content-block .c-addition-info .c-addition-block p {
  line-height: 44px;
  padding-left: 22px;
  margin-bottom: 0;
}
body .c-poster-list-item .c-content-block .c-addition-info .c-addition-block p span {
  color: #a3c3e1;
}
body .c-poster-list-item .c-content-block .c-addition-info .c-addition-block p .c-value {
  color: #ffffff;
}
body .c-news-item {
  margin-bottom: 30px;
  position: relative;
}
body .c-news-item .c-tag {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #0079bf;
  color: #ffffff;
  padding: 3px 12px;
  z-index: 10;
}
body .c-news-item .c-tag a {
  color: #ffffff;
}
body .c-news-item .c-content {
  position: absolute;
  bottom: 0;
  padding: 36px 36px 15px 36px;
  color: #ffffff;
}
body .c-news-item .c-content .c-title {
  font-family: "ProximaNovaBold";
  font-size: 18px;
}
body .c-news-item .c-content .c-preview {
  font-family: "ProximaNovaRegular";
  font-size: 14px;
}
body .c-news-item .c-content a {
  color: #ffffff;
}
body .c-news-item .c-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body .c-header-ad-block {
  min-height: 200px;
  padding-top: 40px;
  background: #eeeeee;
}
body .c-header {
  min-height: 120px;
  padding-top: 30px;
}
body .c-header .c-logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
}
body .c-header .c-search {
  position: relative;
  margin-bottom: 20px;
}
body .c-header .c-search input {
  width: 100%;
}
body .c-header .c-search button {
  position: absolute;
  right: 0;
  top: 0;
}
body .c-header .c-exchange {
  width: 230px;
}
body .c-header .c-exchange .c-date {
  color: #666666;
}
body .c-header .c-exchange .c-date span {
  float: right;
}
body .c-header .c-exchange .c-currency span {
  color: #0079bf;
  font-size: 16px;
}
body .c-header .c-exchange .c-currency-source {
  margin-top: -10px;
  position: absolute;
}
body .c-header .c-exchange .c-currency-source a {
  color: gray;
  font-size: 12px;
  display: block;
  text-decoration: underline;
}
body .c-header .c-exchange .c-currency-source a:hover {
  text-decoration: none;
}
body .c-header .c-weather span {
  font-size: 24px;
  font-family: "ProximaNovaBold";
}
body .c-header .c-search input {
  height: 43px;
  border: 1px solid #dddddd;
}
body .c-header .c-search input[type="text"] {
  padding-left: 20px;
}
body .c-header .c-search button[type="submit"] {
  width: 53px;
  height: 43px;
  margin-left: -5px;
  font-size: 20px;
  color: #ffffff;
  background: #242a37;
  border-color: #242a37;
  float: right;
}
body .c-full-width {
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
body .c-header-menu {
  height: 52px;
}
@media (max-width: 991px) {
  body .c-header-menu {
    position: absolute;
    width: 100%;
    top: 16px;
  }
}
body .c-header-menu .menu-top-menu-container ul {
  width: 100%;
  text-align: justify;
  margin: 0;
  padding: 0;
  line-height: 0;
}
body .c-header-menu .menu-top-menu-container ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
body .c-header-menu .menu-top-menu-container li {
  display: inline-block;
  line-height: normal;
  float: none;
}
body .c-header-menu .menu-top-menu-container li a {
  color: #000000;
  padding: 0;
  line-height: 44px;
}
body .c-header-menu .menu-top-menu-container li a:hover {
  background: none;
}
body .c-header-menu .menu-top-menu-container nav {
  margin-bottom: 0;
}
body .c-header-menu .c-social {
  font-size: 20px;
  float: right;
}
body .c-header-menu .c-social ul {
  width: 100px;
}
body .c-header-menu .c-social ul a {
  padding: 15px 10px;
}
body .c-news-block {
  border: 1px solid #dddddd;
  background: #eeeeee;
}
body .c-partner-news {
  background: #f9f9f9;
}
body .c-special-projects,
body .c-interview {
  min-height: 420px;
}
body .c-day-video .c-block-title span {
  font-size: 20px;
  font-family: "ProximaNovaRegular";
  color: #0079bf;
}
body .c-day-video img {
  width: 100%;
}
body .c-interview .c-block-title {
  color: #000000;
}
body .c-interview .dem-poll-title {
  color: #666666;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}
body .c-interview .dem__radio_label {
  font-weight: normal;
  cursor: pointer;
}
body .c-interview .dem-vote-button {
  width: 100%;
  margin: 30px 0 20px;
}
body .c-interview input[type="submit"].dem-button,
body .c-interview a.dem-button,
body .c-interview .dem-button {
  background: #0079bf;
  width: 100%;
  text-transform: capitalize;
  font-family: "ProximaNovaRegular";
  font-size: 16px;
}
body .c-interview input[type="submit"].dem-button:hover,
body .c-interview a.dem-button:hover,
body .c-interview .dem-button:hover {
  background: #378dbe;
}
body .c-interview .dem-results-link {
  font-size: 14px;
  color: #0079bf;
  margin: 0 auto;
  border-bottom: 1px solid #0079bf;
  left: 35%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-style: normal;
}
body .c-main {
  font-size: 14px;
  padding-top: 30px;
}
body .c-main .c-views:before {
  content: " ";
  font-size: 24pt;
  text-align: center;
  line-height: 42px;
  color: #fff;
  float: left;
  position: relative;
  top: 6px;
  left: -5px;
  background: url("../images/icons/eye.png");
  display: block;
  height: 13px;
  width: 20px;
}
body .c-main .c-content-header {
  padding-top: 10px;
  margin-bottom: 20px;
}
body .c-main .c-content-header p {
  font-size: 16px;
}
body .c-main .c-content-header p a,
body .c-main .c-content-header p span {
  display: block;
  float: left;
  margin-right: 30px;
}
body .c-main .c-content-header p .c-divider {
  margin-right: 12px;
  margin-left: -18px;
}
body .c-main .c-content-header p a {
  border-bottom: 1px solid #0079bf;
}
body .c-main .c-content-header p a:hover {
  color: #378dbe;
  border-color: #378dbe;
}
body .c-main .c-content-header p .c-date {
  color: #666666;
}
body .c-main .c-content-header p .c-views:before {
  top: 4px;
  background: url("../images/icons/eye.png") 20px;
}
body .c-main .c-content .c-news-item {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 26px;
}
body .c-main .c-content .c-news-item img {
  object-fit: cover;
  max-width: 100%;
  height: inherit;
}
body .c-main .c-content .c-news-item a {
  /*color: #000000;*/
}
body .c-main .c-content .c-news-item a:hover {
  /*color: #0079bf;*/
}
body .c-main .c-content .c-news-item .c-tag a {
  color: #ffffff;
}
body .c-main .c-content .c-news-item span {
  color: #666666;
  margin-right: 24px;
  float: left;
  display: block;
}
body .c-main .c-content .c-news-item span a {
  color: #666666;
}
body .c-main .c-content .c-news-item .c-news-special {
  margin-bottom: 20px !important;
  font-size: 16px;
  line-height: 26px;
}
body .c-main .c-content .c-news-item .c-news-special img {
  max-width: 150px !important;
  height: 100px !important;
}
body .c-main .c-content .c-news-item .c-news-section {
  padding-left: 30px;
  padding-top: 15px;
}
body .c-main .c-content .c-news-item .c-news-title {
  font-size: 18px;
  font-family: "ProximaNovaBold";
  margin-bottom: 6px;
  color: #000;
}
body .c-main .c-content .c-news-item .c-main-image img {
  margin-bottom: 60px;
}
body .c-main .c-content .c-news-item .c-cursive {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 32px;
}
body .c-main .c-content .c-news-item .c-bold {
  font-family: "ProximaNovaBold";
}
body .c-main .c-content .c-news-item p {
  margin-bottom: 30px;
}
body .c-main .c-content .c-news-item .c-social-buttons {
  margin: 30px 0;
}
body .c-main .c-content .c-news-item .c-social-buttons a {
  margin-right: 30px;
}
body .c-main .c-content .c-poster-item .c-main-image {
  float: left;
  margin-right: 30px;
}
body .c-main .c-content .c-poster-item .c-main-image img {
  margin-bottom: 20px;
}
body .c-main .c-content .c-special-projects-item {
  margin-bottom: 30px;
  min-height: 150px;
}
body .c-main .c-content .c-special-projects-item p {
  margin-bottom: 10px;
}
body .c-main .c-content .c-special-projects-item .c-description {
  font-family: "ProximaNovaSemibold";
  margin-bottom: 4px;
}
body .c-main .c-content .c-special-projects-item .c-date {
  font-family: "ProximaNovaRegularItalic";
  color: #999999;
}
body .c-main .c-content .c-video-item {
  margin-bottom: 30px;
  min-height: 350px;
}
body .c-main .c-content .c-video-item a {
  color: #000000;
}
body .c-main .c-content .c-video-item a:hover {
  color: #0079bf;
}
body .c-main .c-content .c-video-item p {
  font-size: 16px;
  font-family: "ProximaNovaSemibold";
}
body .c-main .c-content .c-video-item img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body .c-main .c-content .c-video-item img {
    height: 185px;
  }
}
@media (min-width: 1200px) {
  body .c-main .c-content .c-video-item img {
    height: 240px;
  }
}
body .c-main .c-content .c-video-item .c-date {
  color: #999999;
  font-family: "ProximaNovaRegular";
  font-size: 14px;
}
body .c-main .c-content .c-contacts-persons {
  padding: 0 0 40px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
}
body .c-main .c-content .c-contacts-persons img {
  margin-bottom: 10px;
}
body .c-main .c-content .c-contacts-persons .c-name {
  font-family: "ProximaNovaBold";
  margin-bottom: 6px;
}
body .c-main .c-content .c-contacts-persons .c-role {
  color: #999999;
}
body .c-main .c-content .c-requisites {
  padding: 40px 0;
  font-size: 16px;
}
body .c-main .c-content .c-requisites a {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  font-family: "ProximaNovaSemibold";
}
body .c-main .c-content .c-requisites a:hover {
  border-color: #000000;
}
body .c-main .c-content .c-contact-form {
  border: 5px solid #dddddd;
  margin-top: 30px;
  min-height: 440px;
}
body .c-main .c-content .c-contact-form .c-form-description {
  padding-top: 130px;
}
body .c-main .c-content .c-contact-form .c-form-description .c-title {
  color: #0079bf;
  font-size: 28px;
  font-family: "ProximaNovaBold";
}
body .c-main .c-content .c-contact-form .c-form-description p {
  font-size: 18px;
}
body .c-main .c-content .c-contact-form .c-form {
  padding-top: 40px;
}
body .c-main .c-content .c-contact-form .c-form .form-group {
  margin-bottom: 15px;
}
body .c-main .c-content .c-contact-form .c-form .form-group .form-control {
  height: 38px;
  border-color: #dddddd;
}
body .c-main .c-content .c-contact-form .c-form .form-group textarea.form-control {
  height: 100px;
}
body .c-main .c-content .c-more-news {
  border-bottom: 1px solid #dddddd;
}
body .c-main .c-content .c-more-news .c-news-item {
  margin-bottom: 20px;
}
body .c-main .c-content .c-more-news .c-news-item .c-content {
  position: relative;
  color: #000000;
  padding: 60px 10px 10px;
}
body .c-main .c-content .c-more-news .c-news-item .c-content p {
  font-family: "ProximaNovaRegular";
  margin-bottom: 0;
}
body .c-main .c-local-news {
  height: 509px;
}
body .c-main .c-federal-news {
  height: 365px;
}
@media (max-width: 991px) {
  body .c-main .c-federal-news {
    height: 458px;
  }
}
body .c-main .c-news-block {
  font-size: 14px;
  min-height: 365px;
  margin-bottom: 30px;
}
body .c-main .c-news-block ul {
  list-style-type: none;
  padding-left: 0;
}
body .c-main .c-news-block ul li {
  margin-bottom: 20px;
}
body .c-main .c-news-block ul li a span {
  font-family: "ProximaNovaBold";
  color: #0079bf;
}
body .c-main .c-main-news img,
body .c-main .c-sub-news img {
  object-fit: cover;
  width: 100%;
  height: inherit;
}
@media (min-width: 1200px) {
  body .c-main .c-main-news .c-news-item {
    height: 310px;
  }
}
body .c-main .c-main-news .c-news-item img {
  height: 310px;
  object-fit: cover;
}
@media (max-width: 991px) {
  body .c-main .c-main-news .c-news-item img {
    max-height: inherit;
  }
}
body .c-main .c-main-news .c-news-item .c-tag {
  background: #db4437;
}
@media (min-width: 768px) {
  body .c-main .c-sub-news .c-news-item {
    height: 364px;
  }
}
@media (min-width: 992px) {
  body .c-main .c-sub-news .c-news-item {
    height: 203px;
  }
}
@media (min-width: 1200px) {
  body .c-main .c-sub-news .c-news-item {
    height: 267px;
  }
}
body .c-main .c-sub-news .c-news-item .c-content {
  padding: 0 20px;
}
body .c-main .c-sub-news .c-news-item .c-content .c-title {
  font-size: 16px;
}
body .c-main .c-right .c-popular {
  height: 624px;
}
body .c-section {
  margin-bottom: 40px;
}
body .c-section-ad {
  padding-top: 20px;
  height: 140px;
}
body .c-poster {
  padding: 30px 55px;
  min-height: 365px;
  border: 1px solid #f6f6f6;
  background: url("../images/index-poster-bg.png");
  background-size: cover;
}
@media (min-width: 992px) {
  body .c-poster {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
}
body .c-poster p {
  float: left;
  line-height: 46px;
}
body .c-poster ul {
  margin-left: 40px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body .c-poster ul {
    margin-left: 0;
    font-size: 16px;
  }
}
body .c-poster ul li a {
  color: #000000;
}
@media (max-width: 991px) {
  body .c-poster ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .c-poster ul li a:hover,
body .c-poster ul li a:focus {
  color: #0079bf;
  text-decoration: underline;
  border-color: #ffffff;
}
body .c-poster ul li .c-active {
  color: #0079bf;
  text-decoration: underline;
}
body .c-poster ul li.active a {
  color: #0079bf;
  text-decoration: underline;
}
body .c-poster .c-news-item .c-tag {
  padding-left: 16px;
  left: 0;
  right: inherit;
}
body .c-poster .c-news-item .c-content {
  padding: 10px 15px;
  width: 100%;
}
body .c-poster .c-news-item .c-content .c-title {
  margin-bottom: 0;
  width: 100%;
}
body .c-poster .c-news-item .c-content .c-preview {
  line-height: 16px;
}
body .pagination a {
  padding: 2px 14px;
  color: #000000;
}
body .pagination a:hover {
  background: #0079bf;
  color: #ffffff;
}
body .c-all-news .c-category-news {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body .c-all-news .c-category-news {
    min-height: 490px;
  }
}
@media (min-width: 992px) {
  body .c-all-news .c-category-news {
    min-height: 580px;
  }
}
body .c-all-news .c-category-news .c-block-title {
  display: inline-block;
  border-top: 2px solid #0079bf;
  margin-bottom: 20px;
}
body .c-all-news .c-category-news ul li {
  margin-bottom: 20px;
}
body .c-ad-block {
  margin-bottom: 30px;
}
body .c-footer {
  min-height: 340px;
  padding-top: 35px;
  background: #242a37;
}
body .c-footer .c-logo {
  padding-top: 10px;
}
@media (max-width: 767px) {
  body .c-footer .c-social li {
    float: left;
  }
  body .c-footer .c-social li a {
    padding: 5px 10px;
  }
}
body .c-footer .c-copyright {
  color: #6c778f;
  font-size: 14px;
}
body .c-footer .c-bottom-menu {
  margin-bottom: 20px;
  height: 50px;
}
body .c-footer .c-bottom-menu a {
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: #ffffff;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  body .c-footer .c-bottom-menu a {
    padding: 15px 18px;
  }
}
body .c-footer .c-sub-menu ul {
  padding-left: 20px;
}
body .c-footer .c-sub-menu ul li {
  margin-bottom: 16px;
}
body .c-footer .c-sub-menu ul li a {
  color: #c9d4da;
}
body .c-footer .c-questions {
  background: #1d222c;
  padding: 15px 30px;
  margin-bottom: 20px;
}
body .c-footer .c-questions .c-title {
  color: #6c778f;
}
body .c-footer .c-questions p {
  color: #ffffff;
}
body .c-footer .c-questions a {
  color: #ffffff;
  border-bottom: 1px solid #1d222c;
}
body .c-footer .c-questions a:hover {
  border-bottom: 1px solid #ffffff;
}
body .c-footer i {
  color: #cccccc;
  font-size: 20px;
}
body .c-footer .c-creators {
  font-size: 14px;
  color: #6c778f;
  font-family: "ProximaNovaRegularItalic";
}
body .c-footer .c-creators a {
  border-bottom: 1px solid #242a37;
  color: #6c778f;
}
body .c-footer .c-creators a:hover {
  border-color: #6c778f;
}
/* Font Awesome :3*/
.fa-vk {
  color: #4d76a1;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #91d9f8;
}
/* Bootstrap styles */
@media (min-width: 768px) {
  .navbar .nav.navbar-nav {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}
#site-navbar-collapse {
  padding: 0;
}
@media (max-width: 992px) {
  #site-navbar-collapse {
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    padding: 0 20px;
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
}
.c-navbar-site {
  margin-bottom: 0;
}
.c-navbar-site .navbar-brand {
  padding: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 5px;
  background: transparent none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.icon-bar {
  background: #000000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") no-repeat right 15px center !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 15px;
}
.form-group p {
  font-size: 14px;
  margin-top: 6px;
}
.form-control {
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  height: 43px;
  color: #000000;
  border: 1px solid #0079bf;
}
input[type="button"] {
  line-height: 20px;
}
.btn {
  font-size: 16px;
  border-radius: 0;
  padding: 10px 46px;
  line-height: 28px;
  outline: none !important;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn.btn-sm {
  padding: 5px 10px;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  transition: all 200ms ease;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.btn-default {
  padding: 2px 14px;
  color: #000000;
}
.btn-default:hover {
  background: #0079bf;
  color: #ffffff;
}
.btn-primary {
  background: #0079bf;
}
.btn-primary:hover {
  background: #378dbe;
  border-color: #378dbe;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  text-decoration: underline;
  color: #0079bf;
}
button.dropdown-toggle {
  text-align: left;
  background: url("../images/icons/select-arrow.png") no-repeat right 15px center !important;
}
button.dropdown-toggle:hover {
  background: url("../images/icons/select-arrow-white.png") no-repeat right 15px center #378dbe !important;
}
.style-weather {
  font-family: "ProximaNovaBold";
  font-size: 24px;
}
.c-image-per-content img {
  margin-bottom: 40px !important;
}
.c-info-per-content {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
/* Owl carousel theme */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
.owl-theme i {
  font-size: 50px;
  opacity: 0.7;
  color: #9a9a9a;
}
.owl-prev,
.owl-next {
  top: 75px;
  position: absolute;
}
.owl-theme .owl-controls .owl-prev {
  left: -45px;
}
.owl-theme .owl-controls .owl-next {
  right: -45px;
}
#rotating-item-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
}
.rotating-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 250px;
}
#rotating-item-wrapper-num-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.rotating-item-num-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cls-btn {
  background-image: url("../images/error.png");
  background-color: transparent;
  width: 32px;
  height:32px;
  border: none;
  outline: none;
  position: absolute;
  right: -43px;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  /*width: 220px;*/
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #000;
  border-left:5px solid #0079BF;
  background: #eeeeee;
}
blockquote p {
	margin-bottom:10px!important;
}
blockquote cite {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}
.ads_block-mobile a img {
	width: 100%;
    margin-top: 45px;
    margin-bottom: 20px;
		
}
.c-copyright__age {
   color: #fff;
   font-weight: bold;
   display: inline-flex;
   margin-left: 20px;
}
 