/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=+Condensed&display=swap&subset=cyrillic,cyrillic-ext);


@font-face {
  font-family: 'Syncopate'; /* Укажите имя шрифта, как вы хотите его использовать */
  src: url('./fonts/syncopate/Syncopate-Bold-Cyr.otf') format('truetype'); /* Путь к файлу шрифта */
  font-weight: normal; /* Укажите вес шрифта (normal, bold и т.д.) */
  font-style: normal; /* Укажите стиль шрифта (normal, italic и т.д.) */
}


@font-face {
  font-family: 'BebasNeueBold';
  src: url('./fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  
		url('./fonts/BebasNeueBold.otf')  format('opentype'),
	    url('./fonts//BebasNeueBold.woff') format('woff'), 
		url('./fonts/BebasNeueBold.ttf')  format('truetype'), 
		url('./fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('./fonts/BebasNeue-Regular.otf')  format('opentype'),
	url('./fonts/BebasNeue-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gilroy-Light';
  src: url('./fonts/Gilroy/Gilroy-Light.otf')  format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('./fonts/Gilroy/Gilroy-Medium.ttf')  format('opentype');
  font-weight: 500;
  font-style: normal;
}

:root {
	--black-text: #232323;
	--black-text2: #505050;
	--main: #017a3f;
	--main-hover: #005F30;
	--grey: #797979;
	--white: #fff;
	--background: #fafafa;
	--light-grey: #f5f5f5;
	--main-compl: #ff9802;
	--main-hover: #005f30;
	--main-click: #004423;
	--light-grey-dark: #e0e0e0;
}

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

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 97, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 117, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 161, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../sass/bootstrap/_normalize.scss */
/*svg:not(:root) {
  overflow: hidden;
}
*/
/* line 203, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.main_b_area{
  background: #FFF;
}
.main_b{
  width: 100%;
}
@media(max-width: 1024px){
  .main_b_area{
    padding-top: 60px;
  }
}
/* line 346, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 370, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 100, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
.wrapper *,
.fancybox-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.red_line{
  border: none;
  height: 2px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #AE1E45;
}
/* line 15, ../sass/bootstrap/_scaffolding.scss */
.wrapper *:before,
.wrapper *:after,
.fancybox-wrap *:before,
.fancybox-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.small_table tr td{
  font-size: 14px;
  padding: 10px
}
table.small_table tr td:nth-child(2){
  width: 15%;
}
table.small_table tr td:nth-child(3){
  width: 50%;
}
/* line 25, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 30, ../sass/bootstrap/_scaffolding.scss */
html body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: var(--black-text);
	background-color: #fafafa;
}
html body {
    
    width: 100%;
    overflow-x: hidden;
}
html body.main-body  {
   /* background-color: #252525; */
  
 }

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 51, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #0084c9;
  text-decoration: none;
}
/* line 55, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #242424;
  text-decoration: underline;
}
/* line 61, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: none;
  text-decoration: none;
}

/* line 72, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 79, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 84, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.numbers_flex{
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  align-items: center
}
.numbers_flex .dat{
  min-height: 70px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  max-width: 180px;
  text-align: right;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 3px solid rgba(0, 70, 150, 1);
}
.numbers_flex .count-feature{
  min-width: 70px;

}
.border_box{
	border: 2px solid #AE1E45;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 500px;
}
.border_box p:last-child{
  margin-bottom: 0px;
}

  .special{
    font-size: 18px;
  }
  .special:hover{
   color: #fff;
  }
  @media (max-width: 1500px){
      .special span{
    font-size: 15px;
  }
  }

/* line 89, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 96, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.banner_arrow{
  position: absolute;
  bottom: 60px;
  left: calc(50% - 12px);
  z-index: -1;
  display: none;
}
.wrapper-features h2{
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  color: rgba(0, 70, 150, 1);
}
/* line 109, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 116, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #D4D6DA;
}

/* line 128, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 144, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  line-height: 1.1;

}
/* line 16, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
/* line 30, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
/* line 41, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 24px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 20px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 18px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 16px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 20px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0084c9;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #006396;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #0084c9;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #006396;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 0;
  margin: 24px 0 32px;
}

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
/* line 153, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 19px;
}

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.38462;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 14px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.38462;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.38462;
}

/* line 7, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.38462;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  
  .form-col-left, .captcha_wrap {width: 31.22%} 
  .form-col {width: 35.66%}  
  .catalog-wrapper .col-md-7 {width: 53.9%}
  .catalog-wrapper .col-md-5 {width: 46.1%}
  .section-49 .info-wrapp .text, .section-46 .info-wrapp .text  {width: 90%;}
  .el-appeal .captcha_wrap {width: 50%;} 
}

@media (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/_tables.scss */
caption {
  padding-top: 12px 30px;
  padding-bottom: 12px 30px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 18px 25px;
  line-height: 1.38462;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}


.certification-table.table > thead > tr > th,
.certification-table.table > thead > tr > td,
.certification-table.table > tbody > tr > th,
.certification-table.table > tbody > tr > td,
.certification-table.table > tfoot > tr > th,
.certification-table.table > tfoot > tr > td {
  padding: 18px 16px;
  
}

.welder-table.table > thead > tr > th,
.welder-table.table > thead > tr > td,
.welder-table.table > tbody > tr > th,
.welder-table.table > tbody > tr > td,
.welder-table.table > tfoot > tr > th,
.welder-table.table > tfoot > tr > td {
  padding: 18px 12px; 
}

.welder-table.table > thead > tr > th:last-child,
.welder-table.table > thead > tr > td:last-child,
.welder-table.table > tbody > tr > th:last-child,
.welder-table.table > tbody > tr > td:last-child,
.welder-table.table > tfoot > tr > th:last-child,
.welder-table.table > tfoot > tr > td:last-child {
	border-right: 0;
}

.import-table.table > thead > tr > th,
.import-table.table > thead > tr > td,
.import-table.table > tbody > tr > th,
.import-table.table > tbody > tr > td,
.import-table.table > tfoot > tr > th,
.import-table.table > tfoot > tr > td {
	  padding: 18px 10px; 
	  font-size: 14.6px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  vertical-align: top;
}

/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: top;
  border-bottom: 2px solid #ebebeb;
}
/* line 50, ../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ebebeb;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 6px 25px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ebebeb;
}
/* line 94, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebebeb;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  /* height: 36px; */
  padding: 11px 14px;
  font-size: 14px;
  line-height: 120%;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #797979;
  opacity: 1;
  font-weight: 400;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #797979;
  font-weight: 400;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
   color: #797979;
   font-size: 14px;
   font-weight: 400;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 178, ../sass/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  /* line 184, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 189, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 202, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

.form-group.checkbox-group label[for="agreement"]{
  display: flex;
  align-items: center;
}


.zakaz-webform .form-group {
  margin-bottom: 0;
}

/* line 211, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 226, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 235, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 241, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 250, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 271, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 281, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 293, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
/* line 300, ../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 321, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 334, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 347, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 357, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 369, ../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 374, ../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 394, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
/* line 397, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 408, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #989fa9;
}

@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 514, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
/* line 524, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 530, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 558, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 565, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-flex;
  height: 40px; 
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  width: fit-content;
}

.buybtns .btn.btn-default {line-height: 43px; padding: 0 25px;}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/bootstrap/_buttons.scss */

.btn:hover, .btn:focus, .btn.focus {
  
  text-decoration: none;
}

.btn-white:hover {
  
  text-decoration: none;
}
/* line 39, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #fff;
  background: linear-gradient(180deg, #004696 0%, #00418B 100%);
  border-color: rgba(0, 70, 150, 1);
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #585f69;
  background-color: #e6e6e6;
  border-color: #005c8c;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #0084c9;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #585f69;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background: #032C8D;
  /* border-color: #9C2A39; */
  border-radius:30px;
}
.input-group-btn .btn-primary{
	border-color: #455a64;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006396;
  border-color: #005c8c;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0084c9;
  border-color: #0084c9;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #0084c9;
  background-color: #fff;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 79, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 88, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #0084c9;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #00527d;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 127, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 131, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 58px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  /* background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ebebeb; */
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  /* padding: 3px 20px; */
  clear: both;
  font-weight: normal;
  line-height: 1.38462;
  color: #585f69;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #585f69;
  /* background-color: #0084c9; */
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration:  none;
  outline: 0;
  background-color: none;
}
.dropdown-menu > .active {  background: #F5F5F5;}
.dropdown-menu > .active > a:hover {
  text-decoration: none;

}


/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 109, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.38462;
  color: #585f69;
  white-space: nowrap;
}

/* line 162, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 205, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 43, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 62, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 68, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 85, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 144, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 171, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 200, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {

}

/* line 64, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  /* width: 1%; */
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
/* line 85, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 10px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
 
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0084c9;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ebebeb;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.38462;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #ebebeb;
}
/* line 96, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #1e508b;
  border: 1px solid #1e508b;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0084c9;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 199, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 35px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  /* content: " ";
  display: table; */
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  /* content: " ";
  display: table; */
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    /* float: left; */
  }
  .container-fluid .navbar-header {
    float:none;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 93, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 109, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 139, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 35px;
}
/* line 171, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
}

.navbar-toggle .icon-bar:first-child {
	top: 0;
}
.navbar-toggle .icon-bar:nth-child(2) {
  top: 14px;
}

.navbar-toggle .icon-bar:last-child {
  top: 26px;
}

/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  /*margin-top: 8px;*/
}
/*@media (min-width: 768px) {*/
  /* line 194, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: block;
  }
/*}*/

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 4px -15px;
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  /* padding-top: 10px; */
  /* padding-bottom: 24px; */
  line-height: 19px;
}
@media (max-width: 767px) {
  /* line 244, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 252, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  /* line 258, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  
  .maincontent .permits .item {width: 100%;}
  .owl_danners .owl-item .item.text .info .name br, 
  .owl_danners2 .owl-item .item.text .info .name br {display: none;}
}

@media (min-width: 768px) {
  /* line 233, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    /* padding-top: 8px; */
    /* padding-bottom: 24px; */
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {

  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 380, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: left !important;
    margin-right: -15px;
  }
  /* line 387, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 398, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  /* background-color: #f8f8f8;
  border-color: #e7e7e7; */
}
/* line 402, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 404, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 411, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 416, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #EBEBEB;
  font:18px/22px "Mont";
}
/* line 419, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 443, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 463, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

  color: #555;
}
@media (max-width: 767px) {
  /* line 474, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 476, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 509, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 514, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 522, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 545, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 560, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 568, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 578, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 580, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 584, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 589, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 608, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 623, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 631, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 642, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 649, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 657, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* line 13, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  /* content: /\00a0; */
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 15px;
  text-decoration: none;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: -1px;
}
/* line 25, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: rgba(0, 70, 150, 1);
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 51, ../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background: var(--main-hover);
  cursor: default;
}
/* line 63, ../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #0084c9;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #006396;
}

/* line 52, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0084c9;
  background-color: #fff;
}
/* line 46, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 50, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 54, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 61, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, ../sass/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, ../sass/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 23, ../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 27, ../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 32, ../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 39, ../sass/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 45, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.vertical_img .thumbnail > img{
  max-height: 250px;
  width: 100%;
  object-fit: cover
}
/* line 27, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #585f69;
}

/* line 34, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgba(0, 70, 150, 1);
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../sass/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #0084c9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../sass/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../sass/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../sass/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 29, ../sass/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 34, ../sass/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, ../sass/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, ../sass/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, ../sass/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, ../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 49, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 64, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 72, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 75, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 81, ../sass/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0084c9;
  border-color: #0084c9;
}
/* line 90, ../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 95, ../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #96dbff;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 117, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 20px 39px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 0px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 81, ../sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 90, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 104, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px 39px;
  padding-right: 20px 39px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 121, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* line 125, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
/* line 129, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 143, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* line 147, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
/* line 151, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
/* line 158, ../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ebebeb;
}
/* line 164, ../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 175, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 179, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 188, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 197, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 204, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 19px;
}
/* line 220, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 224, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 232, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ebebeb;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ebebeb;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ebebeb;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #242424;
  background-color: #fff;
  border-color: #ebebeb;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #585f69;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #0084c9;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0084c9;
  border-color: #0084c9;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0084c9;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #0084c9;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0084c9;
}

/* line 254, ../sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 257, ../sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 260, ../sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 263, ../sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 27, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #242424;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.38462px;
}

/* line 83, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.38462;
}

/* line 95, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 147, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

/* line 38, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 54, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 61, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 68, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 75, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 82, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 96, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38462;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 31, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 46, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 55, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 81, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 104, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 111, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 120, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 127, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 34, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../sass/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 136, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 141, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 146, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, ../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 206, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 248, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
 
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
  
}
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArnoPro-Bold';
  src: url("../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), 
	   url("../fonts/ArnoPro-Bold.otf") format("woff2");
  font-weight: 700;
  font-style: normal;
}



/* line 10, ../sass/style.scss */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 14, ../sass/style.scss */
.robotolight {
	font-family:  Condensed;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	
}

/* line 18, ../sass/style.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* disable selection */
/* line 28, ../sass/style.scss */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
}


@media (min-width: 1200px) {
  /* line 45, ../sass/style.scss */
  .container {
    /* width: 1170px; */
  }
}


/* line 51, ../sass/style.scss */
.invisible {
  visibility: hidden;
}

/* line 54, ../sass/style.scss */
.area2darken {
  cursor: default !important;
  opacity: 0.5;
}

/* line 55, ../sass/style.scss */
.preloader {
  width: 32px;
  height: 32px;
  background: transparent url("../img/ajax-loader.gif") center center no-repeat;
}

/* line 56, ../sass/style.scss */
.blackMode .preloader {
  background-image: url("../img/ajax-loader2.gif");
}

/* line 59, ../sass/style.scss */
body {
  overflow-y: scroll;
}

/* reset box-sizing for bx-admin */
/* line 63, ../sass/style.scss */
#bx-admin-prefix .adm-input-file-control *,
#bx-admin-prefix .adm-input-file-control *:before,
#bx-admin-prefix .adm-input-file-control *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 68, ../sass/style.scss */
#bx-admin-prefix label {
  font-weight: normal;
}

/* line 71, ../sass/style.scss */
.notmain {
  /* margin-top: 17px; */
}

/* images */
/* line 76, ../sass/style.scss */
img {
  width: auto;
  max-width: 100%;
}

/* line 80, ../sass/style.scss */
img.floatleftcorner {
  float: left;
  margin: 0px 30px 30px 0px;
}

/* line 84, ../sass/style.scss */
img.floatleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

/* line 88, ../sass/style.scss */
img.floatrightcorner {
  float: right;
  margin: 0px 0px 30px 30px;
}

/* line 92, ../sass/style.scss */
img.floatright {
  float: right;
  margin: 30px 0px 30px 30px;
}

/* heading */
/* line 98, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
/* line 103, ../sass/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;

}
/* line 106, ../sass/style.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;

}

/* line 112, ../sass/style.scss */
h2.coolHeading, .h2.coolHeading {
  padding-bottom: 30px;
  line-height: 120%;
  font-size:38px;
  color:#242424;
  margin:0;
}


/* line 122, ../sass/style.scss */
h4, .h4, h6, .h6 {
  color: #242424;
}

/* page header */
/* line 127, ../sass/style.scss */

.page-header-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative; 
		background-size: cover; 
		min-height: 200px;
	} 

html .page-header h1, html .js-detail.catalog-section-h1 .page-header h1 {
  margin: 0px;
  font-size: 24px ;
  font-weight: 600;
  position: relative;
}


html .js-detail.catalog-section-h1 .page-header h1 {
	margin:25px 0 30px;
}


ul, ol {
  list-style: none;
  padding-left: 50px;
}
/* line 155, ../sass/style.scss */
ul > li, ol > li {
  position: relative;
  list-style-type: none;
  line-height: 120%;
}
/* line 159, ../sass/style.scss */
ul > li:before, ol > li:before {
  /*content: '\2022'; */
}

ol > li > strong{
  padding-left: 20px;
}

/* line 170, ../sass/style.scss */
ol {
  counter-reset: list 0;
}
/* line 172, ../sass/style.scss */
ol > li:before {
  counter-increment: list;
  content: counter(list) "";
}

/* line 180, ../sass/style.scss */
ul.list-ok > li:before, ol.list-ok > li:before {
  content: "\f00c";
  font-size: 11px;
  font-family: 'FontAwesome';
  margin-top: 5px;
}

/* line 187, ../sass/style.scss */
ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0;
}
/* line 191, ../sass/style.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
  position: static;
  list-style-type: none;
}
/* line 194, ../sass/style.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
  position: static;
  left: 0px;
  content: '';
}

/* line 203, ../sass/style.scss */
html blockquote {
  padding: 25px 75px;
  line-height: 120%;
  text-align: center;
  color: #585e63;
  background-color: #ebebeb;
  border: none;
}

html blockquote footer:before,
html blockquote small:before,
html blockquote .small:before {
  content: '';
}

a {
  text-decoration: none;
  color: var(--main);
}

