* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #22527b;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.skt-authors
{
    display:none;
}


h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #285f8f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285f8f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.headTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headTop .socialsList {
  list-style-type: none;
}

.headTop .socialsList img {
  display: block;
  width: 28px;
  margin-right: 15px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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;
}

.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;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .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;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .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;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-xm-1,
  .col-xm-2,
  .col-xm-3,
  .col-xm-4,
  .col-xm-5,
  .col-xm-6,
  .col-xm-7,
  .col-xm-8,
  .col-xm-9,
  .col-xm-10,
  .col-xm-11,
  .col-xm-12 {
    float: left;
  }

  .col-xm-12 {
    width: 100%;
  }

  .col-xm-11 {
    width: 91.66666666666666%;
  }

  .col-xm-10 {
    width: 83.33333333333334%;
  }

  .col-xm-9 {
    width: 75%;
  }

  .col-xm-8 {
    width: 66.66666666666666%;
  }

  .col-xm-7 {
    width: 58.333333333333336%;
  }

  .col-xm-6 {
    width: 50%;
  }

  .col-xm-5 {
    width: 41.66666666666667%;
  }

  .col-xm-4 {
    width: 33.33333333333333%;
  }

  .col-xm-3 {
    width: 25%;
  }

  .col-xm-2 {
    width: 16.666666666666664%;
  }

  .col-xm-1 {
    width: 8.333333333333332%;
  }

  .col-xm-pull-12 {
    right: 100%;
  }

  .col-xm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-xm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-xm-pull-9 {
    right: 75%;
  }

  .col-xm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-xm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-xm-pull-6 {
    right: 50%;
  }

  .col-xm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-xm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-xm-pull-3 {
    right: 25%;
  }

  .col-xm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-xm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-xm-pull-0 {
    right: auto;
  }

  .col-xm-push-12 {
    left: 100%;
  }

  .col-xm-push-11 {
    left: 91.66666666666666%;
  }

  .col-xm-push-10 {
    left: 83.33333333333334%;
  }

  .col-xm-push-9 {
    left: 75%;
  }

  .col-xm-push-8 {
    left: 66.66666666666666%;
  }

  .col-xm-push-7 {
    left: 58.333333333333336%;
  }

  .col-xm-push-6 {
    left: 50%;
  }

  .col-xm-push-5 {
    left: 41.66666666666667%;
  }

  .col-xm-push-4 {
    left: 33.33333333333333%;
  }

  .col-xm-push-3 {
    left: 25%;
  }

  .col-xm-push-2 {
    left: 16.666666666666664%;
  }

  .col-xm-push-1 {
    left: 8.333333333333332%;
  }

  .col-xm-push-0 {
    left: auto;
  }

  .col-xm-offset-12 {
    margin-left: 100%;
  }

  .col-xm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-xm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-xm-offset-9 {
    margin-left: 75%;
  }

  .col-xm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-xm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-xm-offset-6 {
    margin-left: 50%;
  }

  .col-xm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-xm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-xm-offset-3 {
    margin-left: 25%;
  }

  .col-xm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-xm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-xm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {

  .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;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.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: #e9e9e9;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.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: #d1eac8;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.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: #c6e4f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.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: #faf3cd;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.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: #ebcdcd;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

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;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.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;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.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;
}

select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.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.3333333;
  border-radius: 6px;
}

select.input-lg,
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-lg,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.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;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control,
  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #285f8f;
  border-color: #112a3f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d73;
  border-color: #112a3f;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2d6da3;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255525;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255525;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d86;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d86;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985e0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985e0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #751d1a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #751d1a;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #22527b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.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;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.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;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.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;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.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;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.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) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.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;
}

.input-group-addon:first-child {
  border-right: 0;
}

.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;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  z-index: 2;
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.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) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .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;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.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;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 992px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: absolute;
  /* float: right; */
  margin: 22px 25px 20px 0;
  padding: 5px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  right: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 44px;
  height: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  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;
  background-color: #e7e7e7;
}

.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;
}

.navbar-default .navbar-toggle {
  border-style: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #66A314;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #66A314;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .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;
    background-color: #e7e7e7;
  }

  .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;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.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;
}

