/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3366bb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23457f;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: .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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #286090;
}
.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 #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.short-list,
.x-tall-list,
ul.some-class,
ul.ul-yelow-block {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ffcf00;
}
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.42857143;
  color: #777777;
}
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 #ffcf00;
  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.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.42857143;
  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: #f7f7f7;
}
.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: #e8e8e8;
}
.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: #d0e9c6;
}
.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: #c4e3f3;
}
.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: #faf2cc;
}
.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: #ebcccc;
}
.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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 3px 9px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #666666;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #59595b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #59595b;
}
.form-control::-webkit-input-placeholder {
  color: #59595b;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 47.6px;
  }
}
.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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 47.6px;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 3px;
}
select.input-lg {
  height: 47.6px;
  line-height: 47.6px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 47.6px;
  padding: 13.3px 17px;
  font-size: 17px;
  line-height: 1.1;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 47.6px;
  line-height: 47.6px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 47.6px;
  min-height: 37px;
  padding: 14.3px 17px;
  font-size: 17px;
  line-height: 1.1;
}
.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: 47.6px;
  height: 47.6px;
  line-height: 47.6px;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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;
}
@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: 14.3px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.btn-link-like,
.btn-link-like-2,
.btn-link-like-3 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.1;
  border-radius: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-link-like:focus,
