h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #191919;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12px;
  font-size: 16px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #e0bc07;
}
a.text-primary:hover {
  color: #af9205;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #e0bc07;
}
a.bg-primary:hover {
  background-color: #af9205;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.715;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 24px;
  margin: 0 0 24px;
  font-size: 14px;
  background: #f3f8fa;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.715;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.715;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.color1 {
  background-color: #f4f4f4;
}
.color2 {
  background-image: url("/images/fon7.jpg");
}
.color3 {
  background-image: url("/images/fon3.png");
  padding: 15px;
}
.color4 {
  background-image: url("http://gazpromviet.com/images/un1-1.png");
}
.color-fff {
  background: #ffffff;
}
.color5 {
  background-image: url("/images/fon5.jpg");
}
.color6 {
  background-image: url("/images/fon6.jpg");
}
.color7 {
  background-image: url("/images/fon7.jpg");
}
.color8 {
  background-image: url("/images/fon02.jpg");
  margin-bottom: -25px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -35px;
}
.color9 {
  background-image: url("/images/fon07.jpg");
}
.color10 {
  background-image: url("/images/fon06.jpg");
  padding-top: 0px !important;
}
.color11 {
  background-image: url("/images/fon03.jpg");
}
.color12 {
  background-image: url("/images/fon04.jpg");
}
zag,
.zag {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.1;
  color: #191919;
  margin-top: 24px;
  margin-bottom: 12px;
}
.btn {
  color: #191919;
}
ul.spisok li::before {
  content: "\f046";
  color: #f7d009;
  font-family: FontAwesome;
  padding-right: 18px;
  font-size: 25px;
  margin-left: -41px;
  vertical-align: middle;
}
ul.spisok,
.spisok1 {
  list-style-type: none;
  font-size: 16px;
}
.no-decor a,
.no-decor a:hover,
.no-decor,
.no-decor:hover,
no-decor,
no-decor:hover {
  text-decoration: none;
}
.features-item {
  background: rgba(25, 25, 25, 0.92) !important;
  border-bottom: 5px solid #f8cc1c!important;
}
.features-item:after {
  border-bottom: 8px solid #f8cc1c!important;
}
.acm-accordion .panel-title a {
  color: #000 !important;
}
.t3-tabs-vertical .nav-tabs > li.active a,
.t3-tabs-vertical .nav-tabs > li.active a:hover,
.t3-tabs-vertical .nav-tabs > li.active a:focus,
.t3-tabs-vertical .nav-tabs > li.active a:active {
  color: #000000 !important;
}
.acm-accordion.panel-group .panel {
  border: 1px dotted #c7c7c7!important;
  background: rgba(255, 255, 255, 0.6899999999999999) !important;
}
.btn-primary:before {
  background: #242423 !important;
}
.btn-primary:after {
  border-color: transparent transparent transparent #242423!important;
}
.btn-second {
  background: #242423 !important;
}
.btn-second:before {
  background: #f8cc1c !important;
}
.btn-second:after {
  border-color: transparent transparent transparent #f8cc1c!important;
}
.t3-header {
  background-image: url("/images/fontop.jpg") !important;
  border-bottom: 1px solid #f7d009!important;
}
.t3-topbar {
  background: #000000 !important;
  color: #ffffff !important;
}
.topbar-2 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  width: 100% !important;
}
.topbar-1 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  width: 0% !important;
}
.topbar-2 col-xs-12 col-sm-7 {
  width: 100% !important;
}
.col-lg-122 col-xs-122 col-sm-122 {
  width: 20% !important;
}
.languageswitcherload {
  width: 100% !important;
}
.t3-copyright {
  background-image: url("/images/fontop.jpg") !important;
  color: #111 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff !important;
}
.t3-navhelper {
  background-image: url("/images/fon04.jpg") !important;
}
.navbar-default .navbar-nav > .active > a {
  color: #ffffff !important;
}
.article-intro img,
.article-content img {
  *height: auto!important;
}
.breadcrumb {
  padding-left: 100px !important;
}
.taxi_input {
  color: #000000 !important;
}
.input_taxi {
  width: 80% !important;
}
select {
  color: #000000;
}
.rsform-input-box {
  height: 32px !important;
  width: 90% !important;
}
.mega-inner {
  padding: 10px !important;
  width: 270px !important;
}
a:hover,
a:focus {
  *text-decoration: underline!important;
}
.chzn-container {
  display: inline-block !important;
}
.input[type="text"] {
  font-size: 19px !important;
}
.rsform-calendar-box {
  width: 84% !important;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input,
.chzn-container-active.chzn-with-drop .chzn-single {
  height: 46px !important;
  font-size: 18px !important;
  font-weight: 500;
}
.chzn-container .chzn-results {
  max-height: 75px !important;
}
.chzn-container-single {
  width: 100% !important;
  font-size: 18px;
  font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 12px !important;
}
.t3-content {
  padding-top: 5px !important;
}
.t3-mainbody {
  padding-top: 5px !important;
}