.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;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.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: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  .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: 1399px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on June 3, 2016 8:42 AM */

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Bold.eot');
  src: url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Bold.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Medium.eot');
  src: url('../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Medium.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Black.eot');
  src: url('../fonts/PFDinDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Black.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Regular.eot');
  src: url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Regular.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../fonts/PFDinDisplayPro-Light.eot');
  src: url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Light.woff2') format('woff2'),
    url('../fonts/PFDinDisplayPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix,
.main-logo,
.top-slider .centerbox>.wrapper {
  zoom: 1;
}

.clearfix:before,
.main-logo:before,
.top-slider .centerbox>.wrapper:before,
.clearfix:after,
.main-logo:after,
.top-slider .centerbox>.wrapper:after {
  content: " ";
  display: table;
}

.clearfix:after,
.main-logo:after,
.top-slider .centerbox>.wrapper:after {
  clear: both;
}

.imgbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.imgbox:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.imgbox img {
  vertical-align: middle;
  display: inline-block;
}

.-fright {
  float: right !important;
}

.-fleft {
  float: left !important;
}

.-bblue {
  border-top: 3px solid #66A314;
}

.no-rl-pad {
  padding-right: 0;
  padding-left: 0;
}

.-odd-margin30 {
  margin: 0 -30px;
}

.-bgwhite {
  background-color: #fff;
}

.-h100 {
  height: 100%;
}

html,
body {
  font-size: 16px;
  line-height: normal;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #fff;
  font-family: 'PF DinDisplay Pro', sans-serif;
}

a,
a:hover,
a:focus {
  color: #fff;
}

a:hover,
input[type=submit]:hover {
  /* opacity: 0.5; */
}

a:active {
  color: #d5d5d5;
}

*,
*::before,
*:before,
*::after,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.main-logo,
.main-address {
  margin: 0 -15px;
}

.main-address,
.main-address>.address:before,
.navbar-default .navbtn {
  float: right;
}

.main-logo,
.main-logo>.logoicon,
.phone-list,
.mail-list,
.phone-list .phone:before,
.top-slider .owl-nav,
.top-slider .owl-sq {
  float: left;
}

.phone-list,
.manage-list {
  list-style-type: none;
}

.ibtn,
.request,
.feedback-form input[type=submit] {
  padding: 10px 33px 8px 33px;
  border: 2px solid;
  background: #238dcd;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

input[type="submit"]:not([disabled]):hover,
.ibtn:not([disabled]):hover {
  background-color: #fff;
  color: #238dcd;
  border-color: #238dcd;
}

.feedback-form .ibtn,
.feedback-form .feedback-form input[type=submit] {
  border-width: 3px;
  font-size: 1.875em;
  margin-top: 15px;
}

.caption {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.feedback-form .caption,
.top-slider .caption,
.screen-workflow .caption,
.screen-advantages .caption {
  color: #fff;
}

/*Mark*/
.promoPage .feedback-form input,
.promoPage .feedback-form textarea {
  color: #222 !important;
  background: #fff !important;
  border: 2px solid #fff !important;
}
.promoPage .feedback-form input::placeholder,
.promoPage .feedback-form textarea::placeholder {
  color: #aaa !important;
  opacity: 1 !important;
}
.promoPage .feedback-form label,
.promoPage .feedback-form .caption {
  color: #fff !important;
}
/*Mark*/

.screen-article .caption.-about {
  text-align: left;
  padding-bottom: 23px;
}

.screen-cert .caption {
  padding-bottom: 38px;
}

.feedback-form.-cont h2.caption,
.feedback-form .caption {
  font-size: 1.875em;
  padding: 18px 10px 21px 10px;
}

.top-slider .feedback-form .caption {
  padding: 11px 0 25px 0;
  margin: 0 -10px;
  font-size: 1.5em;
  line-height: 1.2;
  background-color: transparent;
}

.feedback-form {
  padding: 20px 50px;
  margin-left: -15px;
  background: rgba(134, 188, 36, 0.95);
}

.feedback-form textarea,
.feedback-form input {
  display: block;
  width: 100%;
  padding-left: 13px;
  font-weight: 300;
  font-size: 24px;
  outline: none;
  margin-bottom: 21px;
}

.feedback-form input {
  height: 50px;
  border-style: none;
}

.feedback-form textarea {
  height: 91px;
  resize: none;
  padding-top: 10px;
}

.feedback-form input[type=submit] {
  height: 61px;
  border-width: 3px;
  padding: 15px 20px;
  margin-top: 29px;
  font-size: 1.5em;
  line-height: 25px;
  vertical-align: text-bottom;
}

.feedback-form input[type=submit][disabled] {
  opacity: 0.4;
  cursor: default;
}

.screen-feedback .feedback-form {
  min-height: 528px;
}

.top-slider .feedback-form {
  position: absolute;
  top: 124px;
  right: -webkit-calc((100% - 1400px) / 2);
  right: -moz-calc((100% - 1400px) / 2);
  right: calc((100% - 1400px) / 2);
  height: 528px;
  width: 451px;
}

.main-footer {
  background: #66A314;
}

.main-footer .navbar-nav .ni.current>a {
  border-top-style: none;
  border-bottom: 5px solid;
  padding: 19px 0 11px 0;
}

.main-footer .navbar {
  background-color: #fff;
}

.main-footer .copyright {
  display: block;
  float: left;
  font-size: 1.125em;
  padding: 12px 0;
}

.main-footer .navbar-default .navbar-nav>li>a {
  color: #333;
}

.main-footer .navbar-default .navbar-nav>li>a:hover {
  color: #333;
}

.main-header {
  background: #fff;
}

.main-header .pull-right {
  display: flex;
  align-items: center;
}

.main-header a {
  color: #333;
}

.main-header .row {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.main-logo {
  display: block;
  height: 111px;
}

.main-logo>.logoicon {
  margin-top: 4px;
  margin-left: -13px;
  height: 97px;
}

.main-logo .name {
  display: block;
  padding-top: 30px;
  font-weight: 900;
  font-size: 2.0625em;
  line-height: 1.1;
}

.main-logo .name.-sm {
  display: block;
  padding-top: 0;
  font-weight: 300;
  font-size: 1.125em;
}

.mail-list,
.phone-list {
  padding-left: 62px;
  position: relative;
}

.mail-list {
  margin-left: 20px;
}

.mail-list ul {
  min-height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.socialsList a {
  display: flex;
  align-items: center;
}

.socialsList a,
.mail-list .pi,
.phone-list .pi {
  font-size: 1.3125em;
  line-height: 1.3;
}

header .phone-list:before {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 16px;
  top: calc(50% - 20px);
  background-image: url("../images/phone.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: '';
}

.mail-list:before {
  display: block;
  position: absolute;
  width: 28px;
  height: 40px;
  left: 16px;
  top: calc(50% - 20px);
  background-image: url("../images/mail.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: '';
}

.phone-list.-ft {
  float: right;
  padding: 10px 0;
}

.phone-list.-ft .pi {
  float: left;
}

.phone-list.-ft .pi:nth-child(n+2) .phone {
  padding-left: 16px;
}

.phone-list.-ft .pi:nth-child(n+2) .phone:before {
  display: none;
}

.main-address>.address {
  display: inline-block;
  position: relative;
  width: 264px;
  font-size: 1.3125em;
  padding-left: 52px;
  color: #fff;
}

.main-header .address {
  color: #333;
}

.main-address>.address:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-image: url("../images/map-marker.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: '';
}

.main-address .address:hover,
.main-address .address:focus {
  cursor: default;
  text-decoration: none;
}

.manage-list {
  border-top: 3px solid #66A314;
}

.manage-list>.manage-item {
  zoom: 1;
  padding-top: 25px;
  color: #333;
}

.manage-list>.manage-item:before,
.manage-list>.manage-item:after {
  content: " ";
  display: table;
}

.manage-list>.manage-item:after {
  clear: both;
}

.manage-list>.manage-item>.photo {
  float: left;
  width: 93px;
  height: 93px;
}

.manage-list>.manage-item>.caption,
.manage-list>.manage-item>.name,
.manage-list>.manage-item>.position {
  margin-left: 93px;
  padding-left: 20px;
}

.manage-list>.manage-item>.name,
.manage-list>.manage-item>.caption {
  margin-right: -15px;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.2;
}

.manage-list>.manage-item>.position {
  font-size: 1.125em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar {
  background: #66A314;
  color: #fff;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li:first-child>a {
  margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 1.125em;
  line-height: 16px;
  margin: 0 29px 0 29px;
  padding: 19px 0 9px 0;
  min-height: 50px;
}

.navbar-default .navbar-collapse {
  margin: 0 -15px;
  padding: 0;
  border: 0px;
  box-shadow: none;
}

.navbar-default .ni.current>a {
  border-bottom: 5px solid;
  border-top: 5px solid transparent;
  padding-top: 14px;
}

.navbar-default .navbtn {
  margin: 5px 0px 0px;
}

.screen-advantages {
  background-color: #66A314;
  padding: 60px 0;
}

.screen-clients .client-item>.pic,
.screen-workflow .wf-item>.pic,
.screen-advantages .adv-item>.pic {
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 96px;
  height: 96px;
  margin: 32px auto 21px auto;
}

.screen-clients .client-item>.pic[data-pic="1"] {
  background-image: url("../images/clents-1.png");
}

.screen-clients .client-item>.pic[data-pic="2"] {
  background-image: url("../images/clents-2.png");
}

.screen-clients .client-item>.pic[data-pic="3"] {
  background-image: url("../images/clents-3.png");
}

.screen-clients .client-item>.pic[data-pic="4"] {
  background-image: url("../images/clents-4.png");
}

.screen-advantages .adv-item>.pic[data-pic="1"] {
  background-image: url("../images/advantages-1.png");
}

.screen-advantages .adv-item>.pic[data-pic="2"] {
  background-image: url("../images/advantages-2.png");
}

.screen-advantages .adv-item>.pic[data-pic="3"] {
  background-image: url("../images/advantages-3.png");
}

.screen-advantages .adv-item>.pic[data-pic="4"] {
  background-image: url("../images/advantages-4.png");
}

.screen-workflow .wf-item>.pic[data-pic="1"] {
  background-image: url("../images/workflow-1.png");
}

.screen-workflow .wf-item>.pic[data-pic="2"] {
  background-image: url("../images/workflow-2.png");
}

.screen-workflow .wf-item>.pic[data-pic="3"] {
  background-image: url("../images/workflow-3.png");
}

.screen-workflow .wf-item>.pic[data-pic="4"] {
  background-image: url("../images/workflow-4.png");
}

.screen-workflow .wf-item>.pic[data-pic="5"] {
  background-image: url("../images/workflow-5.png");
}

.screen-workflow .wf-item>.pic[data-pic="7"] {
  background-image: url("../images/workflow-7.png");
}

.screen-workflow .wf-item>.pic[data-pic="8"] {
  background-image: url("../images/workflow-8.png");
}

.screen-workflow .wf-item>.pic[data-pic="9"] {
  background-image: url("../images/workflow-9.png");
}

.screen-clients .client-item>.label,
.screen-workflow .wf-item>.label,
.screen-advantages .adv-item>.label {
  padding: 0 40px;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.1;
  text-align: center;
}

.screen-article {
  padding: 60px 0;
}

.screen-article.-about {
  padding-top: 42px;
}

.screen-cert {
  padding: 60px 0;
}

.screen-cert .row {
  margin: 0 -45px;
}

.screen-cert .custom-col {
  width: 292px;
  height: 320px;
  padding: 0 34px;
  float: left;
}

.cert-item {
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.cert-item:before {
  display: block;
  height: 100%;
  background: rgba(102, 163, 20, 0.5);
  background-image: url("../images/cert-enlarge-zoom.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 399ms;
  content: '';
}

.cert-item:hover:before {
  opacity: 1;
}

.cert-item[data-cert="1"] {
  background-image: url("../images/certificates-1.png");
}

.cert-item[data-cert="2"] {
  background-image: url("../images/certificates-2.png");
}

.cert-item[data-cert="3"] {
  background-image: url("../images/certificates-3.png");
}

.cert-item[data-cert="4"] {
  background-image: url("../images/certificates-4.png");
}

.cert-item[data-cert="5"] {
  background-image: url("../images/certificates-5.png");
}

.screen-feedback {
  padding: 60px 0;
  background-image: url("../images/back-about.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.custom-col-2 {
  width: 608px;
  min-height: 528px;
  padding: 27px 54px;
  /* margin-left: 167px; */
  float: left;
}

.screen-blog,
.screen-services {
  padding: 60px 0;
}

.screen-blog .row,
.screen-services .row {
  margin: 0 -30px;
}

.screen-services a.wrap,
.screen-services .wrap {
  display: block;
  /* text-decoration: none; */
  opacity: 1;
}

/* Ссылка только по тексту внутри карточки */
.text-only-link {
  color: inherit;
  text-decoration: none;
}

.text-only-link:hover {
  text-decoration: underline;
}

.screen-portfolio .portfolio-item,
.screen-services .srv-item {
  margin-top: 34px;
  overflow: hidden;
  width: 100%;
}

.portfolio-item {}

.screen-services .srv-item.all>.tile {
  background: #66A314;
  height: 183px;
}

.screen-services .tile {
  padding: 0 105px;
  padding-top: 52px;
}

.screen-services .tile>span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin: 7px;
  background: #fff;
  transition: transform 199ms;
}

.screen-services .srv-item.all>.label {
  /* padding-top: 6px; */
}

.screen-portfolio .portfolio-item:hover>.pic,
.screen-services .srv-item:hover>.pic {
  transform: scale(1.1);
}

.screen-portfolio .portfolio-item>.pic,
.screen-services .srv-item>.pic {
  height: 183px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 599ms;
  width: 100%;
}

.screen-services .srv-item.catItem>.pic {
  background-size: contain;
}

.screen-portfolio .portfolio-item>.pic[data-pic="1"] {
  background-image: url("../images/services-11.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="2"] {
  background-image: url("../images/services-12.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="3"] {
  background-image: url("../images/services-13.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="4"] {
  background-image: url("../images/services-10.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="5"] {
  background-image: url("../images/services-5.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="6"] {
  background-image: url("../images/services-6.jpg");
}

.screen-portfolio .portfolio-item>.pic[data-pic="7"] {
  background-image: url("../images/services-7.jpg");
}

.screen-services .srv-item>.pic[data-pic="1"] {
  background-image: url("../images/services-1.jpg");
}

.screen-services .srv-item>.pic[data-pic="2"] {
  background-image: url("../images/services-2.jpg");
}

.screen-services .srv-item>.pic[data-pic="3"] {
  background-image: url("../images/services-3.jpg");
}

.screen-services .srv-item>.pic[data-pic="4"] {
  background-image: url("../images/services-4.jpg");
}

.screen-services .srv-item>.pic[data-pic="5"] {
  background-image: url("../images/services-5.jpg");
}

.screen-services .srv-item>.pic[data-pic="6"] {
  background-image: url("../images/services-6.jpg");
}

.screen-services .srv-item>.pic[data-pic="7"] {
  background-image: url("../images/services-7.jpg");
}

.screen-portfolio .portfolio-item>.label,
.screen-services .srv-item>.label {
  position: relative;
  height: 74px;
  padding: 0px 15px;
  /* padding-top: 20px; */
  background: #66A314;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  display: table;
  /* float: left; */
  width: 100.25%;
}

.text {
  color: #333;
  font-size: 1.125em;
  line-height: 1.25;
  padding: 10px 0;
}

.text.-top,
.text.-tsub {
  border-top: 3px solid #66A314;
  padding-top: 22px;
}

.text.-tsub {
  padding-top: 0;
}

.screen-feedback .text {
  padding: 21px 0 0 0;
  /* font-size: 1.25em; */
  /* line-height: 1.2; */
}

.top-slider {
  position: relative;
}

.top-slider .owl-carousel {
  height: 100%;
}

.top-slider .owl-nav {
  background: rgba(102, 163, 20, 0.95);
  height: 52px;
  padding: 12px 39px 10px 38px;
  width: 100%;
}

.top-slider .owl-sq {
  width: 18px;
  height: 18px;
  margin: 6px;
  border: 3px solid;
  cursor: pointer;
}

.top-slider .owl-sq.active {
  background: #fff;
}

.top-slider .slide {
  min-height: 794px;
  height: calc(100vh - 161px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.top-slider .slide[data-slide="1"] {
  background-image: url("../images/top-slider-slide-1.jpg");
}

.top-slider .slide[data-slide="2"] {
  background-image: url("../images/top-slider-slide-2.jpg");
}

.top-slider .slide[data-slide="3"] {
  background-image: url("../images/top-slider-slide-3.jpg");
}

.top-slider .slide[data-slide="4"] {
  background-image: url("../images/top-slider-slide-4.jpg");
}

.top-slider .centerbox {
  position: absolute;
  z-index: 2;
  top: calc(180px + (50% - 397px));
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 750px;
}

.top-slider.-st .centerbox {
  right: initial;
  top: 124px;
  left: -webkit-calc((100% - 1400px) / 2);
  left: -moz-calc((100% - 1400px) / 2);
  left: calc((100% - 1400px) / 2);
}

.top-slider.-st .centerbox>.wrapper {
  margin: 0;
}

.top-slider .centerbox>.wrapper {
  border-left: 18px solid;
}

.top-slider .arrowdown {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  bottom: 24px;
  background-color: transparent;
  background-image: url("../images/top-slider-arrow-down.png");
  border-style: none;
  cursor: pointer;
}

.top-slider .caption,
.top-slider .subcaption {
  display: inline-block;
  padding-bottom: 27px;
  background: rgba(134, 188, 36, 0.95);
  text-transform: uppercase;
}

.top-slider .caption>span,
.top-slider .subcaption>span {
  display: none;
}

.top-slider .caption>span.active,
.top-slider .subcaption>span.active {
  display: initial;
}

.top-slider .caption {
  padding: 32px 43px 12px 44px;
  font-weight: 900;
  font-size: 2.25em;
  display: table;
  width: 100%;
}

.top-slider .subcaption {
  padding: 32px 43px 27px 44px;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0.013em;
  line-height: 1.2;
  display: table;
  width: 100%;
}


.stamp {
  position: absolute;
  background-image: url('../images/top-slider-stamp.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 306px;
  height: 266px;
  top: 404px;
  left: calc(181px + (100% - 1400px) / 2);
}

.screen-services .srv-item.-lg {
  margin-top: 0;
}

.srv-item.-lg .pic {
  height: 183px;
  background: #333;
  background-repeat: no-repeat;
  background-size: cover;
}

.screen-services.-lg .caption {
  padding-bottom: 35px;
}

.srv-item.-lg .pic[data-pic="1"] {}

.screen-services .srv-item.-lg>.label {
  height: 67px;
  padding-bottom: 0px;
}

.screen-services .srv-item.-lg .text {
  padding: 18px;
}

.price-box {
  height: 57px;
  background: #003366;
}

.price-box .val {
  display: inline-block;
  font-size: 24px;
  padding: 13px 23px;
  height: 100%;
  max-width: 42%;
  letter-spacing: .03em;
}

.price-box .request {
  font-weight: 300;
  font-size: 24px;
  padding: 14px 10px;
  float: right;
  background: #fff;
  color: #003366;
  width: 260px;
  height: 100%;
  cursor: pointer;
  margin: 0;
}

.price-box .request:hover {
  color: #fff !important;
  background-color: #66A314 !important;
  border-color: #66A314 !important;
}

.price-box .request:hover {}

.screen-workflow {
  background: #86BC24;
  padding: 60px 0;
}

.custom-wrapper {
  display: table;
  margin: 0 auto;
}

.custom-col3 {
  float: left;
  padding: 0 15px;
  width: 280px;
  position: relative;
}

.custom-col3:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/right-arrow-pointer.png");
  width: 12px;
  height: 22px;
  right: -10px;
  top: -9px;
  bottom: 0;
  margin: auto 0;
}

.wf-item {
  position: relative;
}

.custom-col3:last-child:after {
  display: none;
}

.screen-opinions {
  padding: 60px 0;
}

.feedback-item .photo {
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #86BC24;
  background-position: 50% 5%;
  background-repeat: no-repeat;
  height: 184px;
  width: 184px;
}

.feedback-item .photo[data-photo="1"] {
  background-image: url("../images/feedback-1.jpg");
}

.feedback-item .photo[data-photo="2"] {
  background-image: url("../images/feedback-2.jpg");
}

.feedback-item {
  max-width: 581px;
  min-height: 184px;
}

.feedback-item .caption,
.feedback-item .text {
  margin-left: 182px;
  border: 2px solid #66A314;
  padding: 12px 18px;
}

.feedback-item>.caption {
  background: #66A314;
  color: #fff;
  text-align: left;
  font-size: 22px;
  text-transform: none;
  height: 51px;
  padding: 14px 18px;
}

.feedback-item .text {
  height: 133px;
}


.screen-opinions .owl-carousel {
  width: 1242px;
  margin: 0 auto;
}

.screen-opinionsÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â .caption {}

.feed-back .caption {
  padding-top: 36px;
}

.screen-opinions .row>.caption {
  padding-bottom: 36px;
}

.screen-opinions .owl-dots {
  width: 90px;
  padding-top: 24px;
  margin: 0 auto;
}

.screen-opinions .owl-dot {
  width: 18px;
  height: 18px;
  border: 3px solid #66A314;
  float: left;
  margin: 6px;
}

.screen-opinions .owl-dot.active {
  background-color: #66A314;
}

.screen-article.-det .caption {
  padding-bottom: 23px;
  text-align: left;
  border-bottom: 3px solid #66A314;
}

.screen-article.-det .col-lg-9 {
  padding-left: 0;
  padding-right: 51px;
  color: #333;
}

.screen-article.-det .col-lg-3 {
  padding-right: 0;
  padding-left: 50px;
}

.screen-article.-det .col-left {
  width: 669px;
  float: left;
  padding-top: 13px;
  padding-right: 64px;
}

.screen-article.-det .col-right {
  width: 330px;
  position: relative;
  float: right;
  top: 0;
  padding-left: 20px;
}

.bluedot-list {
  color: #66A314;
  font-size: 35px;
  line-height: 18px;
  padding-left: 15px;
  padding-top: 9px;
  padding-bottom: 14px;
  margin-left: 24px;
}

.bluedot-list>.bi>span {
  color: #333;
  font-size: 18px;
  vertical-align: top;
}

.bluedot-list>.bi {
  padding-bottom: 2px;
}

.text-enum .text {
  padding-bottom: 0px;
  padding-top: 0px;
}

.text-enum {
  padding-top: 10px;
}

.pic-gallery {
  padding-top: 25px;
  margin: -10px;
  padding-bottom: 6px;
}

.piclg {
  padding: 10px;
}

.piclg .image {
  height: 250px;
  background-position: center;
  background-size: cover;
}

.picsm .image {
  height: 120px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.picsm .image:hover {
  box-shadow: 0px 0px 0px 2px #66A314;
}

.picsm {
  padding: 10px;
}

.picsm[data-pic="1"] {
  background-image: url("../images/article-5.jpg");
}

.picsm[data-pic="2"] {
  background-image: url("../images/article-6.jpg");
}

.picsm:last-child {
  margin-right: 0;
}

.price-box.-vert {
  margin-top: 29px;
  height: 122px;
  background: #fff;
  width: 100%;
}

.price-box.-vert .val {
  height: 50%;
  display: block;
  max-width: initial;
  font-size: 26px;
  padding: 19px 0;
  background-color: #66A314;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  width: 100%;
}

.price-box.-vert .val.sale {
  font-size: 20px;
}

.price-box.-vert .request {
  border-color: #66A314;
  background-color: #fff;
  color: #66A314;
  height: 50%;
  width: 100%;
  font-size: 26px;
}

.bluedot-list>.bi>a {
  color: #333;
  font-size: 18px;
  vertical-align: 2px;
}

.bluedot-list.-menu {
  margin-left: 36px;
  padding-left: 0;
  padding-top: 19px;
  list-style-type: none;
}

.bluedot-list.-menu>.bi {
  margin-bottom: 14px;
  position: relative;
}

.bluedot-list.-menu>.bi:before {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #66A314;
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: -27px;
}

.srv-item.-tile .text {
  border: 3px solid #66A314;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  padding: 7px 20px;
}

.screen-services .srv-item.-tile {
  margin-top: 31px;
}

.screen-contacts {
  padding: 60px 0;
}

.screen-contacts .row .caption {
  padding-bottom: 46px;
}

.screen-contacts .col-lg-5 {
  padding: 0 0 0 60px;
}

.screen-contacts .col-lg-7 {
  padding-left: 0;
  padding-right: 44px;
}

.screen-contacts .caption.-cont {
  text-align: left;
  text-transform: none;
  padding-bottom: 17px;
}

.cont-list {
  padding-top: 35px;
}

.cont-list>.ci {
  display: block;
}

.cont-list>.ci>.label {
  display: block;
  float: left;
  color: #333;
  font-size: 21px;
}

.cont-list>.ci>.text {
  display: block;
  margin-left: 259px;
  padding: 0;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 300;
}

.screen-map {
  min-height: 646px;
}

.screen-portfolio {
  padding: 60px 0;
}

.screen-po.caption {}

.screen-portfolio .caption {
  padding-bottom: 0;
}

.portfolio-item {
  margin-top: 35px;
}

.screen-portfolio .portfolio-item>.pic {
  height: 202px;
}

.portfolio-item>.label .date {
  font-weight: 300;
}

.screen-clients {
  background-color: #66A314;
  padding: 60px 0;
}

.screen-clients .caption {
  color: #fff;
}

.close {
  float: right;
  font-size: 60px;
  font-weight: bold;
  line-height: 60%;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

button.close {
  outline: none;
  padding: 9px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.manage-item>.name {
  font-weight: 500;
  font-size: 20px;
}

.navbar-header {
  display: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 5px solid;
  opacity: 1;
}

.main-footer .navbar-nav .ni>a:hover {
  border-top-style: none;
  border-bottom: 5px solid;
}

button.close:hover {
  color: #fff;
  opacity: 0.4;
}

button.close:active {
  color: #036;
  opacity: 1;
}

button.arrowdown:focus {
  outline: none;
}

button.arrowdown:hover {
  background-color: #66A314;
  border-radius: 50%;
  opacity: .7;
}

button.arrowdown:active {
  opacity: .4;
}

.tile {}

.tile:hover {}

.srv-item.all:hover {}

.srv-item.all:hover .tile>span {
  transform: scale(1.1);
}

.screen-portfolio .portfolio-item .cell,
.screen-services .srv-item .cell {
  display: table-cell;
  vertical-align: middle;
}

.owl-sq:hover {
  background-color: #fff;
}

.navbar-header .navbtn.ibtn:hover {
  background-color: #fff;
}

a:hover .cell {
  text-decoration: underline;
}

a.phone {
  text-decoration: none;
}

.catalogList {
  display: flex;
  flex-wrap: wrap;
}

.catalogList .item {
  float: none;
}

.catalogCard {
  display: flex;
  flex-direction: column;
  margin-top: 31px;
  height: calc(100% - 31px);
}

.catalogCard .imageContainer {
  display: block;
  padding-top: calc(360 / 573 * 100%);
  position: relative;
}

.catalogCard .imageContainer img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.catalogCard .title {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.catalogCard .content {
  padding: 18px 0px 0px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.catalogCard .desc {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 8px;
}

.catalogCard .price {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  padding-top: 16px;
  margin-top: auto;
}

.catalogCard .btnContainer {
  padding-top: 16px;
  margin-top: auto;
}

.catalogCard .price+.btnContainer {
  margin-top: 0;
}

.catalogCard .btnContainer .ibtn {
  width: 100%;
}

.itemCard {
  padding-top: 31px;
}

.itemCard .imageContainer {
  display: block;
  padding-top: calc(500 / 573 * 100%);
  position: relative;
}

.itemCard .imageContainer img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.itemCard .params {
  display: table;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 31px;
}

.itemCard .paramLine {
  display: flex;
  justify-content: space-between;
  min-height: 35px;
}

.itemCard .name {
  font-weight: 600;
}

.itemCard .name,
.itemCard .val {
  padding: 5px 10px;
}

.itemCard .val {
  text-align: right;
}

.itemCard .paramLine+.paramLine {
  border-top: 1px solid #66A314;
}

.itemCard .detailedText .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 28px;
  min-height: 35px;
  background-color: #66A314;
  text-align: center;
  padding: 5px 15px;
}

.itemCard .detailedText {
  margin-top: 31px;
}

.itemCard .detailedText .textContainer {
  color: #333;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.itemCard .price {
  color: #333;
  font-weight: 600;
  font-size: 30px;
  text-align: right;
}

.itemCard .params+.price {
  margin-top: 30px;
}

.itemCard .btnContainer {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.checkInput input {
  display: none;
}

.checkInput label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
  min-height: 50px;
  cursor: pointer;
  font-size: 20px;
}

.checkInput label:before,
.checkInput label:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}

.checkInput label:before {
  background-color: #fff;
}

.checkInput label:after {
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px auto;
  opacity: 0;
}

.checkInput input:checked+label:after {
  opacity: 1;
}

.articlesContainer {
  display: flex;
  color: #333;
}

.articlesContainer a {
  color: inherit;
  transition: text-decoration-color 0.2s;
}

.articleCover {
  margin-bottom: 24px;
}

.articleBody {
  font-size: 18px;
  line-height: 1.25em;
}

.articleBody>*+* {
  margin-top: 24px;
}

.articleBody>*+h2,
.articleBody>*+h3,
.articleBody>*+h4 {
  margin-top: 32px;
}

.articleBody p a {
  text-decoration: underline;
  color: #66A314;
}

.articleBody p a:hover {
  text-decoration-color: transparent;
}

.articleBody h2 {
  font-size: 36px;
}

.articleBody h2+* {
  margin-top: 32px;
}

.articleBody img {
  max-width: 100%;
  height: auto !important;
}

.articleBody h3 {
  font-size: 26px;
}

.articleBody h3+* {
  margin-top: 24px;
}

.articleBody h4 {
  font-size: 20px;
}

.articleBody h4+* {
  margin-top: 20px;
}

.articleBody blockquote {
  padding: 12px 32px 32px;
  background-color: #86BC24;
  color: #fff;
  position: relative;
}

.articleBody blockquote:before {
  content: '';
  display: block;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
}

.articleBody ol,
.articleBody ul {
  list-style-position: inside;
}

.articleCover img {
  width: 100%;
}

.articlesContainer .sidebar {
  width: 25%;
  padding-left: 60px;
}

.articlesContainer .sidebar .chapterTitle {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 2px solid #66A314;
}

.articlesContainer .sidebar ul {
  list-style-type: none;
}

.articlesContainer .item {
  padding: 30px 15px 0px;
  width: calc(100% / 3);
}

.articleList,
.articleContent {
  width: 75%;
}

.articlesContainer {
  padding-top: 40px;
}

.articlesContainer .row {
  margin: -30px -15px 0px;
  display: flex;
  flex-wrap: wrap;
}

.articleCard {
  position: relative;
}

.articleCard .imageContainer {
  display: block;
  padding-top: calc(160 / 300 * 100%);
  position: relative;
  background-color: black;
}

.articleCard .imageContainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.articleCard .title {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}

.articleCard .title+* {
  margin-top: 8px;
}

.articleCard .cardText {
  font-size: 14px;
  line-height: 1.2em;
}

.articleCard .content {
  padding-top: 12px;
}

.blogCategoryList li+li {
  margin-top: 15px;
}

.blogCategoryList a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.2;
}

.blogCategoryList a.active {
  color: #66A314;
}

.catalogInfo {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #333;
}

.moreBtn {
  margin-top: 40px;
}

.moreBtn .btn-more {
  white-space: nowrap;
  width: auto !important;
}

.blockNotes {
  color: #333;
  margin-top: 60px;
}

input[name="hidden"] {
  display: none;
}

#cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(40,40,40,0.96);
  color: #fff;
  z-index: 9999;
  padding: 18px 12px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 0 10px #222;
}
.cookie-banner__inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#cookie-banner a {
  color: #a3de83;
  text-decoration: underline;
}
#cookie-accept {
  margin-left: 18px;
  min-width: 70px;
  cursor: pointer;
}
.textSection{
    padding: 42px 0px 60px;
}
.textSection .caption{
    padding-bottom: 30px;
}
.textContent{
    color: #333;
    font-size: 1.12em;
    line-height: 1.25;
}
.textContent a{
    color: #66A314;
    text-decoration: underline;
    transition: text-decoration-color 0.2s;
}
.textContent a:hover{
    text-decoration-color: transparent;
}
.textContent .chapterCaption,
.textContent .chapterCaption > * {
    font-size: 1.05em;
    line-height: 1.25;
}
.textContent > * + .chapterCaption{
    margin-top: 24px;
}
.main-footer .addNav{
    float: left;
}
.main-footer .addNav .addLink {
    display: block;
  color: #333;
  opacity: 0.75;
  font-size: 14px;
  line-height: 16px;
  margin: 0 29px 0 29px;
  padding: 19px 0 9px 0;
  min-height: 50px;
}
.listPagination{
    margin-top: 40px;
}
.listPagination ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.listPagination li{
    padding: 0px 5px;
    margin: 0px;
}
.listPagination a{
    display: flex;
    width: 40px;
    height: 40px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}
.listPagination a:hover{
    border-color: #86BC24;
    color: #86BC24;
}
.listPagination li.active a{
    border-color: #86BC24;
    background-color: #86BC24;
    color: #fff;
}

/* ============================================
   SKTmet: дополнительные блоки/стили (задачи 3+)
   ============================================ */

/* ============================================
   ЗАДАЧА 3/4: Цветной блок + перелинковка
   ============================================ */

.screen-services-custom {
    background: linear-gradient(135deg, #66A314 0%, #7ab820 100%);
    padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.screen-services-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
    pointer-events: none;
}

.screen-services-custom .container {
    position: relative;
    z-index: 1;
}

.screen-services-custom .services-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}

.screen-services-custom .services-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 26px 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.screen-services-custom .services-text {
    margin-bottom: 24px;
}

.screen-services-custom .services-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.services-interlink .interlink-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.screen-services-custom .services-interlink {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(0,0,0,0.08);
}

.screen-services-custom .services-interlink--wide {
    margin-top: 28px;
}

.screen-services-custom .services-interlink .services-subtitle {
    color: #111;
    margin-top: 0;
    margin-bottom: 14px;
}

.services-interlink .interlink-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid rgba(0,0,0,0.10);
    color: #333;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.services-interlink .interlink-card:hover {
    background: #fff;
    border-color: rgba(102,163,20,0.45);
    transform: translateY(-1px);
}

/* Ссылки на статьи внутри зелёного блока */
.screen-services-custom .services-articles-links {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.screen-services-custom .services-articles-links h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.screen-services-custom .services-articles-links a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.55);
}

.screen-services-custom .services-articles-links a:hover {
    text-decoration-color: transparent;
}

/* Блок процесса работы */
.process-steps {
    margin-top: 34px;
}

.process-item {
    display: flex;
    margin-bottom: 24px;
    align-items: flex-start;
    gap: 18px;
}

.process-number {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    min-width: 76px;
    opacity: 0.9;
    line-height: 1;
    flex-shrink: 0;
}

.process-content {
    flex: 1;
}

.process-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.process-content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0;
}

/* Форма заявки */
.services-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    height: 100%;
}

.form-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.services-form .form-group {
    margin-bottom: 20px;
}

.services-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: inherit;
    box-sizing: border-box;
}

.services-form .form-control:focus {
    outline: none;
    border-color: #66A314;
    box-shadow: 0 0 0 2px rgba(102, 163, 20, 0.1);
}

.services-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* Загрузка файла */
.file-upload-label {
    display: block;
    cursor: pointer;
}

.file-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
    background: #f9f9f9;
}

.file-upload-btn:hover {
    border-color: #66A314;
    color: #66A314;
    background: #f0f8e8;
}

.file-upload-btn .icon-paperclip::before {
    content: '📎';
    margin-right: 5px;
}

/* Чекбокс согласия */
.checkbox-group {
    margin-bottom: 20px;
}

.checkbox-group label {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    line-height: 1.4;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
    flex-shrink: 0;
}

.checkbox-group a {
    color: #66A314;
    text-decoration: underline;
}

.checkbox-group a:hover {
    text-decoration: none;
}

/* Кнопка отправки */
.btn-submit {
    width: 100%;
    padding: 15px;
    background: #66A314;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    font-family: inherit;
}

.btn-submit:hover {
    background: #5a8f12;
}

.btn-submit:active {
    background: #4d7a0f;
}

/* Адаптивность */
@media (max-width: 1199px) {
    .screen-services-custom .services-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .screen-services-custom {
        padding: 60px 0;
    }

    .services-form-wrapper {
        margin-top: 40px;
        padding: 30px;
    }

    .process-item {
        flex-direction: column;
        gap: 10px;
    }

    .process-number {
        margin-bottom: 0;
        font-size: 36px;
    }

    .services-interlink .interlink-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .screen-services-custom {
        padding: 40px 0;
    }

    .screen-services-custom .services-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .screen-services-custom .services-text p {
        font-size: 14px;
    }

    .services-form-wrapper {
        padding: 20px;
    }

    .form-title {
        font-size: 20px;
    }

    .process-number {
        font-size: 32px;
        min-width: 60px;
    }

    .process-content h3 {
        font-size: 18px;
    }
}

/* ============================================
   ЗАДАЧА 5: Почему выбирают нас
   ============================================ */

.screen-why-us {
    padding: 70px 0;
    background: #fff;
    color: #333;
}

.screen-why-us .why-us-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.screen-why-us .why-us-item {
    background: #f7f9f5;
    border: 1px solid rgba(102,163,20,0.18);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.screen-why-us .why-us-item:hover {
    transform: translateY(-2px);
    border-color: rgba(102,163,20,0.35);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.screen-why-us .why-us-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    background: #66A314;
    position: relative;
}

.screen-why-us .why-us-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.92);
    border-radius: 6px;
    opacity: 0.95;
}

/* Мини-иконки через data-icon (простые символы без загрузки картинок) */
.screen-why-us .why-us-icon[data-icon="factory"]::before { content: "🏭"; }
.screen-why-us .why-us-icon[data-icon="cert"]::before { content: "📄"; }
.screen-why-us .why-us-icon[data-icon="stock"]::before { content: "📦"; }
.screen-why-us .why-us-icon[data-icon="truck"]::before { content: "🚚"; }
.screen-why-us .why-us-icon[data-icon="cut"]::before { content: "✂"; }

.screen-why-us .why-us-icon::before {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.screen-why-us .why-us-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .screen-why-us .why-us-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .screen-why-us {
        padding: 50px 0;
    }
    .screen-why-us .why-us-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ============================================
   ЗАДАЧА 7: Мы работаем по всей России
   ============================================ */

.screen-russia {
    padding: 60px 0;
    background: linear-gradient(180deg, #111 0%, #1d1d1d 100%);
    color: #fff;
}

.screen-russia .russia-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 26px;
    align-items: center;
}

.screen-russia .russia-subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.92;
}

.screen-russia .russia-note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.78;
}

.screen-russia .russia-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.screen-russia .russia-city {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.06);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .screen-russia .russia-inner {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ЗАДАЧА 10: Сертификаты (2 группы)
   ============================================ */

/* Certificates Section - Unified Design */
.screen-certificates {
    padding: 70px 0;
    background: #fff;
    color: #333;
}

.screen-certificates .certificates-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Unified section styles */
.screen-certificates .cert-section {
    display: flex;
    flex-direction: column;
}

.screen-certificates .cert-section-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    line-height: 1.2;
}

/* Legal info card - matching certificate style */
.screen-certificates .legal-card {
    padding: 25px;
    border: 1px solid #66A314;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.screen-certificates .legal-card:hover {
    box-shadow: 0 5px 15px rgba(102,163,20,0.1);
}

.screen-certificates .legal-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.screen-certificates .legal-card p + p {
    margin-top: 10px;
}

.screen-certificates .legal-card strong {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.screen-certificates .legal-card .muted {
    color: #666;
}

.cert-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.cert-item:hover {
    transform: translateY(-2px);
    border-color: #66A314; /* Зеленый бордер */
    box-shadow: 0 10px 22px rgba(102,163,20,0.15); /* Зеленоватая тень */
}

.cert-item:hover .cert-icon {
    background: #66A314;
    color: #fff;
}

.cert-item:hover .cert-arrow {
    background: #66A314;
    color: #fff;
}

.cert-item .cert-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cert-item .cert-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(102,163,20,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #66A314;
    font-weight: 900;
}

.cert-item .cert-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
}

.cert-item .cert-desc {
    font-size: 12px;
    line-height: 1.35;
    opacity: 0.75;
    margin-top: 4px;
}

.cert-item .cert-arrow {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cert-item .cert-arrow::before {
    content: "→";
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 991px) {
    .screen-certificates .certificates-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .screen-certificates .cert-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .screen-certificates .legal-card {
        padding: 20px;
    }
    .screen-certificates .certificates-list-wide {
        gap: 12px;
    }
}

/* ============================================
   ЗАДАЧА: Карточки перелинковки в стиле srmsk.ru
   ============================================ */
.services-interlink-row {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.interlink-card-detail {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
}

.interlink-card-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.interlink-card-detail .card-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
}

.interlink-card-detail .card-gost {
    font-size: 14px;
    color: #007bff; /* Синий цвет для документа, или зеленый #66A314 */
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.interlink-card-detail .card-gost .icon-doc {
    font-size: 18px;
}

.interlink-card-detail .card-specs {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.interlink-card-detail .card-specs p {
    margin-bottom: 8px;
}

.interlink-card-detail .specs-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    color: #777;
    column-count: 2; /* В две колонки, если влезет */
}

.interlink-card-detail .check-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.interlink-card-detail .check-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.interlink-card-detail .check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #66A314;
    font-weight: bold;
}

/* Зеленая кнопка */
.interlink-card-detail .btn-green-card {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #66A314; /* Ваш фирменный зеленый */
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: background 0.2s;
    margin-top: auto;
}

.interlink-card-detail .btn-green-card:hover {
    background: #558a10;
}

@media (max-width: 991px) {
    .services-interlink-row > div {
        margin-bottom: 20px;
    }
}

.screen-partners {
    padding: 60px 0;
    background: #fff;
    color: #333;
}

.screen-partners .caption {
    margin-bottom: 10px;
}

.screen-partners .subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 40px;
    font-size: 16px;
}

.screen-partners .partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 колонок */
    gap: 20px;
}

.screen-partners .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7; /* Серый фон как на референсе */
    border-radius: 4px;
    height: 100px; /* Фиксированная высота */
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.screen-partners .partner:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.screen-partners .partner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%); /* ЧБ логотипы по умолчанию */
    opacity: 0.7;
    transition: all 0.3s ease;
}

.screen-partners .partner:hover img {
    filter: grayscale(0%); /* Цветные при наведении */
    opacity: 1;
}

@media (max-width: 1199px) {
    .screen-partners .partners-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 колонки на средних */
    }
}

@media (max-width: 767px) {
    .screen-partners .partners-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобильных */
    }
    .screen-partners .partner {
        height: 80px;
    }
}

/* Фикс цвета текста на страницах услуг */
.screen-article .container,
.screen-article .articleBody,
.screen-article h1,
.screen-article p {
    color: #333 !important;
}

.screen-article h1.caption {
    color: #000 !important;
}

.articleMeta {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    margin-bottom: 8px;
}

.articleMeta .articleDate {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.articleMeta .articleDate::before {
    content: "🕒";
    font-size: 12px;
    line-height: 1;
}

.screen-articles-preview {
    padding: 70px 0;
    background: #f7f7f7;
    color: #333;
}

.screen-articles-preview .skt-articles-preview-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.skt-article-preview-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.skt-article-preview-card:hover {
    transform: translateY(-2px);
    border-color: rgba(102,163,20,0.35);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.skt-article-preview-card .imageContainer {
    display: block;
    padding-top: calc(160 / 300 * 100%);
    position: relative;
    background-color: #000;
}

.skt-article-preview-card .imageContainer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.skt-article-preview-card .content {
    padding: 12px 14px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.skt-article-preview-card .title {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}

.skt-article-preview-card .title:hover {
    text-decoration: underline;
}

.skt-article-preview-card .cardText {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .screen-articles-preview .skt-articles-preview-grid {
        grid-template-columns: 1fr;
    }
}

/* Мета-блок над статьей */
.skt-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 12px 0 18px;
    color: #666;
    font-size: 13px;
}

.skt-article-meta .meta-sep {
    opacity: 0.6;
}

/* Популярные статьи (сайдбар) */
.skt-sidebar-title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 2px solid #66A314;
}

.skt-sidebar-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.skt-sidebar-list li + li {
    margin-top: 12px;
}

.skt-sidebar-list a {
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.skt-sidebar-list a:hover {
    text-decoration: underline;
}

/* Над материалом работали */
/* Над материалом работали - стиль по референсу lifestylegroup.ru */
.skt-authors {
    margin: 40px 0;
    padding: 30px 35px;
    background: #fff;
    border-left: 4px solid #2c5f2d;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.skt-authors-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.skt-authors-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.skt-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.skt-author .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #66A314;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(102,163,20,0.3);
}

.skt-author .role {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.skt-author .name {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .skt-authors {
        padding: 20px 25px;
    }
    .skt-authors-title {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .skt-authors-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Статьи недели */
/* Статьи недели - новый дизайн по референсу lifestylegroup.ru */
.skt-week {
    padding: 80px 0;
    background: #fff;
    color: #333;
}

.skt-week-title-main {
    margin: 0 0 40px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.skt-week-title-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #2c5f2d;
    border-radius: 2px;
}

.skt-week .skt-week-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.skt-week .skt-week-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border-top: 3px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    color: #333;
}

.skt-week .skt-week-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(44, 95, 45, 0.2);
    border-top: 3px solid #2c5f2d;
}

.skt-week-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.skt-week-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.skt-week-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.skt-week-category {
    color: #2c5f2d;
    font-weight: 600;
    text-transform: capitalize;
}

.skt-week-date,
.skt-week-time {
    color: #666;
}

.skt-week-date::before {
    content: '📅 ';
}

.skt-week-time::before {
    content: '⏱ ';
}

.skt-week-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    flex-grow: 1;
}

.skt-week-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #2c5f2d;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.skt-week-link:hover {
    color: #1e4220;
}

/* Кнопка "Перейти к публикациям" */
.skt-week-more {
    text-align: left;
    margin-top: 20px;
}

.skt-week-more-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #2c5f2d;
    border-radius: 50px;
    color: #2c5f2d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.skt-week-more-link:hover {
    background: #2c5f2d;
    color: #fff;
}

.skt-week-more-link .arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #2c5f2d;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    transition: background 0.3s ease;
}

.skt-week-more-link:hover .arrow-circle {
    background: #fff;
    color: #2c5f2d;
}

/* Responsive */
@media (max-width: 1400px) {
    .skt-week .skt-week-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) {
    .skt-week .skt-week-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .skt-week-title-main {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .skt-week .skt-week-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .skt-week {
        padding: 50px 0;
    }
    .skt-week .skt-week-grid {
        grid-template-columns: 1fr;
    }
    .skt-week-title-main {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .skt-week-image {
        height: 180px;
    }
}

/* ============================================
   ЗАДАЧА 6: Услуги — блоки на странице услуги
   ============================================ */

.screen-similar-services,
.screen-other-services {
    padding: 60px 0;
    background: #fff;
    color: #333;
}

/* Карточки услуг (с фото) - фикс видимости */
.screen-similar-services,
.screen-other-services {
    padding: 60px 0;
    background: #fff;
    color: #333;
}

.screen-similar-services .srv-item,
.screen-other-services .srv-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 24px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-decoration: none;
    transition: transform 0.2s;
}

.screen-similar-services .srv-item:hover,
.screen-other-services .srv-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Картинка */
.screen-similar-services .srv-item .pic,
.screen-other-services .srv-item .pic {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

/* Подпись */
.screen-similar-services .srv-item .label,
.screen-other-services .srv-item .label {
    display: flex;
    align-items: center;
    justify-content: center; /* Центрируем текст */
    padding: 15px;
    background: #fff;
    color: #000; /* Черный цвет текста */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
    margin: 0;
}

.screen-similar-services .srv-item .label span.cell,
.screen-other-services .srv-item .label span.cell {
    display: inline; /* Убираем table-cell */
}

/* Ссылка-обертка */
.screen-similar-services a.wrap,
.screen-other-services a.wrap {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Блок "Этапы работ" - стильный дизайн по референсу */
.screen-steps {
    padding: 80px 0;
    background: #f5f7fa;
    color: #333;
}

.screen-steps .caption {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.screen-steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.screen-steps .step {
    background: #fff;
    border-radius: 12px;
    padding: 30px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

.screen-steps .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.screen-steps .step-ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7bc043 0%, #66A314 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(102,163,20,0.3);
}

.screen-steps .step-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #2c3e50;
    letter-spacing: 0.5px;
}

.screen-steps .step-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 991px) {
    .screen-steps {
        padding: 60px 0;
    }
    .screen-steps .caption {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .screen-steps .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .screen-steps .steps-grid {
        grid-template-columns: 1fr;
    }
    .screen-steps .step {
        padding: 24px 20px;
    }
}

/* Оформить заявку (по мотивам specmetiz) */
/* Блок "Оформить заявку" - стиль по референсу specmetiz.ru */
.screen-order-form {
    padding: 80px 0;
    background: linear-gradient(135deg, #455a73 0%, #3a4d63 100%);
    color: #fff;
}

.screen-order-form .order-form-inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: center;
}

.screen-order-form .order-form-illu {
    border-radius: 12px;
    background:
        url('/assets/templates/main/images/partners/photo_2026-01-22_16-33-36.jpg') center/cover no-repeat,
        linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.15);
    min-height: 400px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.screen-order-form .order-form-right .caption {
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.screen-order-form .feedback-form {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.screen-order-form .feedback-form input[type="text"],
.screen-order-form .feedback-form input[type="email"],
.screen-order-form .feedback-form textarea {
    width: 100%;
    margin: 0 0 18px 0;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.screen-order-form .feedback-form input[type="text"]:focus,
.screen-order-form .feedback-form input[type="email"]:focus,
.screen-order-form .feedback-form textarea:focus {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
    outline: none;
}

.screen-order-form .feedback-form textarea {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
}

.screen-order-form .feedback-form input::placeholder,
.screen-order-form .feedback-form textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.screen-order-form .fileRow {
    margin-bottom: 18px;
}

.screen-order-form .fileLabel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px dashed rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    transition: all 0.3s ease;
}

.screen-order-form .fileLabel:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
}

.screen-order-form .fileLabel::before {
    content: "📎";
    font-size: 18px;
}

.screen-order-form .fileLabel input[type="file"] {
    display: none;
}

.screen-order-form .checkInput {
    margin-bottom: 20px;
}

.screen-order-form .checkInput label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.screen-order-form .checkInput input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
}

.screen-order-form .feedback-form input[type="submit"] {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding: 16px 20px;
    background: #66A314;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102,163,20,0.3);
}

.screen-order-form .feedback-form input[type="submit"]:hover {
    background: #5a8f12;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102,163,20,0.4);
}

.screen-order-form .checkInput label p,
.screen-order-form .checkInput label p a {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    line-height: 1.5;
}

.screen-order-form .checkInput label p a {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .screen-order-form {
        padding: 60px 0;
    }
    .screen-order-form .order-form-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .screen-order-form .order-form-illu {
        min-height: 250px;
    }
    .screen-order-form .order-form-right .caption {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .screen-order-form .feedback-form {
        padding: 20px;
    }
}

/* ==========================================================================
   CUSTOM STYLES BY ASSISTANT (Final Consolidated)
   ========================================================================== */

/* Задача 1: Ссылки только текстом */
a.text-only-link {
    text-decoration: none;
    color: inherit;
}
.catalogCard .title a.text-only-link {
    display: inline-block;
}

/* Задача 3/4: Зеленый блок на главной */
.screen-services-custom {
    padding: 60px 0;
    background: #66A314; /* Зеленый */
    color: #fff;
    position: relative;
    overflow: hidden;
}
.screen-services-custom .services-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.screen-services-custom .services-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.screen-services-custom .services-text p {
    margin-bottom: 15px;
}

/* Форма в зеленом блоке */
.services-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #333;
}
.services-form-wrapper .form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
}
.services-form .form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.services-form .btn-submit {
    width: 100%;
    padding: 14px;
    background: #66A314;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}
.services-form .btn-submit:hover {
    background: #558a10;
}

/* Шаги процесса */
.process-steps {
    margin-top: 40px;
}
.process-item {
    display: flex;
    margin-bottom: 25px;
}
.process-number {
    font-size: 40px;
    font-weight: 900;
    color: rgba(255,255,255,0.3);
    margin-right: 20px;
    line-height: 1;
}
.process-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
    text-transform: uppercase;
}
.process-content p {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* Задача 5: Почему выбирают нас */
.screen-why-us {
    padding: 60px 0;
    background: #f7f7f7;
    color: #333;
}
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.why-us-item {
    text-align: center;
}
.why-us-icon {
    font-size: 40px;
    color: #66A314;
    margin-bottom: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-us-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.why-us-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}
@media (max-width: 991px) {
    .why-us-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Задача 7: Мы работаем по всей России */
.screen-russia {
    padding: 60px 0;
    background: #222;
    color: #fff;
}
.russia-inner {
    position: relative;
    text-align: center;
}
.russia-map {
    max-width: 100%;
    opacity: 0.3;
}
.russia-cities {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.russia-city {
    padding: 5px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    font-size: 13px;
}

/* Задача 8: Превью статей */
.screen-articles-preview {
    padding: 70px 0;
    background: #f7f7f7;
}
.skt-articles-preview-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.skt-article-preview-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.skt-article-preview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.skt-article-preview-card .imageContainer {
    height: 200px;
    overflow: hidden;
}
.skt-article-preview-card .imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skt-article-preview-card .content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.articleMeta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
.skt-article-preview-card .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.skt-article-preview-card .cardText {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Задача 10: Сертификаты (Старый стиль - оставлен для совместимости) */
/* Duplicate removed - see main .screen-certificates styles above */
    gap: 15px;
}
.cert-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.cert-item:hover {
    transform: translateY(-2px);
    border-color: #66A314;
    box-shadow: 0 10px 22px rgba(102,163,20,0.15);
}
.cert-item .cert-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cert-item .cert-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(102,163,20,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #66A314;
    font-weight: 900;
}
.cert-item .cert-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.cert-item .cert-desc {
    font-size: 12px;
    color: #888;
}
.cert-item:hover .cert-icon {
    background: #66A314;
    color: #fff;
}

/* Задача 11: Партнеры (Сетка) */
.screen-partners {
    padding: 60px 0;
    background: #fff;
    color: #333;
}
.screen-partners .subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 40px;
    font-size: 16px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.screen-partners .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 4px;
    height: 100px;
    padding: 15px;
    transition: all 0.3s ease;
}
.screen-partners .partner:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.screen-partners .partner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.screen-partners .partner:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 1199px) { .partners-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px) { .partners-grid { grid-template-columns: repeat(2, 1fr); } }

/* Карточки услуг (Похожие/Другие) - черным текстом */
.screen-similar-services .srv-item,
.screen-other-services .srv-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 24px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-decoration: none;
    transition: transform 0.2s;
}
.screen-similar-services .srv-item:hover,
.screen-other-services .srv-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.screen-similar-services .srv-item .pic,
.screen-other-services .srv-item .pic {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.screen-similar-services .srv-item .label,
.screen-other-services .srv-item .label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    color: #000; /* ЧЕРНЫЙ */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
    margin: 0;
}
.screen-similar-services a.wrap,
.screen-other-services a.wrap {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Фикс текста на страницах услуг */
.screen-article h1, .screen-article p, .screen-article .articleBody {
    color: #333 !important;
}
.screen-article h1.caption {
    color: #000 !important;
}

/* Текстовый блок с возможностью редактирования на страницах услуг */
.screen-article {
    padding: 40px 0;
    background: #fff;
}

.screen-article .articleBody {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.screen-article .articleBody h2,
.screen-article .articleBody h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 30px 0 20px 0;
    line-height: 1.3;
}

.screen-article .articleBody h3 {
    font-size: 20px;
}

.screen-article .articleBody p {
    margin: 0 0 16px 0;
    color: #333;
}

.screen-article .articleBody ul,
.screen-article .articleBody ol {
    margin: 0 0 20px 0;
    padding-left: 25px;
}

.screen-article .articleBody ul li,
.screen-article .articleBody ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #333;
}

.screen-article .articleBody ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.screen-article .articleBody ul li::before {
    content: "•";
    color: #66A314;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}

.screen-article .articleBody strong,
.screen-article .articleBody b {
    font-weight: 700;
    color: #2c3e50;
}

.screen-article .articleBody a {
    color: #66A314;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.screen-article .articleBody a:hover {
    color: #5a8f12;
}

/* Белый блок статей на главной */
.screen-article-links-white {
    background: #fff;
    padding: 50px 0;
    color: #333;
    border-bottom: 1px solid #eee;
}
.screen-article-links-white h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333 !important; /* Принудительно черный */
}
.screen-article-links-white a {
    color: #66A314;
    text-decoration: underline;
    margin-right: 15px;
    font-weight: 500;
}
.screen-article-links-white a:hover {
    color: #558a10;
}

/* НОВЫЙ БЛОК ПЕРЕЛИНКОВКИ (SRMSK style) */
.services-interlink-row {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.interlink-card-detail {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
}
.interlink-card-detail:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.interlink-card-detail .card-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
}
.interlink-card-detail .card-gost {
    font-size: 14px;
    color: #66A314;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.interlink-card-detail .card-gost .icon-doc {
    font-size: 18px;
}
.interlink-card-detail .card-specs {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}
.interlink-card-detail .card-specs p {
    margin-bottom: 8px;
}
.interlink-card-detail .specs-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    color: #777;
    column-count: 2;
}
.interlink-card-detail .check-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.interlink-card-detail .check-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.interlink-card-detail .check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #66A314;
    font-weight: bold;
}
.interlink-card-detail .btn-green-card {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: #66A314;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: background 0.2s;
    margin-top: auto;
}
.interlink-card-detail .btn-green-card:hover {
    background: #558a10;
}
@media (max-width: 991px) {
    .services-interlink-row > div {
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   FIXES AND NEW STYLES (Certificates & Selection)
   ========================================================================== */

/* Fix selection visibility (text becoming white on white/light background) */
::selection {
    background: #66A314; /* Green background */
    color: #fff;         /* White text */
}
::-moz-selection {
    background: #66A314;
    color: #fff;
}

/* Wide Certificates (SRMSK style) */
.certificates-list-wide {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cert-item-wide {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border: 1px solid #66A314; /* GREEN BORDER BY DEFAULT */
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.cert-item-wide:hover {
    border-color: #558a10;
    box-shadow: 0 5px 15px rgba(102,163,20,0.15);
    transform: translateY(-2px);
    color: #333;
    text-decoration: none;
}
.cert-icon-wide {
    width: 48px;
    height: 48px;
    background: #66A314; /* Green brand color */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
    flex-shrink: 0;
}
.cert-content-wide {
    flex-grow: 1;
}
.cert-title-wide {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #333;
}
.cert-arrow-wide {
    font-size: 24px;
    color: #ccc;
    margin-left: 20px;
    transition: color 0.2s;
    line-height: 1;
}
.cert-item-wide:hover .cert-arrow-wide {
    color: #66A314;
}
   li.ni:nth-child(4) {
        background-color: #ff0000;
    }
    li.current:nth-child(4) {
        background-color: #ff0000;
    }
    p.mail-text {
    color: #333333;
    text-align: center;
    padding-left: 30px;
    font-size: 21px;
    font-weight: 500;
    }
    .mail-list-header {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    }
    ul.socialsList li a img {
    width: 30px;
    }
    .main-header .pull-right {
    justify-content: end;
    }
    ul.socialsList {
    margin-left: 30px;
    }
    li.pi-rr {
    color: #333333;
    list-style: none;
    font-size: 21px;
    }
    ul.socialsList {
    margin-bottom: 5px;
}
.soc-bl {
    display: flex;
    justify-content: end;
    align-items: center;
}
h2.subcaption ul {
    padding-left:20px;
}
button.navbtn.ibtn.hidden-sm.slider-button {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -100px;
    cursor: pointer;
    width: 320px;
}
button.navbtn.ibtn.slider-button {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    width: 320px;
}
/*header .time-list:before {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 16px;
    top: calc(50% - 20px);
    background-image: url(../images/worktime.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    content: '';
}*/

/* Titles already styled via .cert-section-title above */