.content-wrap a {
  text-decoration: underline;
  color: var(--main);
  font-weight: 600;
}
.content-wrap a.polls-list__item { font-size: 16px; font-weight: 600; color: #232323; text-decoration:none;}
.content-wrap a.polls-list__item:hover { color: var(--main-hover); text-decoration:none;}
.content-wrap a.btn-default {color:#fff}

.content-wrap a:has(.icon-contract) {
	text-decoration: underline;
	color: #000000;
}
.content-wrap a:hover {
  text-decoration: none;
  color: var(--main-hover);
}

.content-wrap a:active {
  text-decoration: none;
  color: #004423;
}
.content-wrap a.name-a {
  text-decoration: none;
}
/* line 221, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #242424;
}

/* line 226, ../sass/style.scss */
a.btn {
  text-decoration: none;
}

/* line 229, ../sass/style.scss */
html .aprimary {
  color: #0084c9;
}
html .info .aprimary {
  color: #fff;
}
html .dark-color .info .aprimary {
  color: rgba(0, 70, 150, 1);
}
html .data .info .aprimary {
  color: #242424;
}
/* line 232, ../sass/style.scss */
html a.aprimary {
  color: #0084c9;
  text-decoration: none;
}
/* line 235, ../sass/style.scss */
html a.aprimary:hover {
  text-decoration: underline;
}

/* line 244, ../sass/style.scss */
html .btn:focus, html .btn.focus, html .btn:active:focus, html .btn:active.focus, html .btn.active:focus, html .btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

/* line 256, ../sass/style.scss */
html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active, .open > html .btn-default.dropdown-toggle {
  color: #fff;

}

/* line 269, ../sass/style.scss */
html .form-control {
  /* height: 47px; */
  border-color: #E0E0E0;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html input.form-control:-internal-autofill-selected {

    background-image: none !important;
    background-color: transparent !important;
    
}
/* line 274, ../sass/style.scss */
html .form-control:focus {
  border-color: #E0E0E0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 279, ../sass/style.scss */
html .input-group-addon {
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  border-color: transparent;
}

/* line 287, ../sass/style.scss */
table.table {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 290, ../sass/style.scss */
table.table > thead > tr > th {
  color: #242424;
  vertical-align: middle;
  font-weight: normal;
}
/* line 295, ../sass/style.scss */


table.table {
	border-radius: 8px 8px 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #D4D6DA;
    display: block;
    overflow: hidden;
}


table.table > tbody > tr > td {
  color: #242424;
  
}
/* line 300, ../sass/style.scss */
table.table > thead > tr > th,
table.table > tbody > tr > td {
  border-top: 1px solid #D4D6DA;
  border-bottom: none;
  border-left: 1px solid #D4D6DA;
}

table.table > tbody > tr:first-child > td, table.table > tbody > tr > td:first-child  {
   border-left: none;
} 

table.table tr th { font-weight: normal}
table.table > thead > tr > th:first-child,
table.table > tbody > tr > th:first-child,
table.table > tbody > tr > td:first-child,
table.table > tr > td:first-child
 {
 
  /*border-left: 1px solid #D4D6DA;*/
}

table.table > thead > tr > th:last-child,
table.table > tbody > tr > td:last-child,
table.table > tbody > tr > th:last-child {
 
  /*border-right: 1px solid #D4D6DA;*/
}
 
table.table  tr:first-child {border-radius: 8px 8px 0 0; color: #fff; background: rgba(0, 70, 150, 1); /*linear-gradient(179.68deg, #A4163D 0%, #780021 100%), linear-gradient(180deg, #019CEC 0%, #017FC0 100%), #CE0000;*/}
table.table tr:last-child {border-radius: 0 0 8px 8px;}

/* line 308, ../sass/style.scss */
.nav-tabs {
  margin-bottom: 17px;
  border-bottom: none;
}
/* line 312, ../sass/style.scss */
.nav-tabs > li > a {
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #1e508b;
  color:#1e508b;
  font:16px/16px Roboto Condensed;
}
/* line 317, ../sass/style.scss */
.nav-tabs > li:before {
  content: none;
}

/* line 324, ../sass/style.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 329, ../sass/style.scss */
.panel-group .panel + .panel {
  margin-top: -1px;
  border-width: none;
}

/* line 334, ../sass/style.scss */
.panel-default > .panel-heading {
  border: none;
}
/* line 336, ../sass/style.scss */
.panel-default > .panel-heading a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-family: "", sans-serif;
  font-size: 18px;
  line-height: 1.38462;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 346, ../sass/style.scss */
.panel-default > .panel-heading a:hover {
  color: rgba(0, 70, 150, 1);
  border: 1px solid #b8b8b8;
  z-index: 110;
}
/* line 351, ../sass/style.scss */
.panel-default > .panel-heading a:after {
  top: 5px;
  right: 9px;
  font-size: 18px;
  content: "\f107";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 361, ../sass/style.scss */
.panel-default > .panel-heading a.collapsed:after {
  right: 10px;
  content: "\f105";
}
/* line 365, ../sass/style.scss */
.panel-default > .panel-heading a .right {
  float: right;
  margin-right: 40px;
}

@media (max-width: 992px) {
  /* line 374, ../sass/style.scss */
  .panel-default > .panel-heading a .right {
    float: none;
    margin-left: 20px;
  }
  /* line 377, ../sass/style.scss */
  .panel-default > .panel-heading a .right:before {
    position: relative;
    right: 10px;
    display: inline-block;
    font-size: 12px;
    content: "\2212";
  }
}
/* line 389, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse:after {
  display: table;
  content: " ";
}
/* line 393, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  margin-bottom: 10px;
  border-top: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

/* line 405, ../sass/style.scss */
#breadcrumbs li {
  position: relative;
  display: block;
  float: left;
  min-height: 15px;
  margin-right: 6px;
}
/* line 411, ../sass/style.scss */
#breadcrumbs li:before {
  position: absolute;
}
/* line 414, ../sass/style.scss */
#breadcrumbs li a {
  text-decoration: none;
}
/* line 419, ../sass/style.scss */
#breadcrumbs .main li {
  margin-right: 3px;
}
/* line 422, ../sass/style.scss */
#breadcrumbs .main a,
#breadcrumbs .main span {
  display: block;
}
/* line 426, ../sass/style.scss */
#breadcrumbs .main a {
  text-decoration: none;
}
/* line 429, ../sass/style.scss */
#breadcrumbs .main a i {
  position: relative;
  display: block;
  float: left;
  width: 13px;
}

#breadcrumbs .main a i:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: "\f015";
  font-weight: normal;
  font-style: normal;
  color: #585f69;
  font-family: 'FontAwesome';
}

html .pagination > li.allShower > a {
  margin-left: 20px;
}

.wrapper label,
.wrapper label,
.wrapper .bx_filter_param_text,
.fancybox-inner label,
.fancybox-inner label,
.fancybox-inner .bx_filter_param_text {
  position: relative;
}
/* line 475, ../sass/style.scss */
.wrapper .js-compare,
.fancybox-inner .js-compare {
  position: relative;
  margin-left: 15px;
  text-decoration: none;
}
/* line 480, ../sass/style.scss */
.wrapper .js-compare span:first-child,
.fancybox-inner .js-compare span:first-child {
  border-bottom: 1px dashed #585f69;
}
/* line 483, ../sass/style.scss */
.wrapper .js-compare span:last-child,
.fancybox-inner .js-compare span:last-child {
  color: #c3c3c3;
}
/* line 489, ../sass/style.scss */
.wrapper .js-compare:hover span:first-child,
.fancybox-inner .js-compare:hover span:first-child {
  border-bottom: 1px dashed transparent;
}
/* line 495, ../sass/style.scss */
.wrapper input[type="radio"],
.wrapper input[type="checkbox"],
.fancybox-inner input[type="radio"],
.fancybox-inner input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}
/* line 500, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 14px;
}
/* line 515, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before {
  content: "\f10c";
}
/* line 519, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 523, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:after,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="radio"]:checked + label:after,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:after {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #b8b8b8;
  content: "\f10c";
  top:0;
}
/* line 532, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  content: "\f192";
  color: rgba(0, 70, 150, 1);
  font-size: 14px;
}
/* line 538, ../sass/style.scss */
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  content: "\f096";
}
/* line 543, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare.checked:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare.checked:before {
  color: #b8b8b8;
}
/* line 548, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:after,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
.wrapper .js-compare.checked:after,
.fancybox-inner input[type="checkbox"]:checked + label:after,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after,
.fancybox-inner .js-compare.checked:after {
  position: absolute;
  top: 1px;
  left: -15px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: rgba(0, 70, 150, 1);
  content: "\f00c";
}

/* line 563, ../sass/style.scss */
.dropdown-toggle > i {
  margin-left: 7px;
}
/* line 565, ../sass/style.scss */
.dropdown-toggle > i:after {
  content: "\f105";
}

/* line 570, ../sass/style.scss */
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  
}
/* line 574, ../sass/style.scss */
.dropdown-menu > li {
  position: relative;
  display: block;
  height: 35px;
  
}
/* line 582, ../sass/style.scss */
.dropdown-menu > li.open > a {
  border-color: #ebebeb;
}
/* line 586, ../sass/style.scss */
.dropdown-menu > li > a {
  display: block;
  /* padding: 7px 18px; */
  color: #585f69;
  text-decoration: none;
  
 
}

.topline-wrapper{
	color:#fff;
}

.tophone, .enter {
	padding:9px 0 8px;
}
.topline-middle a{
	padding:9px 17px 8px 0;
}
.topline-middle{
	font:14px/18px Roboto Condensed;
}
.topline-middle a, .topline-middle a:hover, .topline-middle a:focus, .lang a, .enter, .enter:hover, .enter:focus{
	color:#fff;
}
.topline-middle a, .lang a, .enter{
	text-decoration:none;
}
.topline-middle a.fancyajax:hover,  .enter:hover{
	text-decoration:underline;
}
.tophone, .topline-middle a{
	display:inline-block;	
}
.online-zakaz{
	background:#438dd2;
}
.topline-middle a.online-zakaz:hover{
	background:#fff;
	color:#438dd2;
}
 .topline-middle a.online-zakaz{
	 padding:9px 20px 8px;
 }
 .tophone{
	font:18px/18px Roboto Condensed; 
	margin-right:20px;
 }
 .lang, .enter{
	 font:13px/19px Roboto Condensed; 
 }
 .lang a.other-lang, .lang a:hover, .lang a:focus{
	 color:#8799b3;
 }
 .enter{
 background: transparent url("../img/enter.png") left center no-repeat;
	padding-left:20px;
	float:right;
	display:inline-block;
 }
 header.style2 .navbar-header > .row > .col .box.logo{
	 position:absolute;
	 top:-36px;
	 z-index:100;
 }
 .slider-more{
	 font:bold 16px/16px Roboto;
	 color:#01579b;
	 background:rgba(255,255,255,0.8);
	 padding:15px 50px;
	 margin-top:25px;
	 display:inline-block;
 }
.dark-color  .slider-more{
	border:1px solid #395781;
}
  .slider-more:hover{
	 color:#d8e8fa;
	 background:#01579b;
 }
 .owl-carousel.features .owl-stage-outer .owl-stage .owl-item:nth-child(4) .item{
	 border-right:1px solid transparent;
 }
 .catalog-wrapper{
	 
	 padding-top:60px;
	 margin-top:0;
	 padding-bottom:100px;
	 
 }
 .info-wrapper{
	 position:absolute;
	 bottom:0;
	 width:101%;
	 right:0;
	 left:0;
 }
 .catalog-main-item{
	 float:left;
	 width:100%;
	 margin-right:0.5%;
	 position:relative;
 }
 .top-main-news img, .top-main-news-inner, .top-main-news-img{
	 /*float:left;*/
 }
 .top-main-news-inner{
	 color:#fff;
	/*min-height:300px;*/
	 padding:18px 18px 50px 18px;
	 position:relative;
 }
.top-main-news-inner .date{
	font:13px/13px Roboto;
	font-weight:200;
}
.top-main-news-inner .name {
	font:22px/26px Roboto;
	margin-top:9px;
}
.top-main-news-inner .name a, .top-main-news-inner .more a, .bottom-main-news a, .services-inner .services-detail a {
	color:#fff;
}

.about-text a {color: rgba(0, 70, 150, 1);}
.about-text a:hover {
  text-decoration: underline;
}

