body,
html {
  min-width: 320px;
}

@media (min-width: 768px) {
  body,
  html {
    background: url("../img/bg.png") 50% 0 repeat-y;
    background-size: 690px;
  }
}

@media (min-width: 992px) {
  body,
  html {
    background-size: 910px;
  }
}

@media (min-width: 1260px) {
  body,
  html {
    background-size: 1200px;
  }
}

.b-page {
  position: relative;
  overflow: hidden;
}

.b-content {
  position: relative;
  padding: 40px 0;
}

.b-content img {
  max-width: 100%;
  height: auto;
}

.b-header {
  position: relative;
}

.b-header--nav {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.b-header--extra {
  position: relative;
  padding: 23px 30px 77px;
  height: 70px;
  color: #fff;
  z-index: 5;
}


@media (min-width: 980px) {
.b-header--extra {

  padding: 10px 30px 47px;
  z-index: 10;
    float: right;
    margin-top: -70px;
	color: #000;

}


.qwerty1{

    margin-top: 0px!important;

}

.qwerty12{

    margin-bottom: 75px!important;

}


}




.b-header--extra a {
  color: inherit;
}

.b-header--extra.qwerty15 a {
  color: #FFF;
}

.b-intro {
  position: relative;
  margin-top: -230px;
  margin-bottom: -40px;
  padding-top: 170px;
}

.b-intro .b-page-info,
.b-intro .b-big-news {
  margin-top: -170px;
  padding-top: 170px;
  z-index: 4;
}

.b-intro .carousel {
  margin-top: -170px;
}

.b-intro .carousel .b-big-news {
  margin-top: 0;
}

@media (min-width: 1201px) {
  .b-intro,
  .b-intro .b-page-info,
  .b-intro .b-big-news {
    padding-bottom: 30px;
  }
  
  
    .qwerty45 {
    margin-bottom: 30px;
  }
  
  
  .b-intro .carousel,
  .b-intro .b-page-info,
  .b-intro .b-big-news {
    margin-bottom: -110px;
  }
  .b-intro .carousel .b-big-news {
    margin-bottom: 0;
  }
}

.b-intro-control {
  position: relative;
  z-index: 6;
}

.b-intro-control .carousel-indicators {
  bottom: -45px;
}

.b-page-info,
.b-big-news {
  position: relative;
  color: #fff;
}

.b-page-info--preview,
.b-big-news--preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50%;
}

.b-page-info--preview:after,
.b-big-news--preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 200px 100px -100px rgba(0, 0, 0, 0.2), inset 0 100px 50px -50px rgba(0, 0, 0, 0.1);
}

.b-page-info--image,
.b-big-news--image {
  min-width: 100%;
}

.b-page-info--holder,
.b-big-news--holder {
  position: relative;
}

.b-page-info--header,
.b-big-news--header {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.65;
}

.b-page-info h1,
.b-big-news h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.b-page-info h1 {
  margin-bottom: 0;
}

.b-page-info .btn,
.b-big-news .btn {
  min-width: 160px;
  height: 34px;
  padding: 4px 10px;
  border: 0;
  border-left: 10px solid #b3b3b3;
  background: #FF8200;
  font-weight: 500;
  line-height: 24px;
}