.btn-link-like:active:focus,
.btn-link-like.active:focus,
.btn-link-like.focus,
.btn-link-like:active.focus,
.btn-link-like.active.focus,
.btn-link-like-2:focus,
.btn-link-like-2:active:focus,
.btn-link-like-2.active:focus,
.btn-link-like-2.focus,
.btn-link-like-2:active.focus,
.btn-link-like-2.active.focus,
.btn-link-like-3:focus,
.btn-link-like-3:active:focus,
.btn-link-like-3.active:focus,
.btn-link-like-3.focus,
.btn-link-like-3:active.focus,
.btn-link-like-3.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn-link-like:hover,
.btn-link-like:focus,
.btn-link-like.focus,
.btn-link-like-2:hover,
.btn-link-like-2:focus,
.btn-link-like-2.focus,
.btn-link-like-3:hover,
.btn-link-like-3:focus,
.btn-link-like-3.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn-link-like:active,
.btn-link-like.active,
.btn-link-like-2:active,
.btn-link-like-2.active,
.btn-link-like-3:active,
.btn-link-like-3.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.35);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn-link-like.disabled,
.btn-link-like[disabled],
fieldset[disabled] .btn-link-like,
.btn-link-like-2.disabled,
.btn-link-like-2[disabled],
fieldset[disabled] .btn-link-like-2,
.btn-link-like-3.disabled,
.btn-link-like-3[disabled],
fieldset[disabled] .btn-link-like-3 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.btn-link-like.disabled,
fieldset[disabled] a.btn-link-like,
a.btn-link-like-2.disabled,
fieldset[disabled] a.btn-link-like-2,
a.btn-link-like-3.disabled,
fieldset[disabled] a.btn-link-like-3 {
  pointer-events: none;
}
.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #999;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background: #ffffff;
  border-color: #595959;
}
.btn-default:hover {
  color: #000;
  background: #ffffff;
  border-color: #7a7a7a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #e3e3e3;
  border-color: #7a7a7a;
}
.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: #000;
  background-color: #dedede;
  border-color: #595959;
}
.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: #999;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}
.btn-more{
  background-color: #ffcf00;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: #4c91cd;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background: #4c91cd;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #275d8c;
  border-color: #204d74;
}
.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: #255884;
  border-color: #122b40;
}
.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: #2e6da4;
}
.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: #7cc67c;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background: #7cc67c;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #439943;
  border-color: #398439;
}
.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: #409240;
  border-color: #255625;
}
.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: #81cfe6;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background: #81cfe6;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2caed5;
  border-color: #269abc;
}
.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: #29a8cd;
  border-color: #1b6d85;
}
.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: #f4c178;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background: #f4c178;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec951a;
  border-color: #d58512;
}
.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: #e89014;
  border-color: #985f0d;
}
.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: #e5091a;
  border-color: #e5091a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background: #f62536;
  border-color: #f62536;
}
.btn-danger:hover {
  color: #fff;
  background: #f62536;
  border-color: #f62536;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #af0714;
  border-color: #af0714;
}
.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: #a50613;
  border-color: #a50613;
}
.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: #e5091a;
  border-color: #e5091a;
}
.btn-danger .badge {
  color: #e5091a;
  background-color: #fff;
}
.btn-link {
  color: #3366bb;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23457f;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn-link-like,
.btn-group-lg > .btn-link-like-2,
.btn-group-lg > .btn-link-like-3 {
  padding: 13px 15px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 25px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn-link-like,
.btn-group-sm > .btn-link-like-2,
.btn-group-sm > .btn-link-like-3 {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn-link-like,
.btn-group-xs > .btn-link-like-2,
.btn-group-xs > .btn-link-like-3 {
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  -webkit-box-shadow: 10px 10px 15px 0 rgba(6, 32, 55, 0.15);
  box-shadow: 10px 10px 15px 0 rgba(6, 32, 55, 0.15);
  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: 12px 13px 9px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  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: #000;
  text-decoration: none;
  outline: 0;
  background-color: #d1d3d4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.42857143;
  color: #777777;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-group > .btn-link-like,
.btn-group-vertical > .btn-link-like,
.btn-group > .btn-link-like-2,
.btn-group-vertical > .btn-link-like-2,
.btn-group > .btn-link-like-3,
.btn-group-vertical > .btn-link-like-3 {
  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,
.btn-group > .btn-link-like:hover,
.btn-group-vertical > .btn-link-like:hover,
.btn-group > .btn-link-like:focus,
.btn-group-vertical > .btn-link-like:focus,
.btn-group > .btn-link-like:active,
.btn-group-vertical > .btn-link-like:active,
.btn-group > .btn-link-like.active,
.btn-group-vertical > .btn-link-like.active,
.btn-group > .btn-link-like-2:hover,
.btn-group-vertical > .btn-link-like-2:hover,
.btn-group > .btn-link-like-2:focus,
.btn-group-vertical > .btn-link-like-2:focus,
.btn-group > .btn-link-like-2:active,
.btn-group-vertical > .btn-link-like-2:active,
.btn-group > .btn-link-like-2.active,
.btn-group-vertical > .btn-link-like-2.active,
.btn-group > .btn-link-like-3:hover,
.btn-group-vertical > .btn-link-like-3:hover,
.btn-group > .btn-link-like-3:focus,
.btn-group-vertical > .btn-link-like-3:focus,
.btn-group > .btn-link-like-3:active,
.btn-group-vertical > .btn-link-like-3:active,
.btn-group > .btn-link-like-3.active,
.btn-group-vertical > .btn-link-like-3.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-link-like + .btn-link-like,
.btn-group .btn-link-like + .btn-group,
.btn-group .btn-group + .btn-link-like,
.btn-group .btn-link-like-2 + .btn-link-like-2,
.btn-group .btn-link-like-2 + .btn-group,
.btn-group .btn-group + .btn-link-like-2,
.btn-group .btn-link-like-3 + .btn-link-like-3,
.btn-group .btn-link-like-3 + .btn-group,
.btn-group .btn-group + .btn-link-like-3 {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .btn-link-like,
.btn-toolbar .btn-link-like-2,
.btn-toolbar .btn-link-like-3 {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .btn-link-like,
.btn-toolbar > .btn-link-like-2,
.btn-toolbar > .btn-link-like-3 {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like-2:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like-3:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .btn-link-like:first-child,
.btn-group > .btn-link-like-2:first-child,
.btn-group > .btn-link-like-3:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like-2:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-link-like-3: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),
.btn-group > .btn-link-like:last-child:not(:first-child),
.btn-group > .btn-link-like-2:last-child:not(:first-child),
.btn-group > .btn-link-like-3:last-child: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,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-link-like,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-link-like-2,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-link-like-3 {
  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,
.btn-group > .btn-group:first-child:not(:last-child) > .btn-link-like:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .btn-link-like-2:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .btn-link-like-3:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn-link-like:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn-link-like-2:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn-link-like-3: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,
.btn-group > .btn-link-like + .dropdown-toggle,
.btn-group > .btn-link-like-2 + .dropdown-toggle,
.btn-group > .btn-link-like-3 + .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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.btn-link-like .caret,
.btn-link-like-2 .caret,
.btn-link-like-3 .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,
.btn-group-vertical > .btn-link-like,
.btn-group-vertical > .btn-group > .btn-link-like,
.btn-group-vertical > .btn-link-like-2,
.btn-group-vertical > .btn-group > .btn-link-like-2,
.btn-group-vertical > .btn-link-like-3,
.btn-group-vertical > .btn-group > .btn-link-like-3 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-link-like,
.btn-group-vertical > .btn-group > .btn-link-like-2,
.btn-group-vertical > .btn-group > .btn-link-like-3 {
  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,
.btn-group-vertical > .btn-link-like + .btn-link-like,
.btn-group-vertical > .btn-link-like + .btn-group,
.btn-group-vertical > .btn-group + .btn-link-like,
.btn-group-vertical > .btn-link-like-2 + .btn-link-like-2,
.btn-group-vertical > .btn-link-like-2 + .btn-group,
.btn-group-vertical > .btn-group + .btn-link-like-2,
.btn-group-vertical > .btn-link-like-3 + .btn-link-like-3,
.btn-group-vertical > .btn-link-like-3 + .btn-group,
.btn-group-vertical > .btn-group + .btn-link-like-3 {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-link-like:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-link-like-2:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-link-like-3:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn-link-like:first-child:not(:last-child),
.btn-group-vertical > .btn-link-like-2:first-child:not(:last-child),
.btn-group-vertical > .btn-link-like-3: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),
.btn-group-vertical > .btn-link-like:last-child:not(:first-child),
.btn-group-vertical > .btn-link-like-2:last-child:not(:first-child),
.btn-group-vertical > .btn-link-like-3: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,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-link-like,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-link-like-2,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-link-like-3 {
  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,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-link-like:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-link-like-2:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-link-like-3:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-link-like:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-link-like-2:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-link-like-3: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,
.btn-group-justified > .btn-link-like,
.btn-group-justified > .btn-link-like-2,
.btn-group-justified > .btn-link-like-3 {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .btn-link-like,
.btn-group-justified > .btn-group .btn-link-like-2,
.btn-group-justified > .btn-group .btn-link-like-3 {
  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"],
[data-toggle="buttons"] > .btn-link-like input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-link-like input[type="radio"],
[data-toggle="buttons"] > .btn-link-like input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-link-like input[type="checkbox"],
[data-toggle="buttons"] > .btn-link-like-2 input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-link-like-2 input[type="radio"],
[data-toggle="buttons"] > .btn-link-like-2 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-link-like-2 input[type="checkbox"],
[data-toggle="buttons"] > .btn-link-like-3 input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-link-like-3 input[type="radio"],
[data-toggle="buttons"] > .btn-link-like-3 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-link-like-3 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-link-like,
.input-group-lg > .input-group-btn > .btn-link-like-2,
.input-group-lg > .input-group-btn > .btn-link-like-3 {
  height: 47.6px;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 1.1;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .btn-link-like,
select.input-group-lg > .input-group-btn > .btn-link-like-2,
select.input-group-lg > .input-group-btn > .btn-link-like-3 {
  height: 47.6px;
  line-height: 47.6px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > .btn-link-like,
select[multiple].input-group-lg > .input-group-btn > .btn-link-like,
textarea.input-group-lg > .input-group-btn > .btn-link-like-2,
select[multiple].input-group-lg > .input-group-btn > .btn-link-like-2,
textarea.input-group-lg > .input-group-btn > .btn-link-like-3,
select[multiple].input-group-lg > .input-group-btn > .btn-link-like-3 {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-link-like,
.input-group-sm > .input-group-btn > .btn-link-like-2,
.input-group-sm > .input-group-btn > .btn-link-like-3 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .btn-link-like,
select.input-group-sm > .input-group-btn > .btn-link-like-2,
select.input-group-sm > .input-group-btn > .btn-link-like-3 {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > .btn-link-like,
select[multiple].input-group-sm > .input-group-btn > .btn-link-like,
textarea.input-group-sm > .input-group-btn > .btn-link-like-2,
select[multiple].input-group-sm > .input-group-btn > .btn-link-like-2,
textarea.input-group-sm > .input-group-btn > .btn-link-like-3,
select[multiple].input-group-sm > .input-group-btn > .btn-link-like-3 {
  height: auto;
}
.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: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #666666;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 13.3px 17px;
  font-size: 17px;
  border-radius: 3px;
}
.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,
.input-group-btn:first-child > .btn-link-like,
.input-group-btn:first-child > .btn-group > .btn-link-like,
.input-group-btn:last-child > .btn-link-like:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-link-like,
.input-group-btn:first-child > .btn-link-like-2,
.input-group-btn:first-child > .btn-group > .btn-link-like-2,
.input-group-btn:last-child > .btn-link-like-2:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-link-like-2,
.input-group-btn:first-child > .btn-link-like-3,
.input-group-btn:first-child > .btn-group > .btn-link-like-3,
.input-group-btn:last-child > .btn-link-like-3:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-link-like-3 {
  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,
.input-group-btn:last-child > .btn-link-like,
.input-group-btn:last-child > .btn-group > .btn-link-like,
.input-group-btn:first-child > .btn-link-like:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-link-like,
.input-group-btn:last-child > .btn-link-like-2,
.input-group-btn:last-child > .btn-group > .btn-link-like-2,
.input-group-btn:first-child > .btn-link-like-2:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-link-like-2,
.input-group-btn:last-child > .btn-link-like-3,
.input-group-btn:last-child > .btn-group > .btn-link-like-3,
.input-group-btn:first-child > .btn-link-like-3:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-link-like-3 {
  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,
.input-group-btn > .btn-link-like,
.input-group-btn > .btn-link-like-2,
.input-group-btn > .btn-link-like-3 {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .btn-link-like + .btn-link-like,
.input-group-btn > .btn-link-like-2 + .btn-link-like-2,
.input-group-btn > .btn-link-like-3 + .btn-link-like-3 {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn-link-like:hover,
.input-group-btn > .btn-link-like:focus,
.input-group-btn > .btn-link-like:active,
.input-group-btn > .btn-link-like-2:hover,
.input-group-btn > .btn-link-like-2:focus,
.input-group-btn > .btn-link-like-2:active,
.input-group-btn > .btn-link-like-3:hover,
.input-group-btn > .btn-link-like-3:focus,
.input-group-btn > .btn-link-like-3:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .btn-link-like,
.input-group-btn:first-child > .btn-link-like-2,
.input-group-btn:first-child > .btn-link-like-3 {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .btn-link-like,
.input-group-btn:last-child > .btn-link-like-2,
.input-group-btn:last-child > .btn-link-like-3 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3366bb;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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 {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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: 40px;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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: @grid-float-breakpoint) {
      margin-right: 0;
      margin-left:  0;
    } */
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 10px 15px;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu:before {
    content: "";
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    display: block;
    left: 17px;
    margin-bottom: -7px;
    position: absolute;
    transform: rotate(-45deg);
    z-index: -1;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 1px -1px 0 0 #d1d3d4;
    box-shadow: 1px -1px 0 0 #d1d3d4;
  }
}
@media (min-width: 768px) {
  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 17px;
  }
}
.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: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #d1d3d4;
  border-color: #c0c3c4;
}
.navbar-default .navbar-brand {
  color: #231f20;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #080707;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #231f20;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #828285;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #69696b;
}
.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-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #c0c3c4;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #69696b;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 16px;
    color: #231f20;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #828285;
  }
  .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: #fff;
    background-color: #69696b;
  }
  .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: #231f20;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #231f20;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.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: #080808;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000;
  background-color: #f2f2f2;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ffcf00;
  border-color: #ffcf00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 13.3px 17px;
  font-size: 17px;
  line-height: 1.1;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 1.0125em;
  font-weight: bold;
  line-height: 1;
  color: #f00;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.btn-link-like .label,
.btn-link-like-2 .label,
.btn-link-like-3 .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #e5091a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b40714;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.btn-link-like .badge,
.btn-link-like-2 .badge,
.btn-link-like-3 .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn-link-like .badge,
.btn-group-xs > .btn-link-like-2 .badge,
.btn-group-xs > .btn-link-like-3 .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3366bb;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .btn-link-like + .btn-link-like,
.modal-footer .btn-link-like-2 + .btn-link-like-2,
.modal-footer .btn-link-like-3 + .btn-link-like-3 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn-link-like + .btn-link-like,
.modal-footer .btn-group .btn-link-like-2 + .btn-link-like-2,
.modal-footer .btn-group .btn-link-like-3 + .btn-link-like-3 {
  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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .btn-link-like,
.carousel-caption .btn-link-like-2,
.carousel-caption .btn-link-like-3 {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.list-inline_:before,
.list-inline_:after,
.block:before,
.block:after,
.box:before,
.box:after,
.box-colored:before,
.box-colored:after,
.box-bordered:before,
.box-bordered:after,
.box-striped:before,
.box-striped:after,
.skype-link:before,
.skype-link:after,
.expert:before,
.expert:after,
.stat:before,
.stat:after,
.yelow-block:before,
.yelow-block:after,
.row-sm:before,
.row-sm:after,
.row-sm:before,
.row-sm:after,
.row-xs:before,
.row-xs:after,
.row-xs:before,
.row-xs:after,
.row-no-padding:before,
.row-no-padding:after,
.row-no-padding:before,
.row-no-padding:after,
.case:before,
.case:after,
.preview-flex-row:before,
.preview-flex-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after,
.list-inline_:after,
.block:after,
.box:after,
.box-colored:after,
.box-bordered:after,
.box-striped:after,
.skype-link:after,
.expert:after,
.stat:after,
.yelow-block:after,
.row-sm:after,
.row-sm:after,
.row-xs:after,
.row-xs:after,
.row-no-padding:after,
.row-no-padding:after,
.case:after,
.preview-flex-row: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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.bx-wrapper{position:relative;margin:0 auto 60px;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(../wp-content/themes/twentynineteen/assets/images/bxslider/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial,sans-serif;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(../wp-content/themes/twentynineteen/assets/images/bxslider/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-next{right:10px;background:url(../wp-content/themes/twentynineteen/assets/images/bxslider/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:100}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(../wp-content/themes/twentynineteen/assets/images/bxslider/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(../wp-content/themes/twentynineteen/assets/images/bxslider/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial,sans-serif;display:block;font-size:.85em;padding:10px}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040; 
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/wp-content/themes/twentynineteen/assets/images/fancybox-elements/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}
@media screen and (min-width: 768px) {
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #000;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 11px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -11px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container .before-after-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 86px;
  width: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  border: 2px solid #000;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #f2f2f2 inset;
  -moz-box-shadow: 0 0 0 7px #f2f2f2 inset;
  box-shadow: 0 0 0 7px #f2f2f2 inset;
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 46px;
  -webkit-box-shadow: 0 3px 0 #000;
  -moz-box-shadow: 0 3px 0 #000;
  box-shadow: 0 3px 0 #000; }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 46px;
  -webkit-box-shadow: 0 -3px 0 #000;
  -moz-box-shadow: 0 -3px 0 #000;
  box-shadow: 0 -3px 0 #000; }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 50px;
  -webkit-box-shadow: 3px 0 0 #000;
  -moz-box-shadow: 3px 0 0 #000;
  box-shadow: 3px 0 0 #000; }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 50px;
  -webkit-box-shadow: -3px 0 0 #000;
  -moz-box-shadow: -3px 0 0 #000;
  box-shadow: -3px 0 0 #000; }

.twentytwenty-left-arrow {
  border-right: 11px solid #000;
  left: 50%;
  margin-left: -29px; }

.twentytwenty-right-arrow {
  border-left: 11px solid #000;
  right: 50%;
  margin-right: -29px; }

.twentytwenty-up-arrow {
  border-bottom: 11px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 11px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

}
@-webkit-keyframes orbits {
  0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes orbits {
  0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes planets {
  0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes planets {
  0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  20%,
  80% {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  40%,
  60% {
    -webkit-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  20%,
  80% {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    -o-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  40%,
  60% {
    -webkit-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
}
@-webkit-keyframes swipe {
  0% {
    right: 0;
  }
  50% {
    right: 10%;
  }
  100% {
    right: 0;
  }
}
@keyframes swipe {
  0% {
    right: 0;
  }
  50% {
    right: 10%;
  }
  100% {
    right: 0;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .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%; }
  .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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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 {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@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 {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    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: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -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%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      // background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*========================================
--------CUSTOM STYLE-------
========================================*/
/* General Styles */
body.modal-open > *:not(.modal):not(.modal-backdrop ) {
  -webkit-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
}
.visible-xxs {
  display: none;
}
a:focus {
  outline: none;
}
h1,
.h1 {
  font-family: "ProximaNova-Xbold", sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
img[src$=".svg"] {
  display: inline-block;
}
.img-box {
  display: block;
  padding-bottom: 15px;
}
.img-box .retina {
  display: none;
}
.img-box .lcd {
  display: block;
}
.text-right-sm {
  text-align: right;
}
.dashed {
  display: inline-block;
  border-bottom: 1px dashed;
}
.huge-logo-container img {
  margin-top: -35px;
  height: 423px;
}
.sidebar-logo {
  margin-bottom: 10px;
}
.sidebar-logo img {
  width: 120px;
  max-height: 45px;
}
.block {
  display: block;
}
.block__title {
  margin-bottom: 25px;
}
.block__title h3 {
  margin: 0;
  padding-right: 15px;
}
section + section,
section + footer {
  margin-top: 70px;
}
.section-press-center + .section-main-footer,
section + .section-news-line {
  margin-top: 0;
}
h3 {
  color: #000;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  line-height: 1;
  margin-top: 0.226em;
  margin-bottom: 0.23em;
}
.sidebar .block h3 {
  margin-bottom: 15px;
}
.no-padding {
  padding: 0 !important;
}
.visible-xxs {
  display: none !important;
}
.colored-text {
  color: #ffcf00;
}
.bg-main {
  background: #ffcf00;
}
.bold {
  font-family: "ProximaNova-Bold", sans-serif;
}
.md-text {
  font-size: 1.125em;
  font-family: "ProximaNova-Bold", sans-serif;
}
.big-text {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 3.11em;
  line-height: 0.8;
}
.huge-text {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 8.333em;
  line-height: 0.81;
}
a.gallery-overlay,
.gallery-overlay {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 6px;
}
a.gallery-overlay:after,
.gallery-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
a.gallery-overlay .fa,
.gallery-overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5em;
  z-index: 9;
  -webkit-transition: opacity 0.12s ease 0s;
  -o-transition: opacity 0.12s ease 0s;
  transition: opacity 0.12s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
a.gallery-overlay .btn,
.gallery-overlay .btn,
a.gallery-overlay .btn-link-like,
.gallery-overlay .btn-link-like,
a.gallery-overlay .btn-link-like-2,
.gallery-overlay .btn-link-like-2,
a.gallery-overlay .btn-link-like-3,
.gallery-overlay .btn-link-like-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transition: opacity 0.12s ease 0s;
  -o-transition: opacity 0.12s ease 0s;
  transition: opacity 0.12s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
a.gallery-overlay img,
.gallery-overlay img {
  width: 100%;
}
a.gallery-overlay:hover:after,
.gallery-overlay:hover:after,
a.gallery-overlay:focus:after,
.gallery-overlay:focus:after,
a.gallery-overlay.gallery-overlay-visible:after,
.gallery-overlay.gallery-overlay-visible:after,
a.gallery-overlay:hover .fa,
.gallery-overlay:hover .fa,
a.gallery-overlay:focus .fa,
.gallery-overlay:focus .fa,
a.gallery-overlay.gallery-overlay-visible .fa,
.gallery-overlay.gallery-overlay-visible .fa,
a.gallery-overlay:hover .btn,
.gallery-overlay:hover .btn,
a.gallery-overlay:focus .btn,
.gallery-overlay:focus .btn,
a.gallery-overlay.gallery-overlay-visible .btn,
.gallery-overlay.gallery-overlay-visible .btn,
a.gallery-overlay:hover .btn-link-like,
.gallery-overlay:hover .btn-link-like,
a.gallery-overlay:focus .btn-link-like,
.gallery-overlay:focus .btn-link-like,
a.gallery-overlay.gallery-overlay-visible .btn-link-like,
.gallery-overlay.gallery-overlay-visible .btn-link-like,
a.gallery-overlay:hover .btn-link-like-2,
.gallery-overlay:hover .btn-link-like-2,
a.gallery-overlay:focus .btn-link-like-2,
.gallery-overlay:focus .btn-link-like-2,
a.gallery-overlay.gallery-overlay-visible .btn-link-like-2,
.gallery-overlay.gallery-overlay-visible .btn-link-like-2,
a.gallery-overlay:hover .btn-link-like-3,
.gallery-overlay:hover .btn-link-like-3,
a.gallery-overlay:focus .btn-link-like-3,
.gallery-overlay:focus .btn-link-like-3,
a.gallery-overlay.gallery-overlay-visible .btn-link-like-3,
.gallery-overlay.gallery-overlay-visible .btn-link-like-3 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.offset-bottom {
  margin-bottom: 40px;
}
.offset-bottom-50 {
  margin-bottom: 50px;
}
.offset-bottom-15 {
  margin-bottom: 15px;
}
.offset-bottom-10 {
  margin-bottom: 10px;
}
.offset-bottom-20 {
  margin-bottom: 20px;
}
.offset-bottom-40 {
  margin-bottom: 40px;
}
.offset-top-md-20 {
  margin-top: 20px !important;
}
.offset-top-10 {
  margin-top: 10px;
}
.offset-top-20 {
  margin-top: 20px;
}
.offset-top-25 {
  margin-top: 25px;
}
.offset-right-10 {
  margin-right: 10px;
}
.offset-pull-right-10 {
  margin-right: -10px;
}
@media (max-width: 767px) {
  .offset-bottom-xs-15 {
    margin-bottom: 15px;
  }
}
.map-outer-container {
  position: relative;
}
.map-container {
  height: 460px;
  position: absolute;
  right: 0;
  top: 0;
  width: 58.333%;
}
.list-inline_ {
  padding: 0;
  margin: 0;
}
.list-inline_ li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.main-play-video:hover i {
  color: #666;
}
.main-play-video i {
  color: #ccc;
}
.main-play-video span {
  margin-top: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.block-with-icon {
  padding-right: 10em;
  background: transparent scroll 100% 1em no-repeat;
  -webkit-background-size: 8.06em auto;
  background-size: 8.06em auto;
}
.block:not(:first-child) {
  margin-top: 35px;
}
.block-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 0.864em;
}
.section {
  font-size: 1.143em;
  line-height: 1.22;
}
.section-with-background {
  background: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-topflp-background {
  background: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-coment-background {
  background: #dedede;
  padding-top: 20px;
  padding-bottom: 25px;
  margin: 0;
}
.section-disqus {
  margin-top: 0px;
  padding: 50px 0;
}
.section-similar-news {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.section-with-background-2 {
  background: #ffcf00;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-dark {
  background: #231f20;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.section-dark a:not(.btn) {
  color: #33ccff;
}
.section-dark a:not(.btn):hover,
.section-dark a:not(.btn):active,
.section-dark a:not(.btn):focus {
  text-decoration: none;
  color: #00bfff;
}
.section-with-background + .section-with-background-2,
.section-with-background-2 + .section-with-background,
.section-with-background + .section-main-footer,
.section-with-background-2 + .section-main-footer {
  margin-top: 0;
}
.titles-container {
  margin-bottom: 30px;
}
.modal .titles-container .lead {
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
}
.section-title {
  margin: 0;
  font-family: "ProximaNova-Xbold", sans-serif;
  color: #000;
}
.lead-text,
.lead-text-bordered {
  font-size: 1.375em;
  line-height: 1.181;
}
.lead-text:not(:first-child),
.lead-text-bordered:not(:first-child) {
  margin-top: 25px;
}
.lead-text p:last-child,
.lead-text-bordered p:last-child {
  margin: 0;
}
.lead-text.lead-text-sidebar:not(:first-child),
.lead-text-bordered.lead-text-sidebar:not(:first-child) {
  margin-top: 0;
}
.lead-text-bordered {
  padding-left: 1.045em;
  position: relative;
}
.lead-text-bordered:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.27em;
  bottom: 0.27em;
  left: 0;
  border-left: 4px solid #ffcf00;
}
.orbit-container {
  position: relative;
}
.orbit-container .orbit {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.orbit-container .orbit-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.orbit-container .planet {
  position: absolute;
  border-radius: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.orbit-container .planet-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.section-personnel .orbit-container {
  z-index: 0;
}
.section-personnel .orbit-container .orbit {
  -webkit-transition: orbits 15s linear infinite;
  -moz-transition: orbits 15s linear infinite;
  -o-transition: orbits 15s linear infinite;
  transition: orbits 15s linear infinite;
  -webkit-animation: orbits 15s linear infinite;
  -o-animation: orbits 15s linear infinite;
  animation: orbits 15s linear infinite;
}
.section-personnel .orbit-container .orbit-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.section-personnel .orbit-container .planet {
  -webkit-transition: planets 15s linear infinite;
  -moz-transition: planets 15s linear infinite;
  -o-transition: planets 15s linear infinite;
  transition: planets 15s linear infinite;
  -webkit-animation: planets 15s linear infinite;
  -o-animation: planets 15s linear infinite;
  animation: planets 15s linear infinite;
}
.section-personnel .orbit-container .planet-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.circle {
  border-radius: 50%;
}
.with-border {
  border: 3px solid #666;
}
.country {
  font-size: 0.875em;
  display: block;
}
.country:hover,
.country:focus {
  text-decoration: none;
}
.country-name {
  font-size: 1.571em;
  line-height: 1.1;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #000;
}
.country-office-amount {
  color: #000;
}
.img-bag {
  margin-bottom: 30px;
}
.img-bag img {
  max-height: 175px;
}
.box-header {
  position: relative;
  padding-bottom: 7px;
}
.box-header:not(:last-child) {
  margin-bottom: 10px;
}
.box-header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 0;
  border-top: 4px solid #ffcf00;
}
.box-dashed {
  padding: 10px;
  border-radius: 3px;
  border: 1px dashed #59595b;
}
label.box-dashed {
  display: block;
  cursor: pointer;
  color: #828285;
  font-weight: 400;
  line-height: 1.1;
}
#wpcf7-f5934-o1 > form > div:nth-child(3) > label > span.label-content.label-content-init,
#wpcf7-f5932-o1 > form > div:nth-child(3) > label > span.label-content.label-content-init,
#wpcf7-f5931-o1 > form > div:nth-child(3) > label > span.label-content.label-content-init{
      margin-bottom: 8px;
}
.modal-content .form-group-short {
  width: 100%
}
label.box-dashed .label-content {
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
label.box-dashed .label-content-afterdrop {
  /*display: none;*/
}
.box-dashed .img-box {
  float: left;
  margin-right: 15px;
}
.box-dashed.uploadOnDrop.is-dragover {
  border-color: rgba(89, 89, 91, 0.2);
  background: rgba(89, 89, 91, 0.2);
  color: #000;
}
.box-dashed.uploadOnDrop.file-droped .label-content-init {
  display: none;
}
.box-dashed.uploadOnDrop.file-droped .label-content-afterdrop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.box-dashed .form-control-feedback {
  display: none !important;
}
.img-asset {
  display: block;
}
.img-asset img {
  width: 74px;
  mx-height: 74px;
}
.dragable-container {
  position: relative;
}
.dragable-child {
  width: 100%;
  position: relative;
}
.dragable-child img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: -70px;
}
.dragable-child .box-replic {
  position: absolute;
  max-width: 265px;
}
.dragable-child .box-replic--white {
  bottom: 10%;
  left: 17%;
}
.dragable-child .box-replic--yellow {
  bottom: 8%;
  left: 76%;
}
.box-replic {
  color: #000;
  padding: 15px;
  border: 3px solid;
  position: relative;
  border-radius: 36px 20px 20px 20px / 36px 20px 20px 20px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(6, 32, 55, 0.15);
  box-shadow: 0 8px 15px 0 rgba(6, 32, 55, 0.15);
}
.box-replic > * {
  position: relative;
  z-index: 1;
}
.box-replic:before {
  content: "";
  display: block;
  width: 34px;
  height: 48px;
  position: absolute;
  bottom: 100%;
  left: -5px;
  margin-bottom: -28px;
  z-index: 0;
}
.box-replic--white {
  background: #fff;
  border-color: #464646;
}
.box-replic--white:before {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/replic-whit-top.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .box-replic--white:before {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/replic-whit-top@2x.png");
    background-size: 34px 48px;
  }
}
.box-replic--yellow {
  background: #ffcf00;
  border-color: #ffcf00;
}
.box-replic--yellow:before {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/replic-yellow-top.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .box-replic--yellow:before {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/replic-yellow-top@2x.png");
    background-size: 34px 48px;
  }
}
.box-replic h3 {
  text-transform: uppercase;
  font-size: 0.875em;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
}
.box-replic p {
  margin-bottom: 7px;
}
.box-replic ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box-replic ul li {
  padding: 0;
  margin: 0;
}
.box-replic ul li:before {
  content: "• ";
}
.box {
  padding: 30px 15px 25px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
}
.box-title {
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.box-colored {
  background: #ffcf00;
  padding: 67px 46px;
}
.box-colored-title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.box-colored-content {
  font-size: 36px;
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 1.05;
}
.box-gradient {
  padding: 15px 20px;
  background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #fff 100%);
  background-image: -o-linear-gradient(left, #f2f2f2 0%, #fff 100%);
  background-image: linear-gradient(to right, #f2f2f2 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=1);
}
.box-gradient p {
  margin: 0;
}
.box-gradient h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  margin: 0;
  font-size: 1.25em;
}
.box-imaged {
  position: relative;
  overflow: hidden;
}
.box-imaged img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-imaged-content {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -1px;
}
.box-imaged .lead-text,
.box-imaged .lead-text-bordered {
  font-size: 1.574em;
  line-height: 1.181;
}
.box-bordered {
  background: #fff;
  border-radius: 0;
  padding: 25px 30px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  border: 1px solid #d1d3d4;
  -webkit-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
  box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
}
.box-bordered-with-border {
  -webkit-box-shadow: 0 8px 15px 0 rgba(6, 32, 55, .15);
  box-shadow: 0 8px 15px 0 rgba(6, 32, 55, .15);
}
.sidebar .box-bordered {
  padding: 20px;
}
.box-arrowed {
  background: #e6e6e6;
  position: relative;
  padding: 50px 69px 50px 0;
  background-image: -webkit-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(left, #f5f5f5 0%, #e6e6e6 100%);
  background-image: linear-gradient(to right, #f5f5f5 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe6e6e6', GradientType=1);
}
.box-arrowed:before,
.box-arrowed:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 69px;
  height: 50%;
}
.box-arrowed:before {
  top: 0;
  background-image: -webkit-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -ms-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: -o-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #fff 50%);
}
.box-arrowed:after {
  bottom: 0;
  background-image: -webkit-linear-gradient(to top left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -ms-linear-gradient(to top left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(to top left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to top left, #fff 50%, rgba(0, 0, 0, 0) 50%);
}
.box-arrowed .stratcher {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #fff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to right, #fff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=1);
}
.box-striped {
  overflow: hidden;
}
.box-striped .box-striped-left,
.box-striped .box-striped-right {
  padding: 13px 30px;
  position: relative;
}
.box-striped .box-striped-left:after,
.box-striped .box-striped-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9999px;
  background: inherit;
}
.box-striped .box-striped-left {
  background: #fff;
}
.box-striped .box-striped-left.box-striped-left-inverse {
  background: #f2f2f2;
}
.box-striped .box-striped-left.with-slider {
  padding: 30px 75px;
}
.box-striped .box-striped-right {
  background: #f2f2f2;
}
.box-striped .box-striped-right .phone-link {
  font-size: 2.25em;
  font-family: "ProximaNova-Xbold", sans-serif;
  margin-bottom: 5px;
}
.box-striped .box-striped-right.box-striped-right-inverse {
  background: #fff;
}
.on-hover-box {
  padding: 25px 15px 20px;
}
.on-hover-box:hover {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
}
.transparent-box {
  padding: 25px 15px 20px;
}
.box-blockquote {
  border-left: 15px solid #ffcf00;
  background: #fff;
  padding: 15px;
  line-height: 1.3;
}
.box-content,
.box-content-colored,
.box-content-inverse,
.box-content-shadowed,
.box-content-dark {
  background: #f2f2f2;
  padding: 20px;
  font-size: 1em;
}
.box-content .box-content,
.box-content-colored .box-content-colored,
.box-content-inverse .box-content-inverse,
.box-content-shadowed .box-content-shadowed,
.box-content-dark .box-content-dark {
  background-color: #fff;
}
.box-content-date {
  color: #666;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
.box-content-date:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 0;
  max-width: 100%;
  border-top: 4px solid #ffcf00;
}
.box-content-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  margin-top: 0;
  line-height: 1.023;
  color: #3366bb;
}
.box-content-title a {
  color: inherit;
}
.box-content-content {
  line-height: 1.22;
  margin-bottom: 5px;
  color: #000;
}
.box-content-content img {
  width: 100%;
  height: auto;
}
.box-content-content p {
  margin: 0;
}
.box-content-footer:not(:first-child) {
  margin-top: 15px;
}
.box-content-colored {
  background-color: #ffcf00;
}
.box-content-inverse {
  background: #fff;
}
.box-content-inverse:hover {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
}
.box-content-shadowed {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
}
.box-content-dark {
  background: #d1d3d4;
}
.main-new,
.alt-new {
  margin-bottom: 18px;
}
.new-selected {
  padding: 15px;
  background: #f2f2f2;
}
.new-titles-container:not(:last-child) {
  margin-bottom: 20px;
}
.new-img {
  margin-bottom: 1em;
}
.stratch-img-box {
  margin-bottom: 10px;
  max-width: 760px;
}
.stratch-img-box img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .stratch-img-box {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .stratch-img-box {
    width: 560px;
  }
}
@media (min-width: 1200px) {
  .stratch-img-box {
    width: 760px;
  }
}
.phone-link {
  display: block;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #000;
}
.phone-link:hover,
.phone-link:active,
.phone-link:focus {
  text-decoration: none;
  color: #1a1a1a;
}
.phone-link:visited {
  color: #333333;
}
.email-link {
  font-size: 1.38em;
}
.file-link {
  display: block;
  color: #3366bb;
  cursor: pointer;
  margin-top: 4px;
}
.file-link > span {
  border-bottom: 1px dashed;
}
.file-link:hover,
.file-link:focus,
.file-link:active {
  border-bottom-image: none;
  text-decoration: none;
}
.collapse-link {
  font-size: 0.889em;
}
.collapse-link:hover,
.collapse-link:active,
.collapse-link:focus {
  text-decoration: none;
}
.collapse-link[aria-expanded="true"] .caret {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.collapse-link .val {
  border-bottom: 1px dashed;
}
.collapse-link .caret {
  color: #59595b;
}
.marked-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
}
.marked-list:not(:first-child) {
  margin-top: 1.125em;
}
.marked-list li {
  min-height: 1.563em;
  padding: 0 0 0 2.56em;
  position: relative;
  margin: 0.7em 0;
  padding-top: 3px;
}
.marked-list .fa {
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.2em;
  text-align: center;
  font-size: 0.65em;
  line-height: 2.5;
  color: #000;
  background: #d1d3d4;
}
.marked-list-inverse .fa {
  background-color: #fff;
}
.marked-list-lg {
  font-size: 1.1em;
}
#resumePreview {
  display: none;
  margin-bottom: 70px;
}
.create-resure-wrapper:before,
.create-resure-wrapper:after {
  content: " ";
  display: table;
}
.create-resure-wrapper:after {
  clear: both;
}
.create-resure-wrapper:before,
.create-resure-wrapper:after {
  content: " ";
  display: table;
}
.create-resure-wrapper:after {
  clear: both;
}
.create-resure-wrapper .user-photo-holder {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 198px;
  width: 160px;
  background-color: #666;
  float: left !important;
  margin-right: 30px;
}
.create-resure-wrapper .list-requirements {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.resume-pdf-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.resume-pdf-wrapper iframe,
.resume-pdf-wrapper object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.multy-form-tabs {
  padding: 0;
  margin: 0 0 55px;
  list-style: none;
  border-bottom: 1px solid #d1d3d4;
}
.multy-form-tabs li {
  float: left;
  padding: 0;
  margin: 0;
}
.multy-form-tabs a {
  display: block;
  padding: 15px 10px;
  color: #000;
  min-width: 130px;
  min-height: 116px;
  cursor: default;
}
.multy-form-tabs a .icon {
  display: block;
  float: left;
  background: #f2f2f2;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
  line-height: 40px;
  text-align: center;
  color: #828285;
  margin-bottom: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.multy-form-tabs a .value {
  display: block;
  clear: left;
}
.multy-form-tabs a.filled .icon {
  font-size: 0;
  background: transparent scroll 50% 50% no-repeat;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/tab-filled.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .multy-form-tabs a.filled .icon {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/tab-filled@2x.png");
    background-size: 40px 40px;
  }
}
.multy-form-tabs li.active > a {
  font-family: "ProximaNova-Bold", sans-serif;
  background: #f2f2f2;
}
.multy-form-tabs li.active > a .icon {
  font-size: 0;
  background: transparent scroll 50% 50% no-repeat;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/tab-selected.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .multy-form-tabs li.active > a .icon {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/tab-selected@2x.png");
    background-size: 40px 40px;
  }
}
.save-tabs-wrapper {
  display: none;
}
.inReeddit .change-tabs-wrapper {
  display: none;
}
.inReeddit .save-tabs-wrapper {
  display: block;
}
.tabs-list {
  padding: 0;
  list-style: none;
  font-size: 16px;
  background: #f2f2f2;
}
.tabs-list li {
  padding: 0;
  margin: 0;
}
.tabs-list li a {
  line-height: 1.1;
  display: block;
  padding: 12px 17px 11px 16px;
  position: relative;
}
.tabs-list li a:hover,
.tabs-list li a:focus {
  background: #fff;
  text-decoration: none;
}
.tabs-list li a:active,
.tabs-list li.active a {
  font-family: "ProximaNova-Bold", sans-serif;
  background: #ffcf00;
  color: #000;
}
.skype-link {
  display: inline-block;
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 30px;
}
.skype-link .fa {
  display: block;
  float: left;
  margin-right: 10px;
}
.square-icon {
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  background: #ccc;
  width: 30px;
  height: 30px;
  -webkit-transition: background 0.4s ease 0s, color 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s, color 0.4s ease 0s;
  transition: background 0.4s ease 0s, color 0.4s ease 0s;
}
a:hover .square-icon,
a:active .square-icon,
.square-icon:focus .square-icon {
  background: #fff;
  color: #ccc;
}
.square-icon.fa-skype {
  background: #00adf6;
}
a:hover .square-icon.fa-skype,
a:active .square-icon.fa-skype,
.square-icon.fa-skype:focus .square-icon.fa-skype {
  color: #00adf6;
}
.square-icon.fa-facebook {
  background: #38569c;
}
a:hover .square-icon.fa-facebook,
a:active .square-icon.fa-facebook,
.square-icon.fa-facebook:focus .square-icon.fa-facebook {
  color: #38569c;
}
.square-icon.fa-vk {
  background: #4770a2;
}
a:hover .square-icon.fa-vk,
a:active .square-icon.fa-vk,
.square-icon.fa-vk:focus .square-icon.fa-vk {
  color: #4770a2;
}
.square-icon.fa-twitter {
  background: #00abf0;
}
a:hover .square-icon.fa-twitter,
a:active .square-icon.fa-twitter,
.square-icon.fa-twitter:focus .square-icon.fa-twitter {
  color: #00abf0;
}
.square-icon.fa-linkedin {
  background: #007bb6;
}
a:hover .square-icon.fa-linkedin,
a:active .square-icon.fa-linkedin,
.square-icon.fa-linkedin:focus .square-icon.fa-linkedin {
  color: #007bb6;
}
.square-icon.fa-instagram {
  background: #155983;
}
a:hover .square-icon.fa-instagram,
a:active .square-icon.fa-instagram,
.square-icon.fa-instagram:focus .square-icon.fa-instagram {
  color: #155983;
}
.square-icon.fa-youtube-play {
  background: #c42b1a;
}
a:hover .square-icon.fa-youtube-play,
a:active .square-icon.fa-youtube-play,
.square-icon.fa-youtube-play:focus .square-icon.fa-youtube-play {
  color: #c42b1a;
}
.icons-list {
  padding: 0;
  margin: 0 -3px;
  list-style: none;
}
.icons-list li {
  padding: 0 3px;
  margin: 0;
  display: inline-block;
}
.icons-list a {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  background: #f2f2f2;
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  -webkit-transition: all .12s linear 0s;
  -o-transition: all .12s linear 0s;
  transition: all .12s linear 0s;
}
.icons-list a:hover,
.icons-list a:focus,
.icons-list a:active {
  color: #fff;
  background: #ffcf00;
}
.plain-list,
.phones-list {
  font-size: 1.125em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.plain-list li,
.phones-list li {
  padding: 0;
  margin: 0;
}
.plain-list li:not(:first-child),
.phones-list li:not(:first-child) {
  margin-top: 0.35em;
}
.plain-list a,
.phones-list a {
  color: inherit;
}
.unstyled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.unstyled-list li {
  padding: 0;
  margin: 0;
}
.simple-list {
  padding: 0;
  margin: 0;
  list-style: disc;
  list-style-position: inside;
}
.simple-list li {
  padding: 0;
  margin: 0;
}
.simple-list li:not(:first-child) {
  margin-top: 0.7em;
}
.phones-list a {
  display: inline-block;
}
.phones-list a:not(:last-child) {
  margin-right: 17px;
}
.phones-list .operator {
  font-size: 0.9em;
}
.nodes-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nodes-list li {
  padding: 0;
  margin: 0;
}
.nodes-list li:not(:first-child) {
  margin-top: 18px;
}
.address {
  font-size: 1em;
  margin-bottom: 20px;
}
.address:not(:first-child) {
  margin-top: 25px;
}
.address .address-label {
  line-height: 1.35;
}
.address .address-address {
  font-size: 1.375em;
  line-height: 1.5;
}
.address .address-metro {
  font-size: 0.8132em;
  line-height: 1.692;
  padding-left: 2.07em;
  margin-top: 15px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/contacts/metro-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .address .address-metro {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/contacts/metro-icon@2x.png");
    background-size: 1.692em 1.692em;
  }
}
.worktime {
  font-size: 0.75em;
}
.nodes-footer:not(:first-child) {
  margin-top: 19px;
}
.node {
  font-size: 16px;
  line-height: 1.27;
}
.node:not(:first-child) {
  margin-top: 20px;
}
.node-date {
  color: #ccc;
}
.node-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
  color: #3366bb;
}
.node-title a {
  color: inherit;
}
.info-block {
  font-size: 14px;
  padding: 29px;
}
.info-block .titles-container {
  margin-bottom: 20px !important;
}
.info-block-title {
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 1.1071;
  margin: 0;
  color: #000;
}
.info-block-lead-text {
  font-size: 1.2857em;
  line-height: 1.333;
  margin-left: 3px;
  color: #000;
}
.info-block-lead-text:not(:first-child) {
  margin-top: 5px;
}
.info-block-lead-text p:last-child {
  margin: 0;
}
.info-block-text {
  color: #59595b;
  margin-left: 3px;
  line-height: 1.21;
}
.info-block-text h4 {
  color: #000;
  font-size: 1.1429em;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-top: 0;
  margin-bottom: 8px;
}
.info-block .text-label {
  color: #000;
  font-family: "ProximaNova-Bold", sans-serif;
}
.info-block-footer:not(:first-child) {
  margin-top: 25px;
}
.expert {
  text-align: center;
  font-size: 16px;
}
.expert-picture {
  margin-bottom: 18px;
}
.expert-name {
  font-size: 1.25em;
  line-height: 1.04;
  font-family: "ProximaNova-Bold", sans-serif;
}
.expert-position {
  line-height: 1.3;
  margin-bottom: 8px;
}
.expert .phone-link {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.25em;
  margin-bottom: 7px;
}
.expert .img-responsive {
  display: inline-block;
}
.expert .icons-list {
  text-align: center;
}
.recruter:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d1d3d4;
}
.recruter .recruter-contents {
  min-height: 80px;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.recruter .recruter-contents ul {
  margin-bottom: 0;
}
.recruter .recruter-contents .icons-list a {
  font-size: 14px;
  line-height: 23px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.recruter .recruter-avatar {
  float: left;
  margin-right: 15px;
}
.recruter-title {
  font-size: 1.125em;
  line-height: 1.25;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-bottom: 9px;
}
.img-recruter img {
  max-height: 80px;
}
.stat {
  font-size: 1em;
  line-height: 1.15;
}
.stat:not(:first-child) {
  margin-top: 35px;
}
.stat-value {
  font-family: "ProximaNova-Xbold", sans-serif;
  line-height: 1;
  position: relative;
}
.stat-label {
  float: left;
  font-size: 1em;
}
.stat-sm .stat-value {
  padding: 10px 2px 3px 9px;
  background-image: -webkit-linear-gradient(left, #ffcf00 0%, #ffcf00 50px, rgba(0, 0, 0, 0) 50px);
  background-image: -ms-linear-gradient(left, #ffcf00 0%, #ffcf00 50px, rgba(0, 0, 0, 0) 50px);
  background-image: -o-linear-gradient(left, #ffcf00 0%, #ffcf00 50px, rgba(0, 0, 0, 0) 50px);
  background-image: linear-gradient(to right, #ffcf00 0%, #ffcf00 50px, rgba(0, 0, 0, 0) 50px);
}
.stat-md .stat-value {
  padding: 7px 4px 2px 7px;
  background-image: -webkit-linear-gradient(left, #ffcf00 0%, #ffcf00 65px, rgba(0, 0, 0, 0) 65px);
  background-image: -ms-linear-gradient(left, #ffcf00 0%, #ffcf00 65px, rgba(0, 0, 0, 0) 65px);
  background-image: -o-linear-gradient(left, #ffcf00 0%, #ffcf00 65px, rgba(0, 0, 0, 0) 65px);
  background-image: linear-gradient(to right, #ffcf00 0%, #ffcf00 65px, rgba(0, 0, 0, 0) 65px);
}
.stat-md .stat-label {
  margin-top: 11px;
}
.stat-lg:not(:first-child) {
  margin-top: 30px;
}
.stat-lg .stat-value {
  padding: 10px 4px 8px 16px;
  background-image: -webkit-linear-gradient(left, #ffcf00 0%, #ffcf00 93px, rgba(0, 0, 0, 0) 93px);
  background-image: -ms-linear-gradient(left, #ffcf00 0%, #ffcf00 93px, rgba(0, 0, 0, 0) 93px);
  background-image: -o-linear-gradient(left, #ffcf00 0%, #ffcf00 93px, rgba(0, 0, 0, 0) 93px);
  background-image: linear-gradient(to right, #ffcf00 0%, #ffcf00 93px, rgba(0, 0, 0, 0) 93px);
}
.stat-lg .stat-label {
  margin-top: 31px;
}
.stat-vertical {
  float: left;
}
.stat-vertical:not(:first-child) {
  margin-left: 35px;
}
.stat-vertical .stat-value {
  margin-bottom: 0.14em;
}
.stat-vertical .stat-label {
  white-space: nowrap;
  margin: 10px 0 0;
}
.stat-light {
  color: #828285;
  margin-bottom: 0.625em;
}
.stat-light-value {
  float: left;
  padding: 0 15px 0 0;
  background: none;
  font-size: 4.7em;
  line-height: 0.75;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.stat-light-label {
  line-height: 1.6;
}
.stat-bordered {
  font-size: 1.286em;
  line-height: 1.22;
}
.stat-bordered-value {
  font-size: 3.24em;
  line-height: 0.8;
  color: #000;
  font-family: "ProximaNova-Xbold", sans-serif;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 11px;
}
.stat-bordered-value:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 0;
  max-width: 100%;
  border-top: 4px solid #ffcf00;
}
.stat-bordered-label {
  color: #59595b;
}
.fancy-text {
  display: table;
}
.fancy-text-label {
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.fancy-text-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffcf00;
  z-index: 0;
}
.fancy-text-label > span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
.fancy-text-label-left > span {
  padding: 0 10px 0 2px;
}
.fancy-text-label-right {
  text-align: right;
}
.fancy-text-label-right > span {
  padding: 0 5px 0 10px;
}
.fancy-text-label-bottom {
  margin-top: 5px;
}
.fancy-text-value {
  font-size: 8.3em;
  line-height: 0.8;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.crossed {
  display: table;
  position: relative;
}
.crossed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 106%;
  height: 6px;
  background: #000;
  border: solid #ffcf00;
  border-width: 1px 2px 2px;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  -o-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.merged-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.merged-list li {
  padding: 0;
  margin: 0;
  float: left;
}
.merged-list li:not(:last-child) {
  margin-right: -35px;
}
.img-merged img {
  min-height: 80px;
  max-height: 80px;
  width: 80px;
}
.img-employees {
  width: 80px;
  height: 80px;
}
.img-garanties {
  margin-bottom: 15px;
}
.img-garanties img {
  max-height: 80px;
  width: 80px;
}
.img-repl {
  margin-top: 20px;
  margin-bottom: 15px;
}
.img-repl img {
  max-height: 75px;
  width: 121px;
}
.ri-grid {
  margin: 0;
  width: 390px;
  max-width: 100%;
}
.ri-grid ul li {
  height: 90px !important;
  background-color: transparent;
}
.ri-grid ul li a {
  height: 90px !important;
  width: 100% !important;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ri-grid img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-contacts {
  font-size: 16px;
  color: #000;
}
.block-contacts-title {
  margin: 0;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
}
.block-contacts .phones-list {
  margin-bottom: 18px;
}
.block-contacts .phone-link {
  font-size: 36px;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.block-contacts .mode {
  font-size: 16px;
}
.block-plain-text {
  font-size: 1em;
  line-height: 1.444;
}
.block-plain-text p {
  margin-bottom: 7px;
}
.conf .img-box {
  margin-bottom: 10px;
}
.conf .img-box img {
  float: left;
  margin-right: 15px;
}
.conf .img-box span {
  display: inline-block;
  padding-top: 20px;
  color: #59595b;
  font-size: 1.125em;
}
.img-conf img {
  max-height: 80px;
  width: 80px;
}
.developer {
  margin-bottom: 0;
  text-align: right;
}
.developer .text {
  position: relative;
  top: -10px;
}
.developer .logo-developer {
  background: url("/wp-content/themes/twentynineteen/assets/images/logo/logo-developer.svg") no-repeat center;
  width: 58px;
  height: 37px;
  display: inline-block;
  text-indent: -10000px;
  overflow: hidden;
}
.task-value {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 6.25em;
  line-height: 0.8;
  margin-bottom: 10px;
}
.task-title {
  font-size: 0.93em;
  line-height: 1.08em;
  text-transform: uppercase;
  background: #ffcf00;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.task-subtitle {
  font-size: 0.75em;
  line-height: 1.33;
  color: #59595b;
}
.task-separator {
  position: relative;
}
.task-separator:before {
  content: "";
  display: block;
  top: 0;
}
.task-separator:after {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  background: #fff;
  border: solid #828285;
  border-width: 1px 0 0 1px;
  width: 29px;
  height: 29px;
}
.task-text p {
  margin: 0;
}
/* Before/After Sldier */
.before-after-slider.transitional .twentytwenty-handle {
  -webkit-transition: left 300ms ease 0s;
  -o-transition: left 300ms ease 0s;
  transition: left 300ms ease 0s;
}
.before-after-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.before-after-slider.transitional .before-after-slide {
  -webkit-transition: clip 300ms ease 0s;
  -o-transition: clip 300ms ease 0s;
  transition: clip 300ms ease 0s;
}
.before-after-slide-caption {
  position: absolute;
  top: 20px;
  z-index: 999;
  background: #fff;
  line-height: 1.571;
  width: 327px;
  max-width: 45%;
  padding: 15px 19px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
}
.before-after-slide-caption p {
  margin: 0;
}
.before-after-slide-left .before-after-slide-caption {
  left: 20px;
}
.before-after-slide-right .before-after-slide-caption {
  right: 20px;
}
.img-before-after img {
  width: 100%;
}
.tall-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tall-list li {
  padding: 0;
  margin: 0;
}
.tall-list li:not(:first-child) {
  margin-top: 30px;
}
.short-list > li:not(:first-child) {
  margin-top: 7px;
}
.x-tall-list > li:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .x-tall-list > li:not(:first-child) {
    margin-top: 30px;
  }
}
.stats-list {
  padding: 0;
  margin: 0px -25px 0 -20px;
  list-style: none;
}
.stats-list li {
  float: left;
  margin: 0;
  padding: 0 18px 15px 18px;
}
.gradient-list-item {
  position: relative;
}
.gradient-list-item-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.667em;
  height: 100%;
  background: #e6e6e6;
  font-size: 2.25em;
  text-align: center;
  color: #231f20;
  border-right: 2px solid #ffcf00;
}
.gradient-list-item-counter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffcf00;
}
.gradient-list-item-counter .gradient-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gradient-list-item-icon {
  font-family: "ProximaNova-Bold", sans-serif;
  color: #231f20;
}
.gradient-list-item-content {
  margin-left: 3.75em;
  padding: 1.5em 1.4375em;
  background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #fff 100%);
  background-image: -o-linear-gradient(left, #f2f2f2 0%, #fff 100%);
  background-image: linear-gradient(to right, #f2f2f2 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=1);
}
.gradient-list-item-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.371em;
  line-height: 1.1;
}
.gradient-list-item-text {
  line-height: 1.2;
}
.gradient-list-item-inverse .gradient-list-item-content {
  background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.partner .partner-img {
  margin-bottom: 15px;
}
.partner .partner-text {
  font-size: 1.125em;
  line-height: 1.22;
  color: #59595b;
  margin-bottom: 10px;
}
.partner .partner-text p {
  margin: 0;
}
.img-partner img {
  max-height: 61px;
}
.date {
  color: #828285;
  font-size: 0.875em;
  margin-bottom: 5px;
}
.city {
  color: #231f20;
  font-family: "ProximaNova-Bold", sans-serif;
}
.fancy-bullet {
  border: 1px solid #8a8a8d;
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 7px #ffcf00 inset;
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 7px #ffcf00 inset;
}
.news-line {
  position: relative;
}
.news-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 2px dashed #8a8a8d;
}
.news-line-item {
  position: relative;
  padding-top: 40px;
  padding-left: 10px;
  line-height: 1.2;
}
.news-line-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
  background-image: -o-linear-gradient(top, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
  background-image: linear-gradient(to bottom, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a8a8d', endColorstr='#008a8a8d', GradientType=0);
}
.news-line-item .fancy-bullet {
  position: absolute;
  top: -12px;
  left: -12px;
}
.news-line-item p {
  margin: 0;
}
.news-line-item .img-box:not(:first-child) {
  margin-top: 10px;
}
.img-newsline img {
  max-height: 30px;
}
.filters .dropdown-menu {
  padding: 15px 0;
  border-radius: 3px;
  width: 100%;
}
.filters .dropdown-menu.dropdown-menu-divided:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid #d1d3d4;
}
.filters .dropdown-menu li {
  line-height: 100%;
}
.filters .dropdown-menu li > a:hover,
.filters .dropdown-menu li > a:focus,
.filters .dropdown-menu li > a:active,
.filters .dropdown-menu li.active > a {
  background-color: #f2f2f2;
}
.filters .dropdown-menu a {
  display: block;
  color: inherit;
  font-size: 13px;
  padding: 7px 15px;
}
.filters .btn-select-like {
  min-width: 160px;
}
label.btn,
label.btn-link-like,
label.btn-link-like-2,
label.btn-link-like-3 {
  overflow: hidden;
  position: relative;
}
label.btn input,
label.btn-link-like input,
label.btn-link-like-2 input,
label.btn-link-like-3 input {
  position: absolute;
  left: -999px;
  top: -999px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.filters-inline-label {
  line-height: 34px;
  padding-right: 7px;
}
.vacancy-links .btn-xs {
  margin-top: 4px;
}
.mce-tinymce ~ .help-block + .help-block {
  display: none !important;
}
.avatar-cropper-container {
  width: 100%;
  height: auto;
}
.avatar-cropper-container img {
  width: 100%;
}
.resume-contructor-step {
  min-height: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section-resume-constructor-1 {
  font-size: 1.286em;
  line-height: 1.44;
}
.section-resume-constructor-1 h3 {
  font-size: 1.22em;
  line-height: 1.18;
}
.section-resume-constructor-1 .small-orbit {
  margin-top: 38px;
  margin-bottom: 0;
}
.section-resume-constructor-1 .small-orbit .orbit-container {
  width: 282px;
  max-width: 100%;
}
.section-resume-constructor-1 .small-orbit .orbit-container .planet {
  font-size: 21px;
  margin-top: -19px;
  margin-left: -19px;
  line-height: 38px;
  width: 38px;
  height: 38px;
}
.section-resume-constructor-1 .img-how-we-work img {
  max-height: 282px;
}
.section-resume-constructor-1 .block:not(:first-child) {
  margin-top: 80px;
}
.section-resume-constructor-1 .box-colored {
  padding: 30px;
}
.section-resume-constructor-1 .box-colored h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
/*======================================
---------SECTION SPECIFIC STYLES--------
======================================*/
.section-header {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 13px;
}
.section-header .logo img {
  height: 44px;
}
.section-header .header-right-box {
  display: inline-block;
}
.site-slogan {
  line-height: 1.25;
  padding-top: 6px;
}
.site-slogan p {
  margin: 0;
}
.header-links {
  padding-top: 12px;
  font-size: 1.2308em;
}
.header-links:not(:first-child) {
  margin-left: 38px;
}
.section-personnel {
  font-size: 25px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
.section-personnel--autoheight {
  height: auto !important;
  min-height: 0 !important;
}
.section-personnel .container {
  position: relative;
}
.section-personnel .left-box {
  position: relative;
  z-index: 1;
  min-height: 414px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section-personnel .titles-container {
  margin-bottom: 36px;
}
.section-personnel .titles-container--short {
  margin-bottom: 23px;
}
.section-personnel h1,
.section-personnel .h1 {
  font-family: "ProximaNova-Xbold", sans-serif;
  line-height: 1.11;
  margin: 0;
  text-transform: none;
}
.section-personnel h1 .title-part,
.section-personnel .h1 .title-part {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  background: #ffcf00;
  position: relative;
  z-index: 2;
}
.section-personnel h1 .title-part:not(:first-child),
.section-personnel .h1 .title-part:not(:first-child) {
  margin-top: 10px;
}
.section-personnel h1 .title-part-sm,
.section-personnel .h1 .title-part-sm {
  font-size: 0.72em;
  line-height: 1.53;
}
.section-personnel h1 .title-part-xs,
.section-personnel .h1 .title-part-xs {
  font-size: 0.58em;
  line-height: 1.429;
}
.section-personnel h1 .title-part--custom-size-1,
.section-personnel .h1 .title-part--custom-size-1 {
  font-size: .83333em;
  font-weight: 900;
}
.section-personnel h1 .title-part--custom-size-2,
.section-personnel .h1 .title-part--custom-size-2 {
  font-size: .5em;
  font-weight: 900;
  padding-top: 6px;
  padding-bottom: 6px;
}
.section-personnel .texts {
  margin-bottom: 34px;
  line-height: 1.2;
}
.section-personnel .texts--full-width {
  width: 100% !important;
}
.section-personnel .block {
  font-size: 16px;
}
.section-personnel .block p {
  font-size: 14px;
}
.section-personnel .orbit-container {
  position: absolute;
  top: 0;
  right: 13px;
}
.section-personnel .orbit-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  z-index: 101;
  margin-top: 5px;
}
.section-personnel .orbit-container img.img-safety {
  right: -13px;
}
.section-personnel .orbit-container img.img-candidates {
  margin-top: -3px;
}
.section-personnel .orbit-container .orbit {
  border-width: 0 1px;
  border-style: solid;
  border-color: #8c8c8e;
}
.section-personnel .orbit-container .planet {
  top: 50%;
  background: #ffcf00 scroll 50% 50% no-repeat;
}
.section-personnel .orbit-container .planet-left {
  left: 0;
}
.section-personnel .orbit-container .planet-right {
  right: 0;
}
.section-personnel .orbit-container .planet-user {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/header-icon-man.png");
}
.section-personnel .orbit-container .planet-chart {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/header-icon-chart.png");
}
.section-personnel .orbit-container .planet-search {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/header-icon-search.png");
}
.section-personnel .orbit-container .planet-like {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/header-icon-like.png");
}
.section-personnel-wide h1 .title-part-sm {
  font-size: 0.42em;
}
.section-personnel-wide .h1 .title-part-sm {
  font-size: 0.42em;
}
.section-personnel-wide .right-box {
  margin-right: 0;
}
.section-personnel-wide .texts {
  width: auto;
}
.section-personnel .bg {
  position: absolute;
  bottom: 0;
  left: 39%;
  width: 70%;
  height: 98%;
  background: transparent scroll url("/wp-content/themes/twentynineteen/assets/images/bg/people-2.jpg") 0 100% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.section-personnel-applicants .header-links {
  text-align: center;
  margin: 0;
  padding: 0;
}
.section-personnel-applicants .header-links .btn,
.section-personnel-applicants .header-links .btn-link-like,
.section-personnel-applicants .header-links .btn-link-like-2,
.section-personnel-applicants .header-links .btn-link-like-3 {
  width: 300px;
  max-width: 100%;
}
.section-personnel-foreighers .orbit-container img {
  right: 10px;
}
.section-personnel-filials .orbit-container img {
  margin-top: -5px;
}
.img-applicants {
  margin-bottom: 10px;
}
.img-applicants img {
  width: 60px;
  max-height: 60px;
  float: left;
}
.img-applicants.pull-left {
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}
.sidebar .img-applicants.pull-left {
  width: auto;
}
.section-personnel-about .stat-bordered {
  font-size: 0.72em;
}
.section-personnel-about p {
  margin-bottom: 35px;
}
.section-how-we-work {
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
}
.section-how-we-work h3 {
  text-transform: uppercase;
  line-height: 1.55;
  margin: 0;
}
.small-orbit {
  margin: 20px auto;
}
.small-orbit .orbit-container {
  width: 157px;
  margin: 0 auto;
  position: relative;
}
.small-orbit .orbit-container .orbit {
  top: -13%;
  left: -13%;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #8c8c8e;
  width: 125.4%;
  height: 125.4%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
.small-orbit .orbit-container .planet {
  top: 50%;
  left: 0;
  margin-top: -11px;
  margin-left: -11px;
  color: #fff;
  background: #8e8e90;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.8571em;
  line-height: 21px;
  text-align: center;
  width: 21px;
  height: 21px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
.small-orbit .orbit-container:hover .orbit {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.small-orbit .orbit-container:hover .planet {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.img-how-we-work img {
  max-height: 157px;
}
.section-technologies {
  font-size: 13px;
  padding-top: 33px;
  padding-bottom: 35px;
}
.section-technologies .row-xs > [class*="col"] {
  padding-bottom: 7px;
}
.section-technologies .titles-container {
  margin-bottom: 29px;
}
.section-technologies .box {
  text-align: center;
}
.section-technologies .box-colored {
  min-height: 415px;
}
.img-technolog img {
  max-height: 41px;
}
.img-technologies {
  display: block;
}
.img-technologies img {
  max-height: 81px;
}
.img-leader {
  display: block;
}
.img-leader img {
  max-height: 37px;
}
.smart-fillin-trnsition {
  margin-top: 35px;
  margin-bottom: 35px;
  /* .text{
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
    white-space: nowrap;
  }
  
  .ico-arrow{
    display: block;
    width: 100%;
    .background-size(~"100% auto");
  } */
}
.smart-fillin-trnsition .list-stage li + li,
.smart-fillin-trnsition .list-stage li:nth-last-child(1) {
  margin-left: 10px;
}
.smart-fillin-trnsition .text {
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
}
.smart-fillin-trnsition .img-arrow {
  padding-top: 10px;
}
.section-expertise h4 {
  font-size: 24px;
}
.section-expertise .titles-container {
  margin-bottom: 28px;
}
.section-expertise .box-bordered {
  padding: 0;
  overflow: hidden;
}
.section-expertise .tab-content {
  overflow: hidden;
}
.section-expertise .info-block {
  padding-bottom: 17px;
}
.section-expertise .expert-picture {
  margin-top: 7px;
  margin-left: 19px;
}
.section-expertise .expert .icons-list {
  margin-left: -11px;
}
.section-expertise .expert .icons-list a {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.section-expertise .experts-tabs .tab-pane {
  min-height: 609px;
}
.section-expertise .stat-bordered:not(:first-child) {
  margin-left: 15px;
}
.section-statistics {
  font-size: 18px;
}
.section-statistics .titles-container {
  margin-bottom: 23px;
}
.section-trusted {
  font-size: 18px;
  overflow: hidden;
  max-width: 100%;
}
.section-trusted .titles-container {
  margin-bottom: 29px;
}
.section-trusted .fancy-text {
  margin-top: 8px;
}
.section-trusted .fancy-text-value {
  margin-top: 8px;
}
.section-application {
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 41px;
}
.section-application .titles-container {
  margin-bottom: 14px;
}
.section-application .form-group {
  margin-left: 1px;
}
.section-application #application-suggestions {
  height: 141px;
}
.section-application .block-contacts {
  padding-top: 11px;
}
.section-about-service {
  font-size: 18px;
}
.section-about-service .titles-container {
  margin-bottom: 23px;
}
.section-work-with-us {
  line-height: 1.375;
}
.section-work-with-us h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
  line-height: 1.22;
  margin: 0;
}
.section-work-with-us .list-inline {
  margin-bottom: 10px;
}
.section-work-with-us .tab-pane {
  min-height: 255px;
  margin-bottom: 1em;
}
.section-services {
  margin-top: 60px;
}
.section-services .row {
  margin-top: 50px;
}
.section-more-services .img-services {
  margin-bottom: 15px;
}
.section-more-services .img-services img {
  max-height: 143px;
}
.section-more-services a {
  font-size: 22px;
  font-family: "ProximaNova-Bold", sans-serif;
}
.section-more-services .more-link a {
  font-size: inherit;
  font-family: "ProximaNova-Regular", sans-serif;
}
.section-press-center {
  padding-top: 60px;
}
.section-press-center .main-new {
  min-height: 342px;
}
.section-press-center .alt-new {
  min-height: 162px;
}
.section-press-center .alt-new .box-content-title {
  font-size: 1em;
  line-height: 1.18;
}
.section-press-center .title-container {
  margin-bottom: 29px;
}
.section-press-center .box-content,
.section-press-center .box-content-colored,
.section-press-center .box-content-inverse,
.section-press-center .box-content-shadowed,
.section-press-center .box-content-dark {
  padding: 15px;
}
.section-leader {
  line-height: 1.26;
}
.section-leader .lead-text,
.section-leader .lead-text-bordered {
  margin-bottom: 0.781em;
}
.section-leader .stat-vertical,
.section-leader .stat-vertical:not(:first-child) {
  margin-top: 0;
}
.section-leader .stat-md {
  font-size: 1.1em;
}
.section-leader .lead-text,
.section-leader .lead-text-bordered {
  font-size: 2em;
}
.section-leader-work-with-us .stat-bordered {
  font-size: 1.125em;
}
.section-innovations {
  line-height: 1.26;
}
.section-innovations h3 {
  font-size: 1.25em;
  margin: 0 0 15px;
  font-family: "ProximaNova-Bold", sans-serif;
}
.section-innovations h3:not(:first-child) {
  margin-top: 35px;
}
.section-innovations .lead-text,
.section-innovations .lead-text-bordered {
  font-size: 1.35em;
}
.section-innovations .tab-content {
  line-height: 1.5;
}
.section-innovations .box-imaged-content {
  min-height: 525px;
}
.section-tasks {
  line-height: 1.259;
}
.section-advantages {
  font-size: 1.57em;
  line-height: 1.364;
}
.section-advantages h3 {
  font-size: inherit;
  line-height: inherit;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-top: 45px;
  margin-bottom: 20px;
}
.section-advantages .box-bordered {
  padding: 35px 50px;
}
.section-advantages .box-bordered form {
  margin-top: 45px;
}
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.menu li {
  padding: 0;
  margin: 3px 0;
  font-size: 16px;
}
ul.menu ul {
  margin-top: 3px;
  font-size: 0.8em;
}
ul.menu ul.menu {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.menu .separator {
  display: block;
  position: relative;
}
ul.menu .separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 0;
  max-width: 100%;
  border-top: 1px solid #666;
}
ul.menu-with-bullets {
  font-size: 0.875em;
  line-height: 1.429;
}
ul.menu-with-bullets li:not(:first-child) {
  margin-top: 11px;
}
ul.menu-with-bullets .fa {
  min-width: 1.75em;
}
.section-main-footer .h3 {
  font-size: 1em;
  line-height: 1.135;
  font-family: "ProximaNova-Bold", sans-serif;
  margin: 0 0 5px;
  color: #fff;
}
.section-main-footer a {
  color: #ffcf00;
  text-decoration: none;
  -webkit-transition: all 0.12s ease 0s;
  -o-transition: all 0.12s ease 0s;
  transition: all 0.12s ease 0s;
}
.section-main-footer a:hover,
.section-main-footer a:active,
.section-main-footer a:focus {
  color: #fff;
  text-decoration: none;
}
.section-main-footer .small {
  font-size: 0.75em;
}
.main-footer-top {
  background: #3b3b3b;
  color: #fff;
  font-size: 1em;
  border-top: 4px solid #ffcf00;
  padding: 25px 0;
}
.main-footer-top .phone-link {
  color: inherit;
  font-size: 1.5em;
  line-height: 1.2;
}
.main-footer-top .address {
  margin-top: 20px;
  margin-bottom: 10px;
}
.main-footer-top .address p {
  margin: 0;
}
.main-footer-top .address p.address-metro {
  margin-top: 5px;
  margin-bottom: 10px;
}
.main-footer-top .social-links {
  margin-top: 20px;
}
.main-footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  color: #59595b;
}
.main-footer-bottom .logo a {
  display: inline-block;
}
.main-footer-bottom .logo img {
  height: 37px;
  display: inline-block;
}
.main-footer-bottom .footer-message {
  padding-top: 12px;
}
.section-fundament .merged-list {
  font-size: 0.6875em;
  margin-bottom: 15px;
}
.section-fundament .merged-list li:not(:last-child) {
  margin-right: -22px;
}
.section-specialists .lead-text,
.section-specialists .lead-text-bordered {
  font-size: 1.75em;
  line-height: 1.286;
}
.section-specialists .stat-bordered {
  font-size: 1.125em;
}
.section-payroll-advantages {
  line-height: 1.22;
}
.section-payroll-advantages .box-bordered {
  padding: 30px;
}
.section-payroll-advantages .box-bordered .expert {
  margin-bottom: -60px;
}
.section-payroll-advantages .verticaly-centered {
  min-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.section-payroll-services .box-content,
.section-payroll-services .box-content-colored,
.section-payroll-services .box-content-inverse,
.section-payroll-services .box-content-shadowed,
.section-payroll-services .box-content-dark {
  padding: 25px 30px;
  min-height: 200px;
}
.section-payroll-services .merged-list {
  margin-bottom: 0.875em;
}
.section-payroll-services .merged-list:not(:first-child) {
  margin-top: 2.875em;
}
.section-payroll .block:not(:first-child) {
  margin-top: 40px;
}
.section-payroll .block-consult-needed:not(:first-child) {
  margin-top: 60px;
}
.section-payroll .box-content,
.section-payroll .box-content-colored,
.section-payroll .box-content-inverse,
.section-payroll .box-content-shadowed,
.section-payroll .box-content-dark {
  min-height: 218px;
}
.section-hr-audit {
  font-size: 1.571em;
  line-height: 1.181;
}
.section-hr-audit .box-content,
.section-hr-audit .box-content-colored,
.section-hr-audit .box-content-inverse,
.section-hr-audit .box-content-shadowed,
.section-hr-audit .box-content-dark {
  font-family: "ProximaNova-Bold", sans-serif;
  color: #3366bb;
  min-height: 213px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.section-hr-audit .box-content a,
.section-hr-audit .box-content-colored a,
.section-hr-audit .box-content-inverse a,
.section-hr-audit .box-content-shadowed a,
.section-hr-audit .box-content-dark a {
  color: inherit;
}
.section-hr-audit .box-content a:hover,
.section-hr-audit .box-content a:focus,
.section-hr-audit .box-content a:active,
.section-hr-audit .box-content-colored a:hover,
.section-hr-audit .box-content-colored a:focus,
.section-hr-audit .box-content-colored a:active,
.section-hr-audit .box-content-inverse a:hover,
.section-hr-audit .box-content-inverse a:focus,
.section-hr-audit .box-content-inverse a:active,
.section-hr-audit .box-content-shadowed a:hover,
.section-hr-audit .box-content-shadowed a:focus,
.section-hr-audit .box-content-shadowed a:active,
.section-hr-audit .box-content-dark a:hover,
.section-hr-audit .box-content-dark a:focus,
.section-hr-audit .box-content-dark a:active {
  text-decoration: none;
  color: #5181d0;
}
.section-hr-audit .img-box {
  margin-bottom: 15px;
}
.img-hr-audit img {
  max-height: 88px;
}
.img-salary-survey {
  float: left;
  margin-right: 20px;
}
.img-salary-survey img {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.section-leader-hr-audit [class*="col-"],
.section-leader-hr-audit .box-bordered {
  position: static;
}
.section-leader-hr-audit .lead-text,
.section-leader-hr-audit .lead-text-bordered {
  font-size: 1.8em;
}
.section-leader-hr-audit .box-bordered {
  padding-top: 30px;
}
.section-leader-hr-audit .box-bordered .titles-container {
  margin: 0;
}
.section-leader-hr-audit .box-content,
.section-leader-hr-audit .box-content-colored,
.section-leader-hr-audit .box-content-inverse,
.section-leader-hr-audit .box-content-shadowed,
.section-leader-hr-audit .box-content-dark {
  width: 423px;
  max-width: 100%;
}
.section-leader-hr-audit .stat {
  margin: 0;
  font-size: 1.136em;
}
.section-leader-hr-audit .stat:not(:first-child) {
  margin-top: 0;
  margin-left: 1.875em;
}
.section-leader-hr-audit .stat-value {
  margin-right: 0.25em;
  font-size: 3.21em;
}
.section-leader-hr-audit .stat-label {
  color: #59595b;
}
.section-leader-hr-audit .block-title {
  font-size: 1.125em;
  color: #59595b;
  font-family: "ProximaNova-Regular", sans-serif;
}
.section-leader-hr-audit .block-stats:not(:first-child) {
  margin-top: 25px;
}
.section-audit-setting .img-box,
.section-invited .img-box,
.section-tools .img-box {
  margin-bottom: 0.875em;
}
.section-audit-setting h3,
.section-invited h3,
.section-tools h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  line-height: 1;
  margin-top: 0.226em;
  margin-bottom: 0.23em;
}
.section-audit-setting .block-docs-preparations:not(:first-child),
.section-invited .block-docs-preparations:not(:first-child),
.section-tools .block-docs-preparations:not(:first-child) {
  margin-top: 30px;
}
.block-docs-preparations-them {
  width: 52%;
  font-size: 16px;
  margin-bottom: 30px;
}
.img-list-item__icon {
  margin-bottom: 15px;
}
.row-box-shadow {
  box-shadow: 0 8px 15px rgba(6, 32, 55, 0.15);
  border: 1px solid #d1d3d4;
}
.box--border {
  box-shadow: 0 8px 15px rgba(6, 32, 55, 0.15);
  border: 1px solid #d1d3d4;
  padding: 25px;
}
.box--border-right {
  padding-bottom: 50px;
}
.img-audit-setting img {
  height: 88px;
  width: 88px;
}
.section-maps:not(:first-child) {
  margin-top: 70px;
}
.section-maps h2 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 4.43em;
  margin-top: 0;
}
.section-maps .box-content,
.section-maps .box-content-colored,
.section-maps .box-content-inverse,
.section-maps .box-content-shadowed,
.section-maps .box-content-dark {
  min-height: 460px;
}
.section-news h2 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 4.43em;
  margin-top: 0;
}
.section-content:not(:first-child) {
  margin-top: 30px;
}
.section-countries {
  font-size: 1.57em;
}
.img-countries {
  margin-bottom: 5px;
}
.img-countries img {
  max-height: 160px;
}
.img-logo {
  margin-bottom: 20px;
}
.img-logo img {
  max-height: 45px;
}
.img-position {
  margin: 0px 20px 7px 7px;
  float: left;
}
.your-buisness {
  font-size: 1.125em;
  text-align: center;
  padding: 15px;
  margin-top: 35px;
  line-height: 1.2;
  width: 190px;
  height: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.your-business-title {
  text-align: center;
  font-size: 1.75em;
  color: #000;
}
.your-business-title:not(:first-child) {
  margin-top: 20px;
}
.our-charge {
  padding: 7px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  perspective: 1000px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  -moz-transition: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  -o-transition: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  transition: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  -o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.our-charge-0 {
  top: -299px;
  right: -296px;
}
.our-charge-1 {
  top: -413px;
  right: -131px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.our-charge-2 {
  top: -400px;
  right: 160px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.our-charge-3 {
  top: -292px;
  right: 292px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.vis .our-charge {
  top: 0;
  right: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transition: top 1s linear, right 0.5s linear 1s;
  -o-transition: top 1s linear, right 0.5s linear 1s;
  transition: top 1s linear, right 0.5s linear 1s;
}
.our-charge-title {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 15px;
  color: #000;
}
.section-vacancies .unstyled-list {
  line-height: 1.56;
}
.section-last-vacancies .new-titles-container:not(:last-child) {
  margin-bottom: 10px;
}
.section-single-vacancy {
  line-height: 1.375;
}
.section-single-vacancy h2 {
  font-size: 2.25em;
  font-family: "ProximaNova-Xbold", sans-serif;
  margin-top: 0;
}
.section-single-vacancy h3 {
  margin-top: 0;
}
.section-single-vacancy ul:not([class]) {
  padding: 0;
  margin-top: 0;
  list-style: disc;
  list-style-position: inside;
}
.section-single-vacancy ul:not([class]) li {
  margin: 0;
}
.section-single-vacancy .box-bordered ul,
.section-single-vacancy .box-bordered p {
  margin-bottom: 1em;
}
.img-fillin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.img-fillin img {
  max-height: 50px;
}
.modal-logo {
  display: block;
  margin-top: 8px;
}
/*======================================
----------Blocks Specific Styles--------
======================================*/
.block-modal-footer {
  font-size: 1em;
}
.block-modal-footer .phone-link {
  font-size: 1.375em !important;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.block-you-get {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/blocks/doc-icon.png");
}
.block-you-get .tall-list li:not(:first-child) {
  margin-top: 20px;
}
.block-why-us {
  color: #59595b;
  line-height: 1.2;
}
.block-why-us .block-title {
  color: #000;
}
.block-why-us .img-why-us img {
  max-height: 66px;
  width: 61px;
  margin-bottom: 1em;
}
.block-statistick {
  font-size: 1.125em;
  line-height: 1.333;
}
.block-statistick:not(:first-child) {
  margin-top: 45px;
}
.block-statistick .big-text {
  margin-top: 80px;
  margin-bottom: 9px;
}
.block-learn-more:not(:first-child) {
  margin-top: 15px;
}
.block-learn-more .block-title {
  font-size: 1.32em;
  margin-bottom: 0.5em;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #000;
}
.block-learn-more .box-content-colored {
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}
.block-learn-more .phone-link {
  font-size: 2.63em;
  line-height: 0.8;
  margin-bottom: 18px;
}
.section-leader-home .lead-text,
.section-leader-home .lead-text-bordered {
  font-size: 1.75em;
  line-height: 1.25;
  margin-bottom: 15px;
}
.block-work-with-us h3 {
  color: #59595b;
  font-size: 1.125em;
}
.section-more-services .box-content-title {
  min-height: 2.04em;
}
.section-vcancies-list h2 {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 3.25em;
  margin-top: 0;
  margin-bottom: 15px;
}
.block-more-vacancies .box-content-inverse {
  padding-top: 15px;
  padding-bottom: 15px;
  /*     min-height: 106px; */
}
.block-more-vacancies p:last-child {
  margin-bottom: 0;
}
.block-create-resume p:last-child {
  margin-bottom: 0;
}
.box-content-news:before,
.box-content-news:after {
  content: " ";
  display: table;
}
.box-content-news:after {
  clear: both;
}
.box-content-news:before,
.box-content-news:after {
  content: " ";
  display: table;
}
.box-content-news:after {
  clear: both;
}
.box-content-news img {
  float: left !important;
  margin-right: 20px;
}
.box-content-news .box-content-content p {
  margin-bottom: 10px;
}
.row-absolute {
  position: relative;
}
.row-absolute .col-absolute {
  top: 0;
  height: 100%;
  font-stretch: condensed;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.box-large2 {
  background-color: #f7f7f7;
  padding: 13px 30px;
  position: relative;
}
.text-font {
  font-size: 22px;
}
ul.some-class > li:not(:first-child) {
  margin-top: 15px;
}
.yelow-block {
  min-height: 125px;
  background-color: #ffcf00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.yelow-block__icon {
  float: left;
  padding: 0 30px 0 37px;
  flex-shrink: 0;
}
.yelow-block__contents {
  overflow: hidden;
  padding-right: 15px;
}
#carousel-example-generic {
  padding-right: 34px;
}
.p-right-margin {
  margin: 0 37px 0 0;
}
.box--height {
  min-height: 125px;
}
.h3-flex {
  font-size: 23px;
  font-weight: 900;
  padding-top: 25px;
}
.cross-block {
  height: 140px;
  width: 124px;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffcf00 0%, #ffcf00 50%, #ffcf00 50%, #ffcf00 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ffcf00 50%, #ffcf00 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 55%, #ffcf00 50%, #ffcf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf00', endColorstr='#ffcf00', GradientType=1);
}
.cross-block:before,
.cross-block:after {
  position: absolute;
  top: 34px;
  left: 63px;
  content: ' ';
  height: 82px;
  width: 14px;
  background-color: #000;
}
.cross-block:before {
  transform: rotate(0deg);
}
.cross-block:after {
  transform: rotate(90deg);
}
.block-almost-ready {
  font-size: 1.125em;
  line-height: 1.44;
}
.block-almost-ready .block-title {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 2.889em;
  margin-bottom: 10px;
}
.block-resume-result {
  font-size: 1.375em;
  line-height: 1;
}
.block-resume-result p {
  margin: 0;
}
.block-resume-result .box-arrowed {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.block-resume-result .box-arrowed:before,
.block-resume-result .box-arrowed:after {
  width: 25px;
}
.block-download-pdf {
  position: relative;
  padding: 25px 35px;
  border-radius: 3px;
  background: #ffcf00;
}
.block-download-pdf:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: 25px;
  width: 67px;
  height: 61px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/download-arrow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .block-download-pdf:before {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/download-arrow@2x.png");
    background-size: 67px 61px;
  }
}
.block-download-pdf h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
/*======================================
----------Twenty twenty Plugin----------
======================================*/
.twentytwenty-overlay {
  display: none;
}
.replaceLink {
  line-height: 2;
}
/*======================================
--------BOOTSTRAP STYLES OVERRIDE-------
======================================*/
/* .has-feedback .form-control{
  padding-right: 15px !important;
}
.has-feedback.has-success .form-control{
  padding-right: 42.5px !important;
} */
/* .has-feedback.has-error .form-control{
  padding-right: 42.5px !important;
} */
.navbar-nav > li:last-child > .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-nav > li:last-child > .dropdown-menu:before {
  left: auto;
  right: 17px;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px !important;
}
.modal .has-feedback label ~ .form-control-feedback,
.section-work-with-us .has-feedback label ~ .form-control-feedback {
  top: 29px !important;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0 !important;
}
select ~ .form-control-feedback {
  display: none !important;
}
.modal-backdrop.in {
  background: #ffcf00;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  font-size: 16px;
}
.modal .box-bordered {
  padding: 25px;
}
.modal .box-bordered .form-group:last-child {
  margin-bottom: 0;
}
.modal .box-bordered .close {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: -23px;
  right: -39px;
}
.modal .box-bordered .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.in {
  padding-right: 0 !important;
}
.modal-form-message {
  font-size: 1.143em;
  display: none;
}
.modal-form-message .section-title {
  text-align: inherit;
}
.modal-form-message p {
  margin-bottom: 15px;
}
.img-modal-form-message {
  margin-bottom: 30px;
}
.img-modal-form-message img {
  max-height: 90px;
}
.form-horizontal .form-group {
  margin-bottom: 30px;
}
.form-horizontal .form-group.form-group-margin-botton-0 {
  margin-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 15px;
  text-align: left !important;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
}
.form-horizontal .control-label .requered {
  color: #ff0000;
}
.form-horizontal .description {
  font-size: 0.875em;
  color: #828285;
  margin-top: 4px;
}
.form-horizontal .description p:last-child {
  margin-bottom: 0;
}
.form-horizontal label.form-text {
  font-size: 1em;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #828285;
  font-weight: 400;
}
.form-horizontal label.label-padd-top-0 {
  padding-top: 0;
}
.form-group-short {
  width: 62%;
}
.form-group-inline {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  position: relative;
}
.form-group-inline select {
  padding-right: 15px !important;
}
.form-group-inline .fa {
  display: none !important;
}
.selects .help-block {
  display: none !important;
}
.radio label,
.checkbox label {
  font-size: 0.875em;
}
.clone-btn {
  border: 2px dashed #828285;
  border-radius: 3px;
  padding: 25px;
  text-align: center;
  font-size: 1.125em;
  display: block;
  color: #000;
}
.clone-btn:hover {
  border-style: solid;
  background: #828285;
  color: #000;
}
.clone-btn span {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  line-height: 32px;
}
.clone-btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  background: transparent scroll 0 50% no-repeat;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/plus.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .clone-btn span:before {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bg/plus@2x.png");
    background-size: 32px 32px;
  }
}
.clonable-container:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.clonable-container:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  border-top: 1px solid #d1d3d4;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  font-size: 1em;
  color: #000;
}
.breadcrumb > li + li:before {
  color: inherit;
}
.pagination {
  margin: 0;
}
.navbar-nav > li {
  /* &:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  } */
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}
.navbar-nav > li > .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 9;
}
.nav-narrow {
  text-align: left;
  margin-top: 5px;
}
.nav-narrow > li.country {
  padding-right: 15px;
}
.nav-narrow > li + li {
  padding-right: 5px;
}
.nav-narrow > li > a {
  padding: 0;
  font-size: 12px;
}
.nav-narrow > li > a:hover {
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}
.nav-narrow > li.active {
  margin-top: 2px;
}
.nav-narrow > li.active span {
  font-size: 12px;
  background: #59595b;
  color: #fff;
  padding: 2px 3px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: rgba(0, 0, 0, 0);
}
.dropdown-menu {
  margin-top: 0;
  display: block;
  left: -99999px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.open > .dropdown-menu {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-default {
  border-radius: 0;
}
.navbar-default .navbar-nav-colored > li > a:hover,
.navbar-default .navbar-nav-colored > li > a:focus {
  color: #231f20;
  background-color: #ffcf00;
}
.navbar-default .navbar-nav-colored > li > a:hover .bb-solid,
.navbar-default .navbar-nav-colored > li > a:focus .bb-solid {
  border-color: transparent;
}
.navbar-default .navbar-nav-colored > .active > a,
.navbar-default .navbar-nav-colored > .active > a:hover,
.navbar-default .navbar-nav-colored > .active > a:focus {
  color: #231f20;
  background-color: #cca600;
}
.navbar-default .navbar-nav-colored > .active > a .bb-solid,
.navbar-default .navbar-nav-colored > .active > a:hover .bb-solid,
.navbar-default .navbar-nav-colored > .active > a:focus .bb-solid {
  border-color: transparent;
}
.navbar-default .navbar-nav-colored .bb-solid {
  padding-right: 1px;
  padding-left: 1px;
  border-bottom: 1px solid #9d9e9f;
}
.row-sm {
  margin-left: -9px;
  margin-right: -9px;
}
.row-sm > [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}
.row-xs {
  margin-left: -3px;
  margin-right: -4px;
}
.row-xs > [class*="col-"] {
  padding-right: 4px;
  padding-left: 3px;
}
.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.form-group-tall {
  margin-bottom: 23px;
}
.form-group-margin-none {
  margin-bottom: 0;
}
.form-group-btns {
  padding-top: 2px;
}
.form-message {
  display: none;
}
.form .titles-container {
  margin-bottom: 13px;
}
.form label {
  font-size: 1.16em;
}
.form label.file-link {
  font-size: 1.09em;
}
.btn,
.btn-link-like,
.btn-link-like-2,
.btn-link-like-3 {
  padding: 14px 27px 12px;
  -webkit-transition: all 0.12s linear 0s;
  -o-transition: all 0.12s linear 0s;
  transition: all 0.12s linear 0s;
}
.btn:hover,
.btn:hover .active,
.btn:focus,
.btn:active,
.btn-link-like:hover,
.btn-link-like:hover .active,
.btn-link-like:focus,
.btn-link-like:active,
.btn-link-like-2:hover,
.btn-link-like-2:hover .active,
.btn-link-like-2:focus,
.btn-link-like-2:active,
.btn-link-like-3:hover,
.btn-link-like-3:hover .active,
.btn-link-like-3:focus,
.btn-link-like-3:active {
  outline: none;
}
.btn-xxs {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 20px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn-link-like,
.btn-group-xs > .btn-link-like-2,
.btn-group-xs > .btn-link-like-3 {
  padding: 8px 17px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 20px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn-link-like,
.btn-group-sm > .btn-link-like-2,
.btn-group-sm > .btn-link-like-3 {
  padding: 4px 14px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px;
}
.btn-sm-narrow {
  padding: 5px 25px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px;
}
.btn-md {
  padding: 15px 30px;
  font-size: 22px;
  line-height: 22.5px;
  border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn-link-like,
.btn-group-lg > .btn-link-like-2,
.btn-group-lg > .btn-link-like-3 {
  padding: 10px 19px 10px 16px;
  border-width: 2px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
}
.btn-default:hover,
.btn-default:focus {
  background: #f7f7f7;
  border-color: #999;
}
.btn-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #fff;
  background: rgba(23, 23, 23, 0);
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #fff;
  background: rgba(23, 23, 23, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.btn-white .badge {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
a:hover > .btn-white {
  background: rgba(255, 255, 255, 0.15);
}
.btn-white-filled {
  color: #000;
  background-color: #fff;
  border-color: #999;
}
.btn-white-filled:focus,
.btn-white-filled.focus {
  color: #000;
  background: #ffffff;
  border-color: #595959;
}
.btn-white-filled:hover {
  color: #000;
  background: #ffffff;
  border-color: #7a7a7a;
}
.btn-white-filled:active,
.btn-white-filled.active,
.open > .dropdown-toggle.btn-white-filled {
  color: #000;
  background-color: #e3e3e3;
  border-color: #7a7a7a;
}
.btn-white-filled:active:hover,
.btn-white-filled.active:hover,
.open > .dropdown-toggle.btn-white-filled:hover,
.btn-white-filled:active:focus,
.btn-white-filled.active:focus,
.open > .dropdown-toggle.btn-white-filled:focus,
.btn-white-filled:active.focus,
.btn-white-filled.active.focus,
.open > .dropdown-toggle.btn-white-filled.focus {
  color: #000;
  background-color: #dedede;
  border-color: #595959;
}
.btn-white-filled:active,
.btn-white-filled.active,
.open > .dropdown-toggle.btn-white-filled {
  background-image: none;
}
.btn-white-filled.disabled:hover,
.btn-white-filled[disabled]:hover,
fieldset[disabled] .btn-white-filled:hover,
.btn-white-filled.disabled:focus,
.btn-white-filled[disabled]:focus,
fieldset[disabled] .btn-white-filled:focus,
.btn-white-filled.disabled.focus,
.btn-white-filled[disabled].focus,
fieldset[disabled] .btn-white-filled.focus {
  background-color: #fff;
  border-color: #999;
}
.btn-white-filled .badge {
  color: #fff;
  background-color: #000;
}
.btn-white-filled:hover,
.btn-white-filled:focus,
a:hover > .btn-white-filled {
  background: #f2f2f2;
}
.btn-link-like {
  color: #3366bb;
  border: 2px solid transparent;
}
.btn-link-like:hover,
.btn-link-like:focus,
.btn-link-like:active,
.active > .btn-link-like {
  color: #3366bb;
  border-color: #ffcf00;
}
.btn-link-like-2 {
  color: #3366bb;
}
.btn-link-like-2:hover,
.btn-link-like-2:active,
.btn-link-like-2:focus,
.active > .btn-link-like-2,
.btn-link-like-2.active {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-like-2:active,
.active > .btn-link-like-2,
.btn-link-like-2.active {
  background: #ffcf00;
}
.btn-link-like-3 {
  font-family: "ProximaNova-Regular", sans-serif;
  color: #3366bb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-link-like-3:hover,
.btn-link-like-3:active,
.btn-link-like-3:focus,
.active > .btn-link-like-3,
.btn-link-like-3.active {
  border-color: #ffcf00;
  color: #3366bb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-like-3:active,
.active > .btn-link-like-3,
.btn-link-like-3.active {
  font-family: "ProximaNova-Bold", sans-serif;
  background: #ffcf00;
  border-color: #ffcf00;
  color: #000;
}
.btn-select-like {
  background: #fff scroll url("/wp-content/themes/twentynineteen/assets/images/bg/select-arrows.png") 100% 50% no-repeat;
  border: 1px solid #d1d3d4;
  text-transform: none;
  color: #000;
  padding: 8px 17px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 3px;
  padding-right: 34px;
  text-align: left;
}
.btn-select-like:hover,
.btn-select-like:focus {
  background-color: #e6e6e6;
}
.btn-text {
  font-family: inherit !important;
  font-size: inherit !important;
  text-transform: none !important;
  padding-left: 2px;
  padding-right: 2px;
  cursor: default;
}
.btn-text:hover,
.btn-text:active,
.btn-text:focus {
  font-weight: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.application-form .form-control {
  border-color: #ccc;
}
.application-form .form-control:focus {
  box-shadow: none;
  border-color: #ffcf00;
}
.carousel {
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
}
.carousel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 20px solid #f2f2f2;
}
.carousel-control {
  width: 45px;
  text-shadow: none;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .fa {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 26px;
  line-height: 41px;
  border: 2px solid #59595b;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  -webkit-transition: transform 0.12s linear;
  -o-transition: transform 0.12s linear;
  transition: transform 0.12s linear;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #000;
}
.carousel-control:hover .fa,
.carousel-control:focus .fa {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left .fa {
  left: 0;
}
.carousel-control.right .fa {
  right: 0;
}
.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.carousel-indicators li {
  background: #59595b;
  border-color: #59595b;
  margin: 0 3px;
  width: 12px;
  height: 12px;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  background: #ffcf00;
  margin: 0 3px;
  width: 12px;
  height: 12px;
}
.img-docs-carousel img {
  max-height: 345px;
}
textarea {
  resize: none;
}
.stat-sm .stat-value {
  font-size: 2.05em;
}
.stat-md .stat-value {
  font-size: 3.1em;
}
.stat-lg .stat-value {
  font-size: 4.2em;
}
.btns-menu a {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 10px 12px;
  border-top: 1px solid #fff;
  background: #f2f2f2;
  color: #337ab7;
  font-family: "ProximaNova-Regular", sans-serif;
  text-decoration: none;
}
.btns-menu a:hover,
.btns-menu a:active,
.btns-menu a:focus {
  background: #ffcf00;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #fff;
}
.accordion-expertise .link {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  display: block;
  width: 100%;
  background: #ffcf00;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #fff;
  padding: 10px 12px;
  font-size: 18px;
  border-top: 1px solid #fff;
  text-decoration: none;
}
.accordion-expertise .link.collapsed {
  background: #f2f2f2;
  color: #337ab7;
  padding: 10px 12px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-decoration: none;
}
.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: 20px 15px;
  vertical-align: middle;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 1em;
  line-height: 1.375;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: inherit;
}
[class*="no-padding"] > .table {
  margin: 0;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
  border: none;
}
.table-striped > tbody > tr > th:not(:last-child),
.table-striped > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #d1d3d4;
}
.btn-navigation {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  z-index: 110;
  padding: 7px 6px;
  opacity: 0.8;
}
.btn-navigation .line {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  height: 2px;
  width: 100%;
  display: block;
  background: #000;
}
.btn-navigation .line + .line {
  margin-top: 5px;
}
.btn-navigation:hover {
  opacity: 1;
}
.btn-navigation.animations .line {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.btn-navigation.animations .line-1 {
  transform: rotate(45deg);
  margin-top: 7px;
}
.btn-navigation.animations .line-2 {
  opacity: 0;
}
.btn-navigation.animations .line-3 {
  transform: rotate(-45deg);
  margin-top: -9px;
}
.mobile-navigation {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  width: 250px;
  background: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  left: -250px;
  z-index: 110;
  box-shadow: 0 0 25px 0 #ccc;
  overflow: auto;
}
.mobile-navigation.visible {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  left: 0;
}
.mobile-navigation .menu-holder {
  margin-bottom: 30px;
}
.mobile-navigation .menu-holder li {
  padding: 0 30px 0 15px;
  position: relative;
}
.mobile-navigation .menu-holder li + li {
  margin-top: 7px;
}
.mobile-navigation .menu-holder li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3366bb;
  text-decoration: none;
  display: block;
}
.mobile-navigation .menu-holder li.active {
  background: #59595b;
}
.mobile-navigation .menu-holder li.active a {
  color: #fff;
}
.mobile-navigation .menu-holder .list-lang {
  position: absolute;
  right: 10px;
  top: -12px;
  bottom: 0;
}
.mobile-navigation .menu-holder .list-lang li {
  line-height: 17px;
  padding: 5px;
}
.mobile-navigation .menu-holder .list-lang li.active {
  background: #ffcf00;
}
.mobile-navigation .menu-holder .list-lang li a {
  font-size: 12px;
  color: #3366bb;
}
.mobile-navigation .menu-holder .list-lang li span {
  font-size: 12px;
}
.mobile-navigation .menu-holder .sub-menu-link > .fa {
  font-size: 28px;
  color: #444;
  position: absolute;
  right: 10px;
  top: -4px;
}
.mobile-navigation .delimiter-menu {
  border: 1px solid #f2f2f2;
  display: block;
  position: relative;
  top: -15px;
}
.mobile-navigation .list-country > li a {
  font-size: 12px;
  line-height: 15px;
}
.mobile-navigation .list-country > li + li {
  margin-top: 0;
}
.mobile-navigation .list-country > li.active {
  background: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}
.mobile-navigation .list-country > li.active > span {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  background: #ccc;
  color: #000;
}
.mobile-navigation .sub-menu {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  width: 250px;
  min-height: 400px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -250px;
  z-index: 111;
  overflow: auto;
}
.mobile-navigation .sub-menu.visible {
  left: 0;
}
.mobile-navigation .sub-menu li {
  position: relative;
}
.mobile-navigation .sub-menu .back-menu {
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  background: #f2f2f2;
  padding: 10px 25px 10px 15px;
  margin-left: -15px;
  margin-right: -30px;
  display: block;
  color: #000;
  font-family: "ProximaNova-Bold", sans-serif;
}
.mobile-navigation .sub-menu .back-menu .fa {
  color: #000;
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 28px;
}
.mobile-navigation .logo {
  display: inline-block;
  margin: 14px 0 15px 15px;
}
.mobile-navigation .logo img {
  height: 32px;
}
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager {
  /* a{
        background: @mediumColor none repeat scroll 0 0;
        border: 1px solid @mediumColor;
        height: 12px;
        margin: 0 3px;
        width: 12px;
        border-radius: 50%;
        .transition(~"all 0.12s ease 0s");
      
        &:before{
          display: none;
        }
      
        &:hover, &.active{
          background: @elementsBackground;
        }
      } */
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin-right: 3px;
  margin-left: 3px;
  border: 3px solid #000;
  background: #000;
  -webkit-box-shadow: 0 0 0 3px #fff inset;
  box-shadow: 0 0 0 3px #fff inset;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #ffcf00;
  background: #ffcf00;
}
.bx-wrapper .bx-controls-direction a {
  height: 46px;
  width: 45px;
  background-position: 50% 50%;
  -webkit-transition: all 0.12s ease 0s;
  -o-transition: all 0.12s ease 0s;
  transition: all 0.12s ease 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-position: 50% 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -50px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-prev.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-prev@2x.png");
    background-size: 45px 46px;
  }
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -50px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-next.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-next@2x.png");
    background-size: 45px 46px;
  }
}
.box-striped .bx-wrapper .bx-controls-direction a {
  width: 33px;
  height: 33px;
}
.box-striped .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-prev.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .box-striped .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-prev@2x.png");
    background-size: 33px 33px;
  }
}
.box-striped .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-next.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .box-striped .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/bxSlider/bxSlider-controls-next@2x.png");
    background-size: 33px 33px;
  }
}
.bxslider-cont {
  margin-right: 50px;
  margin-left: 50px;
}
.section-trusted .bx-wrapper img {
  border: 20px solid #f2f2f2;
}
.bx-viewport .box-bordered {
  -webkit-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4;
  box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4;
}
.info-block-title {
  font-size: 4em;
  line-height: 1;
}
.section-footer .list-social {
  float: left;
}
.section-dark {
  background: #231f20;
}
.block-plain-text h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.section-title {
  font-size: 24px;
  text-align: left;
}
.bx-wrapper .bx-pager {
  top: 0;
}
#shadow-root {
  box-shadow: none !important;
}
.list-check {
  margin-top: 5px;
}
.list-check li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.list-check li + li {
  margin-top: 5px;
}
.list-check li:before {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 10px;
  border-radius: 50%;
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
}
.list-btn-group li {
  display: inline-block;
}
.list-btn-group li + li {
  margin-left: 35px;
}
.list-btn-group .label-btn {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "ProximaNova-Bold", sans-serif;
}
#temp-personnel button.close,
.temp-modal button.close {
  opacity: 1;
  position: absolute;
  top: -12px;
  right: -12px;
}
#temp-personnel button.close:hover,
.temp-modal button.close:hover {
  opacity: 1;
}
.ico-close {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #ffcf00;
  transform: rotate(45deg);
}
.ico-close:before {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
}
.ico-close:after {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -1px;
}
.ico-close:hover {
  transform: rotate(135deg);
}
.ico-arrow {
  background: url("/wp-content/themes/twentynineteen/assets/images/graphic/arrow.svg") no-repeat center;
  height: 43px;
  width: 96px;
  display: block;
}
.modal-temp-personnel .logo-ss img {
  height: 51px;
  width: 134px;
}
.modal-temp-personnel .logo-fillin img {
  max-height: 51px;
}
.list-stage li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.list-stage li + li {
  margin-left: 35px;
}
.list-stage li:nth-last-child(1) {
  margin-left: 50px;
}
.list-stage li .ico-arrow {
  margin-top: 5px;
}
.list-stage li .text {
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}
.modal-temp-personnel .modal-content {
  padding: 15px;
}
.modal-temp-personnel .modal-header {
  border-bottom: none;
}
.modal-temp-personnel .modal-body {
  padding-top: 0;
}
.modal-temp-personnel .modal-body h2 {
  font-family: "ProximaNova-Xbold", sans-serif;
  font-size: 32px;
  margin-top: 0;
}
.modal-temp-personnel .modal-body p {
  font-size: 18px;
}
.modal-temp-personnel .modal-body a {
  font-size: 16px;
}
.modal-temp-personnel .modal-footer {
  border-top: none;
}
.modal-temp-personnel .modal-footer .btn,
.modal-temp-personnel .modal-footer .btn-link-like,
.modal-temp-personnel .modal-footer .btn-link-like-2,
.modal-temp-personnel .modal-footer .btn-link-like-3 {
  float: left;
}
.ico-main-services img {
  display: inline-block;
  height: 88px;
}
.find-work-go-list a {
  display: block;
  margin-top: 15px;
}
.news-content-body {
  font-size: 18px;
  line-height: 130%;
}
.news-content-body p {
  margin-bottom: 20px;
}
.create-resure-wrapper:before,
.create-resure-wrapper:after {
  content: " ";
  display: table;
}
.create-resure-wrapper:after {
  clear: both;
}
.create-resure-wrapper:before,
.create-resure-wrapper:after {
  content: " ";
  display: table;
}
.create-resure-wrapper:after {
  clear: both;
}
.create-resure-wrapper .user-photo-holder {
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 214px;
  width: 160px;
  background-color: #666;
  float: left !important;
  margin-right: 30px;
}
.create-resure-wrapper .user-photo-holder img {
  width: 100%;
  max-height: 100%;
}
.create-resure-wrapper .list-requirements {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.gradient-list-item-content {
  margin-left: 3.45em;
  padding: 1em;
}
.stat-md .stat-value {
  background: rgba(0, 0, 0, 0);
}
.stat-md .stat-value:after {
  content: "";
  border-bottom: 4px solid #ffcf00;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 62px;
}
.section-title {
  font-size: 36px;
}
/* .cropper-container, .cropper-wrap-box, .cropper-canvas, .cropper-canvas img{
  width: 100% !important;
  left: 0 !important;
} */
.mce-panel {
  border: none !important;
  background-color: transparent !important;
}
.mce-flow-layout-item {
  margin: 0 0 4px !important;
}
div.mce-edit-area {
  border: 1px solid #666 !important;
  border-radius: 3px !important;
  overflow: hidden;
}
.block-yellow {
  padding: 16px 18px;
  background: #ffcf00;
}
.block-yellow .titles {
  margin-bottom: 18px;
}
.block-yellow h3 {
  margin-top: 0;
  margin-bottom: 5px !important;
  line-height: 1.2;
}
.block-yellow .lead {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.block-yellow .form-group:last-child {
  margin-bottom: 0;
}
.tube-part {
  position: relative;
}
.tube-part:not(.last) {
  margin-bottom: 8px;
}
.tube-part.last {
  margin-bottom: 25px;
}
.tube-part--top {
  width: 100%;
}
.tube-part--middle {
  width: 79%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tube-part--bottom {
  width: 59.8%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tube-part__title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.375em;
  font-family: "ProximaNova-Bold", sans-serif;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.tube-part__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tube-part__list > li {
  padding: 0 0 0 3.25em;
  position: relative;
  min-height: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.tube-part__list > li:not(:first-child) {
  margin-top: 1.25em;
}
.tube-part__list > li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
}
.tube-part__list > li .icon img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tube-part--bottom .tube-part__title {
  padding-top: 20px;
}
.persons-list {
  padding: 0;
  margin: 12px -9px 0;
  list-style: none;
  text-align: center;
}
h3 + .persons-list {
  margin-top: 25px;
}
.persons-list > li {
  padding: 0 9px;
  margin: 0;
  display: inline-block;
}
.curly {
  position: relative;
  background: transparent scroll 0 50% no-repeat;
  padding-left: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.curly:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 2px;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #fff 0%, #8a8a8d 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #8a8a8d 100%);
  background-image: linear-gradient(to right, #fff 0%, #8a8a8d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff8a8a8d', GradientType=1);
}
.curly--big,
.curly--big2 {
  min-height: 215px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/curly-brecket-big.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .curly--big,
  .curly--big2 {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/curly-brecket-big@2x.jpg");
    background-size: 18px 100%;
  }
}
.curly--big {
  margin-top: 21px;
}
.curly--big2 {
  margin-top: -11px;
}
.curly--small,
.curly--small2 {
  min-height: 116px;
  background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/curly-brecket-small.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .curly--small,
  .curly--small2 {
    background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/curly-brecket-small@2x.jpg");
    background-size: 18px 100%;
  }
}
.curly--small {
  margin-top: 32px;
}
.curly--small2 {
  margin-top: 95px;
}
.curly--offset-sm:before {
  width: 93px;
}
.curly--offset-md:before {
  width: 135px;
}
.curly--offset-lg:before {
  width: 185px;
}
.curly__title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.125em;
  margin-bottom: 10px;
}
.curly__title .bigger {
  font-size: 1.91em;
  font-family: "ProximaNova-Xbold", sans-serif;
  padding-right: 0.31em;
}
.curly__title--big {
  font-size: 1.375em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.checked-sticker {
  font-size: 1.125em;
  padding-left: 5.27em;
  min-height: 4.44em;
  background: transparent scroll url("/wp-content/themes/twentynineteen/assets/images/ico/checked-huge.svg") 0 50% no-repeat;
  -webkit-background-size: 4.44em 4.44em;
  background-size: 4.44em 4.44em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.case {
  padding: 85px 20px;
  border: 1px solid #d1d3d4;
  height: 472px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
  box-shadow: 3px 3px 0 0 #fff, 3px 3px 0 1px #d1d3d4, 7px 7px 0 0 #fff, 7px 7px 0 1px #d1d3d4, 16px 16px 15px 0 rgba(6, 32, 55, .15);
}
.case--vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.case--bg1 {
  background: #fff scroll url("/wp-content/themes/twentynineteen/assets/images/bg/faces.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.case--bg2 {
  position: relative;
  background: #fff scroll url("/wp-content/themes/twentynineteen/assets/images/bg/faces.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.case--bg2 > * {
  position: relative;
  z-index: 1;
}
.case--bg2 .bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.case__title {
  position: absolute;
  top: 30px;
  left: 0;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  line-height: 41px;
  padding: 0 30px;
  background: #ffcf00;
}
.case__title > span {
  position: relative;
  z-index: 1;
}
.case__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  -o-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
}
.case__text {
  font-size: 1.125em;
  line-height: 1.44em;
  width: 818px;
  max-width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.case__logo {
  text-align: center;
  margin-bottom: 40px;
}
.case__item:not(:first-child) {
  margin-top: 15px;
}
.case__label {
  text-align: right;
  font-size: 2.625em;
  line-height: 57px;
  height: 56px;
  text-transform: uppercase;
}
.case__value {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 2.875em;
  line-height: 57px;
  height: 56px;
  padding-right: 10px;
  padding-left: 17px;
  background-color: #ffcf00;
  display: inline-block;
  position: relative;
}
.case__value:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: inherit;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(20deg) skewY(0);
  -ms-transform: skewX(20deg) skewY(0);
  -o-transform: skewX(20deg) skewY(0);
  transform: skewX(20deg) skewY(0);
}
.case__actions {
  margin-top: 40px;
}
.case__footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.case .lead {
  font-size: 1.375em;
  line-height: 1.182;
}
.case .stat:not(:first-child) {
  margin-top: 25px;
}
.case .stat__value {
  font-size: 3.25em;
  line-height: 0.8;
  font-family: "ProximaNova-Bold", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 11px;
  position: relative;
}
.case .stat__value:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 4px;
  max-width: 100%;
  background-color: #ffcf00;
}
.case .stat__value.big {
  font-size: 4.686em;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.case .stat__label {
  font-size: 1.125em;
  color: #59595b;
}
.case .stat--horizontal {
  overflow: hidden;
}
.case .stat--horizontal:first-child {
  margin-top: 27px;
}
.case .stat--horizontal:not(:first-child) {
  margin-top: 35px;
}
.case .stat--horizontal .stat__value {
  font-size: 4.5em;
  float: left;
  margin-right: 23px;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 57px;
  line-height: 57px;
}
.case .stat--horizontal .stat__value:before {
  display: none;
}
.case .stat--horizontal .stat__label {
  height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.case .block:not(:first-child) {
  margin-top: 65px;
}
.case .dashed.f {
  margin-top: 18px;
}
.case .res-box {
  height: 303px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.case .res-box img {
  margin-bottom: 31px;
}
.comp-preview {
  position: relative;
  margin-top: 10px;
}
.comp-preview__img {
  width: 62%;
  position: relative;
}
.comp-preview__img img {
  width: 100%;
  height: auto;
}
.comp-preview__img .comp-preview__caption {
  position: absolute;
  top: 0;
  left: 100%;
  width: 42%;
  padding-left: 30px;
}
.comp-preview__text {
  font-size: 1.375em;
  padding: 15px 20px;
  background: #ffcf00;
}
.comp-preview__text:not(:first-child) {
  margin-top: 25px;
}
.comp-preview__img .comp-preview__caption .comp-preview__text {
  margin-left: -135px;
}
.task-completed {
  position: relative;
  background: #ffcf00;
  display: inline-block;
}
.task-completed > span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.375em;
  line-height: 41px;
  padding-left: 47px;
  padding-right: 32px;
  background: transparent scroll url("/wp-content/themes/twentynineteen/assets/images/ico/check-icon-n.svg") 10px 50% no-repeat;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
}
.task-completed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  -o-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 100%;
  height: 100%;
}
.lead {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: .84em;
}
.lead--fancy {
  font-family: "ProximaNova-Bold", sans-serif;
  position: relative;
  padding-bottom: 3px;
}
.lead--fancy:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 157px;
  height: 3px;
  max-width: 80%;
  background-color: #ffcf00;
}
.lead--fancy2 {
  font-family: "ProximaNova-Bold", sans-serif;
  position: relative;
  padding-bottom: 3px;
}
.lead--fancy2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 3px;
  max-width: 80%;
  background-color: #ffcf00;
}
.gradient-list-item-plain {
  font-size: 20px;
  padding-left: 1.5em;
  position: relative;
  background-image: -webkit-linear-gradient(left, #e6e6e6 0, #e6e6e6 1.5em, #f2f2f2 1.5em, rgba(242, 242, 242, 0) 100%);
  background-image: -o-linear-gradient(left, #e6e6e6 0, #e6e6e6 1.5em, #f2f2f2 1.5em, rgba(242, 242, 242, 0) 100%);
  background-image: linear-gradient(to right, #e6e6e6 0, #e6e6e6 1.5em, #f2f2f2 1.5em, rgba(242, 242, 242, 0) 100%);
}
.gradient-list-item-plain__counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background: #e6e6e6;
  padding: .25em;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gradient-list-item-plain__content {
  padding: 10px;
  min-height: 2.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.box-plain {
  padding: 40px 35px;
  background: #fff;
  border: 1px solid #d1d3d4;
}
.box-plain--condenced {
  padding: 20px;
}
.box-plain--flex-column {
  min-height: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .box-plain--flex-column {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .box-plain--flex-column {
    display: block;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .box-plain {
    padding: 20px;
  }
}
.box-colored {
  border: 1px solid #d1d3d4;
  background: #ffcf00;
  padding: 30px;
}
.box-colored__header {
  margin-bottom: 40px;
}
.box-colored__header h1,
.box-colored__header h2,
.box-colored__header h3,
.box-colored__header h4,
.box-colored__header h5,
.box-colored__header h6,
.box-colored__header .h1,
.box-colored__header .h2,
.box-colored__header .h3,
.box-colored__header .h4,
.box-colored__header .h5,
.box-colored__header .h6 {
  margin: 0;
  font-family: "ProximaNova-Bold", sans-serif;
}
.box-colored__header h1:not(:last-child),
.box-colored__header h2:not(:last-child),
.box-colored__header h3:not(:last-child),
.box-colored__header h4:not(:last-child),
.box-colored__header h5:not(:last-child),
.box-colored__header h6:not(:last-child),
.box-colored__header .h1:not(:last-child),
.box-colored__header .h2:not(:last-child),
.box-colored__header .h3:not(:last-child),
.box-colored__header .h4:not(:last-child),
.box-colored__header .h5:not(:last-child),
.box-colored__header .h6:not(:last-child) {
  margin-bottom: .208em;
}
.box-colored__header .lead {
  margin: 0;
  font-size: 1em;
  line-height: 1.375 em;
}
.box-colored__content--narrow {
  width: 308px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .pulled-left-large {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .offset-top-sm-large {
    margin-top: 30px;
  }
}
.preview-flex-row {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.preview-flex-row__img {
  float: left;
  flex-shrink: 0;
  margin-right: 40px;
}
.preview-flex-row__img--condenced {
  margin-right: 30px;
}
.preview-flex-row__contents {
  overflow: hidden;
}
.preview-flex-row__title {
  position: relative;
  font-size: 1.333em;
  line-height: 1.16667em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.preview-flex-row__title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  max-width: 90%;
  background: #ffcf00;
}
.preview-flex-row__title:not(:last-child) {
  margin-bottom: 10px;
}
.preview-flex-row__text:not(:last-child) {
  margin-bottom: 3px;
}
.preview-flex-row__accent {
  font-family: "ProximaNova-Xbold", sans-serif;
}
.preview-flex-row__accent:not(:last-child) {
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .preview-flex-row__img--condenced {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .preview-flex-row--block-sm {
    display: block;
    text-align: center;
  }
  .preview-flex-row--block-sm .preview-flex-row__img,
  .preview-flex-row--block-sm .preview-flex-row__img--condenced {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .preview-flex-row--block-sm .preview-flex-row__img img,
  .preview-flex-row--block-sm .preview-flex-row__img--condenced img,
  .preview-flex-row--block-sm .preview-flex-row__img .icon,
  .preview-flex-row--block-sm .preview-flex-row__img--condenced .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .preview-flex-row--block-sm .preview-flex-row__title {
    margin-top: 0;
  }
  .preview-flex-row--block-sm .preview-flex-row__title:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 480px) {
  .preview-flex-row {
    font-size: 16px;
  }
  .preview-flex-row__img {
    margin-right: 15px;
  }
}
.icon {
  border-radius: 50%;
  background: #f2f2f2;
  position: relative;
  width: 110px;
  height: 110px;
}
.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 54%;
  max-height: 54%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .icon {
    width: 80px;
    height: 80px;
  }
}
.pers___name {
  font-size: 1.75em;
  font-family: "ProximaNova-Bold", sans-serif;
}
.pers___position {
  font-size: 1.125em;
}
.fxcntr {
  min-height: 425px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .fxcntr {
    min-height: 385px;
  }
}
@media (max-width: 767px) {
  .fxcntr {
    min-height: 0;
    display: block;
  }
}
.fxcntr .expert {
  margin: auto;
}
.fxcntr .expert.big {
  width: 267px;
  max-width: 100%;
}
.fxcntr .expert.big img {
  margin: 3px;
  border: 3px solid transparent;
  box-shadow: 0 0 0 3px #ffcf00;
}
@media (max-width: 767px) {
  .fxcntr .expert.big img {
    margin-bottom: 10px;
  }
}
.box-arrowed2__left,
.box-arrowed2__right {
  padding: 30px;
}
.box-arrowed2__left {
  flex-shrink: 0;
  background: #fff;
}
.box-arrowed2__left:not(:last-child) {
  position: relative;
  z-index: 0;
}
.box-arrowed2__right {
  background: #f2f2f2;
  padding: 30px;
}
.box-arrowed2__title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.875em;
}
.box-arrowed2__subitle {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.5em;
}
.box-arrowed2__date {
  margin-top: 15px;
  font-family: "ProximaNova-Bold", sans-serif;
  position: relative;
  padding-bottom: 3px;
  font-size: 1.5em;
}
.box-arrowed2__date:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 157px;
  height: 3px;
  max-width: 80%;
  background-color: #ffcf00;
}
@media (min-width: 992px) {
  .box-arrowed2 {
    min-height: 258px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .box-arrowed2__left,
  .box-arrowed2__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .box-arrowed2__left {
    width: 476px;
  }
  .box-arrowed2__left:not(:last-child) {
    padding-right: 55px;
  }
  .box-arrowed2__left2 {
    width: 503px;
  }
  .box-arrowed2__left2:not(:last-child) {
    padding-right: 55px;
  }
  .box-arrowed2__right {
    width: 100%;
  }
  .box-arrowed2__right:not(:first-child) {
    position: relative;
    z-index: 1;
  }
  .box-arrowed2__right:not(:first-child):before,
  .box-arrowed2__right:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 55px;
    height: 50%;
  }
  .box-arrowed2__right:not(:first-child):before {
    top: 0;
    background-image: -webkit-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -ms-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -o-linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
  }
  .box-arrowed2__right:not(:first-child):after {
    top: 50%;
    background-image: -webkit-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -ms-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -o-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
  }
}
@media (max-width: 991px) {
  .box-arrowed2__left:not(:last-child) {
    padding-bottom: 40px;
  }
  .box-arrowed2__right:not(:first-child) {
    position: relative;
    z-index: 1;
  }
  .box-arrowed2__right:not(:first-child):before,
  .box-arrowed2__right:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 50%;
    height: 20px;
  }
  .box-arrowed2__right:not(:first-child):before {
    left: 0;
    background-image: -webkit-linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -ms-linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -o-linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
  }
  .box-arrowed2__right:not(:first-child):after {
    left: 50%;
    background-image: -webkit-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -ms-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: -o-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #f2f2f2 50%);
  }
}
@media (max-width: 767px) {
  .box-arrowed2__left,
  .box-arrowed2__right {
    padding: 15px;
  }
}
.form-flex-row {
  margin-right: -20px;
  margin-left: -20px;
}
.form-flex-row .cell {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .form-flex-row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .form-flex-row .cell--w1 {
    width: 60%;
  }
  .form-flex-row .cell--w2 {
    width: 40%;
  }
}
.carousel-indicators li {
  width: 4px;
  height: 4px;
  z-index: 999;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  border: 0;
  width: 6px;
  height: 6px;
  z-index: 999;
}
.carousel {
  padding-bottom: 10px;
}
.carousel-indicators {
  text-align: left;
}
.box-content-colorgray {
  background: #f2f2f2;
  padding: 20px;
  font-size: 1em;
}
.owl-three-items .owl-item {
  -webkit-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.owl-three-items .owl-item:not(.center) {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.row-shadow {
  box-shadow: 0 8px 15px rgba(6, 32, 55, 0.15);
  border: 1px solid #d1d3d4;
}
.title-part-size {
  font-size: 54px !important;
}
.h4 {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 24px;
}
.flp-text {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
}
.flp-li-height {
  min-height: 35px;
}
#orbit-container-top {
  margin-top: 0;
}
.yelow-block__icon--icon2 {
  padding-right: 45px;
}
.button-tool {
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 5px;
  padding: 2px 10px 2px;
}
.button-tool:hover,
.button-tool:active,
.button-tool:focus {
  color: #ffcf00 !important;
  border: 2px solid #ffcf00;
}
.title-part--custom-size-3 {
  font-size: 0.4em !important;
}
.reviews-flp {
  border-radius: 50px;
  padding: 15px 20px;
  background: #fff;
  float: right;
}
.reviews-flp:after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  right: 0;
  border: 4px solid transparent;
  border-left: 19px solid #fff;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.reviews-flp__content {
  font-size: 16px;
}
.person__avatar {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.person__avatar img {
  border-radius: 50px;
}
.person__info {
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 8px;
}
.person__info .person-name {
  font-size: 16px;
  font-family: "ProximaNova-Bold", sans-serif;
}
.person__info2 {
  padding-left: 0px;
  min-height: 44px;
}
.img-avatar-min {
  max-width: 55%;
  margin: auto;
}
.owl-carousel-reviews .owl-stage-outer {
  padding: 22px 0px;
}
.owl-carousel-reviews .box-reviews {
  background: #fff;
  padding: 35px 30px 65px;
  box-shadow: 0 8px 15px rgba(6, 32, 55, 0.15);
}
.owl-carousel-reviews .box-reviews p {
  font-size: 16px;
  margin-top: 20px;
}
.owl-carousel-reviews .box-reviews .person .person__info {
  top: 30px;
}
.owl-carousel-reviews .box-reviews:before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -125px;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/twentynineteen/assets/images/ico/brackets.png") no-repeat center;
}
.owl-carousel-reviews .owl-nav .owl-prev,
.owl-carousel-reviews .owl-nav .owl-next {
  background-size: cover !important;
  position: absolute;
  width: 15px;
  height: 25px;
  top: 40%;
  background: inherit;
}
.owl-carousel-reviews .owl-nav .owl-prev {
  left: -52px;
}
.owl-carousel-reviews .owl-nav .owl-prev:after,
.owl-carousel-reviews .owl-nav .owl-prev:before {
  right: 0%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.owl-carousel-reviews .owl-nav .owl-prev:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f2f2f2;
  border-width: 8px;
  margin-top: -5px;
}
.owl-carousel-reviews .owl-nav .owl-prev:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #5a5a5c;
  border-width: 14px;
  margin-top: -11px;
}
.owl-carousel-reviews .owl-nav .owl-prev:hover:before {
  border-right-color: #ffd000;
}
.owl-carousel-reviews .owl-nav .owl-next {
  right: -52px;
}
.owl-carousel-reviews .owl-nav .owl-next:after,
.owl-carousel-reviews .owl-nav .owl-next:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 15px;
  width: 25px;
  position: absolute;
  pointer-events: none;
}
.owl-carousel-reviews .owl-nav .owl-next:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f2f2f2;
  border-width: 8px;
  margin-top: -5px;
}
.owl-carousel-reviews .owl-nav .owl-next:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #5a5a5c;
  border-width: 14px;
  margin-top: -11px;
}
.owl-carousel-reviews .owl-nav .owl-next:hover:before {
  border-left-color: #ffd000;
}
.owl-carousel-reviews .owl-dots .owl-dot span {
  margin: 5px !important;
}
.owl-carousel-reviews .owl-dots .active span {
  background: #ffcf00 !important;
}
.owl-one {
  margin-top: -53px;
}
.fl-r {
  float: right;
}
.box-reviews_ {
  background: #fff;
  padding: 35px 30px 65px;
  box-shadow: 0 8px 15px rgba(6, 32, 55, 0.15);
}
.box-reviews_ p {
  font-size: 16px;
  margin-top: 20px;
}
.box-reviews_ .person .person__info {
  top: 30px;
}
.box-reviews_:before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -40%;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/twentynineteen/assets/images/ico/brackets.png") no-repeat center;
}
.block-header-news {
  position: relative;
  margin-top: 30px;
}
.block-header-news__bg {
  min-height: 620px;
  padding: 25px 95px;
  background-size: cover !important;
  position: relative;
}
.block-header-news__bg:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.42;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.block-header-news__content {
  position: absolute;
  top: 0;
  padding: 25px 95px;
  color: #fff;
}
.block-header-news__content .box-date {
  color: #ffffff;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.block-header-news__content h1 {
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  font-size: 42px;
  font-weight: 700;
}
.block-header-news-noimg {
  position: relative;
  margin-top: 30px;
  margin-bottom: 95px;
  top: 0;
  padding: 25px 95px;
  color: #000;
}
.block-header-news-noimg .box-date {
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.block-header-news-noimg h1 {
  color: #000;
  font-family: "ProximaNova-Bold";
  font-size: 42px;
  font-weight: 700;
}
.block-content-news {
  margin-top: -94px;
  background: #fff;
  padding: 50px 95px;
}
.block-content-news .news-content-body {
  color: #333333;
  font-family: "PT Serif";
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}
.block-content-news img {
  max-width: 750px !important;
  height: auto !important;
}
.block-content-news .embed-responsive-item,
.block-content-news .owl-carousel-img-news {
  width: 125% !important;
  margin-left: -95px;
}
@media (max-width: 1199px) {
  .block-content-news .embed-responsive-item,
  .block-content-news .owl-carousel-img-news {
    width: 130% !important;
  }
}
.block-content-news .box-akcent-text {
  background-color: #f6f5ef;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 31px;
}
.block-content-news .box-left-line {
  border-left: 4px solid #1a1a1a;
  padding-left: 25px;
  font-size: 24px;
  line-height: 37px;
}
.block-content-news h1,
.block-content-news .h1,
.block-content-news h2,
.block-content-news .h2,
.block-content-news h3,
.block-content-news .h3 {
  color: #333333;
  font-weight: 700;
  line-height: 32px;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.block-content-news h1,
.block-content-news .h1 {
  font-size: 42px;
}
.block-content-news h2,
.block-content-news .h2 {
  font-size: 34px;
}
.block-content-news h3,
.block-content-news .h3 {
  font-size: 26px;
}
.block-content-news-noimg {
  background: #fff;
  padding: 50px 95px;
}
.block-content-news-noimg .news-content-body {
  color: #333333;
  font-family: "PT Serif";
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}
.block-content-news-noimg img {
  max-width: 950px !important;
}
.block-content-news-noimg .embed-responsive-item,
.block-content-news-noimg .owl-carousel-img-news {
  width: 125% !important;
  margin-left: -95px;
}
.block-content-news-noimg .box-akcent-text {
  background-color: #f6f5ef;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 31px;
}
.block-content-news-noimg .box-left-line {
  border-left: 4px solid #1a1a1a;
  padding-left: 25px;
  font-size: 24px;
  line-height: 37px;
}
.block-content-news-noimg h1,
.block-content-news-noimg .h1,
.block-content-news-noimg h2,
.block-content-news-noimg .h2,
.block-content-news-noimg h3,
.block-content-news-noimg .h3 {
  color: #333333;
  font-weight: 700;
  line-height: 32px;
  font-family: "ProximaNova-Xbold", sans-serif;
}
.block-content-news-noimg h1,
.block-content-news-noimg .h1 {
  font-size: 42px;
}
.block-content-news-noimg h2,
.block-content-news-noimg .h2 {
  font-size: 34px;
}
.block-content-news-noimg h3,
.block-content-news-noimg .h3 {
  font-size: 26px;
}
.owl-carousel-img-news .owl-dots .active span {
  background-color: #f5a623 !important;
}
.owl-carousel-img-news .owl-nav .owl-prev,
.owl-carousel-img-news .owl-nav .owl-next {
  background: none;
  position: absolute;
  top: 0;
  height: 92%;
  width: 49%;
}
.owl-carousel-img-news .owl-nav .owl-prev {
  cursor: url("/wp-content/themes/twentynineteen/assets/images/arrow-left.svg"), auto;
  left: 0;
}
.owl-carousel-img-news .owl-nav .owl-next {
  cursor: url("/wp-content/themes/twentynineteen/assets/images/arrow-right.svg"), auto;
  right: 0;
}
.block-coment-disqus {
  padding: 0 95px;
}
.box-similar-news {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
  max-height: 400px;
}
.box-similar-news .next-content {
  padding: 20px;
  background: #fff;
  min-height: 170px;
}
@media (max-width: 1199px) {
  .box-similar-news .next-content {
    min-height: 193px;
  }
}
.box-similar-news .next-content .box-content-date {
  color: #808080;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.box-similar-news .next-content .box-content-date:before {
  display: none;
}
.box-similar-news .next-content .box-content-title {
  color: #333333;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.owl-carousel-similar-news .owl-stage {
  padding-bottom: 5px;
}
.owl-carousel-similar-news .owl-nav .owl-prev,
.owl-carousel-similar-news .owl-nav .owl-next {
  position: absolute;
  background-size: cover !important;
  background-color: inherit;
  top: 35%;
  height: 60px;
  width: 32px;
}
.owl-carousel-similar-news .owl-nav .owl-prev {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/arrow-l.svg") !important;
  left: -65px;
}
.owl-carousel-similar-news .owl-nav .owl-next {
  background-image: url("/wp-content/themes/twentynineteen/assets/images/ico/arrow-r.png") !important;
  right: -65px;
}
.block-title-similar {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}
.social-share-btns {
  margin-top: 50px;
  display: inline-block;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
.social-share-btns .share-btn-twitter {
  background-color: #00aced;
}
.social-share-btns .share-btn-twitter:hover {
  background-color: #0087ba;
}
.social-share-btns .share-btn-facebook {
  background-color: #3b5998;
}
.social-share-btns .share-btn-facebook:hover {
  background-color: #2d4373;
}
.social-share-btns .share-btn-linkedin {
  background-color: #007bb6;
}
.social-share-btns .share-btn-linkedin:hover {
  background-color: #005983;
}
.hover-news {
  transition: 0.3s ease-out 0s;
}
.hover-news:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.rw-small-25 .owl-fake-thumb {
  margin-left: -5px;
  margin-right: -5px;
}
.rw-small-25 .owl-fake-thumb .cl-xs-25 {
  min-height: 1px;
  width: 20%;
  padding: 0 5px;
  float: left;
  position: relative;
  top: 0px;
  transition: all 0.5s ease;
}
.rw-small-25 .owl-fake-thumb .cl-xs-25:hover {
  top: -10px;
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #ffcf00;
}
.owl-thumb .block-header-news-top {
  position: relative;
}
.owl-thumb .block-header-news-top__bg:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 37%, #000000 100%);
  opacity: 0.53;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.owl-thumb .block-header-news-top__content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.owl-thumb .block-header-news-top__content .box-date {
  color: inherit;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.owl-thumb .block-header-news-top__content .box-content-title {
  color: inherit;
  font-family: "ProximaNova-Bold";
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .owl-thumb .block-header-news-top__bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.51) 0%, #000000 100%);
    opacity: 0.7;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.fake-thumb {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.fake-thumb-title {
  padding: 18px 20px;
  color: #333333;
  font-family: "ProximaNova-Bold";
  font-size: 26px;
  font-weight: 700;
}
.owl-fake-thumb .thumb-box {
  padding: 18px 20px;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
.owl-fake-thumb .thumb-box-date {
  color: #808080;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  font-weight: 400;
}
.owl-fake-thumb .thumb-box-title {
  color: #333333;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.owl-fake-thumb .active {
  background-color: #f2f2f2;
  border-left: 4px solid #ffcf00;
  padding-left: 16px;
}
.box-shadow-news {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.stratch-img-box .embed-responsive-item {
  width: 125% !important;
  margin-left: -95px;
}
@media (max-width: 1199px) {
  .stratch-img-box .embed-responsive-item {
    width: 144% !important;
  }
}
@media (max-width: 991px) {
  .stratch-img-box .embed-responsive-item {
    width: 104% !important;
  }
}
.block-content-news-view {
  position: relative;
}
.block-content-news-view .post-statistics {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #24282a80;
}
.embed-responsive-item {
  height: 520px !important;
}
@media (max-width: 767px) {
  .embed-responsive-item {
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  .section-technologies .box {
    min-height: 204px;
  }
  .section-expertise .info-block-lead-text {
    margin-right: 72px;
  }
  .section-expertise .info-block-text {
    margin-right: 14px;
  }
  .section-personnel .orbit-container {
    height: 472px;
    width: 472px;
    margin-top: -48px;
  }
  .section-personnel .orbit-container .orbit-outer {
    margin-top: -278px;
    margin-left: -283px;
    width: 566px;
    height: 566px;
  }
  .section-personnel .orbit-container .orbit-inner {
    margin-top: -224px;
    margin-left: -228px;
    width: 457px;
    height: 457px;
  }
  .section-personnel .orbit-container .planet {
    width: 58px;
    height: 58px;
    -webkit-background-size: 58px auto;
    background-size: 58px auto;
  }
  .section-personnel .orbit-container .planet-left {
    margin-top: -29px;
    margin-left: -29px;
  }
  .section-personnel .orbit-container .planet-right {
    margin-top: -29px;
    margin-right: -29px;
  }
}
@media (min-width: 992px) {
  .site-slogan {
    float: left;
  }
  .site-slogan:not(:first-child) {
    margin-left: 21px;
  }
  .tabs-list {
    margin: 0 10px 0 0;
  }
  .tabs-list li a:active:before,
  .tabs-list li.active a:before,
  .tabs-list li a:active:after,
  .tabs-list li.active a:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 50%;
  }
  .tabs-list li a:active:before,
  .tabs-list li.active a:before,
  .tabs-list li a:active:after,
  .tabs-list li.active a:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 50%;
  }
  .tabs-list li a:active:before,
  .tabs-list li.active a:before {
    top: 0;
    background-image: -webkit-linear-gradient(to top right, #ffcf00 50%, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(to top right, #ffcf00 50%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to top right, #ffcf00 50%, rgba(0, 0, 0, 0) 50%);
  }
  .tabs-list li a:active:after,
  .tabs-list li.active a:after {
    bottom: 0;
    background-image: -webkit-linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #ffcf00 50%);
    background-image: -o-linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #ffcf00 50%);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #ffcf00 50%);
  }
  .box-striped-left,
  .box-striped-right {
    position: relative;
  }
  .box-striped-left:before,
  .box-striped-right:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
    z-index: 3;
  }
  .box-striped-left:after,
  .box-striped-right:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1000px;
    background: inherit;
  }
  .box-striped-left:before {
    right: -1px;
  }
  .box-striped-right:before {
    left: 0;
  }
  .section-header .phone-link {
    font-size: 1.76em;
    line-height: 1;
  }
  .section-expertise .tabs-list {
    position: relative;
    float: left;
    min-width: 221px;
    max-width: 255px;
  }
  .section-expertise .tabs-list:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3000%;
    background: inherit;
  }
  .section-more-services .col-md-6 > .box-content,
  .section-more-services .col-md-6 > .box-content-colored,
  .section-more-services .col-md-6 > .box-content-inverse,
  .section-more-services .col-md-6 > .box-content-shadowed,
  .section-more-services .col-md-6 > .box-content-dark {
    margin-right: -32px;
  }
  .section-more-services .col-md-6 > .nodes {
    margin-top: -5px;
    margin-left: 32px;
  }
  .section-footer .list-social {
    margin-right: -3px;
    margin-left: -3px;
  }
  .section-footer .list-social li {
    padding: 0 3px;
  }
  .section-footer .footer-middle {
    padding-left: 26px;
  }
  .section-footer .footer-right {
    text-align: right;
  }
  .section-statistics .stats {
    margin-top: 115px;
  }
  .section-trusted .fancy-text {
    margin-top: 90px;
  }
  .section-expertise .experts-tabs .tab-pane {
    min-height: 510px;
  }
  .section-expertise-home .experts-tabs .tab-pane {
    min-height: 715px;
  }
  .section-tasks {
    font-size: 1.7em;
  }
  .section-tasks .task-separator {
    height: 232px;
    margin-left: 40px;
  }
  .section-tasks .task-text {
    height: 232px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .box-content-news img {
    width: 205px;
  }
}
@media (min-width: 768px) {
  .section-personnel {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .section-personnel h1,
  .section-personnel .h1 {
    font-size: 2.88em;
  }
  .section-personnel .texts {
    width: 52%;
  }
  .section-personnel-about {
    padding-bottom: 35px;
  }
  .section-footer .created {
    margin-top: 88px;
    margin-right: -3px;
  }
  .task-separator:before {
    height: 100%;
    border-left: 1px solid #828285;
  }
  .task-separator:after {
    top: 50%;
    margin-top: -14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .section-trusted .more-text {
    padding-top: 170px;
  }
  .modal-custom-size {
    width: 460px;
    max-width: 100%;
  }
  .modal-md {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .multy-form-tabs li {
    max-width: 170px;
  }
}
@media (min-width: 481px) {
  .section-personnel h1 .title-part {
    float: left;
    clear: left;
  }
  .section-personnel h1 .title-part:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 64px;
    height: 100%;
    border-right: 2px solid #020202;
    z-index: -1;
    -webkit-transform: skewX(-160deg) skewY(0);
    -ms-transform: skewX(-160deg) skewY(0);
    -o-transform: skewX(-160deg) skewY(0);
    transform: skewX(-160deg) skewY(0);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
  }
  .section-personnel h1 .title-part-1:before {
    margin-left: -28px;
  }
  .section-personnel h1 .title-part-2:before {
    margin-left: -42px;
  }
  .section-personnel .h1 .title-part {
    float: left;
    clear: left;
  }
  .section-personnel .h1 .title-part:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 64px;
    height: 100%;
    border-right: 2px solid #020202;
    z-index: -1;
    -webkit-transform: skewX(-160deg) skewY(0);
    -ms-transform: skewX(-160deg) skewY(0);
    -o-transform: skewX(-160deg) skewY(0);
    transform: skewX(-160deg) skewY(0);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 5px, #ffcf00 5px);
  }
  .section-personnel .h1 .title-part-1:before {
    margin-left: -28px;
  }
  .section-personnel .h1 .title-part-2:before {
    margin-left: -42px;
  }
  .section-footer .phone-link {
    font-size: 1.6em;
  }
  .box-content-news img {
    width: 205px;
  }
}
@media (max-width: 1199px) {
  .form-group-short {
    width: 85%;
  }
  .section-title {
    font-size: 30px;
  }
  .pie-chart-container {
    text-align: right;
  }
  .pie-chart-container svg {
    max-width: 100%;
    height: auto;
  }
  .section-technologies .box {
    min-height: 204px;
  }
  .section-personnel {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .section-personnel .orbit-container {
    height: 376px;
    width: 376px;
    margin-top: -15px;
    -webkit-background-size: 42% auto;
    background-size: 42% auto;
  }
  .section-personnel .orbit-container .orbit-outer {
    margin-top: -209px;
    margin-left: -209px;
    width: 418px;
    height: 418px;
  }
  .section-personnel .orbit-container .orbit-inner {
    margin-top: -159px;
    margin-left: -159px;
    width: 319px;
    height: 319px;
  }
  .section-personnel .orbit-container .planet {
    width: 46px;
    height: 46px;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
  }
  .section-personnel .orbit-container .planet-left {
    margin-top: -23px;
    margin-left: -23px;
  }
  .section-personnel .orbit-container .planet-right {
    margin-top: -23px;
    margin-right: -23px;
  }
  .section-header {
    padding: 15px 0;
  }
  .section-header .phone-link {
    position: relative;
    top: 2px;
  }
  .section-technologies .box-colored {
    min-height: 415px;
  }
  .box-striped-right .phone-link {
    font-size: 2em !important;
  }
  .section-leader .stat-md {
    font-size: 1em;
  }
  .section-hr-audit .box-content,
  .section-hr-audit .box-content-colored,
  .section-hr-audit .box-content-inverse,
  .section-hr-audit .box-content-shadowed,
  .section-hr-audit .box-content-dark {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-innovations .btn-xs {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 20px;
  }
  .huge-text {
    font-size: 7.3em;
  }
  .big-text {
    font-size: 2.7em;
  }
  .section-payroll .box-content,
  .section-payroll .box-content-colored,
  .section-payroll .box-content-inverse,
  .section-payroll .box-content-shadowed,
  .section-payroll .box-content-dark {
    min-height: 225px;
  }
  .img-repl {
    margin-top: 0;
  }
  .img-repl img {
    max-height: 51px;
  }
  .main-footer-top .phone-link {
    font-size: 1.3em;
  }
  .section-press-center .main-new {
    min-height: 369px;
  }
  .section-press-center .alt-new {
    min-height: 174px;
  }
  .our-charge-0 {
    right: -260px;
  }
  .our-charge-3 {
    right: 257px;
  }
  .section-specialists .stat-bordered {
    font-size: 0.9em;
  }
  .section-applicants .box-striped-right {
    min-height: 520px;
  }
  .resume-contructor-step {
    min-height: 250px;
  }
  .section-personnel .orbit-container img {
    width: 250px;
    right: 50px;
  }
  .section-personnel .orbit-container img.img-safety {
    right: 25px;
  }
  .section-personnel-foreighers .orbit-container img {
    right: 30px;
  }
  .huge-logo-container img {
    height: auto;
  }
  .multy-form-tabs a {
    min-width: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-resume-result {
    font-size: 1.2em;
  }
  .block-almost-ready .block-title {
    font-size: 2.4em;
  }
  .section-tools {
    font-size: 1em;
  }
  .dragable-child .box-replic--white {
    bottom: 3%;
    left: 17%;
  }
  .dragable-child img {
    margin-left: -30px;
  }
  .dragable-child .box-replic--yellow {
    bottom: 3%;
    left: 69%;
  }
  .section-more-services a {
    font-size: 18px;
  }
  .header-links {
    font-size: 13px;
  }
  .section-personnel .left-box {
    min-height: 367px;
  }
  .section-personnel .bg {
    left: 36%;
  }
  .curly {
    font-size: 14px;
  }
  .curly--big,
  .curly--big2 {
    min-height: 175px;
  }
  .curly--big {
    margin-top: 20px;
  }
  .comp-preview__img {
    width: 70%;
  }
  .case .stat--horizontal:first-child {
    margin-top: 0;
  }
  .case .stat--horizontal:not(:first-child) {
    margin-top: 15px;
  }
  .case .block:not(:first-child) {
    margin-top: 20px;
  }
  .info-block-title {
    font-size: 3.3em;
  }
  .section-expertise .stat-bordered {
    font-size: 1.1em;
  }
  .section-expertise .stat-bordered-value {
    font-size: 2.2em;
  }
}
@media (max-width: 991px) {
  .offset-top-md-20 {
    margin-top: 0 !important;
  }
  .form-group-short {
    width: 100%;
  }
  .section-header {
    padding-bottom: 0;
  }
  .section-header .phone-link {
    font-size: 1.3em;
  }
  .reviews-flp {
    float: left;
    left: 20%;
    position: relative;
  }
  .fl-r {
    right: 10%;
  }
  .site-slogan {
    clear: both;
    font-size: 0.7em;
  }
  .tabs-list {
    margin: 0;
  }
  .tabs-list li:not(:first-child) {
    border-top: 2px solid #fff;
  }
  .box-striped-right {
    margin-left: -1px;
  }
  .box-striped-right:not(:last-child),
  .box-striped-left:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .section-footer .list-social {
    margin-right: -2px;
    margin-left: -2px;
  }
  .section-footer .list-social li {
    padding: 0 2px;
  }
  .section-more-services .box-content-title {
    font-size: 1em;
    min-height: 40px;
  }
  .box-content-date,
  .node {
    font-size: 13px;
  }
  .box-content-title,
  .node-title {
    font-size: 16px;
  }
  .box-content-title:not(:first-child) {
    margin-top: 5px;
  }
  .row-absolute .col-absolute {
    position: unset;
    align-items: left;
  }
  section + section,
  section + footer,
  .section-maps:not(:first-child),
  .section-news:not(:first-child),
  .section-content:not(:first-child) {
    margin-top: 45px;
  }
  .section-news {
    margin-top: 0 !important;
  }
  .section-title,
  .section-maps h2,
  .section-news h2,
  .section-vcancies-list h2 {
    font-size: 27px;
  }
  .titles-container {
    margin-bottom: 20px !important;
  }
  .section-about-service p {
    font-size: 16px;
  }
  .section-technologies .box-colored {
    min-height: 447px;
  }
  .box-colored {
    padding: 30px;
  }
  .box-colored-title {
    font-size: 22px;
  }
  .box-colored-content {
    font-size: 30px;
  }
  .fancy-text-label {
    font-size: 15px;
    line-height: 1;
  }
  .fancy-text-value {
    font-size: 5.5em;
    line-height: 0.8;
  }
  .block-contacts {
    font-size: 16px;
  }
  .block-contacts-title {
    font-size: 1em;
  }
  .block-contacts .email-link {
    font-size: 18px;
  }
  .phones-list a:not(:last-child) {
    margin-right: 10px;
  }
  .phones-list .operator {
    font-size: 15px;
  }
  .box-striped-right .phone-link {
    font-size: 1.5em !important;
  }
  .address a,
  .address-label {
    font-size: 14px;
  }
  .address-address {
    font-size: 1em;
  }
  .section-personnel .titles-container,
  .section-personnel .texts {
    margin-bottom: 20px;
  }
  .section-personnel .orbit-container {
    -webkit-background-size: 54% auto;
    background-size: 54% auto;
  }
  .section-personnel h1,
  .section-personnel .h1 {
    font-size: 1.9em;
  }
  .section-personnel .block {
    font-size: 14px;
  }
  .section-personnel .img-applicants img {
    width: 45px;
    max-height: 45px;
  }
  .section-personnel .md-text {
    font-size: 1em;
  }
  .stat {
    font-size: 0.5em;
  }
  .case .stat {
    font-size: 1em;
  }
  .stat-lg .stat-label,
  .stat-md .stat-label {
    margin-top: 0;
  }
  .info-block {
    padding: 15px 0;
  }
  .section-tasks {
    font-size: 1.4em;
  }
  .section-document-flow {
    font-size: 0.85em;
  }
  .before-after-slide-caption {
    max-width: 35%;
  }
  [class*="col-md"] > .box-content,
  [class*="col-md"] > .box-content-colored,
  [class*="col-md"] > .box-content-inverse,
  [class*="col-md"] > .box-content-shadowed,
  [class*="col-md"] > .box-content-dark {
    margin-bottom: 15px;
  }
  .section-fundament [class*="col-md"] > .box-content:not(.box-content-dark),
  .section-fundament [class*="col-md"] > .box-content-colored:not(.box-content-dark),
  .section-fundament [class*="col-md"] > .box-content-inverse:not(.box-content-dark),
  .section-fundament [class*="col-md"] > .box-content-shadowed:not(.box-content-dark),
  .section-fundament [class*="col-md"] > .box-content-dark:not(.box-content-dark) {
    margin-bottom: 0;
  }
  .section-leader .stat-md {
    font-size: 1em;
  }
  .section-payroll-advantages {
    font-size: 1em;
  }
  .section-hr-audit {
    font-size: 1.1em;
  }
  .img-hr-audit img {
    max-height: 71px;
  }
  .section-leader-hr-audit .stat.pull-left {
    float: none !important;
  }
  .section-leader-hr-audit .stat:not(:first-child) {
    margin-left: 0;
    margin-top: 1.875em;
  }
  .section-leader-hr-audit .lead-text,
  .section-leader-hr-audit .lead-text-bordered {
    font-size: 1.3em;
  }
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-group-lg > .btn-link-like,
  .btn-group-lg > .btn-link-like-2,
  .btn-group-lg > .btn-link-like-3 {
    padding: 8px 17px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
  }
  .section-advantages .box-bordered,
  .modal .box-bordered {
    padding: 15px;
  }
  .section-advantages .box-bordered form,
  .modal .box-bordered form {
    margin: 0;
  }
  .section-advantages .expert,
  .section-expertise .expert,
  .section-specialists .expert {
    padding: 15px 10px;
    width: auto;
    background: #f2f2f2;
    margin-bottom: 0 !important;
  }
  .section-advantages .expert .content-expert,
  .section-expertise .expert .content-expert,
  .section-specialists .expert .content-expert {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-advantages .expert .expert-ava img,
  .section-expertise .expert .expert-ava img,
  .section-specialists .expert .expert-ava img {
    margin-bottom: 10px;
    border-radius: 50%;
    max-height: 150px;
  }
  .section-advantages .expert .icons-list a,
  .section-expertise .expert .icons-list a,
  .section-specialists .expert .icons-list a {
    background: #fff;
  }
  .stat-light-label {
    line-height: 1;
  }
  .img-merged img {
    max-height: 66px;
    min-height: 66px;
    width: 80px;
  }
  .conf .img-box span {
    font-size: 0.8em;
  }
  .img-conf img {
    max-height: 57px;
    width: 57px;
  }
  .section-payroll-services .merged-list {
    margin-bottom: 0;
  }
  .partner {
    margin-top: 35px;
  }
  .nav-narrow {
    margin-bottom: 10px;
  }
  .offset-top-sm {
    margin-top: 20px;
  }
  .section-leader .stat-vertical,
  .section-leader .stat-vertical:not(:first-child) {
    margin-top: 0;
    margin-left: 0;
  }
  .stat-vertical:not(:first-child) {
    margin-left: 15px;
  }
  ul.menu {
    margin-bottom: 30px;
  }
  .section-press-center .main-new {
    min-height: 0;
  }
  .news-line {
    padding-top: 30px;
    margin-top: 30px;
  }
  .news-line:before {
    height: 100%;
    width: auto;
    left: 50%;
    border-top: none;
    border-left: 2px dashed #8a8a8d;
  }
  .news-line-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .news-line-item:before {
    top: 0;
    width: 40%;
    height: 1px;
  }
  .news-line-item .fancy-bullet {
    top: -13px;
  }
  .news-line-item.left {
    padding-right: 15px;
    text-align: right;
  }
  .news-line-item.left:before {
    right: -15px;
    left: auto;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-45deg, #8a8a8d, rgba(138, 138, 141, 0));
    background-image: -o-linear-gradient(-45deg, #8a8a8d, rgba(138, 138, 141, 0));
    background-image: linear-gradient(-45deg, #8a8a8d, rgba(138, 138, 141, 0));
  }
  .news-line-item.left .fancy-bullet {
    left: auto;
    right: -28px;
    text-align: right;
  }
  .news-line-item.left .img-newsline img {
    float: right;
  }
  .news-line-item.right {
    padding-left: 15px;
  }
  .news-line-item.right:before {
    left: -15px;
    background-image: -webkit-linear-gradient(left, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-image: -o-linear-gradient(left, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-image: linear-gradient(to right, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a8a8d', endColorstr='#008a8a8d', GradientType=1);
  }
  .news-line-item.right .fancy-bullet {
    left: -28px;
  }
  .our-charge-0 {
    right: -325px;
  }
  .our-charge-1 {
    right: 0;
  }
  .our-charge-2 {
    top: -425px;
    right: 20px;
  }
  .our-charge-3 {
    top: -195px;
    right: 353px;
  }
  .section-specialists .lead-text,
  .section-specialists .lead-text-bordered {
    font-size: 1.1em;
  }
  .section-specialists .stats-list li {
    margin-bottom: 15px;
  }
  a.gallery-overlay,
  .gallery-overlay {
    margin-bottom: 7px;
  }
  .section-resume-constructor-1 {
    font-size: 1.143em;
  }
  .resume-contructor-step {
    min-height: 195px;
  }
  .section-work-with-us .box-striped-right {
    min-height: 0;
  }
  .stratch-img-box img {
    max-width: 100%;
  }
  .multy-form-tabs a {
    padding: 10px 7px;
    font-size: 14px;
    min-height: 105px;
  }
  .form-horizontal .control-label {
    font-size: 1em;
  }
  .block-almost-ready .block-title {
    font-size: 2em;
  }
  .block-download-pdf:before {
    display: none;
  }
  .section-tools .box-shadowed-xs {
    margin-bottom: 15px;
  }
  .dragable-child img {
    margin-left: 0;
  }
  .dragable-child .box-replic--white {
    bottom: 3%;
    left: 8%;
  }
  .dragable-child .box-replic--yellow {
    bottom: 3%;
    left: 55%;
  }
  .section-more-services a {
    font-size: 16px;
  }
  .section-personnel .list-btn-group .btn,
  .section-personnel .list-btn-group .btn-link-like,
  .section-personnel .list-btn-group .btn-link-like-2,
  .section-personnel .list-btn-group .btn-link-like-3 {
    padding: 8px 17px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
  }
  .header-links {
    font-size: 14px;
  }
  .section-personnel .orbit-container img {
    right: 67px;
    margin-top: -10px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-personnel .list-btn-group .btn,
  .section-personnel .list-btn-group .btn-link-like,
  .section-personnel .list-btn-group .btn-link-like-2,
  .section-personnel .list-btn-group .btn-link-like-3 {
    padding: 8px 17px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
    text-transform: none;
  }
  .section-maps .block-contacts .phone-link {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .section-personnel .bg {
    left: 33%;
  }
  .section-personnel-about .stats-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-personnel-about .stats-list li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-personnel-about .stat-bordered {
    font-size: 0.5em;
  }
  .section-personnel-about .stat-bordered-label {
    font-size: 1.3em;
  }
  .section-personnel {
    min-height: 410px;
  }
  .tube-part__title {
    font-size: 1em;
  }
  .curly--big {
    margin-top: -7px;
  }
  .curly--small {
    margin-top: 5px;
  }
  .curly--offset-sm:before {
    width: 35px;
  }
  .curly--offset-md:before {
    width: 73px;
  }
  .curly--offset-lg:before {
    width: 115px;
  }
  .case .comp-preview {
    margin-top: 30px;
  }
  .case .comp-preview .stat__value.big {
    font-size: 2em;
  }
  .case .comp-preview .stat__label {
    font-size: 1em;
  }
  .comp-preview__text {
    font-size: 1em;
  }
  .case .stat--horizontal:first-child {
    margin-top: 0;
  }
  .case .stat--horizontal:not(:first-child) {
    margin-top: 15px;
  }
  .case .block:not(:first-child) {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .stratched-out-of-column {
    margin-right: -15px;
    margin-left: -15px;
  }
  .owl-carousel-reviews .owl-nav {
    display: none;
  }
  .block-content-news img {
    max-width: 100% !important;
  }
  .block-content-news .embed-responsive-item,
  .block-content-news .owl-carousel-img-news {
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: -10px;
  }
  .news-content-body h3,
  .news-content-body .h3 {
    overflow: hidden;
  }
  .news-content-body h3 a,
  .news-content-body .h3 a {
    display: block;
  }
  .news-content-body p {
    text-align: left !important;
  }
  .block-coment-disqus {
    padding: 10px;
  }
  .social-share-btns .share-btn {
    margin-bottom: 10px;
    width: 100%;
  }
  .block-header-news {
    margin-top: 0px;
  }
  .block-header-news__bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.51) 0%, #000000 100%);
    opacity: 0.7;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block-header-news h1,
  .block-header-news .h1 {
    font-size: 32px;
  }
  .section-news-show {
    margin-top: 0px !important;
  }
  .block-content-news:before {
    display: none;
  }
  .block-content-news {
    margin-top: 0px;
    background: #fff;
    padding: 10px;
  }
  .owl-carousel-similar-news .owl-nav {
    display: none;
  }
  .block-header-news__bg {
    min-height: 420px;
    padding: 10px;
  }
  .block-header-news__content {
    padding: 10px;
  }
  .owl-one {
    margin-top: 10px;
  }
  .owl-person-mob {
    float: inherit !important;
    left: 18%;
  }
  .section-payroll-advantages .box-bordered,
  .section-outplacement_ .box-bordered,
  .saction-selary-survay .box-bordered,
  .section-outstaffing-fillial .box-bordered {
    border: none;
    margin-right: -15px;
    margin-left: -15px;
  }
  .section-coment-background {
    padding-bottom: 30px;
  }
  .fl-r {
    right: 33%;
  }
  .modal .has-feedback label ~ .form-control-feedback,
  .section-work-with-us .has-feedback label ~ .form-control-feedback {
    top: 0 !important;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 0;
  }
  .text-right-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .offset-bottom {
    margin-bottom: 15px;
  }
  .offset-top-xs,
  .offset-top-sm {
    margin-top: 15px;
  }
  section + section {
    margin-top: 30px !important;
  }
  .text-center-xs {
    text-align: center;
  }
  .btn-md {
    padding: 11px 19px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0;
  }
  .titles-container {
    margin-bottom: 15px !important;
  }
  .section-personnel {
    padding-top: 15px;
  }
  .section-personnel h1,
  .section-personnel .h1 {
    font-size: 1.98em;
  }
  .box,
  .box-colored,
  .box-bordered,
  .box-striped-left,
  .box-striped-right,
  .box-content,
  .on-hover-box,
  .transparent-box,
  .box-content-colored,
  .box-content-inverse,
  .box-content-shadowed,
  .box-content-dark {
    padding: 15px !important;
  }
  .box.no-padding,
  .box-colored.no-padding,
  .box-bordered.no-padding,
  .box-striped-left.no-padding,
  .box-striped-right.no-padding,
  .box-content.no-padding,
  .on-hover-box.no-padding,
  .transparent-box.no-padding,
  .box-content-colored.no-padding,
  .box-content-inverse.no-padding,
  .box-content-shadowed.no-padding,
  .box-content-dark.no-padding {
    padding: 0 !important;
  }
  .box-bordered {
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .img-how-we-work {
    margin-bottom: 10px;
    display: inline;
  }
  .img-how-we-work img {
    max-height: 100px;
  }
  .section-how-we-work .bx-wrapper {
    margin-bottom: 20px;
  }
  .section-technologies .box {
    min-height: 205px;
  }
  .expert {
    padding: 15px 10px;
    width: auto;
    background: #f2f2f2;
    margin-bottom: 0 !important;
  }
  .expert .content-expert {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .expert .expert-ava img {
    margin-bottom: 10px;
    border-radius: 50%;
    max-height: 150px;
  }
  .expert .expert-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .expert .expert-position {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .expert .phone-link {
    font-size: 14px;
  }
  .expert .icons-list {
    margin-left: 0;
  }
  .expert .icons-list a {
    background: #fff;
  }
  .expert .info-block {
    padding-bottom: 1px;
  }
  .info-block .titles-container {
    margin-bottom: 15px;
  }
  .info-block .titles-container .info-block-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .info-block .titles-container .info-block-lead-text {
    font-size: 15px;
    margin: 0;
  }
  .info-block p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .info-block .info-block-text h4 {
    margin-bottom: 5px;
  }
  .section-technologies .box-colored {
    min-height: 40px;
  }
  .box-colored {
    padding: 15px;
  }
  .box-colored-title {
    font-size: 17px;
  }
  .box-colored-content {
    font-size: 20px;
  }
  .task-left {
    width: 215px;
  }
  .task-separator:before {
    width: 100%;
    border-top: 1px solid #828285;
  }
  .task-separator:after {
    top: -14px;
    left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .section-tasks .task-separator {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .before-after-slider {
    height: auto !important;
    overflow: visible;
  }
  .before-after-slide {
    position: relative;
    height: auto;
    clip: auto;
  }
  .before-after-slide-caption {
    position: relative;
    width: 94%;
    top: 20px;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .before-after-slide-left .before-after-slide-caption {
    left: 0;
  }
  .before-after-slide-right .before-after-slide-caption {
    left: 0;
  }
  .before-after-slide-caption {
    box-shadow: none;
    border: 1px solid #f2f2f2;
    margin-bottom: -2px;
  }
  .before-after-slide-caption p {
    font-size: 14px;
  }
  .twentytwenty-handle {
    display: none;
  }
  .section-leader {
    font-size: 15px;
  }
  .section-advantages {
    font-size: 1.3em;
  }
  .section-advantages .box-bordered {
    padding: 15px;
  }
  .section-advantages .box-bordered form {
    margin-top: 0;
  }
  .box-arrowed {
    padding-right: 0;
    padding-bottom: 69px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .box-arrowed:before,
  .box-arrowed:after {
    width: 50%;
    height: 59px;
    top: auto;
    bottom: 0;
  }
  .box-arrowed:before {
    right: 0;
    background-image: -webkit-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #fff 50%);
    background-image: -o-linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #fff 50%);
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 50%, #fff 50%);
  }
  .box-arrowed:after {
    right: 50%;
    background-image: -webkit-linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #fff 50%);
    background-image: -o-linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #fff 50%);
    background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, #fff 50%);
  }
  .box-striped-right,
  .box-striped-short .box-striped-right {
    min-height: 0;
  }
  .box-content,
  .box-content-colored,
  .box-content-inverse,
  .box-content-shadowed,
  .box-content-dark {
    margin-bottom: 15px;
  }
  .section-maps .box-content,
  .section-maps .box-content-colored,
  .section-maps .box-content-inverse,
  .section-maps .box-content-shadowed,
  .section-maps .box-content-dark {
    margin-bottom: 0;
  }
  .section-footer {
    text-align: center;
  }
  .section-footer .logo {
    display: inline-block;
  }
  .section-footer .list-social {
    float: none;
    margin-top: 25px;
  }
  .section-footer .created {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
  .section-footer .skype-link {
    margin-top: 15px;
  }
  .fancy-text-value {
    font-size: 4em;
  }
  .block-plain-text p {
    margin-bottom: 0;
  }
  .section-more-services .box-content-title {
    min-height: 10px;
  }
  .has-feedback .form-control {
    font-size: 14px;
  }
  .logo-header-xs {
    position: absolute;
    top: 14px;
    left: 15px;
  }
  .logo-header-xs img {
    height: 32px;
  }
  .section-personnel-xs {
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 0;
  }
  .section-personnel-xs .content {
    padding: 20px 0;
    text-align: center;
  }
  .section-personnel-xs .content p {
    margin-bottom: 20px;
  }
  .section-personnel-xs h1,
  .section-personnel-xs .h1 {
    font-family: "ProximaNova-Xbold", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .section-personnel-xs h1.h1-small,
  .section-personnel-xs .h1.h1-small {
    font-size: 26px;
  }
  .section-personnel-xs h1 span,
  .section-personnel-xs .h1 span {
    font-size: 15px;
    display: block;
  }
  .img-bad-xs {
    margin-bottom: 15px;
  }
  .img-bad-xs img {
    max-height: 171px;
  }
  .logo-header-xs {
    position: absolute;
    top: 14px;
    left: 15px;
  }
  .logo-header-xs img {
    height: 32px;
  }
  .section-personnel h1,
  .section-personnel .h1 {
    font-family: "ProximaNova-Xbold", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .section-personnel h1 span,
  .section-personnel .h1 span {
    font-size: 15px;
    display: block;
  }
  .img-bad-xs {
    margin-bottom: 15px;
  }
  .img-bad-xs img {
    max-height: 171px;
  }
  .logo-header-xs {
    position: absolute;
    top: 14px;
    left: 15px;
  }
  .logo-header-xs img {
    height: 32px;
  }
  .section-advantages .expert {
    text-align: center;
  }
  .section-advantages .expert .expert-ava {
    float: none;
  }
  .section-advantages .expert .expert-ava img {
    margin-right: 0;
  }
  .section-advantages .expert .icons-list {
    text-align: center;
  }
  .section-advantages p {
    margin-bottom: 15px;
  }
  .img-bad-xs {
    margin-bottom: 15px;
  }
  .img-bad-xs img {
    max-height: 171px;
  }
  .section-personnel h1 .title-part:not(:first-child) {
    margin-top: 5px;
  }
  .section-personnel .h1 .title-part:not(:first-child) {
    margin-top: 5px;
  }
  .tall-list li:not(:first-child) {
    margin-top: 15px;
  }
  .section-leader .stat-vertical:not(:first-child) {
    margin-left: 15px;
  }
  .section-hr-audit .box-content,
  .section-hr-audit .box-content-colored,
  .section-hr-audit .box-content-inverse,
  .section-hr-audit .box-content-shadowed,
  .section-hr-audit .box-content-dark {
    min-height: 0;
  }
  .box-shadowed-xs {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1em;
    display: block;
  }
  .stat-label {
    font-size: 14px;
  }
  .task-value {
    font-size: 3.5em;
  }
  .task-title {
    font-size: 13px;
    display: inline-block;
  }
  .section-expertise .info-block {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .box-imaged img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .box-imaged-content {
    padding: 0;
  }
  .section-innovations .box-imaged-content {
    min-height: 0;
    margin-left: 0;
  }
  .box-imaged-content {
    padding: 15px 0 !important;
  }
  .map-container {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .main-footer-bottom {
    text-align: center;
  }
  .section-press-center .alt-new {
    min-height: 0;
  }
  .news-line {
    margin-top: 0;
  }
  .news-line:before {
    left: 15px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-line-item.left,
  .news-line-item.right {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
  .news-line-item.left:before,
  .news-line-item.right:before {
    left: 0;
    right: auto;
    background-image: -webkit-linear-gradient(left, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-image: -o-linear-gradient(left, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-image: linear-gradient(to right, #8a8a8d 0%, rgba(138, 138, 141, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a8a8d', endColorstr='#008a8a8d', GradientType=1);
  }
  .news-line-item.left .fancy-bullet,
  .news-line-item.right .fancy-bullet {
    left: -13px;
    right: auto;
  }
  .news-line-item.left .img-newsline img,
  .news-line-item.right .img-newsline img {
    float: none;
  }
  .our-charge-0 {
    right: -80%;
  }
  .our-charge-1 {
    right: 28%;
  }
  .our-charge-2 {
    right: -35%;
  }
  .our-charge-3 {
    top: -555px;
    right: 70%;
  }
  .stats-list {
    margin: 0 -10px 0 -10px;
  }
  .stats-list li {
    padding: 0 10px 0 10px;
  }
  .on-hover-box {
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
    box-shadow: 1px 1px 3px 0 rgba(5, 5, 5, 0.15);
  }
  .img-partner img {
    max-height: 40px;
  }
  .img-leader img {
    max-height: 30px;
  }
  .partner .partner-text {
    margin-bottom: 5px;
  }
  .accordion-expertise {
    margin-left: -15px;
    margin-right: -15px;
  }
  .accordion-expertise .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accordion-expertise .link.collapsed {
    font-size: 15px;
  }
  .img-audit-setting img {
    max-height: 60px;
    position: relative;
    left: -10px;
    margin-bottom: 15px;
  }
  .main-link-sm {
    border: none;
    padding: 0;
    color: #3366bb;
    font-size: 14px;
  }
  .main-link-sm:hover,
  .main-link-sm:active,
  .main-link-sm:focus {
    background: rgba(0, 0, 0, 0);
    color: #3366bb;
  }
  .section-leader-home .lead-text,
  .section-leader-home .lead-text-bordered {
    margin-bottom: 5px;
  }
  .lead-text:not(:first-child),
  .lead-text-bordered:not(:first-child),
  .lead-text-bordered:not(:first-child) {
    margin-top: 15px;
  }
  .section-application {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .address .address-address {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .section-press-center {
    padding-top: 30px;
  }
  .form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    padding: 8px 0 0 0;
  }
  .has-error .form-control,
  .has-success .form-control,
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .block-yellow .form-control,
  .box-colored .form-control,
  .box-arrowed2__right .form-control {
    padding-top: 0;
    padding-left: 8px;
  }
  .form-group-btns {
    margin-bottom: 0;
  }
  .address:not(:first-child) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.menu {
    margin-bottom: 0;
  }
  .main-new .box-content-title {
    font-size: 18px;
  }
  .new-titles-container:not(:last-child) {
    margin-bottom: 10px;
  }
  .main-footer-bottom .footer-message {
    padding-top: 15px;
  }
  .developer {
    text-align: center;
    margin-top: 10px;
  }
  .section-trusted {
    margin-top: 30px;
  }
  .section-trusted .fancy-text {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .section-trusted .more-text {
    margin-bottom: 30px;
  }
  .section-trusted .bxslider-cont {
    margin-right: 50px;
    margin-left: 50px;
  }
  .gallery-grid .btn,
  .gallery-grid .btn-link-like,
  .gallery-grid .btn-link-like-2,
  .gallery-grid .btn-link-like-3 {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 20px;
  }
  label.box-dashed .label-content {
    padding-top: 0;
  }
  .section-applicants .box-striped-left {
    min-height: 0;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
  }
  .stat-bordered {
    font-size: 0.8em;
  }
  .section-expertise .stat-bordered:not(:first-child) {
    margin-left: 30px;
  }
  .info-block-footer:not(:first-child) {
    margin-top: 15px;
  }
  .filters .dropdown {
    width: 100%;
  }
  .list-links li + li {
    margin-top: 7px;
  }
  .section-resume-constructor-1 .orbit-container {
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  .section-resume-constructor-1 .small-orbit {
    margin-top: 0;
  }
  .section-resume-constructor-1 .small-orbit .orbit-container {
    margin-top: 0;
  }
  .section-resume-constructor-1 .small-orbit .orbit-container .orbit {
    display: none;
  }
  .section-resume-constructor-1 .img-how-we-work {
    margin-bottom: 0;
  }
  .section-resume-constructor-1 .img-how-we-work img {
    max-height: 70px;
  }
  .resume-contructor-step {
    min-height: 0;
  }
  .section-maps .box-content,
  .section-maps .box-content-colored,
  .section-maps .box-content-inverse,
  .section-maps .box-content-shadowed,
  .section-maps .box-content-dark {
    min-height: 10px;
  }
  .header-white {
    background: #fff;
  }
  .section-news:not(:first-child) {
    margin-top: 0;
  }
  .news-line {
    margin-left: 15px;
  }
  .ri-grid ul li a img {
    max-height: 75px;
    height: auto !important;
    width: auto !important;
  }
  [class*="col-md"] > .box-content-dark {
    margin-bottom: 20px;
  }
  .block:not(:first-child),
  .section-payroll .block:not(:first-child) {
    margin-top: 15px;
  }
  .document-flow p {
    font-size: 16px;
    line-height: 1.3;
    padding: 15px 15px 0;
    margin-bottom: 15px;
  }
  .document-flow .tab-pane {
    border: 1px solid #d1d3d4;
  }
  .document-flow .nav-document-flow {
    position: relative;
    margin-top: 30px;
  }
  .document-flow .nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d1d3d4;
    z-index: 101;
    border-radius: 2px;
  }
  .document-flow .nav li {
    background: #fff;
    margin: 0;
  }
  .document-flow .nav li.active {
    background: #f2f2f2;
  }
  .document-flow .nav li a {
    margin-right: 0;
  }
  .document-flow .nav li + li {
    border-left: 1px solid #d1d3d4;
  }
  .multy-form-tabs {
    position: relative;
    height: 105px;
    margin-bottom: 15px;
    counter-reset: tabs-counter;
  }
  .multy-form-tabs li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .multy-form-tabs li.active {
    z-index: 9;
  }
  .multy-form-tabs a {
    counter-increment: tabs-counter;
    position: relative;
    padding-right: 70px;
  }
  .multy-form-tabs a:before {
    content: counter(tabs-counter) "/7 ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    text-align: center;
    font-size: 1.9em;
    padding-top: 16px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li > a {
    border: none;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none;
    background: rgba(0, 0, 0, 0);
  }
  .section-more-services .bx-wrapper .bx-pager {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .clone-btn {
    font-size: 1em;
    text-align: left;
  }
  .clone-btn span {
    line-height: 1.22;
  }
  .dragable-container {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }
  .dragable-container:not(.no-icon) .swipe-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 46px;
    background-image: url("../wp-content/themes/twentynineteen/assets/images/bg/swipe-icon.png");
    -webkit-transition: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    -moz-transition: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    -o-transition: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    transition: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    -webkit-animation: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    -o-animation: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
    animation: swipe 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
  }
  .dragable-child {
    width: auto;
    display: table;
  }
  .dragable-child img {
    max-width: none;
    max-height: 300px;
  }
  .section-more-services a {
    font-size: 14px;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 0 !important;
  }
  .modal .box-bordered .titles-container {
    padding-right: 30px;
  }
  .modal .box-bordered .close {
    top: 15px;
    right: 12px;
  }
  .box-striped-right {
    min-height: 0;
  }
  .box-striped-right.box-striped-right-shrt {
    min-height: 0;
  }
  .box-striped-right.box-striped-right-shrt2 {
    min-height: 0;
  }
  .box-striped-right.box-striped-right-shrt3 {
    min-height: 0;
  }
  .ri-grid {
    margin-right: auto;
    margin-left: auto;
  }
  .section-services {
    margin-top: 30px;
  }
  .section-payroll .box-content,
  .section-payroll .box-content-colored,
  .section-payroll .box-content-inverse,
  .section-payroll .box-content-shadowed,
  .section-payroll .box-content-dark {
    min-height: 200px;
  }
  .section-payroll-1 .box-content,
  .section-payroll-1 .box-content-colored,
  .section-payroll-1 .box-content-inverse,
  .section-payroll-1 .box-content-shadowed,
  .section-payroll-1 .box-content-dark {
    min-height: 233px;
  }
  .filters .dropdown-menu.dropdown-menu-divided:after {
    display: none;
  }
  .mce-panel {
    margin-top: 10px !important;
  }
  div.mce-edit-area {
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
  }
  #temp-personnel button.close,
  .temp-modal button.close {
    top: 12px;
    right: 12px;
  }
  .btns-menu {
    margin-right: -15px;
    margin-left: -15px;
  }
  .section-leader-hr-audit .box-content,
  .section-leader-hr-audit .box-content-colored,
  .section-leader-hr-audit .box-content-inverse,
  .section-leader-hr-audit .box-content-shadowed,
  .section-leader-hr-audit .box-content-dark,
  .section-leader-hr-audit .box-content-colored,
  .section-leader-hr-audit .box-content-inverse,
  .section-leader-hr-audit .box-content-shadowed,
  .section-leader-hr-audit .box-content-dark {
    width: auto;
    max-width: none;
  }
  .curly {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 0;
    background: transparent;
  }
  .curly:before {
    display: none;
  }
  .curly h3 {
    margin-bottom: 10px;
  }
  .case {
    height: auto;
    display: block;
    padding: 15px;
  }
  .case__logo {
    text-align: inherit;
    margin-bottom: 15px;
  }
  .case__label {
    text-align: inherit;
  }
  .case__title {
    position: relative;
    top: auto;
    margin-bottom: 15px;
  }
  .case__title:before {
    display: none;
  }
  .case__text {
    text-align: left;
  }
  .case__footer {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    margin-top: 20px;
  }
  .case .img {
    margin-bottom: 20px;
  }
  .case .stats____ .stat {
    float: left;
  }
  .case .stats____ .stat__value.big {
    font-size: 3.25em;
  }
  .case .stats____ .stat:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }
  .comp-preview__img {
    width: 100%;
  }
  .comp-preview__img .comp-preview__caption {
    top: auto;
    left: auto;
    width: 100%;
    padding: 15px 15px 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .comp-preview__img .comp-preview__caption .comp-preview__text {
    margin-right: -15px;
    margin-left: -15px;
  }
  .case .comp-preview {
    margin-top: 0;
  }
}
@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 767px) and only screen and (-o-min-device-pixel-ratio: 2/1), (max-width: 767px) and only screen and (min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min-resolution: 192dpi), (max-width: 767px) and only screen and (min-resolution: 2dppx) {
  .dragable-container:not(.no-icon) .swipe-icon {
    background-image: url("../wp-content/themes/twentynineteen/assets/images/bg/swipe-icon@2x.png");
    background-size: 40px 46px;
  }
}
@media screen and (max-width: 480px) {
  .gradient-list-item-content {
    margin-left: -15px;
    padding-top: 50px;
  }
  .section-coment-background {
    padding-bottom: 70px;
  }
  .gradient-list-item-counter {
    height: 50px;
    width: auto;
    top: -15px;
    left: -15px;
    right: -15px;
    border-right: none;
    border-bottom: 2px solid #ffcf00;
  }
  .gradient-list-item-counter:before {
    border-color: #ffcf00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 100%;
    left: 50%;
    margin-top: 2px;
    margin-left: -6px;
  }
  .phones-list a:not(:last-child) {
    font-size: 16px;
  }
  .phones-list .operator {
    font-size: 13px;
  }
  .phones-list .box-content,
  .phones-list .section .box-content,
  .phones-list .box-content-colored,
  .phones-list .section .box-content-colored,
  .phones-list .box-content-inverse,
  .phones-list .section .box-content-inverse,
  .phones-list .box-content-shadowed,
  .phones-list .section .box-content-shadowed,
  .phones-list .box-content-dark,
  .phones-list .section .box-content-dark {
    margin-bottom: 30px;
    padding: 15px;
  }
  .phones-list .box-bordered,
  .phones-list .section-payroll-advantages .box-bordered {
    padding: 15px;
  }
  .phones-list .box-bordered.no-padding,
  .phones-list .section-payroll-advantages .box-bordered.no-padding {
    padding: 0 !important;
  }
  .phones-list .tall-list li:not(:first-child) {
    margin-top: 15px;
  }
  .phones-list .section-payroll-services,
  .phones-list .section-payroll {
    font-size: 1em;
  }
  .phones-list .table > thead > tr > th,
  .phones-list .table > tbody > tr > th,
  .phones-list .table > tfoot > tr > th,
  .phones-list .table > thead > tr > td,
  .phones-list .table > tbody > tr > td,
  .phones-list .table > tfoot > tr > td {
    padding: 10px 7px;
  }
  .phones-list .table > thead > tr > th,
  .phones-list .table > tbody > tr > th,
  .phones-list .table > tfoot > tr > th {
    font-size: 1em;
  }
  .phones-list .table > thead > tr > td,
  .phones-list .table > tbody > tr > td,
  .phones-list .table > tfoot > tr > td {
    font-size: 0.9em;
  }
  .phones-list .section-audit-setting {
    font-size: 14px;
  }
  .country {
    font-size: 0.75em;
  }
  .country-name {
    font-size: 1.3em;
  }
  .img-bag {
    margin-bottom: 10px;
  }
  .img-bag img {
    max-height: 100px;
  }
  .recruter {
    text-align: center;
  }
  .recruter .recruter-avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .recruter .recruter-contents {
    display: block;
    height: auto;
  }
  .box-content-news img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .comp-preview__text {
    padding: 15px;
  }
  .comp-preview__text:not(:first-child) {
    margin-top: 15px;
  }
  .comp-preview__caption {
    margin-top: 15px;
  }
  .case__title {
    font-size: 1.1em;
    line-height: 1.2;
    padding: 4px 7px;
  }
  .task-completed > span {
    font-size: 1em;
  }
  .case .res-box {
    height: auto;
    margin-bottom: 30px;
    display: block;
    text-align: inherit;
  }
  .case .res-box img {
    margin-bottom: 15px;
  }
  .case .stat--horizontal .stat__label {
    font-size: .8em;
  }
}
@media (max-width: 560px) {
  .section-payroll-services .box-content,
  .section-payroll .box-content,
  .section-payroll-services .box-content-colored,
  .section-payroll .box-content-colored,
  .section-payroll-services .box-content-inverse,
  .section-payroll .box-content-inverse,
  .section-payroll-services .box-content-shadowed,
  .section-payroll .box-content-shadowed,
  .section-payroll-services .box-content-dark,
  .section-payroll .box-content-dark {
    min-height: 0;
  }
  .case__label {
    font-size: 1.5em;
    line-height: 1.2;
    height: auto;
  }
  .case__value {
    font-size: 1.5em;
    line-height: 43px;
    height: auto;
  }
  .case__actions {
    margin-top: 15px;
  }
  .modal-temp-personnel .modal-body h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-single-vacancy h1,
  .section-single-vacancy .h1 {
    font-size: 28px;
  }
  .reviews-flp {
    left: 0;
  }
  .fl-r {
    right: 41%;
  }
  .btn,
  .btn-link-like,
  .btn-link-like-2,
  .btn-link-like-3 {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 20px;
  }
  .btn-select-like {
    padding: 8px 17px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    padding-right: 25px;
  }
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
  .section-personnel h1 .title-part {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .section-personnel .h1 .title-part {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .created {
    margin: auto;
    display: table;
  }
  .created img {
    height: auto;
    width: auto;
  }
  .block-with-icon {
    padding-right: 0;
    background: none;
  }
  .big-text {
    font-size: 2.81em;
  }
  .section-payroll-advantages .expert,
  .section-advantages .expert,
  .section-leader-hr-audit .expert {
    text-align: center;
  }
  .section-payroll-advantages .expert .expert-ava,
  .section-advantages .expert .expert-ava,
  .section-leader-hr-audit .expert .expert-ava {
    float: none;
    margin: 0 auto 15px;
  }
  .section-payroll-advantages .expert .icons-list,
  .section-advantages .expert .icons-list,
  .section-leader-hr-audit .expert .icons-list {
    text-align: center;
  }
  .section-footer .phone-link {
    margin-top: 10px;
    font-size: 2em;
  }
  .block-learn-more .phone-link {
    font-size: 1.9em;
  }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table > thead > tr > th:not(:first-child),
  .table > tbody > tr > th:not(:first-child),
  .table > tfoot > tr > th:not(:first-child),
  .table > thead > tr > td:not(:first-child),
  .table > tbody > tr > td:not(:first-child),
  .table > tfoot > tr > td:not(:first-child) {
    margin-top: 7px;
  }
  .table-striped > tbody > tr > th:not(:last-child),
  .table-striped > tbody > tr > td:not(:last-child) {
    border-right: none;
  }
  .section-payroll-services,
  .section-payroll {
    font-size: 1em;
  }
  .gradient-list-item-counter {
    font-size: 1.5em;
  }
  .section-audit-setting {
    font-size: 14px;
  }
  .lead-text,
  .lead-text-bordered,
  .lead-text-bordered {
    font-size: 1.2em !important;
  }
  .block-why-us [class*="col-xs"],
  .section-leader [class*="col-xs"] {
    float: none;
    width: 100%;
  }
  .section-countries {
    font-size: 13px;
  }
  .footer-message {
    padding-top: 0;
  }
  .our-charge-0 {
    right: -100%;
  }
  .our-charge-1 {
    right: 28%;
  }
  .our-charge-2 {
    right: -32%;
  }
  .our-charge-3 {
    top: -543px;
    right: 87%;
  }
  .img-asset img {
    width: 40px;
  }
  label.box-dashed .label-content {
    height: auto;
    font-size: 0.7em;
  }
  .gallery-grid .btn,
  .gallery-grid .btn-link-like,
  .gallery-grid .btn-link-like-2,
  .gallery-grid .btn-link-like-3 {
    border: none;
  }
  .vacancy-links {
    margin: 0;
  }
  .vacancy-links li {
    padding: 0 0 7px;
    display: block;
  }
  .vacancy-links .btn,
  .vacancy-links .btn-link-like,
  .vacancy-links .btn-link-like-2,
  .vacancy-links .btn-link-like-3 {
    width: 100%;
  }
  .user-photo-info {
    clear: both;
    padding-top: 25px;
  }
  .section-payroll-services .tall-list {
    margin-top: 30px;
  }
  .section-technologies .box {
    padding: 15px 5px !important;
  }
  .case .stats____ .stat {
    float: none;
  }
  .case .stats____ .stat:not(:first-child) {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-more-services .box-content-title {
    font-size: 1.075em;
  }
  .section-footer .phone-link {
    font-size: 1.9em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-technologies .box {
    min-height: 220px;
  }
  .section-more-services .box-content-title {
    font-size: 1.075em;
  }
  .section-tasks .task-separator {
    height: 195px;
    margin-left: 30px;
  }
  .section-tasks .task-text {
    min-height: 195px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .section-trusted .fancy-text {
    margin-top: 123px;
  }
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .img-box .retina {
    display: block;
  }
  .img-box .lcd {
    display: none;
  }
}
.h3-box{
  color: #000;
  font-family: "ProximaNova-Bold", sans-serif;
}
.h3-tools{
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.375em;
  line-height: 1;
  margin-top: 0.226em;
  margin-bottom: 0.23em;
}
.popup {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 100000;
	transition: 0.3s opacity, 0.3s visibility;
}
.popup__cookie {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 15px 25px;
	background-color: #3b3b3b;
    color: #fff;
    font-size: 16px;
    border-top: 4px solid #ffcf00;
}
.popup__active {
	opacity: 1;
	visibility: visible;
}
.popup__container {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.popup__text {
	padding-right: 20px;
	margin: 0;
}
.popup__text a {
	color: #ffcf00;
	transition: 0.3s color;
}
.popup__text a:hover {
	color: #cca700;
}
.popup__buttons {
	display: flex;
	align-items: center;
	min-width: 320px;
}
.popup__settings {
	display: block;
	width: 100%;
	max-width: 170px;
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 10px;
	color: #ffcf00;
	background-color: transparent;
	border: 0;
	margin-right: 10px;
	transition: 0.3s color;
}
.popup__settings:hover {
	color: #cca700;
}
.popup__btn {
	display: block;
	width: 100%;
	max-width: 170px;
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 10px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #ffcf00;
	border-radius: 5px;
	background-color: #ffcf00;
	color: #3b3b3b;
	outline: none;
	transition: 0.3s color, 0.3s background-color;
}
.popup__btn:hover {
	background-color: #3b3b3b;
	color: #ffcf00;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
    align-items: center;
	cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item input {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-top: 0;
}
.popup-settings {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.popup-settings__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 300px;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 5px;
}
.popup-settings__inner input {
	display: none;
}
.popup-settings__inner label {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	cursor: pointer;
}
.popup-settings__inner label::before {
	content: '';
	position: absolute;
	left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
	border-radius: 4px;
	border: 2px solid #3b3b3b;
}
.popup-settings__inner label::after {
	content: '';
	position: absolute;
	left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
	background-color: #3b3b3b;
	opacity: 0;
	transition: 0.3s opacity;
}
.popup-settings__inner input:checked + label::after {
	opacity: 1;
}
.popup-settings__inner input:disabled + label {
	color: #999;
	cursor: default;
}
.popup-settings__inner input:disabled + label::before {
	border: 2px solid #999;
}
.popup-settings__inner input:disabled + label::after {
	background-color: #999;
}
.popup-settings__button {
	display: block;
	width: 100%;
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 10px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #ffcf00;
	border: 0;
	color: #3b3b3b;
	outline: none;
	margin: 10px 0 0;
	transition: 0.3s color, 0.3s background-color;
}
.popup-settings__button:hover {
	background-color: #3b3b3b;
	color: #ffcf00;
}
@media screen and (max-width: 960px) {
	.popup__container {
		flex-wrap: wrap;
	}
	.popup__text {
		padding-right: 0;
	}
	.popup__buttons {
		min-width: 290px;
		margin: 20px auto 0;
	}
}
.page-text {
	font-size: 16px;
	line-height: 1.5;
	margin: 50px 0;
}

.page-text p:not(:last-child) {
	margin-bottom: 24px;
}

.page-text p:not(:last-child) {
	margin-bottom: 16px;
}
.page-text__table {
	width: 100%;
	overflow-y: auto;
	margin-bottom: 16px;
}
.page-text__table table {
	min-width: 400px;
	border-collapse: collapse;
}
.page-text__table td,
.page-text__table th {
	padding: 3px 8px;
	border: 1px solid #3b3b3b;
}

/* Footer bottom */
.main-footer-bottom {
  font-family: Montserrat, sans-serif;
}
.main-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}

.main-footer-bottom a.dev {
  display: flex;
  align-items: baseline;
  color: #23211f;
  font-size: 12px;
  line-height: 160%;
  font-family: Montserrat, sans-serif;
}
.main-footer-bottom .dev__icon {
  display: block;
  position: relative;
}
.main-footer-bottom .dev__icon img {
  width: 100%;
}
.main-footer-bottom .btn-top {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f9e547;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}
.main-footer-bottom .btn-top img {
  width: 50%;
}
.main-footer-bottom .footer__bottom-copy {
  font-size: 12px;
    line-height: 160%;
    color: #23211f;
}
.main-footer-bottom .footer__bottom-copy a {
  margin-right: 10px;
}


@media only screen and (min-width: 1025px) {
  .main-footer-bottom .btn-top:hover {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }
}

@media only screen and (max-width: 600px) {
  .main-footer-bottom-inner {
    flex-direction: column;
    align-items: center;
  }
  .main-footer-bottom .btn-top {
    margin-top: 20px;
  }
}

#cookie-notice {
	display: block!important;
}

.cookie-notice-container {
	display: block!important;
}