.top-main-news-inner .name a, .bottom-main-news .name a, .gallery .item.catalog-main-item .data .name a, .gallery .item.catalog-main-item .data a{
	text-decoration:none;
}
.top-main-news a + .top-main-news-inner{
	max-width:56%;
}
.top-main-news-img{
	max-width:44%;
}
.top-main-news-inner .descr{
	font:14px/17px Roboto;
	margin-top:20px;
}
.top-main-news-inner .descr, .top-main-news-inner .more, .bottom-main-news .date, .bottom-main-news .descr{
	font-weight:200;
}
.top-main-news-inner .more{
	position:absolute;
	bottom:15px;
	font:13px/13px Roboto;
}
.bottom-main-news{
	background:#438dd2;
	color:#fff;
	padding:13px 13px 47px 13px;
}
.bottom-main-news .date{
	font:11px/11px Roboto;
}
.bottom-main-news .name{
	font:18px/21px Roboto;
	margin-top:6px;
	margin-bottom:15px;
}
.bottom-main-news .descr{
	font:13px/16px Roboto;
	overflow: hidden;
	max-height:64px;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.bottom-main-news .more{
	font:12px/12px Roboto;
	position:absolute;
	bottom:15px;
}
.more-news{
	text-align:right;
	font:16px/16px Roboto;
}
.more-news a{
	color:#438dd2;
}
.clear{
	clear:both;
}
.services-wrapper-container{
	border-top:1px solid #cfd8dc;
	margin-top:80px;
	padding-top:105px;
	background: #780121 url(/bitrix/templates/cor/images/service-light.png) no-repeat center / cover;
	padding-bottom: 75px;
	margin: 0 auto; 
	max-width: 1920px; 
/*	max-height: 980px;*/
}


.services-inner{
	color:#fff;
	padding:0 30px 18px 28px;
	/*min-height:200px;*/
	background: url(/bitrix/templates/cor/images/caret-right-gray.svg) no-repeat left 6px;
}
.services-inner:hover{
	background: url(/bitrix/templates/cor/images/caret-right.svg) no-repeat left 6px;
}

.services-inner .name{
	
	text-transform:uppercase;
	color: rgba(255,255,255, .7);
}
.services-inner .name a {
	color: rgba(255,255,255, .7);
}
.services-inner .name a:hover {color: #fff;}

.services-inner .description{
	font:15px/18px Roboto;
	margin-top:10px;
}
.services-inner .services-detail{
	font:14px/14px Roboto;
	margin-top:15px;
}
.img-left{
	padding-left:427px;
}
.img-right{
	padding-right:427px;
}
.about-company-wrapper{
	padding:92px 0;
  background: rgba(20, 58, 129, 0.05) !important;
}
.about-img, .about-text{
	float:left;
}
.about-img{
	width:100%;
	text-align: right;
	/* margin-top: -63px; */
}
.about-text{
	/* width:70%; */
	/* padding: 0px 24px 36px 0; */
}
.about-text h3{

	margin:0 0 30px 0;
	text-transform:uppercase;
}


.about-text p {
	font:20px/1.32 ;
	margin:0 0 17px 0;
}
.history-company {
	font:14px/14px ;
	position:absolute;
	bottom:30px;
}

.our-partners-wrapper h2.coolHeading{
	color:#fff;
}
.our-partners-wrapper .owl.partners .item{
	margin-right: 6px;
	margin-left:0;
}
.partner-wrapper-img {
	background:#fff;
	border-radius: 16px;
}
.partners .item .partner-wrapper-img .image .col{
	height: 190px;
    line-height: 190px;
}
.our-partners-wrapper .owl .owl-nav{
	margin-top:45px;
	text-align:center;
}
.our-partners-wrapper  .owl .owl-nav div{
	background:transparent;
	color:#fff;
	border:2px solid #fff;
	border-radius:50%;
}
 .bottom-text{
	 text-align:center;
	 width:75%;
	 margin:0 auto;
	 color:#4f4f4f;
	 font:18px/30px Roboto;
 }
 .bottom-text h2{
	 font:58px/58px Roboto;
	 color:#4f4f4f;
	 font-weight:200;
	 margin:0 0 60px 0;
 }
  .bottom-text p{
	  margin-bottom:30px;
  }
 .bottom-text p span{
	 font-weight:300;
 }
 .to-top {
	margin-bottom:50px; 
	margin-top:50px;
	opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease;
 }
 
 .to-top.visible {	
	opacity: 1;
    visibility: visible;
 }
 
.to-top a{
	cursor:pointer;
}
footer .footer_logo_wrap, footer .contacts, footer .other_buttons_wrap, .bottom_subs, .facebook-wrapper{
	float:left;
}
footer .bottom_subs{
	width:25%;
}
footer .other_buttons_wrap .btn-default, .bottom_subs {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.bottom_subs p, .facebook-wrapper p{
	font: 15px/19px Roboto Condensed;
}
.bottom_subs .btn-primary {
    color: #4a4a4a;
    background-color: #fff;
    /*border-color: #4a4a4a;*/
	font: 15px/15px Roboto Condensed;
}
html footer .form-control{
	background: #455a64;
	border:none;
	box-sizing:border-box;
	color:#fff;
}
footer .input-group{
	border:1px solid #fff;
}

.facebook-wrapper{
	margin-left:30px;
	width:15%;
	margin-right: 30px;
}
.facebook-wrapper a{
	display:block;
	border:1px solid #fff;
	text-align:center;
	text-decoration:none;
	font: bold 21px/21px Roboto Condensed;
	padding:7px 0;
}
html .bottom_subs .btn-primary:hover{
	color:#fff;
}
.facebook-wrapper a:hover, footer .other_buttons_wrap .btn-default:hover, .bottom_subs a:hover{
	background:rgba(255,255,255,0.1);
}
html .other_buttons_wrap .btn-default:hover{
	border-color:#fff;
}
.transition, .services-img img, .to-top a, .other_buttons_wrap a, .input-group-btn .btn-primary, .write-to-us a, .gallery-catalog-name, .ask-question,
.b-share a{
  transition: all 0.25s ease 0s;
 -webkit-transition: all 0.25s ease 0s;
 -moz-transition: all 0.25s ease 0s;
 -o-transition: all 0.25s ease 0s;
}
/* .catalog-main-item  .data{
  transition: all 0.25s ease-out 0s;
 -webkit-transition: all 0.25s ease-out 0s;
 -moz-transition: all 0.25s ease-out 0s;
 -o-transition: all 0.25s ease-out 0s;
}*/
header{
 transition: all 0.1s ease 0s;
 -webkit-transition: all 0.1s ease 0s;
 -moz-transition: all 0.1s ease 0s;
 -o-transition: all 0.1s ease 0s;
}
.footer-img{
	float:left;
	margin-top:12px;
}
footer{
	padding:35px 0 45px;
}
.zakaz-wrapper{
	margin-bottom:130px;
}
.zakaz-wrapper h1, .zakaz-wrapper h2, .gallery-wrapper h2{
	font:48px/48px Roboto;
	color:#4a4a4a;
	font-weight:300;
}
.zakaz-wrapper h2, .zakaz-wrapper h1{
	margin:100px 0 85px 0;
}
.gallery-wrapper h2{
	margin:55px 0 85px 0;
	position:relative;
}
.zakaz-image{
	height:103px;
	margin-bottom:40px;
}
.zakaz .name{
	font:18px/20px Roboto;
	color:#4f4f4f;
}
.zakaz .owl-item, .zakaz .item{
	position:relative;
}
.zakaz .item{
	float:left;
	width:20%;
}
.zakaz .owl-item:after, .zakaz .item:after{
	content:"";
	display:inline-block;
	width:30px;
	height:27px;
	background: transparent url("../img/arrow.png") top center no-repeat;
	right:-30px;
	top:30%;
	position:absolute;
}
 .zakaz .item:last-child:after{
	 background: transparent;
 }
.online-zakaz-div{
	margin-top:70px;
}
.online-zakaz-div a{
	font:17px/17px Roboto;
	color:#fff;
	background:#438dd2;
	border-radius:3px;
	text-decoration:none;
	padding:7px 20px;
	border:1px solid #438dd2;
}
.online-zakaz-div a:hover{
	color:#438dd2;
	background:#fff;
}
footer .other_buttons_wrap a.btn, .bottom_subs a{
	padding: 8px 14px;
}

header .box.logo{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.fixed-header{
	width:100%;
	background:#fff;
}
.fixed-header .logo, .fixed-header .logo img{
	bottom:0;
}
header.style2.fixed-header .navbar-header > .row > .col .box.logo{
	top:-4px;
}
.fixed-header .logo img{
	max-width:73px;
	/*position:absolute;*/
}
.alright{
	text-align:right;
}
.all_rights-wrapper, .alright{
	box-sizing:border-box;
}
.services-img, .services-inner{
	float:left;
}
.services-img{
	width:37%;
	overflow:hidden;
	cursor:pointer;
}
.services-img img{
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.services-img:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.map-href{
	position:absolute;
	right:0;
	font:13px/17px Roboto;
	color:#aeabab;
	padding-left:40px;
	background: transparent url("../img/map.png") 0 0 no-repeat;
	width:170px;
	text-align:left;
	top:10px;
}
.map-href:hover{
	color:#000;
	background-position: 0 -34px;
}
.to-top a{
	opacity: 0.5;
}
.to-top a:hover{
	opacity: 0.8;
}
.calculator{
	position:fixed;
	top:254px;
	right:-122px;
	background:#438dd2;
	color:#fff;
	border:2px solid #fff;
	border-bottom:none;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
	font:16px/16px Roboto Condensed;
	padding:8px;
	z-index: 2002;
	text-decoration:none;
}
.calculator:hover{
	background:#fff;
	color:#438dd2;
	border:2px solid #438dd2;
	border-bottom:none;
}
.contact-block{

	float:left;
	padding-bottom:20px;
	font-weight:500;
	width:100%;
	margin-bottom:20px;
}
.contact-block h2{
	
	color:#4f4f4f;
	font-weight:300;
	padding:20px 15px 35px;
}
.contact-block h3{
	
	margin:6px 0 30px;
	font-weight:300;
}

.contact-block table tr td{
	padding-right:20px;
	padding-bottom:20px;
}
.contact-block table tr td.contact-td{
	padding-bottom:7px;
}
.contact-block table .fa{
	color:#b5b5b5;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
.contact-block table a{
	text-decoration:none;
}
.gallery .catalog-main-item:nth-child(3n){
	margin-right:0;
}
.counter{
	background:rgba(0, 70, 150, 1);
	color:#fff;
	text-transform:uppercase;
	font:20px/24px Roboto;
	padding:20px 0;
	letter-spacing:1px;
	margin-bottom:24px;
}
.counter p{
	font:18px/20px Roboto;
	font-weight:300;
	margin:11px 0 0;
}
.counter p span{
	font:48px/48px Roboto;
	font-weight:500;
	margin-right:18px;
}
.features .item .data{
	border-right:1px solid #a1c6e8;
}
.features .item:last-child .data{
	border-right:1px solid transparent;
}
.contact-block table span{
    font: 18px/24px Roboto;
    font-weight: 400;
}
.grey-wrapper{
	border:1px solid #e7e7e7;
	background:#f4f4f4;
	padding:25px 25px 30px 25px;
}

.social-wrapper a{
	margin-right:3px;
}
.mainform h3 {
	font-size: 20px ;
	font-weight: 600;
	margin: 0;
}

.catalog-description, .maincontent {	
	color:#000;
	font-weight:normal;
	padding:0;
}

.maincontent {	
	min-width: 0;
}
.catalog-description {
	margin-top:65px;
}
.catalog-description h2{
	font:48px/48px Roboto;
	font-weight:300;
	margin:0 0 40px 0;
}
.catalog-description p{
	margin-bottom:30px;
}
.write-to-us{
	background: transparent url("../images/write.jpg") 0 0 no-repeat;
	padding:45px 20px 40px;
	font:20px/20px Roboto Condensed;
	text-transform:uppercase;	
	color:#134284;
	font-weight:400;
	margin-top:7px;
}
.write-to-us a{
	font:15px/15px Roboto Condensed;
	color:#fff;
	background:#134284;
	border:1px solid #fff;
	text-decoration:none;
	padding:10px 30px;
	display:inline-block;
	margin-top:24px;
}
.write-to-us a:hover{
	color:#134284;
	background:rgba(255,255,255,0.3);
	border:1px solid #134284;
}
.gallery-catalog .item{
	position:relative;
	float:left;
	width:48.5%;
    margin-bottom: 25px;
}
.gallery-catalog .item:nth-child(odd){
	margin-right:2.7%;
}


.gallery-catalog-name:hover, .products.showcase .item .name a:hover {color:rgba(0, 70, 150, 1); text-decoration: none;}

.gallery.gallery-catalog .item{
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
	border-radius: 11px;
	padding: 10px;
	margin-bottom: 25px;
}


.gallery-catalog .catalog-img {padding: 0;}
.gallery.gallery-catalog{margin-top:0;}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i{float:right;}

ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before{
	right:0;
	left:0;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before, 
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i.collapsed:before{
	content: "";
	height:12px;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu.active.showed > a > i.collapsed:before {
	background: transparent url("../images/up.svg") 0 0 no-repeat;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before {
	background: transparent url("../images/up.svg") 0 0 no-repeat;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i.collapsed:before {
	background: transparent url("../images/down.svg") 0 0 no-repeat;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before{
	font-size:20px;
	top:5px;
	color:#cdcdcd;
}

ul.nav-sidebar.catalog-nav-sidebar li a {
	padding: 12px 14px;
    border-top: none;
   
}
ul.nav-sidebar.catalog-nav-sidebar.nav {
    background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 8px;
    max-height: fit-content;
}

ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i {
    width: 16px;
    height: 16px;
}
html body ul.nav-sidebar.catalog-nav-sidebar li ul li a {
	color:#242424;
}

/* Nav-sidebar not products page */

.notmain.not-products-page ul.nav-sidebar.catalog-nav-sidebar li:first-of-type a {
    border-radius: 21px;
} 

.notmain.not-products-page:has(#sidebar.col.left-menu) {
	display: flex; 
	flex-direction: column;
}
.not-products-page .nav:before, .not-products-page .nav:after {display: none;}
.not-products-page ul.nav-sidebar.catalog-nav-sidebar.nav {   
	box-shadow: none;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	border: none;
	margin-bottom: 0; 
}


.not-products-page #sidebar ul.nav-sidebar.catalog-nav-sidebar li.active a,
.not-products-page #sidebar ul.nav-sidebar.catalog-nav-sidebar li:hover a,
.not-products-page #sidebar ul.nav-sidebar.catalog-nav-sidebar li:focus a  {
	background: #032C8D;
	color: #fff;
}

/* End Nav-sidebar not products page */

.to-top.inner {
    margin-bottom: 10px;
    margin-top: 70px;
}
.gallery-wrapper-inner{
	overflow:hidden;
}
.razdel-description{
	font: 18px/30px ;
	font-weight:300;
	color: #242424;
}
.razdel-description h2{
	font:36px/36px ;
	font-weight:300;
}
.razdel-description p{
	margin-bottom:15px;
}
.left-block-razdel{
	border:1px solid #e1e1e1;
	padding:13px;
	margin-bottom:25px;
}
.left-block-razdel h4{
	font:bold 16px/16px ;
	color:#134284;
	margin:0 0 15px 0;
}
.left-block-razdel p{
	font:16px/19px ;
	color:#4d5e66;
	margin:0 0 15px 0;
}
.left-block-razdel a{
	font:13px/13px ;
	color:#67a1c8;
}
html .js-detail .page-header{
	margin:0;
}
html .js-detail .page-header h1{
	font: 36px/36px ;
	font-weight:300;	
}
.nav.nav-tabs{
	border-bottom:3px solid #1e508b;
	padding-bottom:9px;
}


.tab-content #properties table tr:nth-child(odd){
	background:#dadada;
}
.tab-content #properties table tr{
	border-bottom:1px solid #dadada;
}
.tab-content #properties table tr td.val{
	font-weight:300;	
}
.wrapper form[name="selectlift"] input[type="radio"] + label:before, .wrapper form[name="selectlift"] input[type="radio"] + label:after{
	left:0;
}
form[name="selectlift"]  input[type="submit"].btn{
	font-size:18px;
	margin-top:10px;
}
#pod_LuxLift, #pod_pdf{
	margin-top:15px;
}
.news-half, .news-third{
	float:left;
}
.news-half{
	width:49.5%;
	background:#438dd2; 
}
.news-third{
	width:24.25%;
	margin-right:1%;
	position:relative;
}
.newslistcol .news-half:first-child{
	margin-right:1%;
}
.newslistcol .news-third.news-third-last{
	margin-right:0;
}
.services-block {
	margin-top:15px;
}


.about-text-wrapper{
  display: grid;
    grid-template-columns: 1fr 0.3fr;
    align-items: center;
    gap: 40px;
}

.bottom_subs a{
	font-size: 14px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:1px solid #fff;
}
.row.notmain{
	min-height:730px;
}
input:focus{
	outline:none;
}
.wrapper .subscription input[type="radio"]:checked + label:after, .footer-clear{
	display:none;
}
.gallery-wrapper .partners .item .image .col img, .gallery-wrapper .partners .item{
	max-height:100%;
}
.bx-auth-table #USER_REMEMBER + label{
	padding-left:20px;
}
.wrapper input[type="checkbox"]#USER_REMEMBER + label:before, .wrapper input[type="checkbox"]#USER_REMEMBER + label:after{
	left:0;
}

.name-a {
	display: table-cell;
    vertical-align: middle;
	text-decoration: none;
}
#breadcrumbs {
	font-size:12px;
	margin-top: 40px; 
	margin-bottom: 24px;
}

.ask-question{
	display:block;
	border:1px solid #1e508b;
	background:#fff;
	text-decoration:none;
	color:#1e508b;
	padding:9px 0 7px;
	margin-bottom:25px;
}
.ask-wrapper{
	margin-top: 50px;	
}
.ask-question:hover{
	border:1px solid #fff;
	background:#1e508b;
	color:#fff;
}
.social-wrapper p span{
	color:#4d5e66;
}
.social-wrapper.ask-wrapper p{
	margin:0 0 13px 0;
}
.share-wrapper{
	margin-top:6px;
}
.maincontent .docs{
	font-size: 14px;
    line-height: 1.38462;	
}
.zakaz-webform .radio{
	margin-top: 0;
    margin-bottom: 0;
}
.number .minus{
	/* color:#3a1a1; */
	font-size:20px;
}
.number input{
	width:60px;
	display:inline-block;
	height:35px;
}
.number .minus, .number .plus{
	width:35px;
	height:35px;
	display:inline-block;
	color:#a1a1a1;
	font-size:24px;
	line-height:35px;
	font-weight:bold;
	cursor:pointer;
}
.number span, .number input{
	text-align:center;
	vertical-align:middle;
	border:1px solid #bdbdbd;
	border-radius:2px;
}
.gallery-wrapper{
	overflow:hidden;
}
.portfolio_title-inside{
	line-height:17px;
}
.maincontent .staff .description{
	font-size: 18px;
    line-height: 20px;
}
@media (max-width: 1200px) {
	.facebook-wrapper {
		margin-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.topline-middle a {
		padding: 9px 5px 8px 0;
	}
	.topline-middle a.online-zakaz {
		padding: 9px 3px 8px;
	}
	.tophone {
		font: 16px/18px Roboto Condensed;
		margin-right: 5px;
	}
	.razdel-list li {
		margin-top: 15px;
	}
	footer .bottom_subs {
		width: 21%;
	}
}
@media (max-width: 991px){
	header .box.logo, .owl_danners2 .owl-nav{
		display:none;
	}
	.top-nav {
		margin-left: 0;
	}
	.lang, a.enter{
		display:block;
		float:right;
	}
	.tophone{
		/*display:block;*/
		padding:1px 0 5px;
	}
	.topline-middle a.online-zakaz {
		padding: 7px 7px 6px 7px;
	}
	.topline{
		padding:5px 0 3px;
	}
	.topline-middle {
		font: 14px/14px Roboto Condensed;
		margin-top:18px;
	}
	header .full-width-menu{
		text-transform:uppercase;
		color:white;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 120%;
	}
	.box.top-nav{
		/*overflow:hidden;*/
	}
	.vacancies .panel-default > .panel-heading a:after {top: 5px !important;}
	.vacancies .textsp {float: none; margin-bottom: 0; }
	.vacancies .panel-default > .panel-heading a {padding-right: 20px;}
	.box.top-nav .social {display: none;}
}



@media (min-width: 768px) and (max-width: 991px) {
	.catalog-main-item {
		width: 100%;
	}
	.slider-more {
		padding: 10px 15px;
		margin-top: 0;
	}
	.owl_danners, .owl_danners2 {
		/*margin-bottom: 20px;*/
	}
	footer .bottom_subs, .facebook-wrapper {
		width: 35%;
	}
	.catalog-main-item, .gallery .catalog-main-item:nth-child(3n) {
		margin-right: 1%;
	}
	.gallery .catalog-main-item:nth-child(2n){
		margin-right:0;
	}
	.features .item .data{
		border-right:1px solid transparent;
	}
	.features .item {
		border-right:1px solid  #a1c6e8;
		margin-bottom:10px;
	}
	.catalog-wrapper{
		background-size:cover;
	}
}
@media (max-width:767px){
	.img-left{
		padding-left:200px;
	}
	.catalog-main-item {
		width: 100%;
	}
	.catalog-main-item, .gallery .catalog-main-item:nth-child(3n) {
		margin-right: 0;
	}
	.gallery .catalog-main-item:nth-child(2n){
		margin-right:0;
	}
	.img-right{
		padding-right:200px;
	}
	.about-img, .about-text{
		width: 100%;
	}
	.about-img img{
		margin:0 auto;
		display:block;
	}
	.services-img, .services-inner {
		float: none;
		width:100%;
	}
	.owl_danners, .owl_danners2 {
		/*margin-bottom: 30px;*/
	}
	.slider-more {
		padding: 10px 15px;
		margin-top: 0;
	}
	.bottom-text h2, .zakaz-wrapper h2, .zakaz-wrapper h1, .gallery-wrapper h2 {
		font: 40px/40px Roboto;
		text-align:center;
	}
	.zakaz-wrapper {
		margin-bottom: 50px;
	}
	footer .bottom_subs {
		width: 43%;
	}
	.facebook-wrapper{
		width:26%;
	}
	.zakaz-wrapper h2, .zakaz-wrapper h1 {
		margin: 50px 0 35px 0;
	}
	.catalog-wrapper {
		padding-top: 30px;
		margin-top: 25px;
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.map-href {
		/*position: absolute;
		left: 37px;
		top:50px;*/
		position: relative;
		display: table;
		margin: 0 auto;
	}
	.features .item .data{
		border-right:1px solid transparent;
	}
	.features .item {
		/*border-right:1px solid  #a1c6e8;*/
		margin-bottom:10px;
	}
	.zakaz .item {
		float: none;
		width: 100%;
		margin-bottom:25px;
	}
	.zakaz-image {
		height: auto;
		margin-bottom: 10px;
	}
	.catalog-description h2 {
		font: 30px/30px Roboto;
	}
	.write-to-us a{
		padding:7px 15px;
		margin-top:10px;
	}
	.news-half, .news-third{
		float:none;
		width:100%;
		margin-right:0;
	}
	.features.features1 .item .image{
		min-width:161px;
	}
	.catalog-wrapper{
		background-size:cover;
	}
	.services-wrapper .services-img, .calculator, 
	.owl_danners .owl-nav, 
	.owl_danners2 .owl-nav, 
	.zakaz .owl-item:after, 
	.zakaz .item:after {
		display:none;
	}
	.gallery-wrapper h2{
		margin-bottom:40px;
	}
	
	.bottom-text{
		width:100%;
	}
	h2.coolHeading, .h2.coolHeading {
		padding-bottom: 15px;
	}	
	.services-wrapper-container {
		padding-top: 30px;
	}
	.about-company-wrapper {
		margin-top: 50px;
		padding-top: 30px;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.owl_danners2 .owl-item .info{
		margin-left:0;
	}
	.topline {
		padding: 7px 0 3px;
	}
	
	.razdel-description h2 {
		font-weight: 300;
	}
	.footer-img {
		float: left;
	}
	.facebook-wrapper {
		margin-right: 0;
	}
	.row.notmain{
		min-height:20px;
	}
	body .to-top {
		margin-bottom: 15px;
		margin-top: 15px;
		right: 25px;
	}
	.ask-wrapper {
		margin-top: 5px;
	}
}
@media (max-width:603px){
	.topline-middle {margin-top:2px;}
	.vacancies .section .underline {font-size: 18px;}
	.content-wrap .services-list .news-item {margin-left: 0;}
	
}

@media (max-width:400px){
	.top-main-news-img, .top-main-news a + .top-main-news-inner  {
		max-width: 100%;
	}
	footer .bottom_subs/*, 	.facebook-wrapper*/{
		width:100%;
		margin-left:0;
	}
	.facebook-wrapper{
		width:50%;
		margin-left:0;
		float:left;
	}
	.footer-img {
		float: left;
		margin-left:32px;
	}
	.gallery-catalog-name span {
		font: 16px/16px Roboto Condensed;
		left:10px;
	}
	.features.features1 .item .image{
		min-width:90px;
	}
	footer .other_buttons_wrap{
		float:none;
		text-align:center;
		clear:both;
		width:100%;
	}
	.services-inner .name {
		font: 24px/24px Roboto;
	}
	.tophone {
		font: 17px/17px Roboto Condensed;
		margin-right:0;
	}
	.bottom_subs{
		margin-bottom:30px;
	}
	.footer-clear{
		display:block;
	}
	.bottom-text h2, .zakaz-wrapper h2, .gallery-wrapper h2, .zakaz-wrapper h1 {
		font: 28px/30px Roboto;
	}
	.counter{
		font:14px/16px Roboto;
	}
	.catalog-wrapper, .wrapper, footer, .footer_copyright, .counter{
		overflow:hidden;
		max-width:400px;
	}
	.map-href{
		min-height: 33px;
		line-height:33px;
		width:auto;
	}
	.catalog-main-item {
		width: 100%;
		margin-right: 0%;
	}

}

 .print-version {float: right;}
 
 .print-version a {
    color: #19397a;
    background: url(../images/print.png) no-repeat left center;
    padding-left: 16px;
    padding-bottom: 1px;
    padding-left: 20px;
    font-size: 12px;
}
.top_block {
    margin: 0px 0px 40px;
    position: relative;
	text-align: center; 
}

.wrapper .wrapper:has(.swiper-container) .top_block {margin: 0px 0px 20px;}
.top_block .title_block {
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
    line-height: 30px;
	font-weight: 600
   
}
.top_block a.all-news {
    color: var(--grey);
    font-size: 14px;
	font-weight: 600;
	display: flex;
    justify-content: center;
    align-items: center;
}

.newslistcol .item {
    margin-bottom: 32px;
}
.newslistcol .item .row {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.newslistcol a.clearfix {
    overflow: hidden;
    background: #fff;
    display: block;
    border-radius: 8px;
	box-shadow: -10px -9px 100px 19px rgba(0,0,0,.15);
}


.newslistcol .item .row .col-md-12 {
    max-width: 550px;
	
}
.newslistcol .news_items .item .image {
    padding: 0;
}
.newslistcol .item .image {
    margin-bottom: 20px;
    text-align: center;
	padding: 0;
	border-radius: 8px 8px 0 0;
}
.newslistcol .item .image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.newslistcol .row .col-md-12 {
    max-width: 550px;
}
.newslistcol .info {
    padding-bottom: 18px;
}
.newslistcol .item.box-sizing .date,  .notmain .maincontent .news .date {
    padding-left: 24px;
    background: url(../images/clock-date.svg) no-repeat left center;
    margin-bottom: 5px;
	font-family: ;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	color: #5A5A5A;
}
.newslistcol .info .date {
    color: #242424;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 20.39px;
    letter-spacing: 0.15px;
}
.newslistcol .item.box-sizing .name {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}



.gallery .item .image {
    margin-bottom: 15px;
    text-align: center;
}
.gallery .item .image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}



@media (min-width: 992px){
		.newslistcol .item .row {
			margin-left: 0px;
			margin-right: 0px;
		}
		.gallery .item .image {
			padding-left: 0px;
		}
		
		.services-wrapper-container .col-md-6 {padding-left:0; padding-right:0; }
		.grey-tabs-menu ul{
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;    
		}
		a.logo { display: flex;align-items: center; margin: 0 auto;}
}


@media (max-width:1070px){ 

	header.color .navbar-default .navbar-nav li > a, header.color .navbar-default .navbar-nav .open li > a {
		color: #fff;
	}

}

header .navbar-nav {
    margin: 0px;
    float: none ;
    
}

header .navbar-default .navbar-nav > li {
    float: none;
}
header .navbar-default .navbar-nav > li a {
    /*border-bottom: solid 1px #ebebeb;*/
}
header .navbar-default .navbar-nav > li > a {
    /* padding: 8px 0 8px 10px; */
    line-height: 28px;
}
.dropdown .hidden-lg{
    display:block;
}
header .navbar-collapse.collapse {
    display: none !important;
}
header .navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-collapse:before, .navbar-collapse:after{
  display: none;
}

.sub-form input[type="text"] {color: #242424; border-radius: 8px; height: 47px; border: 1px solid #efefef; min-width: 320px; padding: 0 15px;}

.sub-form input[type="submit"] {
	background: linear-gradient(178.47deg, #A4163D 0%, #780021 100%);
    border-radius: 30px;
    height: 47px;
    padding: 0 29px;
    border: none;
	margin-left: 24px;}
	
	

.to-top {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: fixed;
    bottom: 2.5%;
    right: 35px;
    cursor: pointer;
}

.display-table {
    display: table;
} 

.display-cell {
    display: table-cell;
    vertical-align: middle;
}


.wrapper.reviews-wrapper {
	background: #f6f6f6 url(/bitrix/templates/cor/images/bg-reviews.png) no-repeat;
	min-height: 628px;

} 

.owl.reviews .display-cell.review-text {background: #fff; border-radius: 15px; padding: 30px; position: relative; max-width: 705px;}

.read-review a {color: rgba(0, 70, 150, 1);}

.news-img img {border-radius: 100%; /*background: #fff;*/ }

.owl.reviews .news-img {padding-right: 50px; width: 400px; padding-left: 20px; }
.pointer {
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 33px solid transparent;
    -moz-transition: all, 0.2s, ease-in-out 0s;
    -o-transition: all, 0.2s, ease-in-out 0s;
    -webkit-transition: all, 0.2s, ease-in-out 0s;
    transition: all, 0.2s, ease-in-out 0s;
} 

.pointer.left {
    right: 100%;
    margin-right: 0;
    border-right: 34px solid #fff;
    border-left: 0;
}

.pointer.left > div {
    right: -15px;
    border-right: 14px solid #fff;
    border-left: 0;
}

.reviews-wrapper h2 {text-align: center; margin: 73px 0 13px; font-weight: 500;}
.geo-wrapper h2 {text-align: center; margin: 95px 0 13px; font-weight: 500;} 
.display-cell.review-text .read-review img {margin: 0; display: inline-block; vertical-align: middle; margin-left: 15px;}
.reviews-wrapper h2 span, .geo-wrapper  h2 span {position: relative; padding-bottom: 30px; display: inline-block;}
.reviews-wrapper h2 span:after, .geo-wrapper  h2 span:after {width: 70px; height: 3px; content:''; left: calc(100% / 4); background:rgba(0, 70, 150, 1); bottom:0;  display: block; position: absolute; }
.geo-wrapper  h2 span:after {left: 44%;}


.owl.reviews .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.owl.reviews .owl-nav div.prev {
    position: absolute;
    left: 0;
    color: #fff;
}

.owl.reviews .owl-nav div.prev {
    position: absolute;
    left: 0;
    color: #fff;
}

.our-partners-wrapper .owl-nav div.next {
    position: absolute;
    right: 0;
    background: #e5e5e5;
    color: #fff;
    width: 34px;
    height: 34px;
}

.owl.reviews .owl-nav div, .owl.partners .owl-nav div {text-align: center; color: #fff; width: 64px; line-height: 65px; height: 64px; border-radius: 64px; background: #fff;}
.owl.partners .owl-nav div { 
  /* background: #eee; */
}
.owl.partners .owl-nav div.prev span {background: url(/bitrix/templates/cor/images/vector_prev_hover.svg) center 0 no-repeat; background-size: contain; padding: 12px 24px;  }
.owl.partners .owl-nav div.next span {background: url(/bitrix/templates/cor/images/vector_next_hover.svg) center 0 no-repeat; background-size: contain; padding: 12px 24px;  }
.owl.partners .owl-nav div.prev:hover span {background: url(/bitrix/templates/cor/images/vector_prev_hover_active.svg) }
.owl.partners .owl-nav div.next:hover span {background: url(/bitrix/templates/cor/images/vector_next_hover_active.svg) }
.owl.partners .owl-nav div span:after {display: none;}
.owl.reviews .owl-nav div:hover, .owl.partners .owl-nav div:hover {
  /* background: linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%); */
}    
.owl.reviews .owl-nav div.next span {background: url(/bitrix/templates/cor/images/vector_next.png) center center no-repeat; background-size: contain;padding: 0px 15px 0px 15px; }
.owl.reviews .owl-nav div.next span:after, .owl.reviews .owl-nav div.prev span:after { content:'';}
.owl.reviews .owl-nav div.prev span {background: url(/bitrix/templates/cor/images/vector_prev.png) center center no-repeat; background-size: contain; padding: 0px 15px 0px 15px;  }
.owl.reviews .owl-nav div.prev:hover span {background: url(/bitrix/templates/cor/images/vector_prev_hover.png) center center no-repeat; background-size: contain;}
.owl.reviews .owl-nav div.next:hover span {background: url(/bitrix/templates/cor/images/vector_next_hover.png) center center no-repeat; background-size: contain;}
.catalog-wrapper .name-a{


  color: black;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

.gallery .catalog-main-item .name-a {
  font-weight: 500;
  font-size: 20px;
  color:#000;
}

.catalog-wrapper .image, .gallery .catalog-main-item .image {
  margin-bottom: 0; 

}
.catalog-wrapper .image img, .gallery .catalog-main-item .image img { display: inline-block; vertical-align: middle;}


.galleryr .item .item-wrap .description, .gallery .item-wrap .description {padding-left: 0px; padding-right: 0px; line-height: 1.25;}
.galleryr .info-wrapp, .gallery .info-wrapp
    {
    vertical-align: middle;
    float: none;
	width: auto;
	padding-left: 25px;}
	
.gallery .catalog-main-item.item .image {padding-left: 15px}		
.catalog-wrapper h2 > span:after, .title_block:after, .permission-wrapper h2 > span:after {
    width: 70px;
    height: 3px;
    content: '';
    left: 1px;
    background: rgba(0, 70, 150, 1);
    bottom: 0;
    display: block;
    position: absolute;
}

.services-wrapper-container h2 > span:after {
    width: 70px;
    height: 3px;
    content: '';
    left: 0;
    background: #fff;
    bottom: 0;
    display: block;
    position: absolute;
}

.catalog-wrapper .item-wrap .display-table, .gallery .item-wrap .display-table  {margin-bottom: 22px;}
.catalog-wrapper .item-wrap .text .name-a:hover, .action.row .item a:hover .name, .gallery .item-wrap .text .name-a:hover  {color: rgba(0, 70, 150, 1);}
.galleryr .item:last-of-type .item-wrap, .gallery .item:last-of-type .item-wrap {border-bottom: none;}
.hamburger-line {
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    display: block;
}

.hamburger2 {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.dropdown-menu2 {
    width: 360px;
    position: absolute;
    top: 50px;
    line-height: 18px;
    background: rgba(0,0,0,0.8);
    border: 1px solid #3fbee6;
    z-index: 11;
    margin: 0;
    padding: 0;
    display: none;
}


.services-wrapper-container h2.coolHeading {color: #fff; font-weight: 500; padding-bottom: 45px;}
.logo .logo-slogan {margin-left: 35px;}

.newslistcol .item.box-sizing .name, .row.news .name .aprimary {font-size: 18px; font-weight: 500; color: #242424; line-height: 1.25; margin-bottom: 22px;}
.news .item .data .descr a {color: #242424;}
.about-company-wrapper h2 {padding-bottom: 0;}
.about-company-wrapper h2 span.secondLine {
  font-family: "Syncopate", sans-serif;
  /* font-weight: 600; */
  font-size: 32px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 1) !important;
  padding-top: 20px !important;
}
.about-company-wrapper h2 span.secondLine:after {
  width: 70px !important;
  height: 3px !important;
  content: '' !important;
  left: 1px;
  background: rgba(0, 70, 150, 1);
  bottom: 0 !important;
  display: block !important;
  position: absolute !important;
}


.about-img img {display: inline-block; margin-bottom: 14px; }
.about-img img.last-pic {margin: 15px 50px 0 35px;}
.img-services {margin-top: 65px; margin-left: 18px;}

header.color .navbar ul.navbar-right > li, header .navbar .nav.navbar-right > li > .search {background: transparent;}

.logo-slogan > span {
	text-transform: uppercase;
	font-size: 26px;
	display: inline-block;
		
}
.logo-slogan {text-transform: uppercase;}
.logo-slogan span:last-child {
	
	text-transform: uppercase;
	font-weight: 500;
	font-size: 38px;
	position: relative;
	top: 10px;
}

.social {
	position: absolute;
    bottom: -275px;
    right: 48px;
    font-size: 18px;
    color: #2e2e2e;
    height: 200px;
    width: 47px;
    padding: 0 0 0 12px;
	
  }
  
 .navbar-header .social a, .social-footer a {
	 display: block; 
	 width: 35px; 
	 height: 35px; 
	 background: rgba(255,255,255, .5); 
	 color: #242424;
	 border-radius: 100%;
	 line-height: 35px;
	 text-align: center;
	 margin-bottom: 18px;}
	 
.social-footer	{margin-bottom: 35px;} 
.social-footer a {display: inline-block; font-size: 20px; line-height: 36px; margin-right:10px; margin-bottom:0; }
.social-footer a:last-child {margin-right:0;}	 
.navbar-header .social a:hover { background: rgba(255,255,255, 1); }
.navbar-header .social a .fa {font-weight: 600;}

#select-lang {
    color: #fff;
    width: 62px;
    padding: 1px 0 0 12px;
    -moz-appearance: none;
    text-overflow: "";
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    background: url(../images/select-arrow-new.svg) no-repeat 46px center;
    border: none;
	font-size: 18px; 
	font-weight: 500;
	margin-right: 29px;
}

header.style2 .navbar-header > .row > .col .box > .row {position: relative;}
header .navbar .nav.navbar-nav > li > .search.lupa:before { background: url(../images/search-lupa.svg) no-repeat center; content:""; display: block; width: 30px; height: 30px;}


.count-feature {font-size: 55px; font-family:  Condensed; text-align: left;}
.main-page-container {display: none;}
.wrapper-features .count-feature, .wrapper-features .features .item .description {color: #000/*#fff*/; }
div.wrapper-features .count-feature {color: rgba(0, 70, 150, 1); margin-bottom: 5px;}
.wrapper-features .count-feature, .wrapper-features .features .item .description {  line-height:1.2;} 
.wrapper-news {margin-top: 0px; padding-bottom: 25px;}

.catalog-wrapper h2.coolHeading {padding-bottom:76px;}

.clearfix.active .galleryr, 
.clearfix.active .coolHeading, 
.clearfix.active .hor-line, 
.clearfix.active .vert-title, 
.clearfix.active .cont-width,
.clearfix.active .img-services, 
.clearfix.active .services-block,
.clearfix.active .col-md-5 img, 
.clearfix.active .about-text, 
.clearfix.active .about-img, 
.clearfix.active .row.action,
.clearfix.active .owl.reviews

 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*.clearfix .coolHeading, 
.clearfix .galleryr, 
.clearfix .img-services, 
.clearfix .services-block, 
.col-md-5 img, .about-text, .about-img,
.clearfix .row.action, .clearfix .owl.reviews
 {
    -webkit-transform: translateY(900px);
    -moz-transform: translateY(900px);
    -o-transform: translateY(900px);
    -ms-transform: translateY(900px);
    transform: translateY(900px);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
*/

.permission-wrapper {padding-top: 40px;}
.permission-wrapper .name.aprimary, .permits .name.aprimary {font-size: 20px; color: #242424; text-align: center;}
.permission-wrapper .action {margin-top: 35px;}
.permission-wrapper .action .item .image, .row.permits .item .image {margin-bottom: 25px;}
#chartdiv a {display:none !important; opacity: 0 !important;} 
.amcharts-chart-div  a {display: none !important; opacity: 0 !important; }

.reviews.owl .owl-dots {
    text-align: center;
    width: 100%;
	display: block;
	margin-top: 30px; 
	margin-bottom: 70px;
} 


.owl-theme .owl-dots .owl-dot {
    /*width: 20px;
    height: 20px;
	border-radius: 100%;*/
} 
.reviews .owl-controls .owl-page.active span, .reviews .owl-dots .active span {
    background: #fff;
	border: none;
	opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%), linear-gradient(356.61deg, #B40032 14.06%, #FF1B5A 86.78%), #9E0630;
    margin: 0 7px;
} 

 .reviews .owl-dots span {
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    margin: 0 12px;
	border: 1px solid #d8d8d8;
	display: inline-block;
}

.reviews .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}


header .navbar-default .navbar-toggle.menu-span-open .icon-toggle {background: url(../images/close-menu.svg) no-repeat center;}

header .mega-menu ul.main-menu-nav {


    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); 
    width: calc(100vw - 120px);
    max-width: 1460px;
    column-gap:20px;
    row-gap:56px;
	margin-top: 25px;
    padding: 100px 0px 125px 0px ;
} 
li.invisible {visibility: visible;} 
header .navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu a > span > i:before {
  background: url(../images/select-arrow-new.svg) no-repeat center;
}
header .navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu:hover a > span > i:before {
  background: url(../images/select-arrow-new.svg) no-repeat center;
}
a.all-news{
  background: url(../images/arrow-pointing-right.svg) no-repeat right center; 
  padding-right:25px;
}
.footer_copyright .alfa_title a {
  color: white; 
  text-decoration: underline;
}
.owl-carousel.partners {max-width: 88%; margin: 0 auto;}
.owl.partners .owl-nav {position: absolute; top: 40%; width: 100%;}
.owl.partners .owl-nav div.prev {
    position: absolute;
    left: 0;
    color: #fff;
}

.owl.partners .owl-nav div {top:-50px;}
.owl.partners .owl-nav div.prev {left:-80px;} 
.owl.partners .owl-nav div.next {right:-80px;}
.js-control__text.p-control__text {font-size: 18px; font-family: ; color: #fff;}  
/*.p-pie--works.js-target--height__screenFix--mobile .p-pie__circle.back,*/ .clear.mobile-clearfix, .footer-links, .mobile-search {display:none;}
.vacancies .section .underline br {display: none;}
.p-pie--works.js-target--height__screenFix--mobile .p-pie__circle.back {z-index:-1 !important; opacity: 0 !important;}

@media (max-width:530px){
	.services-wrapper-container h2 > span:after,
	.about-company-wrapper h2 span:after,
	.catalog-wrapper h2 > span:after, 
	.title_block:after,
	.permission-wrapper h2 > span:after, 
	.reviews-wrapper h2 span:after, 
	.geo-wrapper h2 span:after, button .full-width-menu, .desk-req, .p-loading__bg  {display: none;}
	.catalog-wrapper .name-a {font-size: 18px;}
	.gallery .catalog-main-item .name-a {font-size: 20px;} 
     .gallery .catalog-main-item .info-wrapp {padding: 12px; padding-right:0;}
	.catalog-wrapper .description {font-size: 14px;} 
	.services-inner .name  {color: #fff; font-size: 16px; font-weight: 500; line-height: 22px;}
	.services-inner .name a {color: #fff; font-weight: 500;}
	.no-float-mobile {float: none !important;}
	.catalog-wrapper h2 > span, .services-wrapper-container h2 > span, .top_block .title_block, .permission-wrapper h2 > span {padding-bottom: 0;}
	h2.coolHeading, .h2.coolHeading {font-size: 22px;}
	.services-wrapper-container h2.coolHeading, html h2.coolHeading .secondLine {padding-bottom: 0;}
	.services-inner {color:#fff;
		padding: 0 0px 0px 17px;
		background: url(/bitrix/templates/cor/images/mob-serv-arrow.svg) no-repeat left 6px;
		background-size: 8px 8px;
		margin-bottom: 10px;}
	.services-inner:hover {background: url(/bitrix/templates/cor/images/mob-serv-arrow.svg) no-repeat left 6px;}
	.services-wrapper-container {padding-bottom: 30px;}
	.about-company-wrapper {margin-top: 0; border-top: none;}
	.about-text p  {font: 14px/1.32 ;}
	.about-img > div {width: 49%; display: inline-block;}
	.about-img {text-align: center;}
	.about-img img.last-pic {margin: 0;}
	.no-float-mobile {float: none;}
	.catalog-wrapper .image {text-align: center;width: 61px;height: 61px;border-radius: 100%;background: linear-gradient(314.41deg, #F1F1F1 13.75%, #F7F7F7 86.01%);line-height: 61px;}
	#chartdiv {max-height: 240px !important;}
	.owl-carousel.partners {max-width: 100%; border-top: 1px solid #E3E3E3;}
	.owl.partners .owl-nav {position: relative; margin-top: 0; display: none;}
	.owl.partners .owl-nav div {top:0;}
	.owl.partners .owl-nav div.prev, .owl.partners .owl-nav div.next  {position: relative; left: 0; right: 0;}
	.owl.partners .owl-nav div {text-align: center;color: #fff;width: 44px;line-height: 45px;height: 44px;border-radius: 44px;background: #fff;}
	.permission-wrapper .action.row .item .data.row {height: auto;}
	.geo-wrapper h2 {margin-top: 20px;}
	.logo-slogan span:last-child {font-size: 13px; position:relative; top:-1px;}
	.logo-slogan > span {font-size: 9px;}
	.logo > img {/*max-width: 45px; max-height: 45px;*/ float: left;}
	header .mega-menu ul.main-menu-nav {max-width: 100%; width: 100%; padding-top:0;}
	.logo .logo-slogan {line-height:1; float: left; margin-left: 10px;}
	#select-lang, header .jq-selectbox__select {font-size: 14px; width: 52px; background: url(../images/select-lang-arrow.svg) no-repeat 25px center; padding:0; background-size: 8px 8px;}
	body header .navbar-default .navbar-toggle .icon-toggle {
    width: 30px; height: 27px; background-size: contain; left:0; top:23px;} 
	body header .navbar-toggle, body header .navbar-toggle, body header .navbar-default .navbar-toggle:hover, body header .navbar-default .navbar-toggle:focus {padding:52px 25px 24px 60px;}
	body header .navbar-default .navbar-toggle.menu-span-open {background: transparent;}
	body header .navbar-default .navbar-nav li.open > a > span > i:before {
    /* transform: rotate(180deg); content: ""; */
  }
	.col-search-lang {padding-left:0; padding-top: 8px;}
	
	html .main-body header.style2 {background: transparent; position: absolute; width:100%}
	.mobile-danners .info .slider-more {display: none;}
	div.owl_danners2 .owl-item .item.text .info .name p	{
		font-family: ;
		font-style: normal;
		font-weight: normal;
		font-size: 25px;
		line-height: 120%;
		text-align: center;
		color: #FFFFFF;
		text-transform: none;
		letter-spacing: 0.05em}
	.wrapper-news {margin-top:0; padding-bottom: 0px;}
	div.owl_danners2 .owl-item .item.text .name p > span{text-transform: none;}
	.catalog-wrapper h2.coolHeading {padding-bottom: 20px;}
	.wrapper-news .newslistcol a.clearfix {box-shadow:none;}
	.owl_danners2.danners2.owl_danners_colors.mobile-danners .image {background-size: cover;}
	.wrapper-news .top_block .title_block {font-size: 22px; padding-top: 20px;}
	.catalog-wrapper.wrapper   {margin-top: 0; padding-top: 0;}
	.top_block a.all-news {bottom: 0; font-size: 14px;}
	.navbar-collapse .dropdown-menu > li > a {white-space: normal;}
	.alright .all_rights {font-size: 14px;}
	.alright {text-align: center;}
	body footer, div.footer_copyright {font-size: 14px;}
	body footer .col-fcontacts {padding-right: 15px; text-align: left;}
	footer .footer-bank, .footer-contacts > div {background-size: 20px 20px;}
	footer .footer-contacts .footer-address, footer .footer-contacts .footer-phone, footer .footer-contacts .footer-mail, footer .footer-bank {padding-left: 30px; padding-bottom: 12px; display: block;}
	.footer-contacts .footer-address br {display: none;}
	.permission-wrapper .action .item .data .name {font-size: 14px; line-height: 18px; }
	.permission-wrapper .action .item .image img {max-width: 70%; margin: 0 auto; border: none;}

	.wrapper-news:after {
		display: block;
		position: absolute; 
		width: 100%; 
		height: 100%; 
		background: #323C5A;
		mix-blend-mode: normal;
		opacity: 0.13;
		filter: blur(71.8706px);
		border-radius: 24px;}
		
}
    body footer {margin-top: 0;}
	div.partners .item .image .col img {max-width: 160px;}
	.galleryr .info-wrapp {padding-left: 15px;}
	.partners .item .partner-wrapper-img .image .col {line-height: 160px; height: 160px;}
	.owl.newslistcol .item .image img {width: 100%;}
	table.table {display: table;}
	.gallery .item-wrap .display-table {margin-bottom: 12px;}
	.content-wrap {margin-top: 0 !important;}
	.gallery-catalog .razdel-info {padding: 7px 0 0; font-size: 16px}
	.news .item .image, .news .item .data, .news .item .image a.clearfix img {width: 100%; padding: 0; }
	.notmain .news .item .image {margin-bottom: 22px;}
	.detail-divider {margin: 30px -15px;}
	.row.news .pagination > li > a, .row.news .pagination > li > span {margin: 0 2px; padding: 3px 11px;} 
	.row.news .pagination > li.allShower > a { margin: 0;   margin-top: 15px;}
	.row.news {margin-top: -15px;}
	.products.showcase .item .pic img {width: 100%;}
	
	.clear.mobile-clearfix, .mob-req {display: block;}
	.mob-req {clear: both;}
	.vacancies .panel-default > .panel-heading a:after {top: 5px !important;}
	.vacancies .textsp {float: none; margin-bottom: 0; }
	.vacancies .panel-default > .panel-heading a {padding-right: 20px;}
	.content-wrap .video-frame {width: 100% !important;}
	.footer-contacts .footer-phone {background: url(/bitrix/templates/cor/images/phone-footer.svg) no-repeat left 30%; background-size: 20px 20px; } 
    .mainform.el-appeal > .col-md-12 {padding-left: 10px; padding-right: 10px; font-size: 15px;}
	.mainform.el-appeal .buttons {padding-left: 0; width: 100%; padding-right: 0; justify-content: space-between; margin-top: 35px;}
	.inv-table tr td p {margin-bottom: 25px;}
	.content-wrap .history .items > .col-md-12 {padding-left: 0px; padding-right: 0px;}
	.content-wrap .history.item-views.list .item .title {width: 71px; font-size: 16px; padding: 16px 5px; line-height: 18px;}
	.content-wrap .history.item-views.list .item .info {margin-left: 71px; padding: 14px 10px;}
	.content-wrap .history.item-views.list .item .info .col-md-12 {padding: 0;}
	.catalog-wrapper .info-wrapp .text {line-height: 1.25;}
	.hr-phone, .vacancies .section .underline br {display: block;}
	.fancybox-skin .fancybox-title-float-wrap .child {white-space: normal;}
	.fancybox-skin .fancybox-title-float-wrap {margin-bottom: -65px;}
	.wrapper_inner .shops.list.contacts .filial .name {font-size: 16px;}
	body .content-wrap .filter_block.border_block {padding: 38px 23px;}
	.row.notmain .content-wrap .row.news {margin-left: 0px; margin-right: 0px;}
	html .main-body header.style2 .col.col-md-12 {padding: 0;}
	.p-canvas__info .p-control {top: 90%;}
	html .main-body header.style2 div.box.top-nav {background: transparent;}
	
	
}

@media (max-width:736px){ 
	.news-list.services-list .news-item a {padding-top: 26px;padding-bottom: 22px; padding-left:5px; }
	.shops.filials .item a {padding-top: 26px; padding-bottom: 22px;}
	.news-list.services-list .services-inner {margin-bottom: 0; padding-left: 35px;}
	.news-list.services-list .news-item .name {font-size: 21px;}
	.wrapper_inner .shops.list .filial .name {font-size: 19px;} 
	div.bx-yandex-map {height: 400px !important;}
	.shops.list.contacts .item {padding: 25px 20px 25px 20px;}
	.contact-block .left-col .left-col-wrap {padding: 35px 20px;}
	.left-col .left-col-wrap .item > div.col-md-10 {font-size: 16px;}
	.left-col-wrap .item img {max-width: 50px;}
	.rc-anchor-normal .rc-anchor-pt {left: 0 !important;}
	.maincontent table.page_not_found td.image, .page_not_found td.description {width: 100% !important; display: block;} 
    .maincontent .permits .item .name.aprimary {width: 100%;}
	.footer-links, .mobile-search  {display: block;}
	.news-detail.permit-detail .thumb .thumbnail > img {min-height: 115px;}
	.catalog-wrapper h2 > span:after, .title_block:after, 
	.permission-wrapper h2 > span:after,
	.about-company-wrapper h2 span:after, .services-wrapper-container h2 > span:after {display: none;}
	
}
@media (max-width: 400px) {
	.fancybox-type-image .fancybox-outer .fancybox-inner {
		max-width: 100%;
	} 

}

.img-responsive {max-width: 100%; height: auto;}
.p-roll__list .p-roll__list__item a {font-family: ; }

@media (min-width: 991px) {
	.container-fluid .navbar-header .col-md-12 {padding-left: 0;}
	.p-canvas__info .p-drag {/*top: 80%;*/ background: url(../images/Union6.svg) no-repeat center center / contain; background-size: 97% 97%; /*max-width: 818px !important; max-height: 818px !important;*/ overflow: visible; }
	.p-roll__list .p-roll__list__item a {font-weight: 300; font-size: 33px !important; font-family: ; line-height: 1.25; letter-spacing: 0.05em; }
	.col-search-lang {display: flex; align-items: center; justify-content: space-between; float: right; max-width: 200px; padding-top: 10px;}
  .col-search-lang span img{
    position: relative;
    top: 5px;
    max-width: 18px;
    margin-right: 10px;
  }
  .topline-wrapper .col-search-lang span img{

    top: 0px;

  }
}
@media (min-width:991px) and (max-width:1060px) { 
	html.is-tablet div.p-alert, html.is-tablet div.p-loading/*, html.is-tablet body #wrapper*/ {display: none;}
   
	div.services-inner .name {font:20px/24px ;}
	div.services-wrapper-container {padding-top: 65px;}
	div.about-img img.last-pic {margin:15px 10px 0 35px}
	footer div.grey-tabs-menu a {font-size: 15px;}
	.logo-slogan > span {font-size: 19px;}
	.logo-slogan span:last-child {font-size: 28px;}
	footer .col-fcontacts, footer .col-fcontacts + .col-md-5 {width: 100%; float: none;}
	footer div.subsreeb {float: none; margin-top: 15px;}
	
}

.owl_danners2 .slider-more.transition {display: none;}

@media (min-width:991px) and (max-width:1469px) { 
	html.is-tablet div.p-alert /*html.is-tablet div.p-loading */{display: none;}
	
}
@media (max-width: 380px) {
	.col-head-logo {padding-left: 0;}
	.gallery .catalog-main-item .name-a {font-size: 17px;line-height: 1.5;}
	.buybtns .btn.btn-default {padding: 0 10px;}
	.info-wrapp .text {line-height: 28px;}
	.permission-wrapper .action.row .item:nth-of-type(2n+1) {clear: left;}
	#breadcrumbs li, #breadcrumbs .main a {font-size: 10px;}
}

@media (max-width:991px) {  
	.products .in .data	{margin-top: 10px;}
	.content-wrap .news-detail.permit-detail .thumb:nth-of-type(3n+1) {clear: none;}
}


@media (min-width:768px) and (max-width:1060px) {  
	a.logo {display: flex; align-items: center;}
	.logo-slogan > span {font-size: 20px;}
    .logo-slogan span:last-child {font-size: 30px}
	.logo .logo-slogan {margin-left: 15px;}

	header .full-width-menu {display: none;}
	div.grey-tabs-menu ul {text-align:center;}
	.owl.partners .owl-nav div.prev {left: -40px;}
	.owl.partners .owl-nav div.next {right: -40px;}
	.logo-slogan > span {letter-spacing: 0.3px;}
	.logo-slogan span:last-child {letter-spacing:0;}
	header .mega-menu ul.main-menu-nav {width: 100%; max-width: 100%; padding-top:0;}
	.newslistcol a.clearfix {box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.31); border: 1px solid #c4c4c4;}
	.owl.newslistcol .item .image img {width: 100%;}
	#select-lang {font-size: 24px;}
	.owl_danners2 .owl-item .item.banner .image, .owl_danners2 .owl-item .item .image {
	  background-position: top center;
	  background-size: cover;
	}

	.catalog-wrapper {padding-top: 20px; margin-bottom: 0;}
	
	.owl_danners2 .owl-item .heighter {height: 350px;}
	
	body header .navbar-default .navbar-toggle.menu-span-open {background: transparent;}
	.owl_danners .owl-item .item.text .info .name, .owl_danners2 .owl-item .item.text .info .name {font-size: 38px; line-height: 42px;}
	.nav.navbar-nav.main-menu-nav	{background: linear-gradient(179.77deg, #9C2A39 0.98%, #56171A 155.68%), #C4C4C4;}
	.p-alert.js-target--height__screenFix--mobile {display: none;}
	
	body header .navbar-default .navbar-nav li.open > a > span > i:before {
    /* transform: rotate(180deg); content: "" */
  }

	.owl.reviews .owl-nav {top: -120px;}
	.reviews.owl .owl-dots {display: none;}
	.container-fluid .navbar-header .col-md-12 {padding-left: 15px;}
	header .navbar-nav > li.dropdown .dropdown-menu.open .dropdown-submenu.open a > span > i:before {
		transform: rotate(180deg);
		background: url(../images/select-arrow-new.svg) no-repeat center;
  }
	header.color .navbar-default .navbar-nav.navbar-right {position: relative; top: 10px; height: 80px;}
	body header.color .navbar-default .navbar-nav li.open > a {
  
    color: #fff;
  }
	.wrapper.wrapper-news {margin-top: 0;}
	.wrapper.wrapper-features {display: none;}
	.about-img div {text-align: center;}
	.about-img img.last-pic {margin: 15px auto 0;}
	
	
}


@media (min-width:1030px) and (max-width:1419px) {  

	.sub-form input[type="submit"] {margin-left:0; margin-top: 20px;}
	.owl.reviews .owl-nav {position: absolute; top: -100px;}
	.services-wrapper-container {padding-top: 30px;}
	.services-wrapper-container h2.coolHeading {padding-bottom: 25px;}
	.services-wrapper-container .col-md-6 {padding-left: 15px; padding-right: 15px;}
}

html.is-mobile .p-loading__bg {background-color: transparent; }

.inner-topline {
  max-width: 1920px; margin: 0 auto;
}
a.logo, a.logo:hover, a.logo:focus {color: #fff;}
.inner-topline .social, .mob-req  {display: none;}



@media (min-width: 1200px) {
	.inner-topline .navbar-collapse.collapse, .main-body header.style2 .navbar-collapse.collapse {
		min-width: 250px;
	}
	

}
@media (max-width: 1199px) {
		.table-wrapper {
			overflow-x: auto;
		    max-width: 1199px;
		}	
		.table-wrapper::-webkit-scrollbar {
		  width: 4px;
		  border-radius: 4px;
		}

		.table-wrapper::-webkit-scrollbar-thumb {
		  width: 4px;
		  background-color: var(--main); /* Цвет бегунка */
		  border-radius: 4px; /* Скругление углов бегунка */
		}
		
		.table-wrapper::-webkit-scrollbar-track {
		  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
		  border-radius: 10px;
		  background-color: #F5F5F5;
		}

		.table-wrapper::-webkit-scrollbar {
		  width: 12px;
		  background-color: #F5F5F5;
		}

		.table-wrapper::-webkit-scrollbar-thumb {
		  border-radius: 10px;
		  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
		  background-color: var(--main);
		}
}

.catalog-description ul, .maincontent ul {padding:0; margin-bottom: 12px;}
.maincontent ul {margin-top: 12px;}
.maincontent .catalog-description ul:not(.pagination):not(.path) li, 
.maincontent .content-wrap ol li, .maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li  {
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}
.maincontent .content-wrap ol li {padding-left: 0;}
.maincontent .content-wrap ol, ol	{padding-left: 0; margin: 12px 0;} 
.maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 4px;
    top: 6px;
    left: 0;
    border-radius: 50%;
} 




#breadcrumbs li span, #breadcrumbs .main a {color: #797979;} 
#breadcrumbs li:last-of-type span, #breadcrumbs .main a:hover, #breadcrumbs li a:hover,  #breadcrumbs li a:hover span {color: #242424;}

.breadcrumb li:hover > a:hover {color:rgba(0, 70, 150, 1);}
.inner-footer {margin-top: 128px; }
.filial{ text-align: center;}   

.inner-topline #select-lang option {color: #242424;}
.col-catalog-img img {position: relative; top: 40px;} 

@media (min-width: 1440px) {
	.col-catalog-img img {position: relative; top: 40px; left: 0;}
}

@media (min-width: 991px) { 
	.inner-topline header .navbar-default .navbar-toggle .icon-toggle {left: 47px;}
}

@media (min-width: 991px) and (max-width: 1030px){ 
   .gallery .catalog-main-item .name-a {font-size: 20px;}
   .wrapper_inner .shops.list .filial .name {font-size: 17px;}
}

@media (min-width: 768px) and (max-width: 991px){  
   .gallery .item .catalog-img img {width: 100%;}
   .gallery-catalog .razdel-info {padding: 7px 0 0;}
   
}

.inner-footer *  {box-sizing: border-box;}

@media (min-width: 1199px) {
	.inner-topline header .navbar-toggle, 
	.inner-topline header .navbar-default .navbar-toggle:hover, 
	.inner-topline header .navbar-default .navbar-toggle:focus {
		padding: 52px 25px 59px 105px;
		max-width: 250px;
	} 

}

.gallery-catalog .razdel-info  {padding-top: 7px;}
.item-head h3 {padding-left: 0; padding-right: 0; padding-bottom: 24px; position: relative; margin-top: 20px;}
.item-head .buybtns {text-align: right; margin-top: 12px;}
.go-back {font-weight: 500; margin-top: 16px; cursor: pointer; text-transform: uppercase; color: rgba(0, 70, 150, 1); padding-left:25px; background: url(../images/arrow-back.svg) no-repeat left center;  }
.go-back:hover, .backshare .detailback:hover {color: #242424;}
.products.showcase + nav {text-align: left;}
.pagination > li > a, .pagination > li > span {margin: 0 5px; border-radius: 8px; margin: 0 5px; background: #fff;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 8px; border-top-right-radius: 8px;}
.pagination > li:first-child > a, .pagination > li:first-child > span { border-bottom-left-radius:8px; border-top-left-radius: 8px;}



@media (max-width: 768px) {
	#breadcrumbs {font-size:12px ;margin-bottom: 24px;}
	#breadcrumbs .main a {font-size:12px;}
	.not-products-page ul.nav-sidebar.catalog-nav-sidebar.nav {margin-bottom: 24px;}
	.not-products-page ul.nav-sidebar.catalog-nav-sidebar li a {font-size: 13px; padding: 8px 14px;line-height: 1;}        
	.js-detail .item-head h3, .js-detail .item-head .buybtns {margin-top: 25px;}
	.js-detail .pic {text-align: center;}
	div.bx-yandex-map {height: 400px !important;}
	.contact-block .col-md-6 {padding: 0;}
	.contact-block .left-col {margin-bottom: 20px;}
	footer div.subsreeb {float: none; margin-top: 20px;}
	footer .footer-contacts .footer-address, footer .footer-contacts .footer-phone, footer .footer-contacts .footer-mail, footer .footer-bank {vertical-align: top;}
	header .navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu a > span > i:before {
		background: url(../images/select-arrow-new.svg) no-repeat center;
	}
	header .navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu.open a > span > i:before {
		background: url(../images/select-arrow-new.svg) no-repeat center;
	}
	.content-wrap .search-page .btn.btn-primary {margin-left: 0; margin-top: 20px;}
	.content-wrap .virt-app, .content-wrap .yur-app {margin-right: 0;font-size: 15px; width: 100%; }
	.content-wrap .virt-app {margin-bottom: 15px;}
	.mobile-search {display: block; margin-bottom: 10px}
	header.color .navbar-default .mobile-search .navbar-nav.navbar-right  {background: none; border-bottom: none; top:0; height: auto; display: block !important; position: relative !important; max-width: 100% !important;}
    header .navbar .mobile-search .search-open  { display: block; position: relative; left: 0; width: 100%; border: none;}
	header .navbar .mobile-search ul li .lupa {display: none;}
	header .navbar .mobile-search ul li, body header .navbar .navbar-header .mobile-search ul li:hover {background-color: transparent;}
	header .mega-menu ul.main-menu-nav {padding-bottom: 0;}
	header .navbar-collapse.collapse.in {padding-bottom: 15px;}
	header .mega-menu ul.main-menu-nav { max-width: 100%;width: 100%;padding-top: 0;}
	button .full-width-menu, .desk-req {display: none;}
	.mob-req {display: block; clear: left}
	
} 


@media (min-width: 530px) and (max-width: 768px) {
	.logo > img { /*max-width: 55px; max-height: 55px;*/ float: left;}
	.logo-slogan > span {font-size: 15px;}
    .logo-slogan span:last-child {font-size: 22px;}
	body header .navbar-default .navbar-toggle .icon-toggle {top: 23px; left:0;}
	.logo .logo-slogan {line-height: 1; float: left;margin-left: 10px;} 
	.col-head-logo {padding-right: 0px; padding-left: 0px;} 
}	

.js-detail .table, .news-detail .table {display: inline-block; width: auto;}
.js-detail  #description {margin-top: 25px; padding-left: 30px; padding-right: 30px;}
.go-back, a.back {
    font-weight: 500;
    margin-top: 16px;
    cursor: pointer;
    text-transform: uppercase;
    color: rgba(0, 70, 150, 1);
    padding-left: 25px;
    background: url(../images/arrow-back.svg) no-repeat left center;
}


@media (min-width:991px) and (max-width: 1030px) {
	.buybtns .btn.btn-default {padding: 0 15px;}
	header .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		position: static;
		box-shadow: none;
	  } 
	 		  
}
@media (min-width:991px) and (max-width: 1199px) { 
	.content-wrap .products.showcase .item .name {font-size: 16px; line-height: 1.25;}
}

.file-link {cursor:pointer;}	
.filials .item a {padding-left:0; padding-top: 49px; padding-bottom: 49px; }
.services-list .services-inner {padding: 0 30px 20px 55px; background: url(../images/caret-gray.png) no-repeat left 6px;padding-bottom: 0;}
.back-link {cursor: pointer; margin-top: 32px; font-weight: 600; border: 1px solid #032C8D; border-radius: 21px; height: 43px; display: inline-flex; align-items: center; padding: 0 32px; color: #032C8D} 
.back-link:hover {color: #fff; background: #032C8D;}
.services-list .news-item:hover .services-inner{background: url(../images/caret-red.png) no-repeat left 6px;}
.history.item-views.list .item .title {color: rgba(0, 70, 150, 1); width: 221px;}
.item-views {
    margin-bottom: 0;
    position: relative;
}
.history.item-views.list .item {
    background: #fafafa;
    margin-bottom: 10px;
    position: relative;
    border: none;
}

.item-views .item {
    margin-bottom: 10px;
    position: relative;
}

.history.item-views.list .item .title {
    padding: 16px 0;
    font-weight: 500;
    float: left;
    text-align: center;
    width: 221px;
    margin: 0;
    font-size: 30px;
    line-height: 44px;
}

.history.item-views .title {
    color: #194a7b;
}
.item-views .item .title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
}
.history.item-views.list .item .info {
    background: none repeat scroll 0 0 #f6f6f6;
    margin-left: 221px;
    padding: 24px 10px;
}
.history.item-views.list .item .info > .row { margin: 0;}
.services-clearfix {padding: 15px 0;}
.shops.list.filials .item:last-child:before {content: "";display: table;} 
.shops.list.filials .item:last-child:after {clear: both}
#general_map {max-width: 1920px; margin: 0 auto; max-height: 470px;}

@media (max-width:1420px) {
	.shops.list .filial .name {font-size: 20px;}
}

.shop.detail .direc {padding-left: 19px; margin-top: 0; position: relative; margin-bottom: 15px; line-height: 27px;}
.shop.detail .direc:before {top:2px; position: absolute; content: ""; width: 4px; height: 99%; background: rgba(0, 70, 150, 1); left: 0;}
.shop.detail .left-col .image {margin-bottom: 25px;}
.col-icon, .col-icon + div  {display: inline-block; vertical-align: middle;}
.col-icon {margin-right: 8px; vertical-align: top; margin-top: 4px; } 
.col-icon + div {max-width: calc(100% - 62px); }
.left-col {padding-left: 0;}
.shop.detail .left-col > div{margin-bottom: 30px;}
.col-icon + div.phone-name { vertical-align: top;}
.phone-fax div.phone-name { vertical-align: middle;}
.phone-fax .col-icon { vertical-align: middle; margin-top: 0;} 
.shop.detail .left-col .direc-cl {margin-bottom: 0;}

.phone-mob .col-icon {margin-top: 3px;}

.shops.contacts .item {padding: 20px;}
.shops.contacts h3 {margin-bottom: 33px;}
.shops.contacts .name {margin-bottom: 8px;}
.contact-block .left-col-wrap {background: #FFFFFF; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15); border-radius: 11px; padding:35px 30px;}
.left-col .left-col-wrap .item {padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #D4D6DA;}

.left-col .left-col-wrap .item > div {float: none; display: inline-block; width: auto; padding-left:0; vertical-align: middle;}
.left-col .left-col-wrap .item > div.col-md-10 {max-width: calc(100% - 90px); padding-right: 0;}
.left-col .left-col-wrap .item:last-child {border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.contact-hr  
	{margin-top: 50px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #D4D6DA;} 
	
	
.captcha_wrap.field-wrap label {display: none;}
.req-msg {font-weight: 500;}
.formnote{
  display: none;
}
.fancybox-inner .formnote {margin-bottom: 0px;
  height: 100%;
  padding-top: 20px;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;

  color: green;
}

.ymaps-image-with-content {
    width: 48px !important;
    height: 64px !important;
    background-size: 48px 64px !important;
	background-image: url(/bitrix/templates/cor/images/icon-yandex.png) !important;
} 

.mainform .buttons input[type="submit"] { height: 43px;}
.image43, .image46, .image49 {display: none;}
.section-49:hover .def-image {display: none;}
.section-49:hover .image3 {display: block;}

.content-wrap.dark-section-49 .col-catalog-img .image49, 
.catalog-wrapper.dark-section-49 .col-catalog-img .image49 { display: block;}

.content-wrap.dark-section-49 .image43, 
.content-wrap.dark-section-49 .image46,
.content-wrap.dark-section-49 .def-image {display: none; }


.catalog-wrapper.dark-section-49 .image43, 
.catalog-wrapper.dark-section-49 .image46,
.catalog-wrapper.dark-section-49 .def-image {display: none; }

.content-wrap.dark-section-46 .col-catalog-img .image46,
.catalog-wrapper.dark-section-46 .col-catalog-img .image46 {display: block;}


.catalog-wrapper.dark-section-46 .image43, 
.catalog-wrapper.dark-section-46.image49,
.catalog-wrapper.dark-section-46 .def-image {display: none; }


.content-wrap.dark-section-46 .image43, 
.content-wrap.dark-section-46.image49,
.content-wrap.dark-section-46 .def-image {display: none; }
 
 
.content-wrap.dark-section-43 .col-catalog-img .image43,
.catalog-wrapper.dark-section-43 .col-catalog-img .image43 
 { display: block;}
 
.content-wrap.dark-section-43 .image46, 
.content-wrap.dark-section-43.image49,
.content-wrap.dark-section-43 .def-image {display: none;}

.catalog-wrapper.dark-section-43 .image46, 
.catalog-wrapper.dark-section-43.image49,
.catalog-wrapper.dark-section-43 .def-image {display: none;}

#chartdiv {overflow: hidden;}
#chartdiv div:nth-child(2) {margin-left:-25px;}

#chartdiv g[aria-labelledby="id-79-title"], #chartdiv g[role="button"] {opacity: 0;} 
.reviews-wrapper .image-wrap {width: 298px; height: 298px; border-radius: 298px; background: #fff; display: table-cell; vertical-align: middle;}
.col-sections .gallery .item-wrap .description {color: #5A5A5A;}
#description:empty {display: none;}

.fancybox-wrap .mainform .buttons input[type="submit"].btn {font: 18px/43px ; padding: 0 25px; margin-top: 10px;}

@media (max-width: 400px){
  .fancybox-wrap .mainform .buttons input[type="submit"].btn {
    font: 18px/24px ;
  }
} 

.newslistcol a.clearfix:hover .name {color: rgba(0, 70, 150, 1);}
.newslistcol a.clearfix:hover img, .row.news a.clearfix:hover img {
	 transform: scale(1.1);
    -webkit-transform: scale(1.1);}
	
.news .item .image a.clearfix {border-radius: 16px 16px 0 0; }
a.clearfix {display: block;}
.newslistcol a.clearfix .image, .news .item .image a.clearfix  {overflow: hidden;}
.newslistcol a.clearfix .image img, .news .item .image a.clearfix img {
	transition: all 1s ease;
    moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;}
	
.row.news .name .aprimary {margin-bottom: 22px;}

.row.news .name.aprimary a {font-size: 22px;}
.row.news .name.aprimary a:hover {text-decoration: none; color: rgba(0, 70, 150, 1);}

.newsdetail .activefrom {margin-bottom: 15px;}

.table-wrapper .table tbody, .table-wrapper .table {
    overflow-x: auto;
    max-width: 100%;
}

table.table > tbody > tr:first-child > td {color: #fff;}

.table-wrapper .table {/*width: 100%;*/}
.table tr td p {margin-bottom: 0;}
.index-img {margin-top: 140px;}
 
div.grey-tabs-menu a:hover, footer a:hover, footer a:focus {
   
    text-shadow: 0px 0px 14px #fff;
    color: #fff;
}

.ruk-staff .data {text-align: center;}


.table.pap tr td[rowspan*="4"], .table.pap tr td[rowspan*="2"], .table.pap tr td[rowspan*="6"] {border-left: 1px solid #D4D6DA; border-right: 1px solid #D4D6DA; }
.first-org tr td:last-child  {min-width: 145px;}
.first-org tr td:first-child  {min-width: 85px;} 
.td-rows:first-child {border-right: 1px solid #D4D6DA; border-left: none; }
.td-rows {border-right: 1px solid #D4D6DA; border-left: 1px solid #D4D6DA; } 

.reviews-list .news-item { margin-bottom: 20px;}

.reviews-list .news-item .img-review {text-align: center; }
div.news-list.reviews-list  .img-review  img.preview_picture {float: none;}

.p-control {z-index: 9 !important;}

.maincontent .permits .item .name.aprimary {width: 80%; margin: 0 auto; float: none;}

.maincontent .permits.row .item .data.row {height: auto;}

.search-open .btn-primary {border-radius:0 6px 6px 0; padding: 13.5px; border-color: #780021; height: 43px}

.search-page .btn.btn-primary {
	background: rgba(0, 70, 150, 1);
    border-radius: 4px;
    padding: 12px 18px;
    border: none;
    margin-left: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
	
}

.search-page .btn.btn-primary:hover {
  background: rgba(0, 56, 150, 1);
}

.search-open .input-group-btn:last-child > .btn {margin-left: 0; border:none;}
.permit-detail {margin-bottom: 20px;}
.search-page form {margin-bottom: 20px;}
.virt-app, .yur-app {white-space: normal;}
.virt-app {margin-right: 20px;}

.detail .left-col .contacts_map .infoBox {padding: 0 10px 10px; }

.infoBox .close_info {text-align: right;}


.p-roll__list__item.is-current a {text-decoration: none !important; color: #fff !important;}

.vacancies .panel-collapse.collapse, .vacancies .panel-group .panel-heading + .panel-collapse.collapsing > .panel-body {width: 100% !important;}
.inv-table tr td {padding:0 10px 0 0;}
footer *, .footer_copyright * {box-sizing: border-box;} 
.panel-group .panel-heading + .panel-collapse > .panel-body, .vacancies .panel-collapse.collapsing   {width: 100%}

/*video header */

@media (min-width:992px) { 
  .main-body header.header-video.style2 {position: absolute; width: 100%; padding-top:0;} 
  header.color .navbar-default .navbar-nav.navbar-right {height: 73px;}
  .news-detail.permit-detail .thumb {min-height: 419px;}
}

.main-body header.header-video.style2 .col-head-logo {padding-top: 10px;}
.main-body header.header-video.style2 .navbar-toggle, 
.main-body header.header-video.style2 .navbar-default .navbar-toggle:hover, 
.main-body header.header-video.style2 .navbar-default .navbar-toggle:focus {padding: 54px 25px 46px 100px}

@media (max-width:991px) {
	.main-body header.header-video.style2 .col-head-logo {padding-top:0;}
	.main-body header.header-video.style2 .navbar-toggle, .main-body header.header-video.style2 .navbar-default .navbar-toggle:hover, .main-body header.header-video.style2 .navbar-default .navbar-toggle:focus {padding: 52px 25px 24px 60px;}
	.main-body .blockvideo {top: 0; margin-top: -10px;}
	
}

header .navbar .nav > li > .search.remove:before	
    {	content: '\f00d';
		display: block;
		width: 30px;
		height: 30px;}
		
		
.wrapper-features .features .item .description {text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.field-wrap .rubric input[type="checkbox"] + label:before {font-size: 16px;}
.field-wrap .rubric input[type="checkbox"] + label:after {line-height: 1.36; font-size: 12px;}
.field-wrap.format-wrap .col-format-text {margin-right: 5px;}
.subscription .btn.btn-primary {padding: 7px 14px 9px;}
.reviews-list .read-review a:hover {color: #242424;}

/*select-lang*/

.jq-selectbox select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
	display: none;
}

header .mega-menu .dropdown.jq-selectbox.jqselect {position: relative;} 
.jq-selectbox__select {
    color: #fff;
    width: 62px;
    padding: 1px 0 0 12px;
    -moz-appearance: none;
    text-overflow: "";
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    background: url(../images/select-lang-arrow.svg) no-repeat 46px center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 29px;
    position: relative;
}

.jq-selectbox__dropdown ul {padding-left: 0;}
.jq-selectbox__dropdown {
    background: rgba(255,255,255,1);
    position: absolute;
    width: 46px;
    text-align: center;
	top: 40px;
	margin-left:12px;
}
.jq-selectbox__dropdown ul {
    list-style: none;
    overflow-y: auto;
	margin-bottom: 0;
}
.jq-selectbox__dropdown ul li{padding: 5px 0;}
.jq-selectbox__dropdown ul li:hover, 
body .inner-topline .jq-selectbox.jqselect li:hover {background: rgba(0, 70, 150, 1); color: #fff; cursor: pointer;}

.inner-topline .jq-selectbox.jqselect li {color: #242424; font-weight: 500;} 
.maincontent .image_frame:hover .portfolio_title-inside {display: none; }

@media (max-width: 1420px) {
	.table-wrapper .table.welder-table tbody, .table-wrapper .table.welder-table {
		overflow-x: auto; 
		max-width: 100%;
	} 
}

.table.pap > tbody > tr > td {padding: 18px 15px;}
.table.pap > tbody > tr > td p, .table.pap > tbody > tr > td {font-size: 15px;}
.content-wrap .filter_block.border_block ul {margin-bottom: 0;}
.content-wrap .filter_block ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 0px 25px 0px 0px;
	margin-bottom: 0 !important;
}

.content-wrap .filter_block.border_block {
    padding: 38px 43px;
    border: 1px solid #E5E5E5;
    position: relative;
	margin-bottom: 30px;
}

.filter_block.border_block ul li:before {display: none !important;}
.content-wrap .filter_block ul li.prop.active span {color: rgba(0, 70, 150, 1); }
.content-wrap .filter_block ul li.prop a {color: #242424;}

.news-detail.permit-detail .thumb { margin-bottom: 20px;}
.news-detail.permit-detail .thumb:nth-of-type(3n+1) { clear: left;}
.news-detail.permit-detail .thumb .thumbnail > img {max-height: 404px;}


form label[for="SIMPLE_QUESTION_855"],form label[for="SIMPLE_QUESTION_702"]{display: none;}

#wrapper { height: 100vh;}

.js-detail .brcrtitle {display: none;}
.news-list.permit-list .news-item a {color: #242424;}
.news-list.permit-list .news-item a:hover {color: rgba(0, 70, 150, 1); }
.news-list.permit-list .news-item {border-bottom: 1px solid #E5E7EB; padding-bottom: 15px;}
.go-back:hover, a.back:hover {color: #242424;}

.p-control .p-control__btn {padding-top: 14px;}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media (max-width: 530px) {

   div.jq-selectbox select {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0;
		opacity: 1;
        display: block;}
		
	div.jq-selectbox__select {display: none;}
	
}} 

@media (min-width: 1260px) {
	table.table.import-table > tbody > tr > td {font-size: 12px; padding: 18px 8px; }
}

@media (min-width: 1411px) {
	table.table.import-table > tbody > tr > td {font-size: 14px; padding: 18px 8px; }
}

@media (max-width: 1450px) {
.special span{
    font-size: 12px;
}
}
@media (max-width: 1370px) {
.special span:nth-child(2){
    display: none;
}
.col-search-lang{
  max-width: 190px;
}
}

.wrapper-features {opacity: 0;}
.wrapper-features {

  border-bottom: 1px solid #EEEEEE; 
  padding-bottom: 80px; 
  padding-top:60px;} 

@media(max-width: 768px){
	.content-wrap img {
		height: auto;
	}
  
	.content-wrap .photo-gallery__thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		border-radius: 10px;
	}
	
	.photo-gallery__main .photo-gallery__main-img {
		 height: 100%;
	}
	
	body .wrapper.inner-wrapper .container__footer--container {min-height: unset;}
}

@media (max-width: 530px) {
  .vertical_img .thumbnail > img{
    height: 150px;
  }
  .special{
    display: none;
  }
  .btn{
    white-space: normal;
  }
  .go-back, a.back{
    margin-top: 40px;
    display: block;
  }
  .table_img {
    margin-bottom: 15px;
  }
  .table_img td{
    display: block;
    
  }
	#wrapper  {position:sticky; position: -webkit-sticky; /*height:100% !important; margin-top:0 !important;*/ }
	#wrapper.otherclass {height:100% !important; margin-top:0 !important; }
	.p-roll__list__item.is-current a,  .p-roll__list__item a {font-size: 2.1rem !important; letter-spacing: 0 !important;}
	html .main-body header.style2 .box.top-nav {padding-top: 17px; padding-left: 15px; padding-right: 15px; background: linear-gradient(179.77deg, #9C2A39 0.98%, #56171A 155.68%), #C4C4C4;}
	html .main-body header.style2 .navbar {min-height: 0;}
	html .main-body header.style2 {padding-top:0; z-index: 1000;}
	html.is-mobile body .p-drag {display: block; background: url(../images/Union6.svg) no-repeat center center / contain; background-size: 97% 97%; overflow: visible;}
	.wrapper-features {opacity: 0!important; display: none !important;}
	#wait-loader {display: none !important;}
	#canvasContainer {margin-top:0 !important;}	
}


html.is-tablet .p-alert__text {
    font-size: 2.5rem;
    color: #fff;
}

.main-body footer {margin-top:0;}
.reviews-reply-form .reviews-reply-buttons input { height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
	border-radius: 5px;
    border: none;
	}
	
.reviews-reply-form .reviews-reply-buttons input[name="sendbutton"] {
	
    background: linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
  }
	
.reviews-reply-form .reviews-reply-buttons input[name="view_button"] {
  /* background: */
}

html.is-mobile body .p-drag, html.is-tablet body .p-drag {display: block;}
html.is-mobile body .p-canvas__bg {z-index: -12 !important;}


@media (min-width: 530px) and (max-width: 745px) {
	html.is-mobile #wrapper, html.is-mobile .p-alert, .p-loading, .p-waitLoader, .owl.partners .owl-nav {display: none !important;}
	html .main-body header.style2 {
		background: transparent;
		position: relative;
	}
	html .box.top-nav {display: block;}
	.wrapper-news .newslistcol .row .image.col-md-12 {max-width: 100%}
	.wrapper-news {padding-bottom: 0;}
	.catalog-wrapper.wrapper, body .wrapper.about-company-wrapper {margin-top: 0;}
	body .about-img {text-align: left;}
}

body.firstletter *::first-letter {
  text-transform: uppercase;
}

/*Стили таблицы*/
body .maincontent table tr:first-child {
    background: #F0F0F0;
}
body .maincontent table tr td {font-size: 12px;}

.table-wrapper table tbody, .table-wrapper table {
    overflow-x: auto;
    max-width: 100%;
}

.table-wrapper table:not(.schedule-search__table) tbody { background: #fff;}


.maincontent table tr:first-child {
    border-radius: 8px 8px 0 0;
}

.maincontent table {
	 width: 100%;
    border: 1px solid #E0E0E0;
	border-radius: 10px;
	overflow: hidden;           /* чтобы скругление обрезало содержимое */
	border-collapse: separate;  /* важно для скругления */
	border-spacing: 0; 
}

body .maincontent table > thead > tr > th, 
body .maincontent table > tbody > tr > td {
    border-top: 1px solid #E0E0E0;
    border-bottom: none;
    border-left: none;
}
.maincontent table > tbody > tr > td {border-right: 1px solid #E0E0E0} 
.maincontent table > thead > tr > th:last-child, .maincontent table > tbody > tr > td:last-child {border-right: none;} 

.maincontent table tr:last-child {
    border-radius: 0 0 8px 8px;
}

.maincontent table > tbody > tr:first-child > td, .maincontent table > tbody > tr > td:first-child {
    border-left: none;
}

.maincontent table > tbody > tr:first-child > td {
    border-top: none;
}

.maincontent table > thead > tr > th, .maincontent table > thead > tr > td, 
.maincontent table > tbody > tr > th, .maincontent table > tbody > tr > td, 
.maincontent table > tfoot > tr > th, .maincontent table > tfoot > tr > td {
    padding: 16px;
    line-height: 1.38462;
    vertical-align: top;
    border-top: 1px solid #ebebeb;
}


.maincontent .content-wrap ul.grey-list li:before {
	background: url(./images/li-grey.svg) no-repeat 0 0;
	
	
}
.banner-main {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-main .container{
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.banner-main .banner-text h1{
  font-family: '';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
.banner-main .banner-text p{
  font-family: '';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
  margin-top: 25px;
}
.banner-main .banner-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-main .banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-terms{
  padding-top: 90px;
  margin: 0 -15px;
}
.photo-terms .section-header{
  position: relative;
  font-family: '';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 125%;
  color: #242424;
  margin-bottom: 45px;
}
.photo-terms .section-header:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -18px;
  left: 0;
  width: 70px;
  height: 3px;
  background: rgba(0, 70, 150, 1);
}
.photo-terms .photo-terms-triangles{
  max-width: 211px;
  max-height: 197px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-terms .photo-terms{
  max-width: 318px;
  max-height: 417px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-terms p{
  font-family: '';
  font-style: normal;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 24px;
  color: #242424;
}
.photo-terms .terms-text{
  font-family: '';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #242424;
}
.ul-square{
  margin-bottom: 24px;
}
.ul-square li:before{
  background-image: none !important;
  background-color: #AE1E45 !important;
  width: 8px !important;
  height: 8px !important;
}
.photo-ppl .tabheader__items > div{
  margin-right: 10px;
}
.photo-ppl .gallery-card{
  margin: 15px 0;
  width: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.tabcontent.show{
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 -15px;
}
.photo-ppl .gallery-card .regtr{
  position: relative;
  height: 100%;
  width: 100%;
}
.photo-ppl .gallery-card a.btn{
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom .3s ease;
}
.photo-ppl .gallery-card .photo-img:hover a.btn{
  opacity: 1;
  bottom: 34px;
}
.photo-ppl .gallery-card:hover img{
  filter: grayscale(7%) brightness(63%);
  -webkit-filter: grayscale(7%) brightness(63%);
  -moz-filter: grayscale(7%) brightness(63%);
}
.photo-ppl .gallery-card img{
  width: 100%;
  height: 318px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  transition: .5s ease;
}
.photo-ppl .gallery-card p, .photo-ppl .gallery-card .vote-result{
  margin-bottom: 0;
  margin-top: 4px;
  font-family: '';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #5A5A5A;
}
.photo-ppl .gallery-card p b{
  margin-top: 12px;
  font-family: '';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #242424;
}
.btn.btn-primary.tabheader__item.tabheader__item_active{
  background: #6A061F;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 40%);
  border: 1px solid #000;
}
@media screen and (max-width: 768px){
  .photo-ppl .tabheader__items > div{
    width: 100%;
    margin: 5px 0 !important;
  }
  .photo-terms .photo-terms-triangles{
    display: none;
  }
}

.main_b_area a {display: block; z-index: 9; position: relative;}
.sanatorii-list .item .filial .name {text-transform: none; font-size: 18px; margin-top: 15px;}
.filials.sanatorii-list .item a {padding-top: 15px;}


@media(max-width: 600px) {
	
	.slider_pager ul li {padding-right: 0px; width: calc(100% / 3 - 10px); }
	.slider_pager ul {    
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;}
		
	.slider .bx-wrapper .bx-controls-direction a {margin-top: -16px; }
	
	.p-stage .p-roll__list .p-roll__list__item a .slogan2 {font-size: 13.3px; } 
	.box.top-nav .col-head-logo {padding-top: 7px;}
}

.p-roll__list .p-roll__list__item a br {line-height: 0; height: 0; display: none}
.p-roll__list .p-roll__list__item a {font-family: 'ArnoPro-Bold'; letter-spacing: 0;}
.p-roll__list .p-roll__list__item a .slogan2 {text-transform: uppercase; font-size: 21px; display: block;}
.p-roll__list .p-roll__list__item a div span {line-height: 1;}





header.style4.color .navbar-default .navbar-nav li.dropdown.lvl1 > a, header.color .navbar-default .navbar-nav li > a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: white !important;
 
  font-size: 24px !important;
  text-transform: uppercase !important;
  line-height: 120%;
}

ul.navbar-nav ul.dropdown-menu.list-unstyled li > a{
 
	font-size: 14px;
	text-transform: none ;

}

select#select-lang{
  margin-right: 0;
}

select#select-lang option{
  color: rgba(36, 36, 36, 1) ;
}

.container {
  width: 100%;
  padding: 0 50px;
  margin: 0px auto 0 auto;
  max-width: 1496px;
}

.slider-main .container {
  width: 100%;
  padding: 0 50px;
  margin: 0px auto;
  max-width: 1496px;
}


.wrapper.wrapper-advantages {
  padding-bottom: 200px;
}

.wrapper.wrapper-advantages .advantageslistcol {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 0;

}
.wrapper-advantages .top_block {text-align: left;}


.advantages-grid {    
	display: grid;
	gap: 32px;
	align-items: center;
    grid-template-columns: 1fr 2fr;   
}


.wrapper.wrapper-advantages .advantageslistcol .item {

  padding: 40px;
  border-bottom: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;

}
.wrapper.wrapper-advantages .advantageslistcol .item:nth-child(2n) {
	border-right: none;
    height: 100%;
}

.wrapper.wrapper-advantages .advantageslistcol .item:nth-child(3),
.wrapper.wrapper-advantages .advantageslistcol .item:nth-child(4) {
	border-bottom: none;

}

.wrapper-advantages .info .preview {
  color: rgba(36, 36, 36, 1) !important;
  line-height: 120% !important;
}



.wrapper.wrapper-products .container {
  width: 100% !important;
  padding: 0 50px;
  margin: 0px auto 0 auto;
  /* max-width: 1390px; */
  max-width: 1460px;
}

.wrapper.wrapper-products .productslistcol{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap:32px;
  padding: 0 15px;
}

.wrapper-products .item{
  position: relative;
}

.wrapper-products .item .image .img-responsive{
  width: 100%;
  height: 255px;
  border-radius: 8px;
}

.wrapper-products .info{
  position: absolute;
  bottom: 0px;
  padding: 32px;
}

.wrapper-products .info .name{
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: white;
}

.wrapper-products .item a:hover{
  color: white !important;
}

.wrapper-products .item{
  transition: transform 0.3s ease;
}

.wrapper-products .item:hover {
  transform: translateY(-20px);
}

    .services-block .top_block {
        padding: 0 50px;
        max-width: 1460px;
        margin: 0 auto;
        z-index: 2;
    }


   .services-block .top_block .title_block:after{
    display: block !important;
    background-color: white;
   }

    .services-content{
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 480px auto auto;
        padding: 48px 50px 130px 50px;
        margin: 0 auto;
        max-width: 1460px;
        gap:32px;
    }

    .services-list {
        display: flex; /* Используем flex для горизонтального расположения */
        flex-direction: column;
        gap: 8px;
    }
  
    

    .wrapper.wrapper-our-projects .container {
      width: 100% !important;
      padding: 0 50px;
      margin: 0px auto 0 auto;
      max-width: 1460px;
    }



    .our-projects{
      background: 
        linear-gradient(90deg, #1F4793 0%, rgba(31, 71, 147, 0.8) 35.5%, rgba(31, 71, 148, 0) 100%), /* Градиент */
        url(/bitrix/templates/cor/images/our-projects-img.png) no-repeat center center / cover;
      border-radius: 8px;
      width: 100%;
      margin-top: 140px;
    }

    .title--btn-watch__block{
      padding: 90px;
    }

    .our-projects .title p{
      color: white;
      font-family: "Syncopate", sans-serif !important;
      text-transform: uppercase;
      font-size: 32px;
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    .btn-watch a{
      display: inline-block;
      padding: 12px 24px;
      background-color: white;
      color: rgba(27, 65, 140, 1);
      border-radius: 8px;
      font-weight: 500;
    }

  .tabs{
      display: flex;
      align-items: center;
      gap: 24px;
  }

  .tab{
      display: inline-block;
      padding: 12px 24px;
      background-color: white; /* Цвет фона для обычного состояния */
      color: rgba(0, 70, 150, 1); /* Цвет текста */
      text-decoration: none;
      border-radius: 4px;
      transition: background-color 0.3s;
      border: 1px solid rgba(0, 70, 150, 1);
      font-weight: 400;
  }

  .tab.active{
      background-color: rgba(0, 70, 150, 1); /* Цвет для активного таба */
      color: #fff; /* Цвет текста для активного таба */
  }

  .tab:hover{
      background-color:rgba(234, 242, 255, 1);/* Цвет при наведении */
      color: rgba(0, 70, 150, 1);
       /* Граница при наведении */
  }

  .news-list {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 32px;
  }

  .news-item {
      background-color: #fff; /* Цвет фона для элементов новостей */
      border-radius: 16px;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  }
  .news-item:hover {box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2); cursor: pointer;}
  
  .news-image {
      width: 100%; 
      aspect-ratio: 325 / 243;
      border-radius: 16px 16px 0px 0px;
      object-fit: cover;
  }

  .news-content {
    padding: 20px;
    display: flex;
    min-height: fit-content;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
	height: 100%;
	    gap: 16px;
  }

  .all-news-link {
    display: flex;
    justify-content: flex-end;
  
  }

  .all-news-link a:hover{
    color: #005F30   
  }
  
  .all-news svg {margin-left: 4px;}
  .all-news-link a:hover svg > path {fill: #005F30 }
      
  
.wrapper.our-partners-wrapper .owl-carousel {
    display: flex; 
    flex-wrap: wrap; 
    max-width: 100%;
}


  .partners .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    border-radius: 16px;
	
}


.swiper-button-next:hover, .swiper-button-prev:hover{
	color: rgba(0, 70, 150, 1) !important;
}

  .partners .item .image .col img{
    object-fit: contain;
  }

  .wrapper.our-partners-wrapper .owl.partners .owl-nav{
    top:25%
  }

  .wrapper.our-partners-wrapper .owl-carousel .owl-stage{
    margin-top: 40px;
  }

  .white-blocks{
    display: flex;
    justify-content: space-between;
  }

  .wrapper.our-partners-wrapper .white-block.left, .wrapper.our-partners-wrapper .white-block.right{
    position:absolute;
    height: 300px;
    background: #fafafa;
    width: 100vw;
    box-shadow: none;
  }

  .wrapper.our-partners-wrapper .white-block.left{
    top: 145px;
    right: 100%;
    z-index: 2;
  }


.wrapper.our-partners-wrapper .white-block.right{
  top: 145px;
  left: 100%;
  z-index: 2;
}



  .about-text-wrapper .about-img div{
    display: block;
  }

  .about-text-wrapper .about-text p:last-child{
    margin-bottom: 0;
  }

  .wrapper.our-internet-services-wrapper{
    padding: 100px 0 100px 0;
  }

  .wrapper.our-internet-services-wrapper .title_block{
    padding-top: 40px !important;
  }
  
  body .swiper-button-next svg, 
  body .swiper-button-prev svg { height: auto; width: auto;} 

  .our-internet-services-wrapper .white-block.left, .our-internet-services-wrapper .white-block.right{
    position: absolute;
    background: white;
    width: 100vw;
    height:60px;
    background-color: #fafafa;
  }

  .our-internet-services-wrapper .white-block.left{
    top: 146px;
    right: 100%;
    z-index: 2;
  }
  .our-internet-services-wrapper .white-block.right{
    top: 146px;
    left: 100%;
    z-index: 2;
  }
  body .swiper-horizontal .swiper-button-next {
    right: -40px;width: 40px; height: 40px; border-radius: 50%;background: #F6F6F6;
  } 
  body .swiper-horizontal .swiper-button-prev {
    left: -40px;width: 40px; height: 40px; border-radius: 50%;background: #F6F6F6;
  }
  body .swiper-horizontal .swiper-button-next:hover, .photo-gallery__arrow:hover {background: #005F30;}
  body .swiper-horizontal .swiper-button-prev:hover  {background: #005F30;}
  
  body .swiper-horizontal .swiper-button-next:hover svg path, .photo-gallery__arrow:hover svg path {fill: #fff;}
  body .swiper-horizontal .swiper-button-prev:hover svg path  {fill: #fff;}
  
  .inner-topline .bg-header.style2.custom.color.inner .full-width-menu, 
  .inner-topline .bg-header.style2.custom.color.inner .search-name, 
  .inner-topline .bg-header.style2.custom.color.inner #select-lang {
    color: #fff;
  } 

  .style2.custom.color.inner {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  }
  
  .inner-topline .bg-header.style2.custom.color.inner .box.top-nav .col-head-logo a { 
  
	 background: url(/local/templates/cor/styles/../images/logo--izmeritel.svg) no-repeat center;
	 background-size: contain;
  }
  .style2.custom.color.inner .box.top-nav .col-head-logo a {
    background: url(/local/templates/cor/styles/../images/logo--izmeritel-inner.svg) no-repeat center;
    background-size: contain;
    min-width: 220px;
    width: 100%;
    height: 50px;
  }
  .style2.custom.color .box.top-nav .col-head-logo a{
    background: url(/local/templates/cor/styles/../images/logo--izmeritel.svg) no-repeat center;
    background-size: contain;
    min-width: 220px;
    width: 100%;
    height: 50px;
  }

  .style2.custom.color .box.top-nav .col-head-logo.en a{
    background: url(/local/templates/cor/styles/../images/logo_en.svg) no-repeat center;
    background-size: contain;
    min-width: 220px;
    width: 100%;
    height: 50px;
  }

  .style2.custom.color.inner .box.top-nav .col-head-logo.en a {
    background: url(/local/templates/cor/styles/../images/logo_color_en.svg) no-repeat center;
    background-size: contain;
    min-width: 220px;
    width: 100%;
    height: 50px;
  }

  .inner-topline .bg-header.style2.custom.color.inner .box.top-nav .col-head-logo.en a{
    background: url(/local/templates/cor/styles/../images/logo_en.svg) no-repeat center;
	 background-size: contain;
  }


	.style2.custom.color.inner .full-width-menu, .style2.custom.color.inner .search-name, .style2.custom.color.inner #select-lang {
		color: black;
	}
  .style2.custom.color.inner .full-width-menu, .style2.custom.color.inner .search-name, .style2.custom.color.inner #select-lang{
    color: black;
  }

  .style2.custom.color.inner .navbar .nav.navbar-nav > li > .search.lupa:before{
    background: url(/local/templates/cor/styles/../images/search-lupa-black.svg) no-repeat center;
  }

  .style2.custom.color.inner #select-lang{
    background: url(/local/templates/cor/styles/../images/select-arrow-new-black.svg) no-repeat 46px center;
  }

  .style2.custom.color.inner header.style2 .navbar-default .navbar-collapse{
    margin-top: 30px;
  }

  .style2.custom.color.inner .navbar-default .navbar-nav li a p{
 
    color: white;
  }

  .maincontent.vopros-otvet{
    display: grid;
    grid-template-columns: 1fr 316px;
    gap:32px;
  }

  .question-answear-info-block{
    background: linear-gradient(180deg, #004696 0%, #00418B 100%);
    border-radius: 8px;
    padding: 32px;
    height: 244px;
  }


  .maincontent.vopros-otvet .accordion .card{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    /* padding: 24px 32px 32px 32px; */
    border-radius:10px;
    margin-bottom: 24px;
  }

  .maincontent.vopros-otvet .accordion .card:last-child{
    margin-bottom: 0;
  }

  .maincontent.vopros-otvet .accordion .card button{
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color:black;
    text-decoration: none;
    /* border-bottom: 1px solid rgba(239, 239, 239, 1); */
  }

  .accordion-arrow {
    transition: transform 0.3s ease; /* Плавный переход */
    display: inline-block;
}


  .maincontent.vopros-otvet .accordion .collapse.in{
    border-top: 1px solid rgba(239, 239, 239, 1);
  }

  .maincontent.vopros-otvet .accordion .collapsing{
    border-top: 1px solid rgba(239, 239, 239, 1);
  }

  .maincontent.vopros-otvet .accordion .card .collapse,
  .maincontent.vopros-otvet .accordion .card .collapsing{
    padding: 24px 32px;
  }

  .maincontent.vopros-otvet .accordion .card h5{
    margin: 0;
  }

  .maincontent.vopros-otvet .accordion .btn.btn-link{
    /* padding: 0; */
  }

  .maincontent.vopros-otvet .accordion .card .card-body{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: black;
  }

  


  @media (max-width: 1475px){
    .wrapper.our-partners-wrapper .owl.partners .owl-nav div.next{
      right: 0;
    }
    .wrapper.our-partners-wrapper .owl.partners .owl-nav div.prev{
      left: 0;
    }

    .owl.reviews .owl-nav div, .owl.partners .owl-nav div{
      background-color: none;
      border: none;
    }
  }



    @media (max-width: 1340px){
      .services-content{
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
      }
    }

    @media (max-width: 1024px){
      .news-section .top-container{
        
        flex-direction: column; 
        align-items: flex-start;
        gap:24px;
      }

      .about-text-wrapper{
       grid-template-columns: 1fr;
       gap:0;
      }

      .about-text-wrapper .about-img div{
        display: none;
      }
    }

    .dropdown.lvl1.open > a > span > i{
      transform: rotate(180deg) !important;
    }

    .dropdown.lvl1.open .dropdown-submenu.open > a > span > i{
      transform: rotate(180deg) !important;
    }

    @media (max-width: 991px){
      header .dropdown-submenu:focus > .dropdown-menu{
        display: block;
      }

      header .navbar-nav > li.dropdown:focus a > span > i{
        transform: rotate(180deg) !important;
      }

      .dropdown-submenu:hover a span i{
        top: 0;
      }

      .maincontent.vopros-otvet{
        grid-template-columns: 1fr;
      }

      .question-answear-info-block{
        height: auto;
      }
	  .header-custom-container {
		 box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
	  }
    }

    @media (min-width: 769px){
      .all-news-link.adaptive{
        display: none;
      }

      .swiper-pagination{
        display: none;
      }

      .swiper-button-next,
      .swiper-button-prev{
        display: block;
      }

      .wrapper.about-company-wrapper .top_block .title-icon{
        display: none;
      }
    }

@media (max-width: 768px){
  .page-header-wrapper {min-height: 108px}
  
  .navbar-nav > li > a {padding-bottom: 0; }

  .search-name{display: none;}
  
  .input-group .form-control:first-child{
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    background: none;
    color: white; /* Цвет placeholder */
    padding: 8.32px 24px;
    font-size: 14px;
  }

  .input-group{
    width: 100%;
  }

  .input-group .input-group-btn{
    position: absolute;
    right: 10px;
    top:-2px;
  }

  .input-group-btn button{
    background: none;
      box-shadow: none;
      border: none;
  }

  .input-group .form-control:first-child::placeholder {
    color: white;
    opacity: 1;
}

  header.style4.color .navbar-default .navbar-nav li.dropdown.lvl1 > a, header.color .navbar-default .navbar-nav li > a{
    font-size: 16px !important;
    font-family: "", sans-serif !important;
    text-transform: none !important;
  }

  header .mega-menu ul.main-menu-nav{
    row-gap: 24px;
  }

  header.style4.color .navbar-default .navbar-nav li.dropdown.lvl1 > a, header.color .navbar-default .navbar-nav li > a{
    gap: 0;
  }

  body header .navbar-default .navbar-nav li > a > span > i:before{
    background: url(/local/templates/cor/styles/../images/select-arrow-new.svg) no-repeat center;
    height: 10px;
  }


  .wrapper.wrapper-products .container{
    padding: 0 16px;
  }

  .wrapper.wrapper-advantages .advantageslistcol{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap:16px;
  }

  .wrapper.wrapper-advantages .advantageslistcol .item{
    padding: 32px;
  }

  .wrapper.wrapper-products .productslistcol{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap:16px;
  }


  .services-block .top_block{
    padding: 0 32px;
  }

  .services-content{
    padding: 26px 32px 80px 32px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap:8px;
  }


  .our-projects{
    margin-top: 66px;
  }

  .btn-watch a{
    padding: 8px 22px;
    font-size: 14px;
  }

  .our-projects .title p{
    font-size: 20px;
    margin-bottom: 0;
  }


  .title--btn-watch__block{
    padding: 100px 32px;
  }

  .title--btn-watch__block .title{
    font-size: 20px;
    margin-bottom: 16px;
  }

  .wrapper.wrapper-our-projects .container{
    padding: 0 16px;
  }

  .all-news-link.adaptive{
    display: block;
    margin-bottom: 0;
  }

  .tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .tab{
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }

  .news-list {
    gap: 0;
  }
  
   .news-list.swiper-container-changes-list {
		gap: 32px;
   }
	
  .news-section .top_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper.our-partners-wrapper .top_block .title_block{
    padding-top: 0px;
  }

  .swiper-pagination{
    display: block;
  }

	.swiper-button-next,
    .swiper-button-prev{
        display: none;
      }
      
   
      .partner-wrapper-img {
        padding: 0 24px;
      }

      .our-partners-wrapper{
        padding-bottom: 80px;
      }

      .wrapper.about-company-wrapper .container{
        padding: 0 15px;
      }

      .about-company-wrapper{
        padding: 64px 0;
      }

      .wrapper.about-company-wrapper .top_block{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
      }

      .wrapper.about-company-wrapper .top_block .title-icon{
        min-width: 60px;
      }

      .wrapper.our-internet-services-wrapper{
        padding: 35px 0;
      }

      .our-internet-services-wrapper .swiper-button-next, .our-internet-services-wrapper .swiper-button-prev{
        display: none;
      }
      .our-partners-wrapper .swiper-button-next, .our-partners-wrapper .swiper-button-prev{
        display: none;
      }
   
      header .mega-menu ul.main-menu-nav{
        padding-top: 0;
      }

	  body .news-title a {font-size: 16px;}
}



ul, ol {
 list-style-type: none;
  padding: 0; 
  margin: 0 ; 
}


.notmain:has(#sidebar.col.left-menu){
  display: grid;
  grid-template-columns: 1fr 320px ;
  gap:32px
}


.hidden-desktop {display: none}

@media(max-width: 1124px){
  .notmain:has(#sidebar.col.left-menu){
    grid-template-columns: 1fr;
	gap: 0;
  }

  .notmain #sidebar{
    padding-top: 0;
  }
}

@media(max-width: 767px){
  .notmain:has(#sidebar.col.left-menu){
    gap: 0;
  }
  .hidden-desktop {display: block} 
}


::-webkit-scrollbar {
  width: 8px; /* Ширина скролла */
  background-color: #f9f9fd; 
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: white; /* Цвет бегунка */
  border-radius: 4px; /* Скругление углов бегунка */
}

.footer-address p,
.footer-phone p,
.footer-mail p,
.footer-sales_department p{
  color: white;
}

.fancybox-wrap .g-recaptcha {margin-left: 15px;}
.phone-input-wrapper > .country-selector { max-height: 38px;}

.wrapper.inner-wrapper .container__footer--container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


header .navbar-collapse {box-shadow: none}
.topline-wrapper.inner-topline {position: sticky; top:0; z-index:9;}
.header-custom-container-custompages {position: unset}

.page-header-wrapper:before  {    
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(3, 44, 141, 0.3);  
    height: 100%;
    right: 0;
}

.staff.ruk-staff .item {margin-bottom: 20px}
.staff .item:first-of-type {width: 100%;}
.staff.ruk-staff .image .col-md-12 img {width: auto; max-width: 100%; height: auto; margin-bottom: 10px;}
.section-gallery {display: flex; gap: 32px; justify-content: center; margin-bottom: 32px;}
body .btn-white {
	font-weight: 600;
    border: 1px solid #032C8D;
    border-radius: 21px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    padding: 0 32px;
    color: #032C8D;
	justify-content: center;
	background: #fff;
}

.report-docs .btn.btn-default { height: 43px;    padding: 0 32px;}

body .btn-white:hover {
    color: #fff;
    background: #032C8D;
}
.products-page ul.nav-sidebar > li {border-bottom: 1px solid #E1E1E1;}
ul.nav-sidebar.catalog-nav-sidebar li a {border-bottom: none;}
ul.nav-sidebar.nav:before, ul.nav-sidebar.nav:after {display: none}
.products-page ul.nav-sidebar.catalog-nav-sidebar > .level-1 > a {text-transform: uppercase; font-weight: 500;}
    
	
.image-page {
	    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    z-index: revert-layer;
    width: 100%;
    height: 200px;
    max-width: none;
    border-radius: 0;
    object-fit: cover;
    z-index: -1;
}

.lang-info--mob .custom-select-trigger {color: #000;}

.lang-info--mob {display: flex; align-items: center;}

.security-list .news-item {    
	border: none;
    padding: 32px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
	
.security-list .news-item a {
    color: #000;
}	
.security-list .news-item:hover a {
    color: #fff;
} 

.security-list .news-item:hover {
    color: #fff;
    background: #032C8D;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}


.report-docs .panel {    background-color: transparent;}
.file-item {margin-bottom: 12px;}

.inner-sections:empty {display: none;}


header .header-content {
    width: 100%;
	padding: 0 50px;
    margin: 0px auto;
    max-width: 1496px;
}
.header-custom-container-custompages {padding-bottom: 18px;}

ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i {min-width: 20px;}
.products-page ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu > a {display: flex; gap: 12px}

.maincontent .content-wrap ol li,
.maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li {
    padding-left: 0px ;
    position: relative;
    margin-bottom: 0px !important;
    margin-top: 0;
}

 .maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li {
	 padding-left: 15px !important
 }
 
  .maincontent .content-wrap ul:not(.pagination):not(.path):not(#breadcrumbs):not(.nav-sidebar):not(.lvl2):not(.nav-tabs) li:before {
	content: "" !important;
	display: block !important
 } 
    

.js-detail.js-element {padding: 0;}	
.gallery:has(.section-161) { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));}
.gallery:has(.section-161) .thumb img {
    width: auto;
    object-fit: contain;
    height: 157px;
}
.gallery:not(:has(.section-161)) .thumb {display: none}
.gallery:has(.section-161) .thumb  {margin-bottom: 27px; text-align: center;}

.main-body > .wrapper .wrapper  {padding: 75px 0;}
.main-body > .wrapper .wrapper:has(.swiper-container) {padding-bottom: 55px}
.main-body > .wrapper .our-internet-services-wrapper.wrapper:has(.swiper-container) {padding-top: 20px; padding-bottom: 30px}
.news-section {position: relative;}
.partners-wrapper {margin: 0 -20px; position: relative;}
.news-wrapper {margin: 0 -15px; position: relative;}
.partners-wrapper .swiper-container {overflow: hidden; padding: 20px 20px 20px; margin-top:0;}
.news-wrapper .swiper-container {overflow: hidden; padding: 20px 15px 20px; margin-top:0;}

.news-bottom {display: flex; justify-content:space-between; align-items: center;}

.form-link {margin: 0 16px;}
.main-slider-wrapper .img_box {position: relative;} 
.main-slider-wrapper .img_box:after {
	background: radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgb(60, 62, 21) 100%);
    opacity: 0.5;
	content: "";   
	z-index: 0; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	display: block; 
	position: absolute; 
	width: 100%; 
	height: 100%;
}
.eye-link:hover {color: var(--main);}
.report-docs .filter .btn {
	padding: 8px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
	height: auto;
	font-weight: 400;}

.report-docs .filter .btn.btn-default {
    background: var(--main, #2D8C3C);
    border-color: var(--main, #2D8C3C);
    color: #fff;
}
.report-docs .filter .btn:hover {
    border-color: var(--main, #2D8C3C);
    color: var(--main, #2D8C3C);
}

.report-docs .filter .btn.btn-default:hover {
    border-color: var(--main-hover);
    color: #fff;
}

[data-title] {
    position: relative;
}

/* The popup box itself */
[data-title]::after {
    content: attr(data-title); 
    opacity:0; 
    position: absolute;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
	font-size: 14px;
	transition: opacity .3s ease;
	pointer-events: none;
}

[data-title]:hover::after {
    opacity:1;
}

.heading {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
}

.preview {
	
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.btn-row {gap: 24px; display: flex; margin-top: 16px;}
.btn-transparent {border: 1px solid #fff; color: #fff;}
.btn-transparent:hover {background: #fff; color: #232323;} 
body .slick-prev {left:20px; z-index:9; border: 1px solid #fff;border-radius: 50%;width: 40px;height: 40px;}
body .slick-next {right:12px; z-index:9; border: 1px solid #fff;border-radius: 50%;width: 40px; height: 40px;}

.product-text ol > li {margin-bottom: 16px;}
.product-text ol ul {padding-left: 16px; margin-top: 16px;}
.product-text ul > li:before {content: '\2022'; }

.main-slider-wrapper .slick-dots {bottom: 40px;margin: 0px auto 0 auto; max-width: 1396px; z-index:999; text-align: right;left: 50%; transform: translateX(-50%);} 
.main-slider-wrapper .slick-dots li button {font-size: 16px; color: #fff; font-weight: 500;}
.main-slider-wrapper .slick-dots li button {width: 32px; height: 32px; border: 1px solid #fff; border-radius: 50%; background:  rgba(0, 0, 0, 0.2);}
.main-slider-wrapper .slick-dots li {margin: 0 5px; width: 32px; height: 32px;}
.main-slider-wrapper .slick-dots li:hover button {background:  rgba(1, 122, 63, 0.5);}
body .maincontent table > thead > tr > th p:last-child, 
body .maincontent table > tbody > tr > td p:last-child {margin-bottom: 0;}
body .InfBusRW .rdp-day_button:hover {background-color: unset;}
body .flatpickr-current-month {    font-size: 16px;}
body .flatpickr-current-month select.flatpickr-monthDropdown-months { 
	background:  url(/upload/schedule-arrow.svg) 95% center no-repeat;
	box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;}
	
body .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent url(/upload/schedule-arrow.svg) 95% center no-repeat;
}

.main-menu-nav .dropdown > a {white-space: nowrap;}
.header-content:has(.custom-option.selected[data-lang-value="BY"]) .eye-link,
.header-content:has(.custom-option.selected[data-lang-value="ENG"]) .eye-link {  width: 25%;}
body .flatpickr-months .flatpickr-prev-month:hover svg, 
body .flatpickr-months .flatpickr-next-month:hover svg {fill: var(--main);}
body .leaflet-pane {z-index: 4;}

@media (min-width: 1200px) and (max-width: 1440px) {
	header .eye-link {font-size: clamp(0.688rem, -0.438rem + 1.5vw, 1.2rem);}
}
@media (max-width: 768px) {
	.voting-form__other-input { margin-left: 0;}	
}