.b-page-info .btn:after,
.b-big-news .btn:after {
  content: "\f105";
  height: 27px;
  margin-left: 12px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.b-page-info .jumbotron {
  padding-bottom: 65px;
}

@media (min-width: 768px) {
  .b-page-info .btn,
  .b-big-news .btn {
    min-width: 190px;
  }
  .b-page-info .jumbotron {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .b-page-info--preview:after,
  .b-big-news--preview:after {
    background-image: url("../img/image-bg.png");
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 690px;
  }
}

@media (min-width: 992px) {
  .b-page-info--preview:after,
  .b-big-news--preview:after {
    background-size: 910px;
  }
}

@media (min-width: 1260px) {
  .b-page-info--preview:after,
  .b-big-news--preview:after {
    background-size: 1200px;
  }
}

.b-header-social {
  position: relative;
  font-size: 18px;
  line-height: 1;
}

.b-header-social li {
  padding-left: 8px;
  padding-right: 8px;
}

.b-header-lang {
  position: relative;
}

.b-header-lang li {
  padding-left: 8px;
  padding-right: 8px;
}

.b-header-lang .active {
  color: #FF8200;
}

.b-footer {
  position: relative;
  background: #fff;
}

.b-footer--holder {
  border-top: 1px solid #d4d8db;
  padding: 39px 0 15px;
}

.b-footer--bottom {
  background: #f1f1f1;
  padding: 25px 0;
}

.b-footer--first,
.b-footer--second {
  text-align: center;
}

@media (min-width: 1200px) {
  .b-footer--first {
    text-align: left;
  }
  .b-footer--second {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .b-footer--left.col-md-3 {
    width: 20%;
  }
  .b-footer--right.col-md-9 {
    width: 80%;
  }
}

.b-copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #7e7e7e;
}

@media (min-width: 1200px) {
  .b-copyright {
    white-space: nowrap;
  }
}

.b-info-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 12px;
  color: #54606c;
  display: inline-block;
  vertical-align: top;
}

.b-info-menu li {
  padding-left: 12px;
  padding-right: 12px;
}

.b-info-menu a {
  color: #54606c;
}

.b-creator-info {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 1px;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 12px;
  color: #54606c;
}

.b-creator-info a {
  color: #54606c;
}

@media (min-width: 768px) {
  .b-creator-info {
    margin-left: 22px;
    display: inline-block;
  }
}

.b-footer-contacts {
  margin-bottom: 23px;
  font-size: 14px;
  color: #252525;
}

.b-footer-contacts a {
  color: #FF8200;
}

.b-footer-contacts p {
  margin-bottom: 23px;
}

.b-footer-contacts p:last-child {
  margin-bottom: 0;
}

.b-footer-social {
  margin-bottom: 25px;
  color: #a7b0b7;
}

.b-footer-social--header {
  margin-bottom: 12px;
  color: #a7b0b7;
  font-size: 11px;
  text-transform: uppercase;
}

.b-footer-social .list-inline {
  margin-left: -8px;
  margin-right: -8px;
}

.b-footer-social li {
  padding-left: 8px;
  padding-right: 8px;
}

.b-footer-social a {
  font-size: 24px;
  line-height: 1;
  color: #7b8690;
}

.b-footer-logo {
  position: relative;
  margin-bottom: 25px;
}

.b-footer-logo img {
  width: 100%;
  max-width: 216px;
}

.b-footer-menu {
  margin-bottom: 25px;
}

.b-footer-menu li {
  margin-bottom: 12px;
  font-size: 11px;
  text-transform: uppercase;
}

.b-footer-menu li ul {
  margin-top: 12px;
}

.b-footer-menu li a {
  color: #FF8200;
}

.b-footer-menu li li {
  font-size: 14px;
  text-transform: none;
}

.b-footer-menu li li a,
.b-footer-menu li li span {
  color: #54606c;
}

@media (min-width: 768px) {
  .b-footer-menu {
    margin-bottom: 45px;
  }
}

.b-inline-menu {
  position: relative;
  color: #353535;
}

.productnone {
  display:none;
}

.b-inline-menu li {
  width: 100%;
  margin-right: -0.3em;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid transparent;
}

.b-inline-menu li.active {
  border-color: #FF8200;
}

.b-inline-menu li button,
.b-inline-menu li a {
  width: 100%;
  min-height: 80px;
  padding: 15px 15px 5px;
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.b-inline-menu--title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.b-inline-menu--number {
  font-size: 12px;
  display: block;
}

@media (min-width: 768px) {
  .b-inline-menu {
    min-height: 80px;
  }
  .b-inline-menu li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .b-inline-menu li {
    width: 25%;
  }
}

@media (min-width: 1260px) {
  .b-inline-menu li {
    width: 16.66%;
  }
}

.b-breadcrumbs {
  margin-bottom: 30px;
  font-size: 16px;
  color: #262626;
  margin-left: -3px;
  margin-right: -3px;
}

.b-breadcrumbs li {
  margin-right: -0.3em;
  padding-left: 3px;
  padding-right: 7px;
}

.b-breadcrumbs li:after {
  content: " → ";
  letter-spacing: 0;
  margin-left: 6px;
      font-size: 18px;
}

.b-breadcrumbs li:last-child:after {
  display: none;
}

.b-breadcrumbs a {
  color: inherit;
}

@media (min-width: 992px) {
  .b-breadcrumbs {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}

.embed-responsive-item {
  max-width: 100%;
}


.standart123 {
    color: #fff!important;
    background-color: #fff!important;
    border-color: #fff!important;
	padding-right: 0px!important;
    padding-left: 0px!important;
	border: 0px!important;
}

.standart123:hover {
    color: #fff!important;
    background-color: #fff!important;
    border-color: #fff!important;
	padding-right: 0px!important;
    padding-left: 0px!important;
	border: 0px!important;
}

.standart123:after {
    color: #fff!important;
    background-color: #fff!important;
    border-color: #fff!important;
	padding-right: 0px!important;
    padding-left: 0px!important;
	border: 0px!important;
}




#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 95%;
  max-width: 95%;
  transform: translateX(-50%);
  padding: 25px;
  background: #F7F7F6;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show2{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
	background: #ff8200;
    color: #fff;
    border: 1px solid #848484;
  }
}

@media (max-width: 575px){
  #cookie_notification.show2{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
	background: #ff8200;
    color: #fff;
    border: 1px solid #848484;
  }
}




.zxcvbn3 a{
    color: #5b6770!important;
  }
  
.zxcvbn1 a{
    color: #5b6770!important;
  }
  
  
  .b-header-lang .active a {
    color: #FF8200!important;
}


.navbar-right li:last-of-type a {
    color: #FFF;
}




.politika1 {
    box-shadow: 0px 0px 5px #cecece;
}