@charset "UTF-8";
/* ---------- Overall Specifications ---------- */
html, body, #page {
  /*min-width: 1199px;*/
}

body {
  line-height: 1.5;
  font-size: 16px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a:link, a:visited {
  text-decoration: underline;
  color: #0076a3;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #b18a00;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
  font-weight: inherit;
}

h1 {
  font-size: 20px;
  color: #534741;
}

h2 {
  font-size: 1.143em;
}

p {
  margin: 0 0 1.2em;
}

del {
  text-decoration: line-through;
}

tr.odd {
  background-color: #dddddd;
}

img {
  outline: 0;
}

code, pre, kbd, samp, var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: "PT Sans", sans-serif;
}

code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}

pre code, pre kbd, pre samp, pre var {
  font-size: 100%;
  background-color: transparent;
}

kbd kbd, kbd samp {
  font-size: 100%;
  background-color: transparent;
}

code var {
  font-size: 100%;
  background-color: transparent;
}

pre code, pre samp, pre var {
  padding: 0;
}

.description code {
  font-size: 1em;
}

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666666;
  display: inline-block;
  padding: 0 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

/* ------------------ Fonts ------------------ */
body, #site-slogan, .ui-widget, .comment-form label, #header, #footer-wrapper, #skip-link {
  font-family: "PT Sans", sans-serif;
}

ul.contextual-links, ul.links, ul.primary {
  font-family: "PT Sans", sans-serif;
}

.item-list .pager {
  font-family: "PT Sans", sans-serif;
}

div.field-type-taxonomy-term-reference, div.messages, div.meta {
  font-family: "PT Sans", sans-serif;
}

p.comment-time, table, .breadcrumb, input, textarea, select, a.button {
  font-family: "PT Sans", sans-serif;
}

/* ------------------ Reset Styles ------------------ */
caption {
  text-align: left;
  /* LTR */
  font-weight: normal;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbbbbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #bbbbbb;
  content: "“";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #bbbbbb;
  content: "”";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
}

blockquote > p:first-child {
  display: inline;
}

a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */
table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

table table {
  font-size: 1em;
}

#footer-wrapper table {
  font-size: 1em;
}

table tr th {
  /*background: #757575;
  background: rgba(0, 0, 0, 0.51);*/
  border-bottom-style: none;
  font-weight: normal;
  /*   color: #FFF;
  	font-weight: bold;*/
}

table tr th a {
  /*   color: #FFF;
  	font-weight: bold;*/
}

table tr th a:hover {
  /*   color: #FFF;
  	font-weight: bold;*/
}

table tbody tr th {
  vertical-align: top;
}

tbody {
  border-top: inherit;
}

tr td, tr th {
  padding: 4px 9px;
  /*   border: 1px solid #fff; */
  text-align: left;
  /* LTR */
  vertical-align: top;
}

#footer-wrapper tr td, #footer-wrapper tr th {
  border-color: #555555;
  border-color: rgba(255, 255, 255, 0.18);
}

/*tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}*/
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */
.contextual-links-wrapper {
  font-size: small !important;
}

ul.contextual-links {
  font-size: 0.923em;
}

.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}

.item-list .pager {
  font-size: 0.929em;
}

ul.menu li {
  margin: 0;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  /* LTR */
}

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */
}

ul.tips {
  padding: 0 0 0 1.25em;
  /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}

#skip-link a {
  background: #444444;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}

#skip-link a:link, #skip-link a:visited {
  background: #444444;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}

#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
  outline: 0;
}

#name-and-slogan {
  float: left;
  /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px;
  /* LTR */
}

#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}

h1#site-name {
  margin: 0;
}

#site-name a {
  font-weight: normal;
}

#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}

/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left;
  /* LTR */
  margin: 0 10px;
  padding: 0;
}

.region-header .block .content, .region-header .block ul {
  margin: 0;
  padding: 0;
}

.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #cccccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px;
  /* LTR */
  width: 120px;
}

.region-header .form-text:hover, .region-header .form-text:focus, .region-header .form-text:active {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}

.region-header .form-required {
  color: #eeeeee;
  color: rgba(255, 255, 255, 0.7);
}

.region-header .block-menu {
  border: 1px solid;
  border-color: #eeeeee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}

.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eeeeee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}

.region-header .block-menu li a:hover, .region-header .block-menu li a:focus, .region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}

.region-header .block-menu li.last a {
  border-bottom: 0;
}

.region-header #block-user-login {
  width: auto;
}

.region-header #block-user-login .content {
  margin-top: 2px;
}

.region-header #block-user-login .form-item {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

.region-header #block-user-login div.item-list, .region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}

.region-header #block-user-login div.item-list {
  clear: both;
}

.region-header #block-user-login div.description {
  display: inline;
}

.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}

.region-header #block-user-login .item-list li {
  list-style: none;
  float: left;
  /* LTR */
  padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em;
  /* LTR */
}

.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0;
  /* LTR */
}

.region-header #user-login-form li.openid-link a, .region-header #user-login li.openid-link a {
  padding-left: 20px;
  /* LTR */
}

.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}

.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #cccccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}

.region-header #block-user-login input.form-submit:hover, .region-header #block-user-login input.form-submit:focus {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}

.region-header #block-search-form {
  width: 208px;
}

.region-header #block-search-form .form-text {
  width: 154px;
}

.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* Region header block menus. */
/* User Login block in the header region */
/* Search block in region header. */
/* Language switcher block in region header. */
/* --------------- Main Menu ------------ */
#main-menu {
  clear: both;
}

#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
}

#main-menu-links li {
  float: left;
  /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}

#main-menu-links a {
  float: left;
  /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  font-size: 18px;
  color: #477599;
  text-transform: uppercase;
  font-weight: bold;
}

#main-menu-links a:active {
  background: #b3b3b3;
  background: white;
}

#main-menu-links li a.active {
  border-bottom: none;
}

.featured #main-menu-links li a:active, .featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: #f0f0f0;
}

/* --------------- Secondary Menu ------------ */
#secondary-menu-links {
  float: right;
  /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}

#secondary-menu-links a:hover, #secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */
#main {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #main {
    margin-top: 0;
  }
}

/* ----------------- Featured ----------------- */
#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #ffffff;
}

#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}

#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */
#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */
.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */
.content {
  margin-top: 10px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #534741;
  line-height: 1;
}

h1#page-title {
  font-size: 20px;
  font-weight: bold;
  color: #534741;
  line-height: 1;
}

#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}

.node .content {
  /*font-size: 1.071em;*/
  font-size: 15px;
}

.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.node-teaser .content {
  font-size: 1em;
}

.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}

.node-teaser h2 a {
  color: #181818;
}

.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}

.node-full {
  background: none;
  border: none;
  padding: 0;
}

.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}

.submitted .user-picture img {
  float: left;
  /* LTR */
  height: 20px;
  margin: 1px 5px 0 0;
  /* LTR */
}

.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}

.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */
  font-size: 0.8em;
}

.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label, .node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.field-type-taxonomy-term-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

.link-wrapper {
  text-align: right;
}

.field-type-image img, .user-picture img {
  margin: 0 0 1em;
}

ul.links {
  color: #68696b;
  font-size: 0.821em;
}

.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}

.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
  /* LTR */
}

.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0;
  /* LTR */
  vertical-align: top;
  overflow: hidden;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}

.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px;
  /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}

.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .indented {
  margin-left: 40px;
  /* LTR */
}

.comment ul.links {
  padding: 0 0 0.25em 0;
}

.comment ul.links li {
  padding: 0 0.5em 0 0;
  /* LTR */
}

.comment-unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
}

.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}

#sidebar-first.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}

.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 1.071em;
  line-height: 1.2;
}

.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}

.sidebar tbody {
  border: none;
}

.sidebar tr.even, .sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}

#triptych h2 {
  color: #000000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #ffffff;
  text-align: center;
  line-height: 1;
}

#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}

#triptych .block.last {
  border-bottom: none;
}

#triptych .block ul li, #triptych .block ol li {
  list-style: none;
}

#triptych .block ul, #triptych .block ol {
  padding-left: 0;
}

#triptych #block-user-login .form-text {
  width: 185px;
}

#triptych #block-user-online p {
  margin-bottom: 0;
}

#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}

#triptych-last #block-node-syndicate {
  text-align: right;
}

#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}

#triptych-middle #block-system-powered-by {
  text-align: center;
}

#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */
#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}

#footer-wrapper a {
  text-decoration: underline;
  color: #0076a3;
}

#footer-wrapper a:hover, #footer-wrapper a:focus {
  text-decoration: none;
  color: #b18a00;
}

#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

#footer-wrapper .block#block-block-28 {
  margin: 0 0;
  padding: 0;
  border: 0;
}

#footer-columns .block-menu {
  margin: 0;
  padding: 0;
  border: none;
}

#footer .block {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0.5em 0;
}

#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}

#footer .block .block-title {
  margin: 0;
}

#footer-columns h2 {
  border-bottom: 1px solid #555555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}

#footer-columns .content {
  margin-top: 0;
}

#footer-columns p {
  margin-top: 1em;
}

#footer-columns .content ul {
  list-style: none;
  padding-left: 0;
  /* LTR */
  margin-left: 0;
}

#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-columns .content li a {
  display: block;
}

#footer-columns .content li a:hover, #footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555555;
  border-color: rgba(255, 255, 255, 0.15);
}

#footer .region {
  margin-top: 4px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li a {
  float: left;
  /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555555;
  /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}

#footer li.first a {
  padding-left: 0;
  /* LTR */
}

#footer li.last a {
  padding-right: 0;
  /* LTR */
  border-right: none;
  /* LTR */
}

#footer-wrapper tr.odd {
  background-color: transparent;
}

#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */
.tabs {
  font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}

.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}

.tabs ul.primary li {
  display: block;
  float: left;
  /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0;
  /* LTR */
}

.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a {
  color: #000000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left;
  /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #ffffff;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.tabs ul.primary li.active a {
  background-color: #ffffff;
}

.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}

.tabs ul.secondary li {
  display: block;
  float: left;
  /* LTR */
}

.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}

.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}

ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}

ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */
#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}

.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */
.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */
.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */
.confirm-parent {
  width: 34em;
}

.password-parent {
  width: 34em;
  position: relative;
}

div.form-item div.password-suggestions {
  position: relative;
}

.password-strength-text, .password-strength-title, div.password-confirm {
  font-size: 0.82em;
}

.password-strength-text {
  margin-top: 0.2em;
}

div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */
input.form-submit {
  background: #ffffff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em;
  /* LTR */
  padding: 4px 17px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

a.button {
  background: #ffffff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em;
  /* LTR */
  padding: 4px 17px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */
fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  /* Offsets the negative margin of legends */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #cccccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px;
  /* LTR */
  font-family: "PT Sans", sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #ffffff;
  top: -12px;
  width: 100%;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset legend a {
  color: #3b3b3b;
}

fieldset legend a:hover, fieldset legend a:focus, fieldset legend a:active {
  color: #000000;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
  font-size: 0.929em;
}

textarea {
  font-size: 0.929em;
  line-height: 1.5;
}

textarea.form-textarea {
  padding: 4px;
}

select.form-select {
  padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #cccccc;
}

input.form-submit:hover, input.form-submit:focus {
  background: #dedede;
}

.password-suggestions ul li {
  margin-left: 1.2em;
  /* LTR */
}

.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

.form-item label {
  font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/* Contact Form */
.contact-form #edit-name, .contact-form #edit-mail, .contact-form #edit-subject {
  width: 75%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-message {
  width: 76.3%;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled {
  background: #ededed;
  border-color: #bbbbbb;
  color: #717171;
}

input.form-button-disabled:hover, input.form-button-disabled:focus, input.form-button-disabled:active {
  background: #ededed;
  border-color: #bbbbbb;
  color: #717171;
}

.form-disabled input, .form-disabled select, .form-disabled textarea {
  background: #ededed;
  border-color: #bbbbbb;
  color: #717171;
}

.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbbbbb;
}

.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px;
  /* LTR */
}

html.js input.throbbing {
  background-position: 100% -16px;
  /* LTR */
}

/* Comment form */
.comment-form label {
  float: left;
  /* LTR */
  font-size: 0.929em;
  width: 120px;
}

.comment-form input, .comment-form .form-select {
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-form .form-type-textarea label {
  float: none;
}

.comment-form .form-item, .comment-form .form-radios, .comment-form .form-type-checkbox, .comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment-form .form-type-checkbox, .comment-form .form-radios {
  margin-left: 120px;
  /* LTR */
}

.comment-form .form-type-checkbox label, .comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

.comment-form input.form-file {
  width: auto;
}

.no-sidebars .comment-form .form-text {
  width: 800px;
}

.one-sidebar .comment-form .form-text {
  width: 500px;
}

.two-sidebars .comment-form .form-text {
  width: 320px;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
  /* LTR */
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper, .comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-wrapper label {
  width: auto;
  float: none;
}

.filter-wrapper .form-select {
  min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

#edit-actions input {
  margin-right: 0.6em;
  /* LTR */
}

/* -------------- Other Overrides ------------- */
div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}

#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */
#block-search-form {
  padding-bottom: 7px;
}

#block-search-form .content {
  margin-top: 0;
}

#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
  float: left;
  /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}

#search-block-form input.form-submit, #search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}

#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus {
  background-position: center bottom;
}

#search-form input.form-submit:hover, #search-form input.form-submit:focus {
  background-position: center bottom;
}

#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual h1#page-title margin. */
}

.shortcut-wrapper h1#page-title {
  float: left;
  /* LTR */
  margin: 0;
}

div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */
.page-admin #content img {
  margin-right: 15px;
  /* LTR */
}

.page-admin #content .simpletest-image img {
  margin: 0;
}

.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}

.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}

.page-admin #admin-dblog img {
  margin: 0 5px;
}

/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}

#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}

/* Configuration. */
div.admin .right, div.admin .left {
  width: 49%;
  margin: 0;
}

div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}

div.admin-panel h3 {
  margin: 16px 7px;
}

div.admin-panel dt {
  border-top: 1px solid #cccccc;
  padding: 7px 0 0;
}

div.admin-panel dd {
  margin: 0 0 10px;
}

div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */
.overlay #main, .overlay #content {
  width: auto;
  float: none;
}

.overlay #page {
  padding: 0 2em;
}

.overlay .region-page-top, .overlay #header, .overlay #page-title, .overlay #featured, .overlay #sidebar-first, .overlay #triptych-wrapper, .overlay #footer-wrapper {
  display: none;
}

.overlay-processed .field-type-image {
  display: block;
  float: none;
}

.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */
.node .poll {
  margin: 2em 0;
}

.node .poll #edit-choice {
  margin: 0 0 1.5em;
}

.poll .vote-form {
  text-align: left;
  /* LTR */
}

.poll .vote-form .choices {
  margin: 0;
}

.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}

.poll .text {
  clear: right;
  margin-right: 2.25em;
}

.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right;
  /* LTR */
  clear: both;
}

.node .poll {
  margin: 1.8em 0 0;
}

.node .poll .text {
  margin-right: 6.75em;
}

.node .poll #edit-choice {
  margin: 0 0 1.2em;
}

.poll .bar .foreground {
  background-color: #666666;
}

#footer-wrapper .poll .bar {
  background-color: #666666;
}

#footer-wrapper .poll .bar .foreground {
  background-color: #dddddd;
}

.mmtop50,
.region-content .mmtop50 {
  margin-top: 50px;
}

/* Theme */
.hidden {
  display: none;
}

#logo {
  float: left;
  padding: 0;
  position: absolute;
  width: 250px;
  height: 83px;
  margin-left: 235px;
}
@media (max-width: 1170px) {
  #logo {
    margin-left: 210px;
  }
}
@media (max-width: 1100px) {
  #logo {
    margin-left: 17%;
  }
}
@media (max-width: 1035px) {
  #logo {
    margin-left: 13%;
  }
}
@media (max-width: 930px) {
  #logo {
    margin-left: 9%;
  }
}
@media (max-width: 830px) {
  #logo {
    margin-left: 4%;
  }
}

#main img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  #main img {
    height: auto !important;
  }
}

img[data-src] {
  display: none !important;
}

.clearfix:after, .fixed-lines .section:after, .top-lines .section:after, .fixed-lines .line-2 ul:after, .top-lines .line-2 ul:after, .cat_menu ul:after, #block-block-19 .content:after {
  content: "";
  display: block;
  clear: both;
}

.text-center {
  text-align: center;
}

.webform-client-form-580:after, .webform-client-form-580 > div:after {
  content: "";
  display: block;
  clear: both;
}

.interactive .step .triggers:after, .infographics--horizontal:after, .scheme:after, .scheme-box:after {
  content: "";
  display: block;
  clear: both;
}

.form-type-checkbox input {
  display: none;
}

.form-type-checkbox input + label {
  background: url(../images/checkbox.png) left bottom no-repeat;
  padding-left: 20px;
  min-height: 19px;
  display: block;
}

.form-type-checkbox input:checked + label {
  background: url(../images/checkbox-checked.png) no-repeat;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

#header {
  min-height: 221px;
  font-family: "PT Sans", sans-serif;
}
#header > .section {
  height: 221px;
  max-width: 1200px;
  margin: 0 auto;
}
#header .phone {
  color: #b18a00;
  font-weight: bold;
  font-size: 23px;
}
#header .phone span {
  font-weight: normal;
  font-size: 18px;
}

.fixed-lines, .top-lines {
  font-family: "PT Sans Narrow", sans-serif;
}

.fixed-lines .section, .top-lines .section {
  width: 936px;
  margin: 0 auto;
}

.fixed-lines .line-1, .top-lines .line-1 {
  background: #cbe3f7;
  min-height: 46px;
}

.fixed-lines .line-1 #main-menu, .top-lines .line-1 #main-menu {
  float: left;
}

.fixed-lines .line-1 #main-menu #main-menu-links, .top-lines .line-1 #main-menu #main-menu-links {
  padding: 0;
  margin: 0;
}

.fixed-lines .line-1 #main-menu #main-menu-links li a, .top-lines .line-1 #main-menu #main-menu-links li a {
  color: #477599;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.fixed-lines .line-1 #main-menu #main-menu-links li a:hover, .top-lines .line-1 #main-menu #main-menu-links li a:hover {
  color: #da9b2c;
}

.fixed-lines .line-1 #main-menu #main-menu-links li.first a, .top-lines .line-1 #main-menu #main-menu-links li.first a {
  padding-left: 0;
}

.fixed-lines .line-1 .phone, .top-lines .line-1 .phone {
  float: right;
  font-weight: bold;
  color: #b18a00;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
  font-size: 24px;
  margin-top: 5px;
}

.fixed-lines .line-1 .phone span, .top-lines .line-1 .phone span {
  font-weight: normal;
  font-size: 16px;
}

.fixed-lines .line-2, .top-lines .line-2 {
  width: 100%;
  background: #da9b2c;
  min-height: 31px;
}

.fixed-lines .line-2 ul, .top-lines .line-2 ul {
  padding: 0;
  margin: 0;
  float: left;
}

.fixed-lines .line-2 ul li, .top-lines .line-2 ul li {
  list-style: none;
  float: left;
  margin-top: 5px;
}

.fixed-lines .line-2 ul li a, .top-lines .line-2 ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.3px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.fixed-lines .line-2 ul li a:hover, .top-lines .line-2 ul li a:hover {
  color: #477599;
}

.fixed-lines .line-2 ul li.first a, .top-lines .line-2 ul li.first a {
  padding-left: 0;
  padding-right: 20px;
}

.fixed-lines .line-2 .email, .top-lines .line-2 .email {
  float: right;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  color: #534741;
  margin-top: 6px;
  display: none;
}

.fixed-lines .line-2 .work_time, .top-lines .line-2 .work_time {
  font-family: "PT Sans", sans-serif;
  float: right;
  font-size: 13px;
  color: #534741;
  margin-top: 6px;
}

.fixed-lines.fixed .work_time, .top-lines.fixed .work_time {
  display: none;
}

.fixed-lines.fixed .email, .top-lines.fixed .email {
  display: block;
}

.fixed-lines {
  width: 100%;
  z-index: 999;
  position: fixed;
  opacity: 0;
  top: -100px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .fixed-lines {
    top: -150px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-lines {
    top: -180px;
  }
}
.fixed-lines.active {
  top: 0;
  opacity: 1;
}
.fixed-lines.hide {
  display: none !important;
}
.fixed-lines .line-2 .email {
  display: block;
}
.fixed-lines .line-2 .work_time {
  display: none;
}

.cat_menu .section {
  max-width: 917px;
  margin: 0 auto;
  min-height: 0;
  height: auto !important;
}
.cat_menu ul {
  padding: 0;
  margin: 0;
}
.cat_menu li {
  float: left;
  list-style: none;
  width: 12.5%;
}
.cat_menu li a {
  background: url(../images/icon_cat_menu.png) no-repeat;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 99px;
}
.cat_menu li a:hover {
  background-position-y: -140px !important;
}
.cat_menu .item-1 {
  max-width: 108px;
}
.cat_menu .item-2 a {
  background-position: -108px 0px;
  text-indent: 18px;
}
.cat_menu .item-3 a {
  background-position: -223px 0px;
  text-indent: 16px;
}
.cat_menu .item-4 a {
  background-position: -337px 0px;
  text-align: center;
  line-height: 18px;
}
.cat_menu .item-5 a {
  background-position: -452px 0px;
  text-align: center;
  line-height: 18px;
  padding-left: 12px;
}
.cat_menu .item-6 a {
  background-position: -567px 0px;
  text-align: center;
  padding-left: 21px;
  line-height: 18px;
}
.cat_menu .item-7 a {
  background-position: -681px 0px;
  text-align: center;
  padding-left: 29px;
  line-height: 18px;
}
.cat_menu .item-8 {
  width: 13.2%;
}
.cat_menu .item-8 a {
  background-position: -796px 0px;
  text-indent: 27px;
}

.content-bottom {
  background: #f6f5f4 url("../images/content-bottom.png") repeat-x left top;
  min-height: 200px;
}

.not-front .content-bottom {
  background: none;
}

.content-bottom .section {
  width: 960px;
  margin: 0 auto;
}

#footer-wrapper {
  background: #eae9e3 url(../images/footer-wrapper.png) repeat-x center top;
  min-height: 200px;
  padding-top: 85px;
  padding-bottom: 40px;
}

.not-front #footer-wrapper {
  background: #eae9e3 url(../images/footer-wrapper-white.png) repeat-x center top;
  padding-top: 78px;
  padding-bottom: 16px;
}

.footer-bg {
  background: #eae9e3 url("../images/footer-bg.png") repeat left top;
  min-height: 209px;
}

#footer-columns {
  margin-top: 5px;
}
#footer-columns .block-title {
  font-size: 16px;
  color: #0076a3;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 15px;
}
#footer-columns ul {
  margin: 0;
  padding: 0;
}
#footer-columns .content li {
  margin-bottom: 6px;
}
#footer-columns a {
  font-size: 14px;
  color: #0076a3;
  text-decoration: underline;
}
#footer-columns a:hover {
  text-decoration: none;
  color: #b18a00;
}

.region-footer-firstcolumn {
  width: 155px;
  background: url(../images/footer-col-1.png) right top no-repeat;
  min-height: 138px;
}

.region-footer-secondcolumn {
  width: 471px;
  background: url(../images/footer-col-1.png) right top no-repeat;
  margin-left: 67px;
  padding: 0 0;
  min-height: 138px;
}

.region-footer-secondcolumn ul li {
  float: left;
  width: 157px;
}

#footer-columns .region-footer-thirdcolumn {
  margin-left: 68px;
  width: 140px;
  margin-top: 27px;
  padding-right: 0;
  min-height: 138px;
}

#footer-columns .region-footer-thirdcolumn ul li {
  margin-bottom: 12px;
}

#footer-columns .region-footer-thirdcolumn ul li a {
  font-size: 16px;
  color: #0076a3;
  font-weight: bold;
}

#footer-columns .region-footer-thirdcolumn ul li a:hover {
  color: #b18a00;
}

#footer .block {
  float: left;
}

.social {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 830px) {
  .social {
    margin-bottom: 30px;
  }
}
.social:after {
  clear: both;
  display: block;
  content: "";
}
.social li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.social li a {
  padding: 0;
  margin: 0;
}

#block-block-3 {
  width: 305px;
}

#block-block-3 .content {
  color: #534741;
  font-size: 14px;
  line-height: 20px;
}

#footer-wrapper .block#block-block-4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 261px;
}

#footer-wrapper .block#block-block-4 .content p {
  margin-bottom: 0;
}

#footer .block#block-block-5 {
  margin: 9px 0 0 0;
  width: 216px;
}

#footer-wrapper .block#block-block-6 {
  margin: 20px 0 0 0;
}

#block-block-2 {
  margin: 65px 0 0 0;
}
#block-block-2 .content {
  font-size: 16px;
}
#block-block-2 .content:after {
  clear: both;
  content: "";
  display: block;
}
#block-block-2 .content .text {
  float: left;
  font-size: 16px;
  color: #534741;
  line-height: 20px;
  max-width: 568px;
}
#block-block-2 .content .text p {
  margin-bottom: 19px;
}
#block-block-2 .content h2 {
  font-size: 24px;
  color: #534741;
  background: url(../images/bottom-line.png) no-repeat;
  height: 66px;
  line-height: 31px;
  letter-spacing: 1.4px;
  word-spacing: 7.2px;
  margin-bottom: 38px;
  margin-left: -15px;
  padding-left: 15px;
}
#block-block-2 .content .infografika {
  float: left;
  background: url(../images/infografika.webp) no-repeat;
  width: 354px;
  min-height: 660px;
  font-size: 15px;
  color: #5d7b90;
  margin: 12px 0 0 38px;
  position: relative;
}
#block-block-2 .content .infografika .line1 {
  width: 173px;
  position: absolute;
  top: 14px;
  right: 0;
}
#block-block-2 .content .infografika .line2 {
  width: 177px;
  position: absolute;
  top: 152px;
  left: 0;
  text-align: right;
}
#block-block-2 .content .infografika .line3 {
  width: 185px;
  position: absolute;
  top: 327px;
  right: 0;
}
#block-block-2 .content .infografika .line4 {
  width: 185px;
  position: absolute;
  top: 528px;
  left: -9px;
  text-align: right;
}

.jcarousel-skin-default .jcarousel-prev-vertical {
  background: url(../images/vert-arrows.png) no-repeat 0 0;
  height: 11px;
  width: 22px;
  left: 70px;
}
.jcarousel-skin-default .jcarousel-prev-vertical:hover {
  background: url(../images/vert-arrows-h.png) no-repeat 0 0;
}
.jcarousel-skin-default .jcarousel-next-vertical {
  background: url(../images/vert-arrows.png) no-repeat 0 -12px;
  height: 11px;
  width: 22px;
  left: 70px;
}
.jcarousel-skin-default .jcarousel-next-vertical:hover {
  background: url(../images/vert-arrows-h.png) no-repeat 0 -12px;
}

#block-views-portfolio-block {
  padding: 26px 0 0 0;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  height: 129px;
  padding: 20px 22px 20px 20px;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-item {
  height: 125px;
  padding: 6px 0 0 6px;
  background: url(../images/slider-item.png) no-repeat;
  border: none;
  background-color: transparent;
  text-align: left;
  margin: 0 1px;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-item:hover {
  opacity: 0.8;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../images/slider-arrow.png) -11px 0px no-repeat;
  width: 11px;
  height: 21px;
  display: block;
  right: 10px;
  top: 98px;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background: url(../images/slider-arrow-h.png) -11px 0px no-repeat;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../images/slider-arrow.png) 0px 0px no-repeat;
  width: 11px;
  height: 21px;
  display: block;
  left: 6px;
  top: 98px;
}
#block-views-portfolio-block .jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background: url(../images/slider-arrow-h.png) 0px 0px no-repeat;
}
#block-views-portfolio-block .block-title {
  color: #534741;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
#block-views-portfolio-block .content {
  margin-top: 0;
}
#block-views-portfolio-block .view-filters {
  float: right;
  position: relative;
  z-index: 2;
  display: none;
}
#block-views-portfolio-block .views-submit-button {
  display: none;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value label {
  display: none;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value .form-type-bef-link {
  display: inline-block;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value .form-type-bef-link a {
  color: #477599;
  font-size: 13px;
  text-decoration: underline;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value .form-type-bef-link a:hover {
  color: #b18a00;
  text-decoration: none;
}
#block-views-portfolio-block .view-header {
  float: right;
  position: relative;
  z-index: 2;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value .form-type-bef-link.selected a, #block-views-portfolio-block .view-header a.all-portfolio {
  background: url(../images/filter.png) no-repeat;
  width: 70px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#block-views-portfolio-block .views-widget-filter-field_portfolio_book_value .form-type-bef-link.selected a:hover {
  color: #fff;
}

#block-views-portfolio-block-1 .jcarousel-skin-default .jcarousel-container-vertical, .vertical-slider .jcarousel-skin-default .jcarousel-container-vertical {
  width: 168px;
  padding: 40px 0;
}

#block-views-portfolio-block-1 ul.jcarousel-view--portfolio--block-1 .jcarousel-item, .vertical-slider ul .jcarousel-item {
  height: 125px !important;
  padding: 6px 0 0 6px;
  background: url(../images/slider-item.png) no-repeat;
  border: none;
  background-color: transparent;
  text-align: left;
  margin: 0 1px;
}

#block-views-portfolio-block-1 .jcarousel-skin-default .jcarousel-item, .vertical-slider .jcarousel-skin-default .jcarousel-item {
  width: 160px;
}

#block-views-portfolio-block-1 .jcarousel-skin-default .jcarousel-container-vertical, .vertical-slider .jcarousel-skin-default .jcarousel-container-vertical, #block-views-portfolio-block-1 .jcarousel-skin-default .jcarousel-clip-vertical, .vertical-slider .jcarousel-skin-default .jcarousel-clip-vertical {
  height: 520px;
}

.not-front #sidebar-second {
  width: 170px;
  float: right;
}

.orange-text {
  color: #ba9833;
}

#sidebar-first.sidebar #block-block-7, #sidebar-first.sidebar #block-block-8, #sidebar-first.sidebar #block-block-9, #sidebar-first.sidebar #block-block-10, #sidebar-first.sidebar #block-block-11, #sidebar-first.sidebar .grey-block {
  background: #f6f5f4 url(../images/block-top.png) left top no-repeat;
  border: none;
  padding: 20px 10px 10px 17px;
  width: 236px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#sidebar-first.sidebar #block-block-7 .block-title, #sidebar-first.sidebar #block-block-8 .block-title, #sidebar-first.sidebar #block-block-9 .block-title, #sidebar-first.sidebar #block-block-10 .block-title, #sidebar-first.sidebar #block-block-11 .block-title, #sidebar-first.sidebar .grey-block .block-title {
  font-weight: bold;
  font-size: 16px;
  color: #534741;
}

#sidebar-first.sidebar #block-block-7 .content,
#sidebar-first.sidebar #block-block-8 .content,
#sidebar-first.sidebar #block-block-9 .content,
#sidebar-first.sidebar #block-block-10 .content,
#sidebar-first.sidebar #block-block-11 .content,
#sidebar-first.sidebar .grey-block .content {
  font-size: 16px;
  line-height: normal;
}

#sidebar-first.sidebar .grey-block .bef-select-as-links .form-item {
  margin-bottom: 6px;
}

#sidebar-first.sidebar #block-block-7 .content a, #sidebar-first.sidebar #block-block-8 .content a, #sidebar-first.sidebar #block-block-9 .content a, #sidebar-first.sidebar #block-block-10 .content a, #sidebar-first.sidebar #block-block-11 .content a, #sidebar-first.sidebar .grey-block .content a {
  color: #477599;
  font-size: 16px;
  line-height: normal;
}

#sidebar-first.sidebar #block-block-7 .content a:hover, #sidebar-first.sidebar #block-block-8 .content a:hover, #sidebar-first.sidebar #block-block-9 .content a:hover, #sidebar-first.sidebar #block-block-10 .content a:hover, #sidebar-first.sidebar #block-block-11 .content a:hover {
  color: #ba9833;
}

#sidebar-first.sidebar .grey-block .content a:hover {
  color: #ba9833;
}

#sidebar-first.sidebar .grey-block ul.menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#sidebar-first.sidebar .grey-block ul.menu li {
  list-style: none;
}

#sidebar-first.sidebar .grey-block ul.menu li.expanded {
  /*     display: none; */
}
#sidebar-first.sidebar .grey-block ul.menu li.expanded ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

#sidebar-first.sidebar .grey-block ul.menu li a.active {
  color: #000;
  text-decoration: none;
}

a.price {
  display: block;
  background: url(../images/price.png) no-repeat;
  height: 34px;
  text-align: center;
  margin: 0 auto;
  width: 178px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

#block-block-12 {
  clear: both;
}

#block-block-12 .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #ba9833;
}

.orange-block .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #ba9833;
}

#block-block-12 .options ul {
  list-style: none;
}

#block-block-12 .options ul li {
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  color: #0076a3;
  background: url(../images/options.png) left center no-repeat;
  padding-left: 15px;
}

#block-block-13 .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #ba9833;
}

#block-simpleads-banner-content-left, #block-simpleads-banner-content-right {
  float: left;
  width: 240px;
}

#block-simpleads-banner-content-left .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #ba9833;
}

#block-simpleads-banner-content-right {
  margin: 22px 0 30px 20px;
}

#block-simpleads-banner-content-right:after {
  clear: both;
  content: "";
  display: block;
}

#block-simpleads-banner-content-left img, #block-simpleads-banner-content-right img {
  max-width: 100%;
  height: auto;
}

a.question {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  background: url(../images/question.png) no-repeat;
  height: 30px;
  display: block;
  width: 112px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
}

#block-block-14 {
  position: absolute;
  left: 420px;
  top: 37px;
}

.compact-form-label {
  top: 5px;
}

#block-menu-menu-footer-menu ul li.last a {
  color: #b18a00;
}

/* Портфолио */
.field-collection-container {
  border-bottom: 0;
}

.page-portfolio .view-portfolio .view-content:after {
  content: "";
  clear: both;
  display: block;
}

.page-portfolio .view-portfolio .view-content .views-row {
  background: url(../images/portfolio-border.png) no-repeat;
  width: 206px;
  height: 157px;
  margin: 0 0 30px 33px;
  float: left;
}

.page-portfolio .view-portfolio .view-content .views-row-1, .page-portfolio .view-portfolio .view-content .views-row-4, .page-portfolio .view-portfolio .view-content .views-row-7, .page-portfolio .view-portfolio .view-content .views-row-10 {
  margin-left: 0;
}

.page-portfolio .view-portfolio .view-content .views-row img {
  margin: 9px 0 0 8px;
}

.page-portfolio .view-portfolio .view-content .bx-wrapper .bx-pager {
  bottom: -40px;
}

/* Портфолио (end) */
/* Портфолио, блок текста */
#block-block-15, .portfolio-block {
  background: url(../images/block-top-border.png) no-repeat;
  padding-top: 10px;
  margin-top: 20px;
}

#block-block-15 .text, .portfolio-block .text {
  margin-top: 20px;
  font-size: 15px;
  color: #534741;
}

/* Портфолио, блок текста (end) */
.item-list .pager li {
  background: url(../images/pager.png) no-repeat;
  text-align: center;
  width: 28px;
  height: 27px;
  display: inline-block;
  padding: 0 0 0 0;
  line-height: 27px;
  font-weight: bold;
  color: #477599;
  font-size: 16px;
}

.item-list .pager li.pager-current {
  color: #b18a00;
}

.item-list .pager li a {
  text-decoration: none;
}

.item-list .pager li a:hover {
  color: #b18a00;
}

.font-mono {
  font-family: "PT Mono";
}

/* Расчет стоимости */
.page-node-82 .pereplet-wrapper {
  margin: 170px auto 0;
  display: none;
}
.page-node-82 .pereplet {
  background: url(../images/portfolio-border.png) no-repeat;
  width: 207px;
  height: 156px;
  margin: 0 auto;
}
.page-node-82 .pereplet-wrapper h3 {
  text-align: center;
}
.page-node-82 .pereplet img {
  display: block;
  max-width: 188px;
  margin: 0 auto;
  padding-top: 15px;
}

#node-82 .webform-component-markup .help {
  position: absolute;
  top: 77px;
  background: #f0e8cd;
  border-radius: 300px;
  width: 15px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  cursor: pointer;
}
#node-82 .webform-component-markup .help-text {
  position: absolute;
  width: 300px;
  background: #fff;
  padding: 10px;
  z-index: 1;
  border-radius: 3px;
  top: 0;
  border: 1px solid #aac6dd;
  font-weight: normal;
  font-size: 13px;
  display: none;
}
#node-82 .webform-component-markup .help-text:after, #node-82 .webform-component-markup .help-text:before {
  top: 100%;
  left: 95%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#node-82 .webform-component-markup .help-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
#node-82 .webform-component-markup .help-text:before {
  border-color: rgba(170, 198, 221, 0);
  border-top-color: #aac6dd;
  border-width: 7px;
  margin-left: -7px;
}
#node-82 .webform-component--nuzhna-vyorstka-opisanie .help {
  left: 464px;
}
#node-82 .webform-component--nuzhna-vyorstka-opisanie .help-text {
  margin-left: 6px;
  margin-top: -85px;
}
#node-82 .webform-component--nuzhna-redaktura-opisanie .help {
  left: 618px;
}
#node-82 .webform-component--nuzhna-redaktura-opisanie .help-text {
  margin-top: -66px;
  margin-left: 158px;
}
#node-82 .webform-client-form-82 {
  background: url(../images/calc-bottom.png) left bottom no-repeat;
  min-height: 600px;
  max-width: 658px;
  position: relative;
  margin-bottom: 50px;
}
#node-82 .compact-form-label {
  font-weight: normal;
}
#node-82 .webform-client-form-82 > div {
  background: #aac6dd url(../images/calc-top.png) no-repeat;
  min-height: 552px;
  padding-top: 37px;
}
#node-82 .form-select {
  width: 213px;
}
#node-82 .special-bg {
  background: url(../images/calc-special-bg.png) 11px 80px no-repeat;
  min-height: 552px;
}
#node-82 .webform-component-markup {
  background: url(../images/calc-lines.png) center center no-repeat;
  width: 337px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #534741;
  font-weight: bold;
  padding: 0 0 0 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
#node-82 #edit-submitted-kakoy-tirazh-sht, #node-82 #edit-submitted-skolko-stranic {
  background: url(../images/textfield-130.png) no-repeat;
  width: 130px;
  height: 30px;
  border: none;
  padding: 0 10px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#node-82 .webform-component--kakoy-tirazh-sht, #node-82 .webform-component--skolko-stranic, #node-82 .webform-component--nuzhna-verstka, #node-82 .webform-component--nuzhna-redaktura {
  position: absolute;
  top: 76px;
}
#node-82 .webform-component--kakoy-tirazh-sht {
  left: 24px;
}
#node-82 .webform-component--skolko-stranic {
  left: 161px;
}
#node-82 .webform-component--nuzhna-verstka {
  left: 342px;
  letter-spacing: 0.5px;
}
#node-82 .webform-component--nuzhna-redaktura {
  left: 482px;
  letter-spacing: 0.5px;
}
#node-82 .chosen-container-single .chosen-single {
  background: transparent url(../images/calc-select.png) no-repeat;
  border: none;
  height: 32px;
  box-shadow: none;
  line-height: 32px;
}
#node-82 .webform-component--vid-perepleta {
  position: absolute;
  top: 146px;
  left: 65px;
}
#node-82 .webform-component--format {
  position: absolute;
  left: 389px;
  top: 146px;
}
#node-82 .webform-component--plotnost-bumagi-dlya-stranic {
  position: absolute;
  top: 270px;
  left: 65px;
}
#node-82 .webform-component--plotnost-bumagi-oblozhki {
  position: absolute;
  top: 270px;
  left: 389px;
}
#node-82 .webform-component--informaciya-o-zakazchike {
  position: absolute;
  top: 385px;
  left: 148px;
}
#node-82 .webform-component--vse-cherno-beloe-bez-cvetnyh-vstavok {
  position: absolute;
  top: 310px;
  left: 63px;
}
#node-82 .webform-component--s-pokrytiem {
  position: absolute;
  top: 310px;
  left: 367px;
}
#node-82 div.form-item.webform-component.webform-component-textfield.webform-component--kakoe-kolichestvo.compact-form-wrapper {
  position: absolute;
  top: 346px;
  left: 66px;
  display: none;
}
#node-82 div.form-item.webform-component.webform-component-textfield.webform-component--shirina-mm.compact-form-wrapper {
  position: absolute;
  top: 206px;
  left: 390px;
  display: none;
}
#node-82 div.form-item.webform-component.webform-component-textfield.webform-component--vysota-mm.compact-form-wrapper {
  position: absolute;
  top: 206px;
  left: 65px;
  display: none;
}
#node-82 .webform-component--kak-k-vam-obrashchatsya input, #node-82 .webform-component--e-meyl input, #node-82 .webform-component--telefon--ne-obyazatelno input, #node-82 .form-text {
  background: url(../images/textfield-215.png) no-repeat;
  width: 215px;
  height: 32px;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#node-82 .webform-component--kak-k-vam-obrashchatsya {
  position: absolute;
  top: 410px;
  left: 206px;
}
#node-82 .webform-component--e-meyl {
  position: absolute;
  left: 206px;
  top: 445px;
}
#node-82 .webform-component--telefon--ne-obyazatelno {
  position: absolute;
  top: 480px;
  left: 206px;
}
#node-82 .webform-component--personal {
  position: absolute;
  top: 519px;
  left: 130px;
}
#node-82 .form-actions {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 550px;
  left: 225px;
}
#node-82 .form-actions .form-submit {
  background: url(../images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}

/* Расчет стоимости (end) */
/* Сертификаты */
#sidebar-first.sidebar #block-views-sertifikaty-block {
  padding: 20px 10px 10px 10px;
}

#block-views-sertifikaty-block .view-sertifikaty .view-content {
  text-align: center;
}

/* Сертификаты (end) */
/* Страницы калькулятора */
.page-node-120 #block-system-main, .page-node-121 #block-system-main, .page-node-122 #block-system-main {
  background: url(../images/calc-bottom-2.png) left bottom no-repeat;
  min-height: 608px;
  max-width: 658px;
  position: relative;
  margin-bottom: 50px;
}

.page-node-120 #block-system-main > .content, .page-node-121 #block-system-main > .content, .page-node-122 #block-system-main > .content {
  background: #eff4f8 url(../images/calc-top-2.png) no-repeat;
  min-height: 552px;
  padding-top: 37px;
}

.page-node-120 #block-system-main > .content > .node-page, .page-node-121 #block-system-main > .content > .node-page, .page-node-122 #block-system-main > .content > .node-page {
  background: url(../images/calc-special-bg-2.png) 0 0 repeat;
  min-height: 552px;
  padding: 0 20px;
}

/* Страницы калькулятора (end) */
/* Отзывы в блоке */
#sidebar-first.sidebar #block-views-reviews-block {
  background: url(../images/review-bg.png) 0 0 no-repeat;
  border: none;
  width: 196px;
  height: 190px;
  padding-bottom: 10px;
  position: relative;
}

#block-views-reviews-block .block-title {
  font-weight: bold;
  font-size: 14px;
  color: #534741;
}
#block-views-reviews-block .views-field-body {
  font-style: italic;
  font-size: 14px;
  color: #534741;
  height: 95px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  #block-views-reviews-block .views-field-body {
    height: auto;
  }
}
#block-views-reviews-block .views-field-title a {
  color: #534741;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#block-views-reviews-block .item-list .pager .pager-previous {
  display: none;
}

#sidebar-first.sidebar #block-views-reviews-block .pager-current {
  display: none;
}
#sidebar-first.sidebar #block-views-reviews-block .item-list .pager li.pager-next {
  display: block;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  width: 40px;
  position: absolute;
  bottom: 13px;
  right: 20px;
}
#sidebar-first.sidebar #block-views-reviews-block .item-list .pager-next a {
  color: #477599;
  display: block;
  height: 27px;
  background: url(../images/review-next.png) 100% 6px no-repeat;
  padding-right: 13px;
  width: 28px;
}
#sidebar-first.sidebar #block-views-reviews-block .more {
  color: #477599;
  display: block;
  height: 18px;
  background: url(/sites/all/themes/sitexxi//images/review-next.png) 100% 3px no-repeat;
  padding-right: 13px;
  width: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#block-views-reviews-block .view-footer {
  line-height: 19px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  max-width: 198px;
}
#block-views-reviews-block .view-footer p {
  margin-bottom: 0;
}
#block-views-reviews-block .view-footer a {
  background: url(../images/review-btn.png) 0 0 no-repeat;
  display: block;
  width: 83px;
  height: 19px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

/* Отзывы в блоке (end) */
/* Catalog */
.view-uc-catalog table {
  text-align: center;
}
.view-uc-catalog table tr {
  background: none;
}
.view-uc-catalog table tr td {
  background: none;
  width: 33%;
  text-align: center;
  vertical-align: top;
}
.view-uc-catalog .views-field-entity-id {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 156px;
  height: 207px;
  margin: 0 auto;
}
.view-uc-catalog .views-field-entity-id img {
  margin-top: 9px;
}
.view-uc-catalog .views-field-title {
  margin: 10px 0;
}
.view-uc-catalog .views-field-title a {
  font-size: 14px;
  color: #477599;
  font-weight: bold;
}
.view-uc-catalog .views-field-title a:hover {
  color: #ba9833;
}
.view-uc-catalog .views-field-display-price {
  font-size: 18px;
  color: #b18a00;
  font-weight: bold;
}
.view-uc-catalog .views-field-buyitnowbutton input.form-submit.list-add-to-cart {
  background: url(../images/add-to-cart.png) 0 0 no-repeat;
  width: 102px;
  height: 25px;
  border: none;
  font-size: 14px;
  color: #477599;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.view-uc-catalog .views-field-buyitnowbutton input.form-submit.list-add-to-cart:hover {
  color: #ba9833;
}
.view-uc-catalog .views-exposed-form {
  background: #f6f5f4;
  height: 64px;
  padding: 8px 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}
.view-uc-catalog .views-exposed-form .views-widget-sort-by {
  margin: 0 0 0 50px;
}
.view-uc-catalog .views-exposed-form .form-item-sort-by label {
  display: none;
}
.view-uc-catalog .views-exposed-form #edit-sort-by {
  width: 215px;
}
.view-uc-catalog .views-exposed-form .chosen-container-single .chosen-single {
  background: transparent url(../images/calc-select.png) no-repeat;
  border: none;
  height: 32px;
  box-shadow: none;
  line-height: 32px;
}

#edit-sell-price-wrapper > label {
  float: left;
  margin: 5px 5px 0 0;
}
#edit-sell-price-wrapper .views-widget {
  float: left;
}
#edit-sell-price-wrapper .views-widget .form-item {
  float: left;
}
#edit-sell-price-wrapper .views-widget .form-item .form-text {
  width: 100px;
  background: url(../images/form-text-100.png) 0 0 no-repeat;
  border: none;
  height: 24px;
}

.form-item-sell-price-max {
  min-width: 120px;
}
.form-item-sell-price-max label {
  float: left;
  margin: 8px 12px 0 5px;
}
.form-item-sell-price-max input {
  float: left;
}

/* Catalog (end) */
/* Рубрики */
#sidebar-first.sidebar .block.categories-block {
  padding: 20px 0px 10px 0px;
}
#sidebar-first.sidebar .block.categories-block .block-title {
  font-weight: normal;
  font-size: 20px;
  color: #534741;
  padding-left: 17px;
}

.block.categories-block li a {
  color: #477599;
  font-size: 14px;
  display: block;
  padding: 2px 0 2px 17px;
  text-decoration: none;
}
.block.categories-block li a:hover {
  background: #f0e8cd;
  color: #534741;
}
.block.categories-block li a .name {
  text-decoration: underline;
}
.block.categories-block li a:hover .name {
  text-decoration: none;
  color: #534741;
}
.block.categories-block li a .count {
  color: #736357;
  font-size: 12px;
}

#sidebar-first.sidebar .block.categories-block li a {
  color: #477599;
  font-size: 14px;
}
#sidebar-first.sidebar .block.categories-block li a .highlight {
  color: #477599;
  font-size: 14px;
}
#sidebar-first.sidebar .block.categories-block li a:hover {
  color: #534741;
  font-size: 14px;
}
#sidebar-first.sidebar .block.categories-block li a:hover .highlight {
  color: #534741;
  font-size: 14px;
}
#sidebar-first.sidebar .block.categories-block li a span {
  color: #736357;
  font-size: 12px;
}
#sidebar-first.sidebar .block.categories-block li a:hover span {
  color: #ba9833;
}

/* Рубрики (end) */
.chosen-container-single .chosen-single div b {
  background: url(../images/chosen-arrows.png) 0 -12px no-repeat !important;
  width: 12px;
  height: 8px;
  margin: 12px 0 0 0;
}

.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: 0 0px !important;
}

.pull-left {
  float: left;
}

/* Товар */
.node-type-product #main h1 {
  color: #534741;
  font-weight: normal;
  font-size: 24px;
  font-family: "PT Mono";
  padding-top: 0;
}
.node-type-product #main .group-left-side {
  max-width: 165px;
}
.node-type-product #main .group-left-side .field-name-uc-product-image {
  background: url(../images/catalog-border.png) 0 0 no-repeat;
  width: 156px;
  min-height: 207px;
  margin: 0 auto;
  text-align: center;
}
.node-type-product #main .group-left-side .field-name-uc-product-image img {
  margin: 9px 0 0 0;
  max-width: 130px;
  max-height: 185px;
  width: auto;
  height: auto;
}
.node-type-product #main .group-left-side .display-price {
  float: none;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #b18a00;
  font-weight: bold;
}
.node-type-product #main .group-left-side .form-actions {
  padding: 0;
  margin: 0;
  text-align: center;
}
.node-type-product #main .group-left-side .form-actions .form-submit {
  background: url(../images/add-to-cart.png) 0 0 no-repeat;
  width: 102px;
  height: 25px;
  border: none;
  font-size: 14px;
  color: #477599;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.node-type-product #main .group-left-side .form-actions .form-submit:hover {
  color: #ba9833;
}
.node-type-product #main .group-right-side {
  max-width: 470px;
  margin-left: 35px;
}
.node-type-product #main .field-name-taxonomy-catalog .field-label, .node-type-product #main .field-name-taxonomy-catalog ul.links {
  font-size: 14px;
}

.field-type-taxonomy-term-reference ul.links li:after {
  content: ",";
  display: inline-block;
}
.field-type-taxonomy-term-reference ul.links li:last-child:after {
  content: "";
}

/* Товар (end) */
/* Популярные книги */
/* Новинки */
#block-views-new-products-block .block-title,
#block-views-products-lider-block .block-title {
  font-size: 20px;
  color: #534741;
  font-weight: bold;
  font-family: "PT Mono";
}
#block-views-new-products-block .content .jcarousel-container li,
#block-views-products-lider-block .content .jcarousel-container li {
  width: 143px;
  height: auto;
  min-height: 260px;
  padding: 6px 0 0 2px;
  border: none;
  background-color: transparent;
  text-align: left;
  margin: 0 1px;
}
#block-views-new-products-block .content .jcarousel-container li .views-field-uc-product-image,
#block-views-products-lider-block .content .jcarousel-container li .views-field-uc-product-image {
  width: 143px;
  background: url(../images/product_lider.png) 0 0 no-repeat;
  height: 189px;
  text-align: center;
}
#block-views-new-products-block .content .jcarousel-container li .views-field-uc-product-image img,
#block-views-products-lider-block .content .jcarousel-container li .views-field-uc-product-image img {
  margin-top: 7px;
}
#block-views-new-products-block .content .jcarousel-container li .views-field-title,
#block-views-products-lider-block .content .jcarousel-container li .views-field-title {
  width: 143px;
  text-align: center;
}
#block-views-new-products-block .content .jcarousel-container li .views-field-title a,
#block-views-products-lider-block .content .jcarousel-container li .views-field-title a {
  font-size: 14px;
  color: #477599;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  line-height: 21px;
}
#block-views-new-products-block .jcarousel-clip.jcarousel-clip-horizontal,
#block-views-products-lider-block .jcarousel-clip.jcarousel-clip-horizontal {
  overflow: hidden;
  padding: 0 0;
  margin: 0 auto;
}
#block-views-new-products-block .jcarousel-skin-default .jcarousel-container-horizontal,
#block-views-products-lider-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  padding: 0 0;
  margin: auto;
  min-height: 260px;
  height: auto;
  padding-bottom: 20px;
}
#block-views-new-products-block a.jcarousel-prev.jcarousel-prev-horizontal,
#block-views-products-lider-block a.jcarousel-prev.jcarousel-prev-horizontal {
  background: url(../images/slider-arrow.png) 0px 0px no-repeat;
  width: 11px;
  height: 21px;
  display: block;
  left: -26px;
  top: 98px;
  position: absolute;
}
#block-views-new-products-block a.jcarousel-next.jcarousel-next-horizontal,
#block-views-products-lider-block a.jcarousel-next.jcarousel-next-horizontal {
  background: url(../images/slider-arrow.png) -11px 0px no-repeat;
  width: 11px;
  height: 21px;
  display: block;
  right: -26px;
  top: 98px;
  position: absolute;
}

/* Популярные книги (end) */
/* catalog */
.view-uc-catalog-terms table {
  text-align: center;
}
.view-uc-catalog-terms table tr {
  background: none;
}
.view-uc-catalog-terms table tr td {
  background: none;
  width: 33%;
  text-align: center;
  vertical-align: top;
}
.view-uc-catalog-terms .views-field-uc-product-image {
  background: url(../images/catalog-border.png) 0 0 no-repeat;
  width: 156px;
  height: 207px;
  margin: 0 auto;
}
.view-uc-catalog-terms .views-field-uc-product-image img {
  margin-top: 9px;
}
.view-uc-catalog-terms .views-field-title {
  margin: 10px 0;
}
.view-uc-catalog-terms .views-field-title a {
  font-size: 14px;
  color: #477599;
  font-weight: bold;
}
.view-uc-catalog-terms .views-field-title a:hover {
  color: #ba9833;
}
.view-uc-catalog-terms .views-field-sell-price {
  font-size: 18px;
  color: #b18a00;
  font-weight: bold;
}
.view-uc-catalog-terms .node-add-to-cart.form-submit {
  background: url(../images/add-to-cart.png) 0 0 no-repeat;
  width: 102px;
  height: 25px;
  border: none;
  font-size: 14px;
  color: #477599;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  padding: 0;
}
.view-uc-catalog-terms .node-add-to-cart.form-submit:hover {
  color: #ba9833;
}
.view-uc-catalog-terms .views-exposed-form {
  background: #f6f5f4;
  height: 64px;
  padding: 8px 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}
.view-uc-catalog-terms .views-exposed-form .views-widget-sort-by {
  margin: 0 0 0 50px;
}
.view-uc-catalog-terms .views-exposed-form .form-item-sort-by label {
  display: none;
}
.view-uc-catalog-terms .views-exposed-form #edit-sort-by {
  width: 215px;
}
.view-uc-catalog-terms .views-exposed-form .chosen-container-single .chosen-single {
  background: transparent url(../images/calc-select.png) no-repeat;
  border: none;
  height: 32px;
  box-shadow: none;
  line-height: 32px;
}

.page-catalog .view.view-uc-catalog.view-id-uc_catalog.view-display-id-page_1 {
  display: none;
}
.page-catalog.page-catalog- .view.view-uc-catalog.view-id-uc_catalog.view-display-id-page_1 {
  display: block;
}
.page-catalog.page-catalog- .view.view-uc-catalog-terms.view-id-uc_catalog_terms.view-display-id-default.uc-catalog-terms {
  display: none;
}

.view-uc-catalog-terms .view-filters form #edit-title-wrapper label {
  top: 13px;
  font-weight: normal;
}
.view-uc-catalog-terms .view-filters form input.form-submit {
  background: url(../images/exposed-submit.png) 0 0 no-repeat;
  width: 76px;
  height: 32px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #477599;
  font-weight: bold;
}
.view-uc-catalog-terms .view-filters form input.form-submit:hover {
  color: #b18a00;
}

/* ! catalog (end) */
.page-node-27 .block-simpleads .content {
  position: relative;
  overflow: hidden;
}

.page-node-27 .simpleads-item {
  max-height: 163px;
  overflow: hidden;
}

#block-simpleads-banner-content-left .content {
  margin-top: 5px;
}

#block-simpleads-banner-content-left .simpleads-item a {
  display: block;
  background: url(../images/banner1.webp) 0 0 no-repeat;
  height: 163px;
  background-size: cover;
  color: transparent;
}

#block-simpleads-banner-content-left .simpleads-item a:hover {
  background-position: 0 -161px;
}

#block-simpleads-banner-content-right .simpleads-item a {
  display: block;
  background: url(../images/banner2.webp) 0 0 no-repeat;
  height: 163px;
  background-size: cover;
  color: transparent;
}

#block-simpleads-banner-content-right .simpleads-item a:hover {
  background-position: 0 -161px;
}

#block-simpleads-front-banners .simpleads-item a {
  display: block;
  background: url(../images/banner1.webp) 0 0 no-repeat;
  height: 211px;
  background-size: cover;
  color: transparent;
}

#block-simpleads-front-banners .simpleads-item a:hover {
  background-position: 0 -210px;
}

#block-simpleads-banner-right-bottom .simpleads-item a {
  display: block;
  background: url(../images/banner2.webp) 0 0 no-repeat;
  height: 211px;
  background-size: cover;
  color: transparent;
}

#block-simpleads-banner-right-bottom .simpleads-item a:hover {
  background-position: 0 -211px;
}

.block-title a {
  font-size: 18px;
  font-weight: bold;
  color: #ba9833;
  text-decoration: none;
}

#ya-donate-block-form--2 .form-text {
  background: url(../images/textfield-130.png) no-repeat;
  width: 130px;
  height: 30px;
  border: none;
  padding: 0 10px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#ya-donate-block-form--2 input.form-submit {
  display: block;
  background: url(../images/price.png) no-repeat;
  height: 34px;
  text-align: center;
  width: 178px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #477599;
}

#ya-donate-block-form--2 input.form-submit:hover {
  color: #ba9833;
}

.node-type-slider .node-full .field-type-image .field-items .field-item {
  background: url(../images/portfolio-border.png) no-repeat;
  width: 206px;
  height: 157px;
  margin: 0 0 30px 33px;
  float: left;
  text-align: center;
}

.node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(1), .node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(4), .node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(7), .node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(10), .node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(13), .node-type-slider .node-full .field-type-image .field-items .field-item:nth-child(16) {
  margin-left: 0;
}

.node-type-slider .node-full .field-type-image .field-items .field-item img {
  max-width: 100%;
  margin: 9px 0 0 8px;
}

/* Вопрос-ответ */
#block-views-vopros-otvet-block {
  margin-top: 20px;
}

#block-views-vopros-otvet-block .block-title {
  font-size: 18px;
  font-weight: bold;
  color: #534741;
}

.view-vopros-otvet .field-collection-view {
  margin-left: 0;
}

.view-vopros-otvet .entity-field-collection-item .field-name-field-faq-vopros {
  font-weight: bold;
  font-size: 14px;
  color: #534741;
  cursor: pointer;
}

.page-cart #cart-form-pane .uc-cart-item-uc-cart-item {
  display: none;
}

/* Блок корзины */
#block-uc-cart-cart {
  position: absolute;
  top: -52px;
  right: 17px;
}
@media only screen and (max-width: 345px) {
  #block-uc-cart-cart {
    top: -64px;
  }
}
#block-uc-cart-cart .content {
  font-size: 13px;
  color: #736357;
}
#block-uc-cart-cart .content .in-cart {
  font-size: 16px;
  background: url(../images/icon-cart.png) 0 0 no-repeat;
  padding-left: 30px;
  font-weight: bold;
}
#block-uc-cart-cart .content .checkout-link {
  display: inline-block;
  background: url(../images/checkout-link.png) 0 0 no-repeat;
  color: #477599;
  font-size: 12px;
  width: 84px;
  height: 22px;
  text-align: center;
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 0 10px;
}

/* ! Блок корзины */
#colorbox .webform-component-file .description {
  display: none;
}

/* Баннеры на главной */
#block-block-19 {
  max-width: 682px;
  margin: 0 auto;
}
#block-block-19 a {
  width: 312px;
  float: left;
}
#block-block-19 a:nth-child(2) {
  float: right;
}

.front-banner-1 {
  display: block;
  background: url(../images/banner1.webp) 0 0 no-repeat;
  height: 211px;
  background-size: cover;
  color: transparent;
  display: block;
}
@media only screen and (max-width: 900px) {
  .front-banner-1 {
    background-image: url(../images/banner1_m.webp);
  }
}
.front-banner-1:hover {
  background-position: 0 -210px;
}

.front-banner-2 {
  display: block;
  background: url(../images/banner2.webp) 0 0 no-repeat;
  height: 211px;
  background-size: cover;
  color: transparent;
  display: block;
}
@media only screen and (max-width: 900px) {
  .front-banner-2 {
    background-image: url(../images/banner2_m.webp);
  }
}
.front-banner-2:hover {
  background-position: 0 -211px;
}

/* ! Баннеры на главной (end) */
#block-block-20 > .content:after {
  content: "";
  display: block;
  clear: both;
}

.banner-27-1 {
  display: block;
  background: url(../images/banner1.webp) 0 0 no-repeat;
  height: 163px;
  background-size: cover;
  color: transparent;
  float: left;
  width: 240px;
}

.banner-27-1:hover {
  background-position: 0 -161px;
}

.banner-27-2 {
  display: block;
  background: url(../images/banner2.webp) 0 0 no-repeat;
  height: 163px;
  background-size: cover;
  color: transparent;
  float: left;
  width: 240px;
  margin: 0 0 30px 20px;
}

.banner-27-2:hover {
  background-position: 0 -161px;
}

.bold {
  font-weight: bold;
}

table[bordercolor="#000000"] tr td {
  border-color: #000;
}

tr td[valign=middle] {
  vertical-align: middle;
}

tr td[align=center] {
  text-align: center;
}

#block-ya-donate-donate-block input.form-submit, #block-paypal-donations-paypal-donations-single .donation-submit-button {
  display: block;
  background: url(../images/price.png) no-repeat;
  height: 34px;
  text-align: center;
  width: 178px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #477599;
}

#block-ya-donate-donate-block input.form-submit:hover, #block-ya-donate-donate-block input.form-submit:focus {
  color: #ba9833;
}

#block-paypal-donations-paypal-donations-single .donation-submit-button:hover, #block-paypal-donations-paypal-donations-single .donation-submit-button:focus {
  color: #ba9833;
}

#block-views-exp-portfolio-page .description {
  display: none;
}

/* Обратный звонок */
#colorbox #node-329 .messages.error, #colorbox #node-505 .messages.error, #colorbox #node-329 h2, #colorbox #node-505 h2 {
  display: none;
}

#colorbox .webform-client-form-329 .form-item, #colorbox .webform-client-form-505 .form-item {
  max-width: 300px;
  margin: 0 auto;
}

#colorbox .webform-client-form-329 .form-item input, #colorbox .webform-client-form-505 .form-item input {
  max-width: 100%;
}

#colorbox .webform-client-form-329 .form-actions, #colorbox .webform-client-form-505 .form-actions {
  text-align: center;
}

#colorbox .webform-client-form-329 .form-actions input, #colorbox .webform-client-form-505 .form-actions input {
  background: url(/sites/all/themes/sitexxi/images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}

#colorbox .webform-client-form-329 .form-actions input:hover, #colorbox .webform-client-form-505 .form-actions input:hover {
  color: #ba9833;
}

#block-block-1 {
  padding: 0;
  font-size: 13px;
  margin-right: 0;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 5px;
  width: 377px;
}

#block-block-1 .phone-legend {
  line-height: 10px;
}

#block-block-1 .link {
  background: url(../images/calc-submit.png) no-repeat;
  width: 176px;
  height: 37px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 13px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  display: block;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
}

#block-block-1 .link:hover {
  color: #ba9833;
}

#block-block-1 .skype {
  background: url(../images/icon-skype.png) no-repeat;
  padding-left: 20px;
  height: 15px;
  line-height: 15px;
  background-size: 15px;
  margin-bottom: 3px;
}

#block-block-23 {
  position: absolute;
  border-radius: 5px;
  width: 395px;
  font-size: 14px;
  line-height: 23px;
  top: 0;
  left: 0;
  margin-left: 25px;
  margin-top: 2px;
  padding: 0;
  border: none;
  background: none;
}

#block-block-23 .title {
  font-size: 18px;
  display: none;
}

#block-block-23 p {
  margin-bottom: 0;
}

#block-block-23 .time, #block-block-23 .office {
  float: left;
  width: 50%;
  text-align: left;
}

.admin-menu #block-block-23 {
  margin-top: -12px;
}

.admin-menu #block-block-1 {
  margin-top: -15px;
}

.social ul {
  padding-left: 0;
  margin-left: 0;
}

.region-content .ya-share2__list {
  padding-left: 0;
}

table.beauty {
  width: 715px;
  margin: 0 auto;
  font-size: 13px;
}
table.beauty tr {
  border: none;
  background: url(../images/table_row.png) center bottom repeat-x;
}
table.beauty tr td {
  border: none;
  text-align: left;
  padding: 5px 5px 11px 0px;
}
table.beauty tr td:nth-child(1) {
  color: #534741;
  font-weight: bold;
  text-align: center;
}
table.beauty tr th {
  border: none;
  font-size: 12px;
  color: #bb9a39;
  font-weight: bold;
  text-align: left;
  padding: 4px 11px 10px 0px;
}
table.beauty tr th:nth-child(1) {
  width: 80px;
  text-align: center;
}

#formats {
  position: absolute;
  margin-right: -190px;
  right: 0;
  margin-top: 49px;
  width: 239px;
  height: 180px;
}

#formats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#formats ul li {
  display: none;
}

#block-block-24 {
  padding-top: 41px;
  margin-bottom: 26px;
}

#block-block-24 .block-title {
  font-size: 20px;
  color: #534741;
  font-weight: bold;
  text-align: center;
  max-width: 440px;
  margin: 0 auto 25px;
  line-height: 25px;
}

#block-block-24 .content table {
  width: 715px;
  margin: 0 auto;
  font-size: 15px;
}

#block-block-24 .content table tr {
  border: none;
  background: url(../images/table_row.png) center bottom repeat-x;
}

#block-block-24 .content table tr td {
  border: none;
  text-align: left;
  padding: 5px 0px 11px 0px;
}

#block-block-24 .content table tr td:nth-child(1) {
  color: #534741;
  font-weight: bold;
  text-align: center;
}

#block-block-24 .content table tr th {
  border: none;
  font-size: 13px;
  color: #bb9a39;
  font-weight: bold;
  text-align: left;
  padding: 4px 0px 10px 0px;
}

#block-block-24 .content table tr th:nth-child(1) {
  width: 182px;
  text-align: center;
}

.front h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #534741;
  margin-top: 33px;
  margin-bottom: 14px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .front h1 {
    margin-top: 0;
  }
}
.front #node-1 {
  max-width: 691px;
  margin: 0 auto;
}
.front #node-1 .social {
  display: none;
}
.front #node-1 .content {
  font-size: 16px;
}
.front #node-1 .content p {
  margin-bottom: 23px;
}
.front #node-1 .content p:last-child {
  margin-bottom: 0;
}

#block-block-25 .slogan {
  font-size: 20px;
  color: #534741;
  background: url(../images/bg_slogan.png) no-repeat;
  min-height: 75px;
  max-width: 776px;
  margin: 0 auto 10px;
  text-align: center;
  padding-top: 12px;
}

#block-block-25 .slogan_small {
  color: #534741;
  font-size: 16px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.calculate_main {
  margin-bottom: 21px;
  margin-top: 10px;
}

.calculate_main .block-title {
  color: #534741;
  font-size: 24px;
  font-weight: bold;
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
}

.calculate_main > .content {
  margin-top: 0;
  position: relative;
}

.front .calculate_main {
  background: url(../images/form_arrow.png) center top no-repeat;
  padding-top: 60px;
}
.front .calculate_main .content {
  background: url(../images/form_arrow.png) center bottom no-repeat;
  padding-bottom: 80px;
}

.not-front .calculate_main .form-actions {
  bottom: 0;
  margin-bottom: -20px;
}

.webform-client-form-580 {
  font-size: 14px;
  color: #534741;
}
.webform-client-form-580 fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
  position: inherit;
}
.webform-client-form-580 fieldset legend {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
  position: relative;
  height: auto;
  top: 0;
  left: 0;
  color: #534741;
  font-size: 18px;
  font-weight: bold;
  text-shadow: none;
  text-indent: 0;
  white-space: nowrap;
}
.webform-client-form-580 fieldset .fieldset-wrapper {
  padding: 0;
  margin: 0;
}
.webform-client-form-580 .form-type-checkbox input + label {
  margin-left: 0;
}
.webform-client-form-580 .form-type-radio input {
  display: none;
}
.webform-client-form-580 .form-type-radio input + label {
  background: url(../images/checkbox.png) left bottom no-repeat;
  padding-left: 20px;
  min-height: 19px;
  display: block;
  margin-left: 0;
}
.webform-client-form-580 .form-type-radio input:checked + label {
  background: url(../images/checkbox-checked.png) no-repeat;
}
.webform-client-form-580 .form-item .form-text {
  max-width: 100%;
  font-size: 15px;
}
.webform-client-form-580 .form-item label {
  font-size: 14px;
}
.webform-client-form-580 .help {
  background: url(../images/form_help.png) no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -9999px;
  color: transparent;
  position: absolute;
}
.webform-client-form-580 .help-text {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  padding: 10px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #aac6dd;
  font-weight: normal;
  font-size: 14px;
}
.webform-client-form-580 .help-text:after, .webform-client-form-580 .help-text:before {
  top: 100%;
  left: 95%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.webform-client-form-580 .help-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.webform-client-form-580 .help-text:before {
  border-color: rgba(170, 198, 221, 0);
  border-top-color: #aac6dd;
  border-width: 7px;
  margin-left: -7px;
}
.webform-client-form-580 .help:hover + .help-text {
  display: block;
}
.webform-client-form-580 .chosen-container-single .chosen-single {
  background: url(../images/form_chosen.png) no-repeat;
  width: 215px;
  height: 32px;
  border: none;
  box-shadow: none;
}
.webform-client-form-580 .chosen-container-single .chosen-single span {
  margin-top: 5px;
}
.webform-client-form-580 .chosen-container-single .chosen-drop {
  background: #f5f2e8;
  display: block;
  border: none;
  width: 96%;
}
.webform-client-form-580 .chosen-container-single .chosen-drop li {
  color: #534741;
  background: none;
}
.webform-client-form-580 .chosen-container-single .chosen-drop li:hover {
  color: #b6911d;
  background: none;
}
.webform-client-form-580 .chosen-container-single .chosen-drop li:focus {
  background: none;
}
.webform-client-form-580 .pereplet-wrapper {
  display: none;
}
.webform-client-form-580 .pereplet-wrapper h3 {
  text-align: center;
}
.webform-client-form-580 .pereplet-wrapper .pereplet {
  background: url(../images/portfolio-border.png) no-repeat;
  width: 207px;
  height: 156px;
  margin: 0 auto;
}
.webform-client-form-580 .pereplet-wrapper .pereplet img {
  display: block;
  max-width: 188px;
  margin: 0 auto;
  padding-top: 15px;
}
.webform-client-form-580 .step_1, .webform-client-form-580 .step_2, .webform-client-form-580 .step_3, .webform-client-form-580 .step4 {
  float: left;
  min-height: 230px;
  margin-bottom: 17px;
}
.webform-client-form-580 .step_5, .webform-client-form-580 .step_6, .webform-client-form-580 .step_7 {
  float: left;
}
.webform-client-form-580 .step_5 {
  clear: left;
}
.webform-client-form-580 .step_1 .form-text, .webform-client-form-580 .step_2 .form-text, .webform-client-form-580 .step_3 .form-text, .webform-client-form-580 .step_6 .form-text {
  width: 125px;
  background: url(../images/form_text_130.png) no-repeat;
  border: none;
  height: 22px;
}
.webform-client-form-580 .step_1 .form-text.error, .webform-client-form-580 .step_2 .form-text.error, .webform-client-form-580 .step_3 .form-text.error, .webform-client-form-580 .step_6 .form-text.error {
  background: none;
  border: 1px solid red;
  color: red;
}
.webform-client-form-580 .step_1 {
  width: 192px;
  margin-right: 60px;
}
.webform-client-form-580 .step_2 {
  width: 180px;
  margin-right: 36px;
}
.webform-client-form-580 .step_3 {
  width: 220px;
  margin-right: 12px;
}
.webform-client-form-580 .step_4 {
  width: 230px;
}
.webform-client-form-580 .step_5 {
  width: 230px;
  margin-right: 20px;
}
.webform-client-form-580 .step_6 {
  width: 213px;
  margin-right: 2px;
}
.webform-client-form-580 .step_7 .form-text {
  width: 215px;
  background: url(../images/form_text_215.png) no-repeat;
  border: none;
  height: 25px;
}
.webform-client-form-580 .webform-component--step-1--format {
  margin-bottom: 8px;
}
.webform-client-form-580 .webform-component--step-1--vysota-mm {
  margin-bottom: 5px;
}
.webform-client-form-580 .form-item-submitted-step-1-format:last-child label {
  font-weight: bold;
}
.webform-client-form-580 .step_2 .description {
  margin-top: 8px;
  margin-bottom: 3px;
}
.webform-client-form-580 .step_2 .step_2_pages {
  margin-bottom: 9px;
}
.webform-client-form-580 .step_2_additional legend {
  font-size: 13px;
  color: #534741;
  font-weight: bold;
  margin-bottom: 0;
}
.webform-client-form-580 .step_2_additional .fieldset-wrapper > .form-item {
  margin-bottom: 0;
  margin-top: 0;
}
.webform-client-form-580 .step_2_additional .fieldset-wrapper > .form-item .form-item {
  margin-top: 3px;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-vyorstka-opisanie .help {
  margin-top: -75px;
  margin-left: 73px;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-vyorstka-opisanie .help-text {
  margin-top: -252px;
  margin-left: -270px;
  z-index: 9999999999;
  width: 348px;
  opacity: 1;
  position: absolute;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-redaktura-opisanie .help {
  margin-top: -50px;
  margin-left: 86px;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-redaktura-opisanie .help-text {
  margin-top: -229px;
  margin-left: -212px;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-korrektura-opisanie .help {
  margin-top: -21px;
  margin-left: 94px;
}
.webform-client-form-580 .webform-component--step-2--additional--nuzhna-korrektura-opisanie .help-text {
  margin-top: -154px;
  margin-left: -203px;
}
.webform-client-form-580 .step_3 select {
  width: 100%;
}
.webform-client-form-580 .step_3 .webform-component--step-3--bumaga-na-blok {
  margin-bottom: 8px;
}
.webform-client-form-580 .step_3 .webform-component--step-3--plotnost-bumagi-dlya-stranic-select {
  margin-bottom: 20px;
}
.webform-client-form-580 .step_3 .webform-component--step-3--vse-cherno-beloe-bez-cvetnyh-vstavok {
  margin-top: 23px;
  margin-bottom: 5px;
}
.webform-client-form-580 .step_3 .webform-component--step-3--vse-cherno-beloe-bez-cvetnyh-vstavok label.option {
  max-width: 140px;
  background-position: left top;
  font-size: 14px;
}
.webform-client-form-580 .webform-component-step-5--s-pokrytiem label {
  font-weight: bold;
}
.webform-client-form-580 .webform-component--step-5--laminirovanie-opisanie .help {
  margin-top: -30px;
  margin-left: 170px;
}
.webform-client-form-580 .webform-component--step-5--laminirovanie-opisanie .help-text {
  width: 174px;
  margin-top: -101px;
  margin-left: -7px;
}
.webform-client-form-580 .webform-component--step-5--bumaga-na-oblozhku label {
  max-width: 150px;
}
.webform-client-form-580 .webform-component--step-5--plotnost-bumagi-na-oblozhku-melovannaya .chosen-drop, .webform-client-form-580 .webform-component--step-5--plotnost-bumagi-na-oblozhku-len .chosen-drop {
  min-width: 213px;
}
.webform-client-form-580 .webform-component--step-6--kakoy-tirazh-sht .field-prefix {
  display: block;
}
.webform-client-form-580 .step_7 .fieldset-wrapper > .form-item {
  margin-bottom: 0;
  margin-top: 0;
}
.webform-client-form-580 .form-actions {
  position: absolute;
  bottom: 55px;
  left: 467px;
  padding-top: 0;
  margin: 0;
}
.webform-client-form-580 .form-actions .form-submit {
  background: url(../images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}
.webform-client-form-580 .form-actions .ajax-progress {
  display: none !important;
}

.calculate_main .step_7 {
  max-width: 200px;
}
.calculate_main .step_7 .webform-component-checkboxes label {
  margin-bottom: 20px;
}

#node-331 .print {
  background: url(../images/icon_print.png) left center no-repeat;
  -webkit-background-size: 30px;
  background-size: 30px;
  padding-left: 36px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 16px;
  line-height: 30px;
  cursor: pointer;
}

#sidebar-first.sidebar #block-block-27 {
  padding: 0;
  border: none;
}

.view-reviews .node .field-name-body .field-item p, .view-reviews .node .field-name-body .field-item span {
  line-height: 1.6 !important;
  font-size: 1em !important;
  color: #000 !important;
  font-family: "PT Sans", sans-serif !important;
}

.view-reviews .node .field-name-body .field-item p br, .view-reviews .node .field-name-body .field-item span br {
  display: none !important;
}

.flexslider ul {
  padding: 0;
  margin: 0;
}

.flexslider ul.slides {
  padding-left: 0;
}

.flexslider .flex-direction-nav a {
  height: 47px;
}

.flexslider ol {
  margin: 0;
  padding-left: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper, #colorbox, #cboxContent, #cboxLoadedContent {
  overflow: visible;
}

#colorbox .messages.error {
  background-image: none;
  padding: 10px 10px 10px 10px;
}
#colorbox .messages.error ul {
  list-style: none;
}
#colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
#colorbox #cboxCurrent {
  display: none !important;
}
#colorbox #cboxPrevious, #colorbox #cboxNext {
  position: fixed;
  z-index: 100;
  margin-top: -13px;
  background-repeat: no-repeat;
  top: 0;
  height: 400px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-position: center center;
  outline: none;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
@media screen and (min-width: 1120px) {
  #colorbox #cboxPrevious, #colorbox #cboxNext {
    width: 400px;
  }
}
@media screen and (max-width: 1119px) {
  #colorbox #cboxPrevious, #colorbox #cboxNext {
    width: 200px;
  }
}
@media screen and (max-width: 730px) {
  #colorbox #cboxPrevious, #colorbox #cboxNext {
    width: 17px;
    height: 26px;
  }
}
#colorbox #cboxPrevious {
  left: 20px;
  background-image: url(../images/colorbox_left.png);
}
#colorbox #cboxPrevious:hover {
  background-position: center center;
  opacity: 0.7;
}
#colorbox #cboxNext {
  right: 20px;
  left: auto;
  background-image: url(../images/colorbox_right.png);
}
#colorbox #cboxNext:hover {
  background-position: center center;
  opacity: 0.7;
}
#colorbox #cboxClose {
  top: -50px;
  margin-right: -14px;
  background: url(../images/icon_close.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 123123123;
}
#colorbox #cboxClose:hover {
  opacity: 0.9;
}

.interactive .step {
  display: none;
  margin-bottom: 40px;
}
.interactive .step.step_1 {
  display: block;
}
.interactive .step .text {
  color: #534741;
  min-height: 75px;
  max-width: 776px;
  margin: 10px auto 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 12px;
  position: relative;
  padding: 20px 0;
}
.interactive .step .text:before, .interactive .step .text:after {
  max-width: 776px;
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  display: block;
}
.interactive .step .text:before {
  background: url(../images/bg_slogan_top.png) no-repeat;
  top: 0;
}
.interactive .step .text:after {
  background: url(../images/bg_slogan_bottom.png) no-repeat;
  bottom: 0;
}
.interactive .step .text .description {
  font-size: 16px;
}
.interactive .step .text .question {
  font-size: 20px;
}
.interactive .step .triggers {
  max-width: 500px;
  margin: 30px auto;
}
.interactive .step .triggers .trigger_wrap {
  float: right;
  width: 183px;
  text-align: center;
}
.interactive .step .triggers .trigger_wrap:first-child {
  float: left;
}
.interactive .step .triggers a {
  display: block;
  background: url(../images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 15px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  text-decoration: none;
}
.interactive .step .triggers a:hover {
  color: #4980a5;
}
.interactive .step .triggers a:first-child {
  float: left;
}
.interactive .step .step_content.form_default {
  text-align: center;
}
.interactive .step .step_content .block-title {
  display: none;
}
.interactive .step .step_description {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
}
.interactive .step .step_back {
  background: url(../images/question.png) no-repeat;
  width: 112px;
  height: 30px;
  display: block;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  text-decoration: none;
  font-size: 13px;
}
.interactive .step .step_back:hover {
  opacity: 0.9;
}

.form_default form .form-text, .form_default form .webform-component-textfield .form-text, .form_default form .webform-component-email .form-email {
  width: 215px;
  background: url(/sites/all/themes/sitexxi/images/form_text_215.png) no-repeat;
  border: none;
  height: 25px;
}
.form_default form .webform-component-textarea {
  max-width: 215px;
  margin: 1em auto;
}
.form_default form .webform-component-textarea textarea {
  width: 100%;
}
.form_default form .form-managed-file .form-submit {
  background: url(../images/add-to-cart.png) no-repeat;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 15px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  width: 102px;
  height: 25px;
  display: inline-block;
}
.form_default form .form-actions .form-submit {
  background: url(/sites/all/themes/sitexxi/images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 15px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}

.infographics--horizontal {
  background: url(../images/infografika_horizontal.png) no-repeat;
  min-height: 200px;
  width: 930px;
  margin: 20px auto;
}

.infographics--horizontal .infographics--horizontal__col {
  margin-top: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 13px;
}

#sidebar-first.sidebar .block-default {
  border: none;
  padding: 0;
}

#block-block-29 a img {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

#block-block-29 a img:hover {
  opacity: 0.7;
}

.scheme * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scheme_item {
  float: left;
  background: #f6f5f4;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scheme_item.special {
  background: #f7f3e5;
}

.scheme_circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 30px 40px;
  vertical-align: middle;
  text-align: center;
  display: table;
  font-size: 15px;
}
.scheme_circle > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.scheme_circle-small {
  width: 132px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.scheme_circle-small + .scheme_delimiter {
  margin-top: 55px;
}

.scheme_rectangle_circle {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.scheme_delimiter {
  width: 2%;
  margin: 11px 1% 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scheme-table table td {
  width: 33% !important;
  font-size: 15px;
}
.scheme-table table td .scheme_item {
  margin-bottom: 20px;
}

.scheme-border {
  border: 2px solid #da9b2c;
  font-size: 17px;
  text-align: center;
  padding: 20px 30px;
  display: table;
  margin: 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.scheme-border p {
  display: table-cell;
  vertical-align: middle;
}

.scheme-4 .scheme_item {
  width: 22%;
}

.scheme-2-1 .scheme_item {
  width: 22%;
}
.scheme-2-1 .scheme_item.special {
  width: 48%;
  text-align: left;
}

.scheme-hard {
  position: relative;
  min-height: 220px;
}
.scheme-hard .scheme_square {
  width: 30%;
  font-size: 16px;
  height: 70px;
  text-align: center;
}
.scheme-hard .scheme_square:nth-child(2) {
  margin: 0 5%;
}
.scheme-hard .scheme_item_small {
  position: absolute;
  top: 100px;
}
.scheme-hard .scheme_item_small-1 {
  top: 100px;
  left: 55px;
}
.scheme-hard .scheme_item_small-2-1 {
  left: 241px;
}
.scheme-hard .scheme_item_small-2-2 {
  left: 368px;
}
.scheme-hard .scheme_item_small-2-3 {
  left: 242px;
  top: 150px;
}
.scheme-hard .scheme_item_small-2-4 {
  left: 349px;
  top: 150px;
}
.scheme-hard .scheme_item_small-3-1 {
  left: 483px;
}
.scheme-hard .scheme_item_small-3-2 {
  left: 568px;
  font-size: 13px;
  min-height: 41px;
  top: 151px;
}
.scheme-hard .scheme_item_small-3-3 {
  left: 484px;
  top: 150px;
}
.scheme-hard .scheme_item_small-3-4 {
  left: 625px;
  top: 100px;
}
.scheme-hard .scheme_rectangle {
  background: #f6f5f4;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scheme-hard .scheme_line {
  border-left: 1px solid #da9b2c;
  position: absolute;
  top: 69px;
  height: 31px;
  width: 1px;
  display: block;
  position: absolute;
}
.scheme-hard .scheme_line_long {
  height: 81px;
}
.scheme-hard .scheme_line-1 {
  left: 93px;
}
.scheme-hard .scheme_line-2-1 {
  left: 270px;
}
.scheme-hard .scheme_line-2-2 {
  left: 408px;
}
.scheme-hard .scheme_line-2-3 {
  left: 312px;
}
.scheme-hard .scheme_line-2-4 {
  left: 360px;
}
.scheme-hard .scheme_line-3-1 {
  left: 516px;
}
.scheme-hard .scheme_line-3-2 {
  left: 657px;
}
.scheme-hard .scheme_line-3-3 {
  left: 533px;
  z-index: -1;
}
.scheme-hard .scheme_line-3-4 {
  left: 586px;
}

.scheme-box {
  margin-bottom: 50px;
}
.scheme-box.scheme-box-4 .scheme_item {
  float: left;
  width: 24%;
  background: #f7f3e5;
  font-size: 17px;
  height: 130px;
  text-align: center;
}
.scheme-box.scheme-box-4 .scheme_item:nth-child(2), .scheme-box.scheme-box-4 .scheme_item:nth-child(3) {
  margin: 0 1%;
}
.scheme-box.scheme-box-4 .scheme_item b {
  display: block;
  font-size: 40px;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none !important;
  line-height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn-primary {
  background: url(../images/calc-submit.png) no-repeat;
  width: 183px;
  height: 37px;
  padding: 0 0 0 0;
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
  color: #477599;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}
.btn_orange {
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  text-decoration: none;
}
.btn_orange:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}
.btn_green,
.btn .form-submit.btn.btn_green {
  background: #328935;
  border: 1px solid #328935;
  color: #fff;
  text-decoration: none;
}
.btn_green:hover,
.btn .form-submit.btn.btn_green:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}
.btn_blue {
  background: #90d3ff;
  background: -moz-linear-gradient(top, #90d3ff 0%, #5498cb 100%);
  background: -webkit-linear-gradient(top, #90d3ff 0%, #5498cb 100%);
  background: linear-gradient(to bottom, #90d3ff 0%, #5498cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90d3ff", endColorstr="#5498cb", GradientType=0);
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.btn_blue:link, .btn_blue:visited {
  color: #fff;
}
.btn_blue:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
.btn_big {
  padding: 10px !important;
  font-size: 20px;
  color: #fff;
  width: auto;
  max-width: 350px;
}
.btn_h-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.btn_margin_vertical {
  margin-top: 40px;
  margin-bottom: 40px;
}
.btn_200 {
  max-width: 200px;
}
.btn_ml0 {
  margin-left: 0;
}

.btn-wrapper {
  display: flex;
  align-items: center;
}
.btn-wrapper_center {
  justify-content: center;
}

a.btn_orange.btn {
  color: #fff;
  text-decoration: none;
}

.panel__seo {
  font-size: 16px;
}
.panel__seo > h2 {
  margin-top: 0;
  padding-top: 0;
}
.panel__seo .pane-content h2 {
  clear: both;
}

.node-constructor {
  font-size: 16px;
}
.node-constructor * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.node-type-panel h1, .node-type-constructor h1 {
  text-align: center;
  color: #66a4d8;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  text-transform: uppercase;
  min-height: 25px;
}
@media only screen and (max-width: 768px) {
  .node-type-panel h1, .node-type-constructor h1 {
    margin-top: 0;
    padding-top: 10px;
  }
}

.pane-title {
  color: #66a4d8;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 15px;
  margin: 0;
  text-transform: uppercase;
}

.panel-pane .pane-content {
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .panel-pane .pane-content iframe {
    float: none;
    clear: both;
    margin: 0 auto !important;
    width: 100%;
  }
}
.panel-2col-bricks .panel-separator {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .panel-2col-bricks .panel-col-first {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .panel-2col-bricks .panel-col-last {
    width: 100%;
    float: none;
    clear: both;
  }
}
.panel-display:after {
  clear: both;
  content: "";
  display: block;
}

.panel-2col-bricks .panel-col-top, .panel-2col-bricks .panel-col-middle, .panel-2col-bricks .panel-col-bottom {
  width: 100% !important;
}

.panels-ipe-editing .panels-ipe-portlet-content {
  margin-left: 0;
  margin-right: 0;
}

.panel-colored {
  position: relative;
}

.panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.panel-bg_orange {
  background: #fac156;
}

.panel-bg_yellow {
  background: #f7f2ba;
}

.panel-bg_blue {
  background: #cbe3f7;
}

.panel-bg_grey {
  background: #eae9e4;
}

.panel-bg_right {
  left: auto;
  right: 0;
}

.panel-bg_higher {
  z-index: -1;
}

.panel_mtop_50 {
  margin-top: 50px;
}

.panel_mbottom_50 {
  margin-bottom: 50px;
}

.panel_mbottom_20 {
  margin-bottom: 20px;
}

.panel_ptop_20 {
  padding-top: 20px;
}

.block_brown {
  position: relative;
}

.block_brown::before {
  content: "";
  height: 100%;
  width: 7000px;
  background: #eae9e3;
  display: block;
  position: absolute;
  top: 0;
  left: -2500px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .block_brown::before {
    width: 100% !important;
  }
}
.block_left-yellow {
  position: relative;
}

.block_left-yellow::before {
  content: "";
  display: block;
  height: 100%;
  width: 5000px !important;
  background: #f7f2b9;
  position: absolute;
  right: -8px !important;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .block_left-yellow::before {
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .block_left-yellow::before {
    width: 100% !important;
  }
}
.block_left-yellow.pane-views-testimonials-slider-block .pane-content {
  padding-bottom: 0;
}

.block_right-blue {
  position: relative;
}

.block_right-blue h2.pane-title {
  color: #fff;
}

.block_right-blue::before {
  content: "";
  display: block;
  height: 100%;
  width: 5000px !important;
  background: #a5bdd0;
  position: absolute;
  left: -7px !important;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .block_right-blue::before {
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .block_right-blue::before {
    width: 100% !important;
  }
}
.block-bg {
  position: relative;
}

.block-bg:before {
  content: "";
  height: 100%;
  width: 7000px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -25vw;
  max-width: calc(125vw - 25px);
}
@media only screen and (min-width: 1001px) {
  .block-bg:before {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
  }
}

.block-bg_grey:before {
  background: #eae9e3;
}

.block-bg_blue:before {
  background: #dcedfa;
}

.block-bg_yellow:before {
  background: #f7f2b9;
}

.block-bg_orange .pane-title {
  color: #000;
}

.block-bg_orange:before {
  background: #fac156;
}

.block-bg_yellow-bottom .form-actions {
  margin-bottom: 0;
}

.block-bg_yellow_top > .content:before,
.block-bg_yellow_top .pane-content:before {
  content: "";
  display: block;
  background: url(../images/bg_block-bg_yellow_top.png) center top no-repeat;
  position: absolute;
  width: 697px;
  height: 18px;
  top: 0;
  margin: -18px auto 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .block-bg_yellow_top > .content:before,
  .block-bg_yellow_top .pane-content:before {
    display: none !important;
  }
}
.block-bg_yellow_bottom > .content:after,
.block-bg_yellow_bottom .pane-content:after {
  content: "";
  display: block;
  background: url(../images/bg_block-bg_yellow_bottom.png) center bottom no-repeat;
  position: absolute;
  height: 11px;
  bottom: 0;
  margin: 0px auto -11px;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .block-bg_yellow_bottom > .content:after,
  .block-bg_yellow_bottom .pane-content:after {
    display: none !important;
  }
}
.block-bg_margin_top {
  margin-top: 70px;
}

.block-bg_padding25 {
  padding: 25px 0;
}

.block-bg_padding25 h4 {
  margin-top: 0;
}

.panel-panel .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

.pane-views-faq-2-columns-block > .pane-title {
  text-align: center;
}

.faq-columns .field-type-field-collection > .field-items:after {
  clear: both;
  content: "";
  display: block;
}

.faq-columns .field-type-field-collection > .field-items > .field-item {
  width: 49%;
  min-height: 114px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .faq-columns .field-type-field-collection > .field-items > .field-item {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    float: none;
  }
}
.faq-columns .field-type-field-collection > .field-items > .field-item.even {
  float: left;
  clear: left;
  margin-right: 2%;
}

.faq-columns .field-type-field-collection > .field-items > .field-item.odd {
  float: right;
  clear: right;
}

.faq-columns .field-type-field-collection > .field-items > .field-item .field-collection-view {
  border: none;
  padding: 0;
  margin: 0;
}

.faq-columns .field-type-field-collection > .field-items > .field-item .field-name-field-faq-vopros {
  font-weight: bold;
  color: #4e7698;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: default;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.faq-columns .field-type-field-collection > .field-items > .field-item .field-name-field-faq-vopros.active {
  text-decoration: none;
}
.faq-columns .field-type-field-collection > .field-items > .field-item .field-name-field-faq-vopros:hover {
  text-decoration: underline;
}
.faq-columns .field-type-field-collection > .field-items > .field-item .field-name-field-faq-vopros p {
  margin: 0;
}

.faq-columns .field-type-field-collection > .field-items > .field-item .field-name-field-faq-otvet {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #504f4c;
}

.panel-col-first .view-testimonials-slider {
  max-width: 90%;
}

.panel-col-first .view-testimonials-slider:after {
  margin-right: 0px;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 480px) {
  .panel-col-first .view-testimonials-slider {
    margin: 0 auto;
  }
}
.panel-col-first .view-testimonials-slider .name {
  line-height: 20px;
  color: #5d8196;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.reviews-full-width {
  padding-bottom: 10px;
}

.view-testimonials-slider:before, .view-testimonials-slider:after {
  content: "";
  display: block;
  width: 31px;
  height: 27px;
  position: absolute;
}

.view-testimonials-slider:before {
  background-image: url(../images/icon_quote_1.png);
  margin-top: -9px;
  margin-left: -40px;
}

.view-testimonials-slider:after {
  background-image: url(../images/icon_quote_2.png);
  bottom: 0;
  right: 0;
  margin-bottom: 130px;
  margin-right: -30px;
}

.view-testimonials-slider .views-row {
  min-height: 172px;
}

.view-testimonials-slider .views-row .field-content p {
  margin-bottom: 5px;
}

.view-testimonials-slider .views-row .field-content br + br {
  display: none;
}

.view-testimonials-slider .views-row .name {
  line-height: 20px;
  color: #5d8196;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.view-testimonials-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  margin-left: -50px;
}

.view-testimonials-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  margin-right: -50px;
}

@media screen and (max-width: 480px) {
  .view-testimonials-slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.view-sertifikaty.view-display-id-block_1 .view-content:after {
  clear: both;
  content: "";
  display: block;
}

.view-sertifikaty.view-display-id-block_1 .view-content .views-row {
  float: left;
  max-width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 480px) {
  .view-sertifikaty.view-display-id-block_1 .view-content .views-row {
    max-width: 30%;
  }
}
.view-sertifikaty.view-display-id-block_1 .view-content .views-row img {
  max-width: 100%;
  height: auto;
}

.price__links {
  background: url(../images/bg_price__links.png) center center no-repeat;
  width: 384px;
  min-height: 276px;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  margin-bottom: 30px;
}

.price__links.active {
  color: #a87212;
}

@media screen and (max-width: 480px) {
  .price__links {
    width: 100%;
    height: auto;
    background: none;
    min-height: 50px;
    float: none;
  }
}
.price__links a {
  display: block;
  margin-left: 35px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #da9b2c;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .price__links a {
    margin-left: 0;
  }
}
.price__links a:nth-child(1) {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .price__links a:nth-child(1) {
    margin-top: 0;
  }
}
.price__links a:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}

.table_price-panel {
  margin: 0 auto;
  font-size: 13px;
  border: 0;
  border-spacing: 0;
}

.table_price-panel thead tr {
  border: none;
}

.table_price-panel thead tr th {
  background: #fff;
  border: none;
  font-size: 13px;
  color: #bb9a39;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 6px 0 6px 0px;
}

.table_price-panel tbody {
  border-top: inherit;
}

.table_price-panel tbody tr {
  border: none;
  background: url(../images/table_row.png) center bottom repeat-x;
}

.table_price-panel tbody tr:nth-child(1) td {
  padding-top: 15px;
}

.table_price-panel tbody tr:last-child {
  background: none;
}

.table_price-panel tbody tr td {
  border: none;
  text-align: left;
  padding: 5px 0px 11px 0px;
}

@media screen and (max-width: 480px) {
  .table_price-panel tbody tr td {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.table_price-panel tbody tr td:nth-child(1) {
  font-weight: bold;
  text-align: center;
}

.pane-webform-client-block-580 form {
  position: relative;
}

.pane-webform-client-block-580 form .form-actions {
  bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .pane-webform-client-block-580 form .form-actions {
    position: relative;
    left: 0;
    top: 0;
    clear: both;
    padding-top: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .pane-webform-client-block-580 form .form-actions {
    position: relative;
    left: 0;
    top: 0;
    clear: both;
    padding-top: 20px;
    float: right;
    margin-right: 40px;
  }
}
.block-price {
  position: relative;
  padding-bottom: 20px;
}

.block-price::after {
  content: "";
  display: table;
  clear: both;
}

.block-price h3, .block-price__heading {
  font-weight: 700;
  color: #66a4d8;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 30px 0 10px;
}

.block-price__img {
  float: left;
  width: 37%;
  padding-top: 10px;
}
.block-price__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.block-price__img iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  height: 200px;
}
.block-price__img_btn {
  padding-top: 0;
  margin-top: -10px;
}
.block-price__img_btn .btn {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 2px;
  max-width: 220px;
}

.block-price__content {
  float: right;
  margin-left: 3%;
  width: 53%;
  font-size: 13px;
  color: #534741;
}

@media screen and (min-width: 816px) and (max-width: 925px) {
  .block-price__content {
    width: 46.5%;
  }
}
@media screen and (max-width: 816px) {
  .block-price__content {
    float: left;
  }
}
.block-price__content h4 {
  color: #534741;
  font-size: 20px;
  font-weight: bold;
}

.block-price__content h5 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 3px;
}

.block-price__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}

.block-price__content ul li:before {
  content: "- ";
  display: inline-block;
}

.block-price__table {
  font-size: 13px;
  width: 97%;
  margin: 0 0 15px;
}

.block-price__table tr {
  background: url(../images/table_row.png) center bottom repeat-x;
}

.block-price__table th, .block-price__table td {
  padding: 8px 0 9px;
}

.block-price__table_linear td:first-child {
  font-weight: 700;
  padding-right: 10px;
}

.block-price__table_linear td:last-child {
  text-align: right;
  white-space: nowrap;
}

.block-price__table.beauty {
  margin-bottom: 15px;
  width: 100%;
}

.block-price__table.beauty th, .block-price__table.beauty td {
  padding: 8px 0 9px;
}

.block-price_preparation .block-price__img {
  margin-top: -28px;
}

.block-price_preparation .block-price__content {
  margin-top: 13px;
}

.block-price_other {
  padding-bottom: 20px;
}

.block-price_other .block-price__img {
  margin-top: -40px;
}

.block-price_other .block-price__img img {
  position: relative;
  left: 15px;
}

.block-price_other .block-price__content {
  margin-top: 3px;
}

.block-price_books .block-price__heading {
  margin-bottom: 20px;
}

.block-price_magazine .block-price__heading {
  margin-bottom: 20px;
}

.block-price_magazine .block-price__img {
  margin-top: 20px;
}

.block-price_magazine .block-price__img img {
  position: relative;
  left: 10px;
}

.block-price_brochure .block-price__heading {
  margin-bottom: 18px;
}

.block-price_brochure .block-price__img {
  margin-top: 20px;
}

.block-price_catalog .block-price__heading {
  margin-bottom: 18px;
}

.block-price_catalog .block-price__img {
  margin-top: 15px;
}

.block-price_video .block-price__table.beauty thead tr {
  background-color: #fff;
  background-position-y: 106%;
}

@media screen and (max-width: 816px) {
  .block-price__img {
    width: 22%;
  }
  .block-price__content {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .block-price .table.beauty th:nth-child(3), .block-price .table.beauty th:nth-child(6), .block-price .table.beauty td:nth-child(3), .block-price .table.beauty td:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .block-price__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-price__content {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .block-price .table.beauty th:nth-child(5), .block-price .table.beauty td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .block-price__heading {
    font-size: 24px;
    line-height: 1.1;
  }
  .block-price .table.beauty th:nth-child(4), .block-price .table.beauty td:nth-child(4) {
    display: none;
  }
}
.page-node-866 .block-price__content {
  width: 60%;
  float: left;
}

.block-price_blue::before {
  content: "";
  display: block;
  z-index: -1;
  height: 100%;
  width: 6000px;
  background: #dcedfa;
  position: absolute;
  top: 0;
  left: -1500px;
}

.portfolio-3 .view-content .views-row img {
  height: auto;
  max-width: 100%;
}

.portfolio-3 .view-content .views-row a {
  display: block;
  background: url(../images/bg_equipment_border.png) center center no-repeat;
  padding: 14px;
  min-height: 170px;
}

.portfolio-1 .view-content .views-row {
  text-align: center;
}

.portfolio-1 .view-content .views-row a {
  text-align: center;
}

.portfolio-1 .view-content .views-row img {
  height: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.panel_team .panel-title {
  margin: 0;
  padding: 0;
}

.view-team {
  margin-top: 40px;
  margin-bottom: 40px;
}

.view-team .view-content:after {
  clear: both;
  content: "";
  display: block;
}

.view-team .views-row {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .view-team .views-row {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .view-team .views-row {
    width: 50%;
  }
}
.view-team .views-row .views-field-field-team-photo {
  background: url(../images/bg_team_border.png) center top no-repeat;
  height: 245px;
  padding-top: 10px;
}

.view-team .views-row .views-field-field-team-photo img {
  max-width: 100%;
  height: auto;
}

.view-team .views-row .views-field-field-team-name {
  font-weight: bold;
  color: #5d8196;
  font-size: 16px;
}

.view-team .views-row .views-field-field-team-post {
  color: #2f2e2c;
  font-weight: normal;
  font-size: 14px;
}

.publishing:after {
  clear: both;
  content: "";
  display: block;
}
.publishing > div {
  width: 33%;
  float: left;
  margin-bottom: 30px;
  min-height: 200px;
}
.publishing > div:nth-child(1), .publishing > div:nth-child(2), .publishing > div:nth-child(3) {
  min-height: 150px;
}
.publishing > div:nth-last-child(1), .publishing > div:nth-last-child(2), .publishing > div:nth-last-child(3) {
  min-height: 150px;
  margin-bottom: 0;
}
.publishing > div:after {
  clear: both;
  content: "";
  display: block;
}
.publishing > div:nth-child(1) .img {
  background-position: 0 0;
}
.publishing > div:nth-child(2) .img {
  background-position: -136px 0;
}
.publishing > div:nth-child(3) .img {
  background-position: -272px 0;
}
.publishing > div:nth-child(4) .img {
  background-position: 0 -126px;
}
.publishing > div:nth-child(5) .img {
  background-position: -136px -126px;
}
.publishing > div:nth-child(6) .img {
  background-position: -272px -126px;
}
.publishing > div:nth-child(7) .img {
  background-position: 0 -250px;
}
.publishing > div:nth-child(8) .img {
  background-position: -136px -250px;
}
.publishing > div:nth-child(9) .img {
  background-position: -268px -250px;
}
.publishing > div .img {
  background-repeat: no-repeat;
  background-image: url(../images/sprite_publishing.png);
  width: 108px;
  height: 110px;
  float: left;
}
.publishing > div > div {
  float: left;
  max-width: 153px;
  margin-left: 20px;
}
.publishing > div > div .title {
  font-size: 17px;
  line-height: 20px;
  color: #4e7698;
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.publishing > div > div p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #504f4c;
  line-height: 16px;
}

@media screen and (max-width: 480px) {
  .publishing > div {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    clear: both;
    min-height: 0;
  }
  .publishing > div:nth-child(1), .publishing > div:nth-child(2), .publishing > div:nth-child(3) {
    min-height: 0;
  }
  .publishing > div:nth-last-child(2), .publishing > div:nth-last-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .publishing > div {
    width: 48%;
    min-height: 150px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .publishing > div:nth-last-child(2), .publishing > div:nth-last-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .publishing > div > div {
    max-width: 120px;
    max-width: calc(100% - 148px);
  }
}
@media screen and (max-width: 480px) {
  .publishing > div > div .title {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
  .publishing > div > div .title {
    font-size: 18px;
  }
}
.view-equipment {
  font-size: 14px;
  color: #504f4c;
  line-height: 20px;
}

.view-equipment .bx-wrapper .bx-controls-direction a {
  top: 38%;
}

.view-equipment .views-field-field-equipment-photo {
  background: url(../images/bg_equipment_border.png) no-repeat;
  width: 281px;
  height: 197px;
  padding: 5px 0 0 6px;
}

#content .pane-webform-client-block-853 .pane-title {
  margin: 0px 0 -26px 0;
  padding: 30px 0 0 0;
  font-size: 20px;
  color: #534741;
  text-transform: inherit;
}

#webform-client-form-853 {
  background: url(../images/bg_form_panel.png) center top no-repeat;
  max-width: 672px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#webform-client-form-853 > div {
  max-width: 322px;
  margin: 0 auto;
  padding-top: 57px;
}
#webform-client-form-853 .form-item {
  margin-bottom: 3px;
}
#webform-client-form-853 .form-item input {
  max-width: 100%;
  text-align: center;
  border: 1px solid #b4b4b4;
  min-height: 20px;
  color: #504f4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#webform-client-form-853 .form-item input.error {
  border-color: red;
}
#webform-client-form-853 .form-item textarea {
  max-width: 100%;
  text-align: center;
  border: 1px solid #b4b4b4;
  max-height: 74px;
  resize: none;
  color: #504f4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 365px) {
  #webform-client-form-853 .form-item textarea {
    max-height: 51px;
  }
}
#webform-client-form-853 .form-item textarea.error {
  border-color: red;
}
#webform-client-form-853 .webform-component-file label {
  font-size: 14px;
  color: #504f4c;
}
#webform-client-form-853 .webform-component-file .form-managed-file {
  font-size: 13px;
}
#webform-client-form-853 .webform-component-file .form-managed-file:after {
  clear: both;
  content: "";
  display: block;
}
#webform-client-form-853 .webform-component-file .form-managed-file input {
  float: left;
  border: none;
}
#webform-client-form-853 .webform-component-file .form-managed-file .form-submit {
  background: #bebebe;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#webform-client-form-853 .webform-component-file .description {
  display: none;
}
@media only screen and (max-width: 406px) {
  #webform-client-form-853 .webform-component--personal .form-item-submitted-personal-personal label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 388px) {
  #webform-client-form-853 .webform-component--personal .form-item-submitted-personal-personal label {
    font-size: 13px;
  }
}
#webform-client-form-853 .form-actions {
  text-align: center;
}
#webform-client-form-853 .form-actions .form-submit {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: #90d3ff;
  background: -moz-linear-gradient(top, #90d3ff 0%, #5498cb 100%);
  background: -webkit-linear-gradient(top, #90d3ff 0%, #5498cb 100%);
  background: linear-gradient(to bottom, #90d3ff 0%, #5498cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90d3ff", endColorstr="#5498cb", GradientType=0);
}

@media screen and (max-width: 480px) {
  #webform-client-form-853 > div {
    max-width: 90%;
  }
}
#content .pane-webform-client-block-867 {
  background: url(../images/bg_order_test.png) no-repeat;
  position: relative;
  height: 220px;
  padding: 30px 0;
  margin: 30px 0px;
}

#content .pane-webform-client-block-867:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg_order_test__attach.png) no-repeat;
  width: 55px;
  height: 100px;
  margin: 0 0 20px -10px;
}

#content .pane-webform-client-block-867 .pane-title {
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #bb9a39;
  text-transform: inherit;
  font-weight: bold;
  width: 359px;
}

@media screen and (max-width: 480px) {
  #content .pane-webform-client-block-867 .pane-title {
    width: 100%;
  }
}
#webform-client-form-867 {
  width: 359px;
}

@media screen and (max-width: 480px) {
  #webform-client-form-867 {
    width: 100%;
  }
}
#webform-client-form-867 > div {
  max-width: 215px;
  margin: 0 auto;
  padding-top: 17px;
}

@media screen and (max-width: 480px) {
  #webform-client-form-867 > div {
    max-width: 80%;
  }
}
#webform-client-form-867 .webform-component-markup {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  #webform-client-form-867 .webform-component-markup {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #webform-client-form-867 .webform-component-markup {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #webform-client-form-867 .webform-component-markup {
    background: #fff;
    color: #000;
    opacity: 1;
    position: absolute;
    width: 50vw;
    left: 0;
    margin-left: 320px;
    font-size: 12px;
    padding: 18px 20px;
    border: 1px solid #b7c1c7;
    margin-top: -84px !important;
    line-height: 17px;
  }
  #webform-client-form-867 .webform-component-markup:after, #webform-client-form-867 .webform-component-markup:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #webform-client-form-867 .webform-component-markup:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px;
  }
  #webform-client-form-867 .webform-component-markup:before {
    border-color: rgba(183, 193, 199, 0);
    border-right-color: #b7c1c7;
    border-width: 6px;
    margin-top: -6px;
  }
  #webform-client-form-867 .webform-component-markup p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #webform-client-form-867 .webform-component-markup {
    background: url(../images/bg_order_test__markup.png) right center no-repeat;
    min-height: 20px;
    min-width: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 25px 30px;
    width: 604px;
    height: 151px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    margin-top: -95px !important;
    margin-right: 20px;
  }
}
#webform-client-form-867 .form-item {
  margin-top: 0;
  margin-bottom: 7px;
}

#webform-client-form-867 .form-item input {
  max-width: 100%;
  text-align: center;
  border: 1px solid #b4b4b4;
  min-height: 20px;
  color: #504f4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#webform-client-form-867 .form-item input.error {
  border-color: red;
}

#webform-client-form-867 .form-item:hover + .webform-component-markup {
  display: block;
  opacity: 1;
}

#webform-client-form-867 .form-actions {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

#webform-client-form-867 .form-actions .form-submit {
  background: #da9b2c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  border-radius: 0;
  height: 32px;
  width: 132px;
  border: none;
}

#webform-client-form-867 .form-actions .form-submit:hover {
  opacity: 0.8;
}

.page-otzyvy h1 {
  color: #5282a5;
  font-size: 1.875em;
  font-weight: 400;
  border-bottom: 1px solid;
  margin-top: 0.8em;
  letter-spacing: -0.015em;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  text-align: left;
}

.view-reviews.view-display-id-block_1 {
  margin-bottom: 50px;
  margin-top: 40px;
  padding: 40px 0;
}

.view-reviews.view-display-id-block_1 .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.view-reviews.view-display-id-block_1 .bx-wrapper .bx-viewport .bx-loading {
  display: none;
}

.view-reviews.view-display-id-block_1 .view-content {
  margin-left: -2%;
  margin-right: -2%;
}

.view-reviews.view-display-id-block_1 .view-content:after {
  clear: both;
  content: "";
  display: block;
}

.view-reviews.view-display-id-block_1 .views-row {
  float: left;
  width: 22%;
  margin: 0 1% 25px;
}
@media only screen and (max-width: 768px) {
  .view-reviews.view-display-id-block_1 .views-row {
    margin: 0;
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .view-reviews.view-display-id-block_1 .views-row {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.view-reviews.view-display-id-block_1 .views-row .image img {
  max-width: 100%;
  height: auto;
}

.reviews-page .view-content:after {
  clear: both;
  content: "";
  display: block;
}
.reviews-page .views-row {
  float: left;
  width: 25%;
  margin: 0 4% 30px;
}
@media screen and (max-width: 480px) {
  .reviews-page .views-row {
    width: 86%;
    margin: 0 auto 20px;
    float: none;
    clear: both;
    padding: 0 24px;
  }
}
.reviews-page .views-row:nth-child(4) {
  clear: left;
}
.reviews-page .views-row:nth-child(7) {
  clear: left;
}
.reviews-page .views-row:nth-child(10) {
  clear: left;
}
.reviews-page .views-row:nth-child(13) {
  clear: left;
}
.reviews-page .views-row .text {
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .reviews-page .views-row .text {
    font-size: 16px;
    line-height: 21px;
  }
}
.reviews-page .views-row .text:before {
  display: inline-block;
  content: "";
  width: 31px;
  height: 27px;
  position: absolute;
  background-image: url(../images/icon_quote_1.png);
  margin-top: -9px;
  margin-left: -40px;
}
.reviews-page .views-row .text:after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 27px;
  position: absolute;
  background-image: url(../images/icon_quote_2.png);
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -30px;
}
.reviews-page .views-row .text .reviews__inner {
  height: 216px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.reviews-page .views-row .text .reviews__full {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
}
.reviews-page .views-row .text p {
  margin-bottom: 1px;
}
.reviews-page .views-row .name {
  line-height: 20px;
  font-size: 18px;
  color: #5282a5;
  text-decoration: none;
  margin-top: 7px;
}
.reviews-page .views-row .reviews__link a {
  font-size: 14px;
}
.reviews-page .views-row .reviews__link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_google.svg?v=2) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
}
#content .reviews-page h2.reviews-title {
  text-align: center;
  color: #5282a5;
  font-size: 1.875em;
  font-weight: 400;
  border-bottom: 1px solid;
  margin-top: 0.8em;
  letter-spacing: -0.015em;
  padding-bottom: 0.6em;
  margin-bottom: 1.3em;
}
#content .reviews-page h2.reviews-title span {
  background: url(../img/icon_google-logo.svg) no-repeat;
  color: transparent;
  background-position: center 10px;
  display: inline-block;
  width: 93px;
}

@media screen and (max-width: 910px) {
  .menu_under-header {
    display: none;
  }
}
.menu_under-header .container {
  position: relative;
  padding: 0 15px;
  max-width: 960px;
  margin: 0 auto;
}

.menu_under-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_under-header__menu {
  list-style: none;
  width: 100%;
  background: #da9b2c;
  min-height: 31px;
  padding-left: 0;
  padding-top: 5px;
  position: relative;
  display: none;
  position: absolute;
  z-index: 2;
}

.menu_under-header__menu:after {
  clear: both;
  content: "";
  display: block;
}

.menu_under-header__menu:before {
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(218, 155, 44, 0);
  border-bottom-color: #da9b2c;
  border-width: 5px;
  margin-left: -5px;
}

.menu_under-header__menu:nth-child(1):before {
  left: 50px;
}

.menu_under-header__menu:nth-child(2):before {
  left: 160px;
}

.menu_under-header__menu:nth-child(3):before {
  left: 285px;
}

.menu_under-header__menu:nth-child(4):before {
  left: 405px;
}

.menu_under-header__menu:nth-child(5):before {
  left: 525px;
}

.menu_under-header__menu:nth-child(6):before {
  left: 643px;
}

.menu_under-header__menu:nth-child(7):before {
  left: 760px;
}

.menu_under-header__menu:nth-child(8):before {
  left: 880px;
}

.menu_under-header__menu__item {
  float: left;
  margin-right: 0px;
}

.menu_under-header__menu__item a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.3px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}

.menu_under-header__menu__item a:hover {
  text-decoration: none;
}

#block-webform-client-block-1049 > .block-title {
  color: #66a4d8;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 15px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
  min-height: 110px;
}

.form_steps {
  background: url(../images/form_steps__bg.png) no-repeat;
  max-width: 644px;
  width: 96%;
  min-height: 455px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #504f4c;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
}
.form_steps br {
  display: none;
}
.form_steps * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_steps .step_1 {
  display: block;
}
.form_steps .step_2, .form_steps .step_3, .form_steps .step_4, .form_steps .step_5 {
  display: none;
}
.form_steps .form_price__head {
  padding: 27px 0 0 42px;
  min-height: 100px;
}
.form_steps .form_price__head:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .form_price__head__title {
  display: inline-block;
  background: url(../images/form_steps__word.png) left center no-repeat;
  width: 59px;
  height: 16px;
  margin-right: 4px;
}
.form_steps .form_price__head__content {
  display: inline-block;
}
.form_steps .form_price__head__content__step {
  width: 88px;
  height: 53px;
  background: url(../images/form_steps__step.png) left center no-repeat;
  display: inline-block;
  color: #bebebe;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 53px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 200ms ease;
  user-select: none;
}
.form_steps .form_price__head__content__step:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .form_price__head__content__step:after {
  content: "";
  display: block;
  background: url(../images/form_steps__step-arrow.png) no-repeat;
  width: 32px;
  height: 11px;
  float: right;
  margin-top: 22px;
}
.form_steps .form_price__head__content__step.active {
  background-image: url(../images/form_steps__step_a.png);
  color: #fff;
}
.form_steps .form_price__head__content__step:hover {
  color: #444;
}
.form_steps .form_price__head__content__step.disabled {
  cursor: default;
}
.form_steps .form_price__head__content__step.disabled:hover {
  color: #bebebe;
}
.form_steps .form_price__head__content__step:nth-child(5) {
  width: 54px;
}
.form_steps .form_price__head__content__step:nth-child(5):after {
  display: none;
}
.form_steps .form_price__head__content__step_send {
  display: none;
  width: 53px;
  background-image: url(../images/form_steps__mail.png);
  float: right;
  position: relative;
  right: -15px;
}
.form_steps .form_price__head__content__step_send:after {
  display: none;
}
.form_steps .form_price__head__content__step_send.active {
  background-image: url(../images/form_steps__mail.png);
  display: block;
}
.form_steps fieldset > p {
  display: none;
}
.form_steps .fieldset-wrapper > p {
  display: none;
}
.form_steps .form-item label {
  font-size: 14px;
  cursor: pointer;
}
.form_steps .form-item > p {
  display: none;
}
.form_steps .form_price__actions > p {
  display: none;
}
.form_steps .step {
  border: none;
  background: none;
  top: 0;
  padding: 0;
  margin: 0;
}
.form_steps .step legend {
  font-size: 20px;
  color: #534741;
  font-weight: bold;
  text-align: center;
  background: none;
  border: none;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0px 0 15px 0;
  position: relative;
  height: auto;
  line-height: 23px;
  left: 0;
  text-indent: 0;
  min-height: 24px;
}
.form_steps .step .fieldset-wrapper {
  padding: 0;
  margin-top: 0;
}
.form_steps .step .fieldset-wrapper .form-item input.error {
  border-width: 1px;
}
.form_steps .step_1 {
  padding: 0 80px;
}
.form_steps .step_2 {
  padding: 0 100px;
  min-height: 307px;
}
.form_steps .step_2 legend {
  padding-top: 43px;
}
.form_steps .step_2 .fieldset-wrapper {
  background: url(../images/form_steps__circulation.png) left center no-repeat;
  min-height: 169px;
}
.form_steps .step_2 .fieldset-wrapper .form-item {
  width: 58%;
  margin-left: auto;
  margin-bottom: 19px;
}
.form_steps .step_2 .fieldset-wrapper .form-item:nth-child(1) {
  padding-top: 23px;
}
.form_steps .step_2 .fieldset-wrapper .form-item label {
  display: inline-block;
}
.form_steps .step_2 .fieldset-wrapper .form-item span {
  display: inline-block;
}
.form_steps .step_2 .fieldset-wrapper .form-item span.field-prefix {
  min-width: 84px;
  margin-right: 10px;
}
.form_steps .step_2 .fieldset-wrapper .form-item input {
  display: inline-block;
  max-width: 98px;
  font-size: 16px;
}
.form_steps .step_2 .fieldset-wrapper .form-item.webform-component--step-2--pereklyuchenie-shagov-3 {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form_steps .step_3 {
  padding: 0 5px;
}
.form_steps .step_3 legend {
  padding-top: 6px;
  background: url(../images/form_steps__arrows.png) center bottom no-repeat;
  min-height: 58px;
}
.form_steps .step_3 .webform-component--step-3--step-3-description {
  clear: both;
}
.form_steps .step_3__description {
  clear: both;
  display: block;
}
.form_steps .step_3__description__item {
  display: none;
  position: absolute;
  margin-top: -40px;
  background: #fff;
  width: 92%;
  margin-left: 3%;
  padding: 3px 5px;
  z-index: 2;
}
@media only screen and (max-width: 500px) {
  .form_steps .step_3__description__item {
    position: relative;
    margin-top: 0;
    border: 1px solid #579bcd;
  }
}
.form_steps .step_3__images__item {
  display: none;
  position: absolute;
  top: 0;
  max-width: 200px;
  max-height: 139px;
  margin-top: -33px;
  background: #fff;
}
.form_steps .step_3__images__item:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.form_steps .step_3__images__item img {
  max-height: 139px;
}
.form_steps .step_3__images__item img:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .step_3__images__item_1 {
  margin-left: 11px;
}
.form_steps .step_3__images__item_1:after {
  left: 18%;
}
.form_steps .step_3__images__item_2 {
  margin-left: 33px;
}
.form_steps .step_3__images__item_3 {
  margin-left: 117px;
}
.form_steps .step_3__images__item_4 {
  margin-left: 200px;
}
.form_steps .step_3__images__item_5 {
  margin-left: 305px;
}
.form_steps .step_3__images__item_6 {
  margin-left: 392px;
}
.form_steps .step_3__images__item_7 {
  margin-left: 427px;
}
.form_steps .step_3__images__item_7:after {
  left: 75%;
}
.form_steps .step_3 .fieldset-wrapper > .form-item {
  width: 50%;
  display: inline-block;
  margin-top: 0;
}
.form_steps .step_3 .fieldset-wrapper > .form-item.webform-component--step-3--pereklyuchenie-shagov {
  width: 100%;
}
.form_steps .step_3 .fieldset-wrapper > .form-item label {
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 500px) {
  .form_steps .step_3 .fieldset-wrapper > .form-item label {
    font-size: 15px;
  }
}
.form_steps .step_3 .fieldset-wrapper > .form-item .form-radios:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item {
  display: inline-block;
  min-height: 125px;
  float: left;
}
.form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item:before {
  background: url(../images/form_steps__cover.png) center top no-repeat;
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin: 0px auto 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item label {
  background-position: center bottom;
  padding-left: 0;
  padding-bottom: 21px;
  margin-bottom: 0;
  font-size: 13px;
  min-height: 63px;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
.form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item label span {
  background: url(/sites/all/themes/sitexxi/images/form_help.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -2px;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) {
  width: 55%;
  margin-left: 1%;
  float: left;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item {
  width: 24%;
  position: relative;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item.active:after {
  content: "";
  display: block;
  background: #dcdbd4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: -5px;
  padding-bottom: 10px;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item:nth-child(1):before {
  background-image: url(../images/calc_steps/kbs.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item:nth-child(2):before {
  background-image: url(../images/calc_steps/kshs.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item:nth-child(2) label {
  font-size: 12px;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item:nth-child(3):before {
  background-image: url(../images/calc_steps/clip.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item:nth-child(4):before {
  background-image: url(../images/calc_steps/spring.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item.form-type-radio {
  cursor: pointer;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) {
  width: 41%;
  margin-right: 2%;
  float: right;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item {
  width: 33.3%;
  position: relative;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item.active:after {
  content: "";
  display: block;
  background: #dcdbd4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: -5px;
  padding-bottom: 10px;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item:nth-child(1):before {
  background-image: url(../images/calc_steps/7bc.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item:nth-child(2):before {
  background-image: url(../images/calc_steps/7b.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item:nth-child(3):before {
  background-image: url(../images/calc_steps/integral.png);
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item.form-type-radio {
  cursor: pointer;
}
.form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(3) {
  width: 100%;
  display: block;
}
.form_steps .step_3 .fieldset-wrapper > .form-item .webform-component--step-4--cover--plotnost-bumagi-na-oblozhku-melovannaya {
  width: 150px;
}
.form_steps .step_4 {
  padding: 0 30px;
}
.form_steps .step_4 legend {
  padding-top: 29px;
  margin-bottom: 4px;
}
.form_steps .step_4 .webform-component--step-4--laminirovanie-opisanie {
  display: none !important;
}
.form_steps .step_4 .fieldset-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .step_4 .fieldset-wrapper .webform-component--step-4--cover {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset {
  background-color: transparent;
  border: 0;
  margin-bottom: 27px;
  padding-bottom: 0;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset legend {
  padding-top: 0;
  float: left;
  width: 100px;
  line-height: 30px;
  text-align: left;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper {
  float: left;
  width: calc(100% - 100px);
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  letter-spacing: 0;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .form-item {
  float: left;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .form-item .form-type-radio, .form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .form-item .webform-component-checkboxes {
  margin-bottom: 0;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .form-item:not(:last-child) {
  margin-right: 20px;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .form-item.webform-component--step-4--cover--plotnost-bumagi-na-oblozhku-len {
  display: none;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .webform-component-checkboxes .form-item {
  margin-bottom: 0;
}
.form_steps .step_4 .fieldset-wrapper .webform-component-fieldset .fieldset-wrapper .webform-component--step-4--blok--kakoe-kolichestvo input {
  width: 65px;
  font-size: 16px;
}
.form_steps .step_5 {
  padding: 0 35px;
  background-image: url("../images/form_steps__prepress.png");
  background-repeat: no-repeat;
  background-position: 6% 30%;
  min-height: 306px;
}
.form_steps .step_5 legend {
  padding-top: 27px;
}
.form_steps .step_5 .fieldset-wrapper {
  margin-left: 35%;
}
.form_steps .step_5 .fieldset-wrapper > .form-item {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}
.form_steps .step_5 .fieldset-wrapper > .form-item.webform-component-checkboxes {
  clear: left;
}
.form_steps .step_5 .webform-component--additional--nuzhna-verstka label::after,
.form_steps .step_5 .webform-component--additional--nuzhna-korrektura label::after,
.form_steps .step_5 .webform-component--additional--nuzhna-redaktura label::after {
  content: "";
  background: url(/sites/all/themes/sitexxi/images/form_help.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -2px;
  text-indent: -9999px;
  color: transparent;
}
.form_steps .step_5 .webform-component--additional--nuzhna-vyorstka-opisanie,
.form_steps .step_5 .webform-component--additional--nuzhna-redaktura-opisanie,
.form_steps .step_5 .webform-component--additional--nuzhna-korrektura-opisanie {
  float: left;
  margin-top: 10px !important;
  margin-left: 10px;
}
.form_steps .step_5 .webform-component--additional--nuzhna-vyorstka-opisanie .help,
.form_steps .step_5 .webform-component--additional--nuzhna-redaktura-opisanie .help,
.form_steps .step_5 .webform-component--additional--nuzhna-korrektura-opisanie .help {
  display: none;
}
.form_steps .step_5 .webform-component--additional--nuzhna-vyorstka-opisanie .help-text,
.form_steps .step_5 .webform-component--additional--nuzhna-redaktura-opisanie .help-text,
.form_steps .step_5 .webform-component--additional--nuzhna-korrektura-opisanie .help-text {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  padding: 10px;
  z-index: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #aac6dd;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 850px) {
  .form_steps .step_5 .webform-component--additional--nuzhna-vyorstka-opisanie .help-text,
  .form_steps .step_5 .webform-component--additional--nuzhna-redaktura-opisanie .help-text,
  .form_steps .step_5 .webform-component--additional--nuzhna-korrektura-opisanie .help-text {
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .form_steps .step_5 .webform-component--additional--nuzhna-vyorstka-opisanie .help-text,
  .form_steps .step_5 .webform-component--additional--nuzhna-redaktura-opisanie .help-text,
  .form_steps .step_5 .webform-component--additional--nuzhna-korrektura-opisanie .help-text {
    width: 100%;
    left: 0;
    position: relative;
  }
}
.form_steps .step_5 .webform-component--additional--pereklyuchenie-shagov-5 {
  clear: both;
  left: 0;
  margin: 0;
  width: 100%;
  float: none;
  position: relative;
  text-align: left;
  padding-top: 20px;
}
.form_steps .step_5 .webform-component--additional--pereklyuchenie-shagov-5 .form_price__actions {
  text-align: left;
}
.form_steps .step_5 .webform-component-select {
  display: inline-block;
  margin-right: 16px;
}
.form_steps .step_5 .webform-component--additional--hudozhnik-kolichestvo-illyustraciy {
  display: inline-block;
  margin-right: 16px;
  max-width: 154px;
  clear: left;
}
.form_steps .step_5 .webform-component--additional--hudozhnik-kolichestvo-illyustraciy input {
  max-width: 130px;
  font-size: 16px;
}
.form_steps .step_6 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.form_steps .step_6 .form-item {
  width: 100%;
}
.form_steps .step_6 .form-item input, .form_steps .step_6 .form-item textarea {
  width: 100%;
  max-width: 100%;
}
.form_steps .step_2 {
  display: none;
}
.form_steps .step_3 {
  display: none;
}
.form_steps .step_4 {
  display: none;
}
.form_steps .step_5 {
  display: none;
}
.form_steps .step_6 {
  display: none;
}
.form_steps .form-type-radio input {
  display: none;
}
.form_steps .form-type-radio label {
  background: url(../images/form_steps__checkbox.png) left center no-repeat;
  padding-left: 18px;
}
.form_steps .form-type-radio input:checked + label {
  background-image: url(../images/form_steps__checkbox_a.png);
}
.form_steps .form-type-checkbox input {
  display: none;
}
.form_steps .form-type-checkbox label {
  background: url(../images/form_steps__checkbox.png) left center no-repeat;
  padding-left: 21px;
}
.form_steps .form-type-checkbox input:checked + label {
  background-image: url(../images/form_steps__checkbox_a.png);
  background-position: left center;
}
.form_steps .form-actions {
  display: none;
}
.form_steps .webform-component--step-1--format {
  text-align: center;
}
.form_steps .webform-component--step-1--format .form-item {
  display: inline-block;
  width: 24%;
  position: relative;
  min-height: 200px;
  cursor: pointer;
}
.form_steps .webform-component--step-1--format .form-item.active:after {
  content: "";
  display: block;
  background: #dcdbd4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: -5px;
}
.form_steps .webform-component--step-1--format .form-item label {
  background-position: center bottom;
  padding-left: 0;
  padding-bottom: 20px;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.form_steps .webform-component--step-1--format .form-item:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 131px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.form_steps .webform-component--step-1--format .form-item:nth-child(1):before {
  background-image: url(../images/form_steps__size_a6.png);
}
.form_steps .webform-component--step-1--format .form-item:nth-child(2):before {
  background-image: url(../images/form_steps__size_a5.png);
}
.form_steps .webform-component--step-1--format .form-item.active:nth-child(2)::before {
  content: "Стандартный";
}
.form_steps .webform-component--step-1--format .form-item:nth-child(3):before {
  background-image: url(../images/form_steps__size_a4.png);
}
.form_steps .webform-component--step-1--format .form-item:nth-child(4):before {
  background-image: url(../images/form_steps__size_custom.png);
}
.form_steps .webform-component--step-1--shirina-mm,
.form_steps .webform-component--step-1--vysota-mm {
  display: none;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.form_steps .webform-component--step-1--shirina-mm input,
.form_steps .webform-component--step-1--vysota-mm input {
  width: 120px;
}
.form_steps select {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 4px;
  text-overflow: ellipsis;
  border-radius: 0;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}
.form_steps .chosen-container {
  width: 100% !important;
}
.form_steps .form_price__actions {
  text-align: center;
}
.form_steps .form_price__actions a, .form_steps .form_price__actions div {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  cursor: pointer;
}
.form_steps .form_price__actions a:hover, .form_steps .form_price__actions div:hover {
  opacity: 0.9;
}
.form_steps .form_price__actions a.disabled:hover, .form_steps .form_price__actions div.disabled:hover {
  opacity: 1;
}
.form_steps .form_price__actions .form_price__actions_forward {
  background: url(../images/form_steps__btn.png) no-repeat;
  width: 112px;
  height: 34px;
}
.form_steps .form_price__actions .form_price__actions_back {
  background: url(../images/form_steps__btn_back.png) no-repeat;
  width: 112px;
  height: 34px;
}
@media screen and (max-width: 740px) {
  .form_steps .form_price__head {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .form_steps .form_price__head__title {
    display: none;
  }
  .form_steps .step_1, .form_steps .step_2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form_steps .step_3__images {
    display: none;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item .form-radios {
    text-align: center;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item {
    max-width: 200px;
    width: 100% !important;
    float: none;
    padding-top: 0;
    min-height: 50px;
    background-position: left center;
    background-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item .form-radios .form-item label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25;
    width: auto;
    text-align: left;
    padding-left: 22px;
    min-height: 10px;
    padding-bottom: 0;
    background-position: left center !important;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) {
    width: 55%;
    margin-left: 1%;
    float: left;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(1) .form-radios .form-item {
    width: 24%;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) {
    width: 41%;
    margin-right: 2%;
    float: right;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item {
    width: 33.3%;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(2) .form-radios .form-item:nth-child(3) label {
    white-space: nowrap;
  }
  .form_steps .step_3 .fieldset-wrapper > .form-item:nth-child(3) {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 741px) {
  .form_steps {
    background-image: none;
    width: 100%;
  }
  .form_steps .step_1 {
    padding-left: 0;
    padding-right: 0;
  }
  .form_steps .step_2 .fieldset-wrapper {
    background-size: 30%;
    background-position: 0 50%;
  }
  .form_steps .step_4 .form-wrapper {
    margin-bottom: 0;
  }
  .form_steps .form_price__head__content__step_send {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .form_steps .step_3 .webform-component--step-3--pereklyuchenie-shagov {
    clear: both;
  }
  .form_steps .step_5 {
    background-size: 30%;
  }
}
@media screen and (max-width: 530px) {
  .form_steps .step_2 .fieldset-wrapper {
    background-image: none;
  }
  .form_steps .step_2 .fieldset-wrapper .form-item {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
  }
  .form_steps .step_5 {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .form_steps .step_5 .fieldset-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
  }
  .form_steps .step_5 .fieldset-wrapper .webform-component--additional--pereklyuchenie-shagov-5 {
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .form_steps .webform-component--step-1--format .form-item {
    width: 44%;
  }
  .form_steps .step_4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .form_steps .step_3 legend {
    background-image: none;
    min-height: 30px;
  }
  .form_steps .step_3 .webform-component-radios {
    width: 100% !important;
    float: none !important;
  }
}

.usefull-information .views-row {
  position: relative;
  float: left;
  width: 32.7%;
  margin: 0.3%;
  line-height: 10px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 760px) {
  .usefull-information .views-row {
    width: 49.4%;
  }
  .usefull-information .views-row:nth-child(2n-1) {
    clear: left;
  }
}
@media screen and (max-width: 620px) {
  .usefull-information .views-row {
    width: 100%;
    margin: 0 0 10px;
    clear: both;
  }
}
.usefull-information .views-row:after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in, height 0.3s ease-in;
}
.usefull-information .views-row:hover:after {
  opacity: 0;
}
.usefull-information .views-row a {
  margin: 0;
  padding: 0;
  display: block;
}
.usefull-information .views-row .link_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 3;
}
.usefull-information .views-row img {
  max-width: 100%;
  height: auto;
  margin: 0;
  max-height: 171px;
}
@media screen and (max-width: 900px) {
  .usefull-information .views-row img {
    max-height: 166px;
  }
}
@media screen and (max-width: 853px) {
  .usefull-information .views-row img {
    max-height: 155px;
  }
}
@media screen and (max-width: 804px) {
  .usefull-information .views-row img {
    max-height: 129px;
  }
}
@media screen and (max-width: 760px) {
  .usefull-information .views-row img {
    max-height: 178px;
  }
}
@media screen and (max-width: 620px) {
  .usefull-information .views-row img {
    width: 100%;
    max-height: 100%;
  }
}
.usefull-information .views-row .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 25px;
  line-height: 29px;
  padding: 10px 10px 10px 20px;
  z-index: 2;
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 900px) {
  .usefull-information .views-row .title {
    font-size: 20px;
  }
}

.page-proofs-type {
  background: url("../images/bg_page-proof.png") no-repeat center -3px;
  padding: 15px 0 5px;
  text-align: center;
}
.page-proofs-type h2 {
  margin: 10px 0 !important;
}
.page-proofs-type__item {
  margin: 0 6px 15px;
}
@media screen and (max-width: 920px) {
  .page-proofs-type__item {
    margin-bottom: 55px;
  }
}

.page-proofs-type-item {
  display: inline-block;
  vertical-align: top;
  width: 214px;
  position: relative;
  text-align: center;
}
.page-proofs-type-item__title {
  font-weight: 700;
  color: #0076a3;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  position: absolute;
  background-image: url("../images/page-proof-title.png");
  background-repeat: no-repeat;
  width: 187px;
  height: 70px;
  background-size: 100% 100%;
  padding-top: 17px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -10px;
}
.page-proofs-type-item__caption {
  font-size: 14px;
  color: #504f4c;
  margin-top: -5px;
  line-height: 1.35;
  min-height: 54px;
}
.page-proofs-type-item__caption:last-child {
  margin-top: 10px;
}
.page-proofs-type-item__caption em {
  font-style: normal;
  color: #da9a2c;
  font-weight: 700;
}
.page-proofs-type-item__list {
  list-style: none;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 10px;
}
.page-proofs-type-item__list li {
  color: #504f4c;
  text-align: left;
}
.page-proofs-type-item__list li:after {
  clear: both;
  content: "";
  display: block;
}
.page-proofs-type-item__list li span {
  font-size: 14px;
  vertical-align: bottom;
  line-height: 20px;
}
.page-proofs-type-item__list li b {
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
  color: #fea62b;
}

.designers {
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
}
.designers .block-title {
  font-size: 24px;
  color: #66a4d8;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.designers__item {
  margin: 0 15px 15px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .designers__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.designer {
  width: 438px;
  min-height: 340px;
  background-image: url("../images/bg_designer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 70px 20px 20px 45px;
  box-sizing: border-box;
  color: #504f4c;
  text-align: left;
}
.designer_big {
  padding-top: 79px;
}
.designer__info-wrapper {
  position: relative;
  padding-left: 132px;
  margin-bottom: 20px;
}
.designer__img {
  width: 112px;
  height: 134px;
  object-fit: cover;
  display: block;
  background: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  overflow: hidden;
}
.designer__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 460px) {
  .designer__img {
    position: static !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    width: 100px;
    height: 124px;
  }
}
.designer__name {
  font-size: 18px;
  font-weight: 700;
  color: #5d8196;
  line-height: 1;
  padding-bottom: 10px;
  background: url("../images/line-designer-2.png") center bottom no-repeat;
  background-size: 100% 6px;
  margin-bottom: 2px;
}
.designer__xp {
  padding-bottom: 5px;
  background: url("../images/line-designer-2.png") center bottom no-repeat;
  background-size: 100% 6px;
  margin-bottom: 0;
}
.designer__xp span {
  display: inline-block;
  width: 45%;
}
.designer__skills {
  padding-bottom: 10px;
  background: url("../images/line-designer.png") center bottom no-repeat;
  background-size: 100% 6px;
  min-height: 89px;
}
.designer__skills:after {
  clear: both;
  content: "";
  display: block;
}
.designer__skills span {
  display: inline-block;
  float: left;
  width: 45%;
}
.designer__skills ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.designer__skills ul li {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.designer__skills_big span {
  width: 100%;
}
.designer__portfolio a {
  line-height: 100px;
  text-align: center;
}
.designer__portfolio img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  display: inline;
  max-height: 100px;
}
.designer .bx-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.designer .bx-wrapper .bx-viewport {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  max-height: 100px;
}
.designer .bx-wrapper .bx-pager {
  display: none;
}
.designer .bx-wrapper .bx-prev, .designer .bx-wrapper .bx-next {
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  top: 50%;
  margin-top: -19px;
  border-radius: 50%;
  background-color: #a5c2da;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
  transition: background-color 0.25s;
}
.designer .bx-wrapper .bx-prev:hover, .designer .bx-wrapper .bx-next:hover {
  background-color: #647186;
}
.designer .bx-wrapper .bx-next {
  background-image: url("../images/arrow-right.png");
  right: -22px;
}
.designer .bx-wrapper .bx-prev {
  background-image: url("../images/arrow-left.png");
  left: -22px;
}
.designer .btn {
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 460px) {
  .designer {
    width: 90%;
    padding-left: 20px;
    background-image: url("../images/bg_designer-1.png");
  }
  .designer__info-wrapper {
    padding-left: 0;
  }
  .designer__name {
    text-align: center;
  }
  .designer__xp span, .designer__skills span {
    width: 36%;
  }
}

.tabs_science__content__item {
  font-size: 16px;
  display: none;
}
.tabs_science__content__item:nth-child(1) {
  display: block;
}

.reviews_and_sertificates__top {
  margin-bottom: 45px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.reviews_and_sertificates__top__item {
  font-size: 26px;
  width: 33%;
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  max-width: 200px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 2%;
  margin-right: 2%;
  color: #ff9300;
  border: 1px solid #ff9300;
}
.reviews_and_sertificates__top__item:first-child {
  margin-left: 0;
}
.reviews_and_sertificates__top__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .reviews_and_sertificates__top__item {
    font-size: 19px;
  }
}
@media only screen and (max-width: 540px) {
  .reviews_and_sertificates__top__item {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 470px) {
  .reviews_and_sertificates__top__item {
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-size: 13px;
  }
}
.reviews_and_sertificates__top__item.active, .reviews_and_sertificates__top__item:hover {
  color: #fff;
  background: #fea62b;
  border: 1px solid #ff9300;
}
.reviews_and_sertificates__content:after {
  clear: both;
  content: "";
  display: block;
}
.reviews_and_sertificates__content__item {
  position: relative;
}
.reviews_and_sertificates__content__item:after {
  clear: both;
  content: "";
  display: block;
}
.reviews_and_sertificates__content__item > .block {
  position: relative;
}
.reviews_and_sertificates .reviews-video .reviews-photo--item {
  width: 100%;
}
.reviews_and_sertificates .reviews-video .reviews-video-item {
  text-align: center;
  display: block;
  width: 100%;
}
.reviews_and_sertificates .reviews-video .reviews-video-item::after {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/sitexxi/img/icon_play.png);
  background-image: image-set(url(/sites/all/themes/sitexxi/img/icon_play.webp) type("image/webp") 1x, url(/sites/all/themes/sitexxi/img/icon_play.png) type("image/png") 1x);
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  margin: auto;
  background-size: 100%;
  right: 0;
  bottom: 0;
}
.reviews_and_sertificates .reviews-video .reviews-video-item img {
  margin-left: auto;
  margin-right: auto;
}

.sertificates {
  text-align: justify;
}
.sertificates--item, .sertificates__item {
  display: inline-block;
  width: 32%;
}
.sertificates--item:last-child, .sertificates__item:last-child {
  margin-top: 13px;
  width: 50%;
  text-align: center;
  padding-left: 24%;
}

.reviews-list:after {
  clear: both;
  content: "";
  display: block;
}
.reviews-list--item {
  width: 25%;
  margin: 0 4% 30px;
  min-height: 255px;
  display: inline-block;
  vertical-align: top;
}
.reviews-list--item__text {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  max-width: 96%;
}
@media screen and (max-width: 500px) {
  .reviews-list--item__text {
    max-width: 90%;
    margin: 0 auto;
  }
}
.reviews-list--item__text__inner {
  height: 216px;
  overflow-y: hidden;
}
.reviews-list--item__text p {
  margin-bottom: 1px;
}
.reviews-list--item__text:before, .reviews-list--item__text:after {
  display: inline-block;
  content: "";
  width: 31px;
  height: 27px;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .reviews-list--item__text:before, .reviews-list--item__text:after {
    display: none;
  }
}
.reviews-list--item__text:before {
  background-image: url(/sites/all/themes/sitexxi/images/icon_quote_1.png);
  margin-top: -9px;
  margin-left: -40px;
}
.reviews-list--item__text:after {
  background-image: url(/sites/all/themes/sitexxi/images/icon_quote_2.png);
  bottom: 0;
  right: 0;
  margin-bottom: -10px;
  margin-right: -30px;
}
.reviews-list--item__title {
  line-height: 20px;
  color: #5d8196;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.reviews-list.reviews-list-3 .reviews-list--item {
  margin: 0;
  display: block;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .reviews-list.reviews-list-3 .reviews-list--item {
    padding-left: 0;
    padding-right: 0;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.reviews-list.reviews-list-3 .bx-wrapper .bx-viewport {
  padding-right: 31px;
}
.reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -50px;
}
@media screen and (max-width: 980px) {
  .reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -20px;
  }
}
@media screen and (max-width: 500px) {
  .reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -34px;
  }
}
.reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -50px;
}
@media screen and (max-width: 980px) {
  .reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -20px;
  }
}
@media screen and (max-width: 500px) {
  .reviews-list.reviews-list-3 .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -34px;
  }
}

.admin-menu .reviews-list.reviews-list-3 .reviews-list--item {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.reviews-photo:after {
  clear: both;
  content: "";
  display: block;
}
.reviews-photo .reviews-photo--item {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 25px;
}
.reviews-photo .reviews-photo--item__image img {
  max-width: 100%;
}

.reviews-photo.reviews-photo-4 .reviews-photo--item {
  margin-left: 0;
  margin-right: 0;
}
.reviews-photo.reviews-photo-4 .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -55px;
}
@media only screen and (max-width: 934px) {
  .reviews-photo.reviews-photo-4 .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -35px;
  }
}
.reviews-photo.reviews-photo-4 .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -50px;
}
@media only screen and (max-width: 934px) {
  .reviews-photo.reviews-photo-4 .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -35px;
  }
}

#panels-ipe-paneid-75 .panel-pane .pane-content {
  padding-bottom: 0px;
}

.features {
  text-align: center;
  margin: 50px 0 20px;
}
.features * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.features__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin-bottom: 30px;
  padding: 0 2px;
  cursor: default;
}
@media only screen and (max-width: 900px) {
  .features__item {
    width: 24%;
  }
}
@media only screen and (max-width: 680px) {
  .features__item {
    width: 32%;
  }
}
@media only screen and (max-width: 390px) {
  .features__item {
    width: 47%;
  }
}
.features__item:nth-child(1) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_1.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_1.avif") 1x, url("../images/icon_features/2x/avif/icon_features_1.avif") 2x, url("../images/icon_features/webp/icon_features_1.webp") 1x, url("../images/icon_features/2x/webp/icon_features_1.webp") 2x, url("../images/icon_features/png/icon_features_1.png") 1x, url("../images/icon_features/2x/png/icon_features_1.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_1.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_1.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_1.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_1.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_1.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_1.png") type("image/png") 2x);
}
.features__item:nth-child(2) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_2.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_2.avif") 1x, url("../images/icon_features/2x/avif/icon_features_2.avif") 2x, url("../images/icon_features/webp/icon_features_2.webp") 1x, url("../images/icon_features/2x/webp/icon_features_2.webp") 2x, url("../images/icon_features/png/icon_features_2.png") 1x, url("../images/icon_features/2x/png/icon_features_2.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_2.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_2.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_2.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_2.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_2.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_2.png") type("image/png") 2x);
}
.features__item:nth-child(3) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_3.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_3.avif") 1x, url("../images/icon_features/2x/avif/icon_features_3.avif") 2x, url("../images/icon_features/webp/icon_features_3.webp") 1x, url("../images/icon_features/2x/webp/icon_features_3.webp") 2x, url("../images/icon_features/png/icon_features_3.png") 1x, url("../images/icon_features/2x/png/icon_features_3.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_3.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_3.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_3.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_3.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_3.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_3.png") type("image/png") 2x);
}
.features__item:nth-child(4) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_4.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_4.avif") 1x, url("../images/icon_features/2x/avif/icon_features_4.avif") 2x, url("../images/icon_features/webp/icon_features_4.webp") 1x, url("../images/icon_features/2x/webp/icon_features_4.webp") 2x, url("../images/icon_features/png/icon_features_4.png") 1x, url("../images/icon_features/2x/png/icon_features_4.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_4.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_4.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_4.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_4.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_4.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_4.png") type("image/png") 2x);
}
.features__item:nth-child(5) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_5.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_5.avif") 1x, url("../images/icon_features/2x/avif/icon_features_5.avif") 2x, url("../images/icon_features/webp/icon_features_5.webp") 1x, url("../images/icon_features/2x/webp/icon_features_5.webp") 2x, url("../images/icon_features/png/icon_features_5.png") 1x, url("../images/icon_features/2x/png/icon_features_5.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_5.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_5.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_5.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_5.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_5.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_5.png") type("image/png") 2x);
}
.features__item:nth-child(6) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_6.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_6.avif") 1x, url("../images/icon_features/2x/avif/icon_features_6.avif") 2x, url("../images/icon_features/webp/icon_features_6.webp") 1x, url("../images/icon_features/2x/webp/icon_features_6.webp") 2x, url("../images/icon_features/png/icon_features_6.png") 1x, url("../images/icon_features/2x/png/icon_features_6.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_6.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_6.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_6.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_6.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_6.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_6.png") type("image/png") 2x);
}
.features__item:nth-child(7) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_7.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_7.avif") 1x, url("../images/icon_features/2x/avif/icon_features_7.avif") 2x, url("../images/icon_features/webp/icon_features_7.webp") 1x, url("../images/icon_features/2x/webp/icon_features_7.webp") 2x, url("../images/icon_features/png/icon_features_7.png") 1x, url("../images/icon_features/2x/png/icon_features_7.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_7.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_7.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_7.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_7.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_7.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_7.png") type("image/png") 2x);
}
.features__item:nth-child(8) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_8.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_8.avif") 1x, url("../images/icon_features/2x/avif/icon_features_8.avif") 2x, url("../images/icon_features/webp/icon_features_8.webp") 1x, url("../images/icon_features/2x/webp/icon_features_8.webp") 2x, url("../images/icon_features/png/icon_features_8.png") 1x, url("../images/icon_features/2x/png/icon_features_8.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_8.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_8.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_8.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_8.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_8.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_8.png") type("image/png") 2x);
}
.features__item:nth-child(9) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_9.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_9.avif") 1x, url("../images/icon_features/2x/avif/icon_features_9.avif") 2x, url("../images/icon_features/webp/icon_features_9.webp") 1x, url("../images/icon_features/2x/webp/icon_features_9.webp") 2x, url("../images/icon_features/png/icon_features_9.png") 1x, url("../images/icon_features/2x/png/icon_features_9.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_9.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_9.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_9.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_9.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_9.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_9.png") type("image/png") 2x);
}
.features__item:nth-child(10) .features__item__icon {
  background-image: url("../images/icon_features/png/icon_features_10.png");
  background-image: -webkit-image-set(url("../images/icon_features/avif/icon_features_10.avif") 1x, url("../images/icon_features/2x/avif/icon_features_10.avif") 2x, url("../images/icon_features/webp/icon_features_10.webp") 1x, url("../images/icon_features/2x/webp/icon_features_10.webp") 2x, url("../images/icon_features/png/icon_features_10.png") 1x, url("../images/icon_features/2x/png/icon_features_10.png") 2x);
  background-image: image-set(url("../images/icon_features/avif/icon_features_10.avif") type("image/avif") 1x, url("../images/icon_features/2x/avif/icon_features_10.avif") type("image/avif") 2x, url("../images/icon_features/webp/icon_features_10.webp") type("image/webp") 1x, url("../images/icon_features/2x/webp/icon_features_10.webp") type("image/webp") 2x, url("../images/icon_features/png/icon_features_10.png") type("image/png") 1x, url("../images/icon_features/2x/png/icon_features_10.png") type("image/png") 2x);
}
.features__item__icon {
  width: 100%;
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
}
.features__item__title {
  color: #010101;
  font-size: 16px;
}
@media only screen and (max-width: 680px) {
  .features__item__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 495px) {
  .features__item__title {
    font-size: 14px;
  }
}
.features__item__text {
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  width: 230px;
  top: 0;
  padding: 15px 20px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .features__item__text {
    bottom: 70px;
    left: 0 !important;
    top: auto !important;
    position: absolute;
    font-size: 13px;
    max-width: 170px;
    padding: 5px;
  }
}
.features__item:hover .features__item__text {
  display: block;
  position: fixed;
}
@media only screen and (max-width: 900px) {
  .features__item:hover .features__item__text {
    position: absolute;
  }
}

.features.features_editors .features__item {
  width: 24%;
}
@media only screen and (max-width: 475px) {
  .features.features_editors .features__item {
    width: 32%;
  }
}
@media only screen and (max-width: 367px) {
  .features.features_editors .features__item {
    width: 48%;
  }
}
.features.features_editors .features__item:nth-child(1) .features__item__icon {
  background-image: url(../images/icon_editor_1.png);
}
.features.features_editors .features__item:nth-child(2) .features__item__icon {
  background-image: url(../images/icon_editor_2.png);
}
.features.features_editors .features__item:nth-child(3) .features__item__icon {
  background-image: url(../images/icon_editor_3.png);
}
.features.features_editors .features__item:nth-child(4) .features__item__icon {
  background-image: url(../images/icon_editor_4.png);
}
.features.features_editors .features__item:nth-child(5) .features__item__icon {
  background-image: url(../images/icon_editor_5.png);
}
.features.features_editors .features__item:nth-child(6) .features__item__icon {
  background-image: url(../images/icon_editor_6.png);
}
.features.features_editors .features__item:nth-child(7) .features__item__icon {
  background-image: url(../images/icon_editor_7.png);
}
.features.features_editors .features__item:nth-child(8) .features__item__icon {
  background-image: url(../images/icon_editor_8.png);
}
.features.features_editors .features__item:nth-child(9) .features__item__icon {
  background-image: url(../images/icon_editor_9.png);
}
.features.features_editors .features__item:nth-child(10) .features__item__icon {
  background-image: url(../images/icon_editor_10.png);
}

.block_portfolio__top {
  margin-bottom: 25px;
  position: relative;
  text-align: justify;
  text-align-last: center;
}
@media only screen and (max-width: 500px) {
  .block_portfolio__top {
    margin-bottom: 0;
  }
}
.block_portfolio__top__item {
  font-size: 26px;
  width: 28%;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  max-width: 250px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 2%;
  margin-right: 2%;
  color: #ff9300;
  border: 1px solid #ff9300;
  vertical-align: top;
}
.block_portfolio__top__item {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
@media screen and (max-width: 500px) {
  .block_portfolio__top__item {
    width: 44%;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.block_portfolio__top__item.active, .block_portfolio__top__item:hover {
  color: #fff;
  background: #fea62b;
  border-color: #fea62b;
}

.view-portfolio-slider select, .view-portfolio-slider .chosen-container {
  display: none;
}
.view-portfolio-slider .swiper-slide {
  max-height: 152px;
}
.view-portfolio-slider .swiper-slide > div {
  display: table;
  min-height: 149px;
}
.view-portfolio-slider .swiper-slide > div > a {
  display: table-cell;
  vertical-align: bottom;
}
.view-portfolio-slider .views-exposed-widget {
  width: 100%;
}
.view-portfolio-slider .form-type-select > div > .form-item {
  text-align: justify;
}
.view-portfolio-slider .form-type-select > div > .form-item:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.view-portfolio-slider .form-type-select > div > .form-item > .form-item {
  display: inline-block;
  font-size: 18px;
  width: 33%;
  margin-bottom: 30px;
  text-align: center;
  color: #66a4d8;
}
.view-portfolio-slider .form-type-select > div > .form-item > .form-item a {
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 0px;
  text-align: center;
  color: #66a4d8;
  cursor: pointer;
}
.view-portfolio-slider .form-type-select > div > .form-item > .form-item a:hover {
  color: #416889;
}

.portfolio_slider {
  position: relative;
}
.portfolio_slider__bg {
  height: 18px;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../images/bg_portfolio_slider_center.png);
}
.portfolio_slider__bg:before, .portfolio_slider__bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  bottom: 0;
  height: 18px;
  padding: 0;
}
.portfolio_slider__bg:before {
  left: -24px;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../images/bg_portfolio_slider_left.png);
}
.portfolio_slider__bg:after {
  right: -24px;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../images/bg_portfolio_slider_right.png);
}
.portfolio_slider .swiper-button-prev, .portfolio_slider .swiper-button-next {
  display: block;
  width: 11px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.portfolio_slider .swiper-button-prev.swiper-button-disabled, .portfolio_slider .swiper-button-next.swiper-button-disabled {
  display: none;
}
.portfolio_slider .swiper-button-prev {
  left: -24px;
  background-image: url(../images/icon_portfolio_slider_arrow_left.png);
}
.portfolio_slider .swiper-button-next {
  right: -24px;
  background-image: url(../images/icon_portfolio_slider_arrow_right.png);
}

.swiper-container .swiper-slide {
  max-height: 179px;
}
.swiper-container .swiper-slide:hover {
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block_utp.panel-pane .pane-content {
  padding-bottom: 0;
}

.utp {
  position: relative;
  min-height: 160px;
}
.utp:after {
  clear: both;
  content: "";
  display: block;
}
.utp_blue:before {
  background-color: #d3e8f8;
}
.utp_blue .btn {
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.utp_blue .btn:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}
.utp_blue .utp__left {
  color: #444;
}
.utp_yellow:before {
  background-color: #ffc42a;
}
.utp_yellow .btn {
  background: #90d3ff;
  background: -webkit-linear-gradient(top, #90d3ff 0%, #5498cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#90d3ff), to(#5498cb));
  background: linear-gradient(to bottom, #90d3ff 0%, #5498cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90d3ff",endColorstr="#5498cb",GradientType=0);
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.utp_yellow .utp__left {
  color: #fff;
}
.utp:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/utp_small.png);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: repeat-x;
  height: 100%;
  width: 7000px;
  top: 0;
  z-index: -1;
  left: -25vw;
  max-width: calc(125vw - 25px);
}
@media only screen and (max-width: 900px) {
  .utp:before {
    overflow: hidden;
    max-width: 100vw;
    left: 0;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1001px) {
  .utp:before {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
  }
}
.utp__left {
  float: left;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  padding-top: 27px;
  margin-right: 4%;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .utp__left {
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
    clear: both;
  }
}
.utp__left:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-left: -125px;
  z-index: -1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 49%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 49%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 49%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.utp__left p {
  margin-bottom: 0;
}
.utp__left .btn {
  margin-top: 17px;
}
.utp__row {
  background: #fff;
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-block;
}
.utp__right {
  float: left;
  width: 36%;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .utp__right {
    width: 100%;
    margin-right: 0;
    text-align: center;
    float: none;
    clear: both;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.form_default * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_default input[type=text], .form_default input[type=number], .form_default input[type=email], .form_default input[type=tel] {
  display: block;
  width: 100%;
  height: 51px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form_default input[type=text]:focus, .form_default input[type=number]:focus, .form_default input[type=email]:focus, .form_default input[type=tel]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form_default input[type=text].error, .form_default input[type=number].error, .form_default input[type=email].error, .form_default input[type=tel].error {
  border-color: red;
}
.form_default textarea.form-textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 20px;
  min-height: 135px;
  resize: none;
}
.form_default textarea.form-textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form_default textarea.form-textarea.error {
  border-width: 1px;
  border-color: #f00;
}
.form_default input.form-checkbox.error + label {
  color: #f00;
}
.form_default .webform-component-file .form-managed-file .form-file {
  padding-left: 0;
}
.form_default .webform-component-file .form-managed-file .form-submit {
  background-image: none;
  border: none;
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 13px;
}
.form_default .webform-component-file .form-managed-file .form-submit:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}
.form_default .webform-component-file .description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form_default .form-actions .form-submit {
  margin-left: 0;
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: #fea01c;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #ff9300;
  width: 100%;
  font-size: 20px;
  display: block;
  margin: 0 auto;
}
.form_default .form-actions .form-submit:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}

#node-1287 {
  padding: 0 25px;
}
#node-1287 > h2 {
  font-size: 28px;
  color: #333;
  font-weight: 100;
  text-align: center;
  margin: 0 0 28px 0;
  padding: 0;
  line-height: 35px;
}
@media only screen and (max-width: 480px) {
  #node-1287 > h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
#node-1287 .form_default .form-actions .form-submit {
  max-width: 100%;
  width: 100%;
  display: block;
}
#node-1287 .userid-textfield {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 0;
}

#node-31 {
  padding: 0 25px;
}
#node-31 > h2 {
  font-size: 28px;
  color: #333;
  font-weight: 100;
  text-align: center;
  margin: 0 0 28px 0;
  padding: 0;
  line-height: 35px;
}
#node-31 .form_default .form-actions .form-submit {
  max-width: 100%;
  width: 100%;
  display: block;
}

.webform-component--userid {
  display: none !important;
}

a.youtube.colorbox-load {
  position: relative;
  display: block;
}
a.youtube.colorbox-load:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

body.youtube_active #colorbox #cboxPrevious, body.youtube_active #colorbox #cboxNext {
  display: none !important;
}

.services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 460px) {
  .services {
    text-align: center;
  }
  .services .services__item {
    width: 100%;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .services .services__item__image {
    min-height: 0;
  }
  .services .services__item__title {
    min-height: 0;
  }
  .services .services__item__text {
    min-height: 0;
  }
}
.services__item {
  display: inline-block;
  width: 197px;
  vertical-align: top;
  margin-bottom: 70px;
  text-align: left;
}
.services__item__image {
  text-align: center;
  margin-bottom: 10px;
  min-height: 118px;
  line-height: 118px;
}
.services__item__image img {
  max-height: 118px;
  vertical-align: bottom;
}
.services__item__image img {
  max-width: 100%;
  height: auto;
}
.services__item__title {
  font-size: 20px;
  min-height: 50px;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: center;
}
.services__item__text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 18px;
  min-height: 54px;
}
.services__item a.services__item__btn {
  background: #ffb900;
  border: 1px solid #fcb32a;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.services__item a.services__item__btn {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.services__item a.services__item__btn:hover {
  background-color: #fcb32a;
  border: 1px solid #ffb900;
}

.columns:after {
  clear: both;
  content: "";
  display: block;
}
.columns__item {
  float: left;
  display: block;
  vertical-align: top;
  margin-bottom: 50px;
}
.columns_2 .columns__item {
  width: 46%;
}
@media screen and (max-width: 530px) {
  .columns_2 .columns__item {
    width: 100%;
    float: none;
    clear: both;
  }
}
.columns_2 .columns__item:nth-child(2n) {
  float: right;
}
.columns_2 .columns__item:nth-child(3) {
  clear: left;
}
.columns_2 .columns__item:nth-child(4n-1) {
  clear: left;
}
.columns_2_arrows .columns__item {
  position: relative;
}
.columns_2_arrows .columns__item:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/form_arrow.png) center bottom no-repeat;
  width: 41px;
  height: 41px;
  right: 0;
  top: 50%;
  margin-top: -21px;
  margin-right: -59px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 800px) {
  .columns_2_arrows .columns__item:after {
    margin-right: -50px;
  }
}
@media screen and (max-width: 650px) {
  .columns_2_arrows .columns__item:after {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: -38px;
  }
}
.columns_2_arrows .columns__item:nth-child(2n):after {
  display: none;
}
@media screen and (max-width: 530px) {
  .columns_2_arrows .columns__item:after {
    display: none;
  }
}

.margin_v_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin_v_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.webform-client-form-1296 select {
  width: 100%;
}

.webform-client-form-1296 {
  background: url(../images/bg_form_panel.png) center top no-repeat;
  max-width: 672px;
  min-height: 345px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.webform-client-form-1296 .webform-confirmation {
  text-align: center;
  font-size: 20px;
}
.webform-client-form-1296 fieldset {
  background: none;
  border: none;
  top: 0;
  margin: 0;
  padding: 0;
}
.webform-client-form-1296 fieldset .fieldset-wrapper {
  padding: 0;
  margin: 0;
}
.webform-client-form-1296 .page_proofs__fields {
  display: none;
}
.webform-client-form-1296 .page_proofs__calc {
  display: block;
}
.webform-client-form-1296 > div {
  max-width: 322px;
  margin: 0 auto;
  padding-top: 57px;
}
.webform-client-form-1296 .form-item {
  margin-bottom: 10px;
}
.webform-client-form-1296 .form-item select {
  min-height: 24px;
}
.webform-client-form-1296 .form-item input {
  max-width: 100%;
  text-align: left;
  border: 1px solid #b4b4b4;
  min-height: 20px;
  height: 28px;
  color: #504f4c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webform-client-form-1296 .form-item input.error {
  border-color: red;
}
.webform-client-form-1296 .webform-component--rasschyot--knopka {
  margin-top: 20px;
}
.webform-client-form-1296 .webform-component--rasschyot--knopka a {
  font-size: 20px;
}
.webform-client-form-1296 .webform-component--rasschyot--knopka a.disabled {
  opacity: 0.7;
}
.webform-client-form-1296 .form-actions {
  display: none;
  text-align: center;
  margin-top: 0;
}

.panel-pane .webform-client-form-1296 {
  padding-bottom: 0;
}

.pane-webform-client-block-1296 .webform-confirmation,
#webform-ajax-wrapper-1296 .webform-confirmation {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .webform-client-form-1296 > div {
    max-width: 90%;
  }
}
.block_about.columns {
  font-weight: bold;
}
.block_about.columns * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_about.columns .columns__item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  min-height: 50px;
  padding-left: 61px;
  margin-bottom: 20px;
  line-height: 50px;
}
@media only screen and (max-width: 480px) {
  .block_about.columns .columns__item {
    line-height: normal;
    clear: both;
    padding-top: 12px;
  }
}
.block_about.columns .columns__item:nth-child(7) {
  line-height: 24px;
}
.block_about.columns .columns__item:nth-child(1) {
  background-image: url(../images/icon_about_1.png);
}
.block_about.columns .columns__item:nth-child(2) {
  background-image: url(../images/icon_about_2.png);
}
.block_about.columns .columns__item:nth-child(3) {
  background-image: url(../images/icon_about_3.png);
}
.block_about.columns .columns__item:nth-child(4) {
  background-image: url(../images/icon_about_4.png);
}
.block_about.columns .columns__item:nth-child(5) {
  background-image: url(../images/icon_about_5.png);
}
.block_about.columns .columns__item:nth-child(6) {
  background-image: url(../images/icon_about_6.png);
}
.block_about.columns .columns__item:nth-child(7) {
  background-image: url(../images/icon_about_7.png);
}
.block_about.columns .columns__item:nth-child(8) {
  background-image: url(../images/icon_about_8.png);
}

.webform-client-form-1310:after {
  clear: both;
  content: "";
  display: block;
}
.webform-client-form-1310 fieldset {
  border: none;
  padding: 0;
  top: 0;
}
.webform-client-form-1310 fieldset > .fieldset-wrapper {
  padding: 0;
}
.webform-client-form-1310 .form_editor__left {
  width: 52%;
  float: left;
  margin-right: 2%;
  min-height: 500px;
}
@media only screen and (max-width: 647px) {
  .webform-client-form-1310 .form_editor__left {
    display: none;
  }
}
.webform-client-form-1310 .form_editor__right {
  float: left;
  width: 45%;
  margin-bottom: 10px;
  background: none;
}
@media only screen and (max-width: 647px) {
  .webform-client-form-1310 .form_editor__right {
    width: 100%;
  }
}
.webform-client-form-1310 .form_editor__step2 {
  display: none;
  margin-bottom: 0;
}
.webform-client-form-1310 .webform-component--image {
  float: left;
  width: 40%;
}
.webform-client-form-1310 .form_editor__types:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 647px) {
  .webform-client-form-1310 .form_editor__types {
    max-width: 420px;
    margin: 0 auto 20px;
  }
}
.webform-client-form-1310 .form_editor__types .form-item {
  display: inline-block;
}
.webform-client-form-1310 .form_editor__types .form-item:nth-child(1) {
  float: left;
}
.webform-client-form-1310 .form_editor__types .form-item:nth-child(2) {
  float: right;
  margin-right: 0;
}
.webform-client-form-1310 .form_editor__types .form-item:nth-child(2) label {
  margin-right: 0;
}
.webform-client-form-1310 .form_editor__types .form-item input {
  display: none;
}
.webform-client-form-1310 .form_editor__types .form-item label {
  font-size: 26px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  max-width: 200px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #ff9300;
  border: 1px solid #ff9300;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 647px) {
  .webform-client-form-1310 .form_editor__types .form-item label {
    min-width: 150px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .webform-client-form-1310 .form_editor__types .form-item label {
    min-width: 130px;
  }
}
@media only screen and (max-width: 374px) {
  .webform-client-form-1310 .form_editor__types .form-item label {
    min-width: 130px;
  }
}
@media only screen and (max-width: 337px) {
  .webform-client-form-1310 .form_editor__types .form-item label {
    min-width: 120px;
  }
}
.webform-client-form-1310 .form_editor__types .form-item input:checked + label {
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  text-decoration: none;
}
.webform-client-form-1310 .form_editor__prices_text p {
  margin-bottom: 5px;
}
.webform-client-form-1310 .form-actions {
  display: none;
  float: left;
  width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 12px;
}
.webform-client-form-1310 .form-actions .form-submit {
  height: 62px;
  width: 100%;
}

#webform-ajax-wrapper-1310 .webform-confirmation + .links {
  display: none;
}

.cd-pricing-list {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  clear: both;
}
.cd-pricing-list > li {
  list-style: none;
  margin-bottom: 1em;
  border-radius: 4px 4px 6px 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li {
    width: 23.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
}
.cd-pricing-list > li:last-of-type {
  margin-right: 0;
}
.cd-pricing-list > li .cd-pricing-header {
  position: relative;
  z-index: 1;
  padding: 10px;
  pointer-events: none;
  background-color: #f6f5f4;
  color: #66a4d8;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-header {
    height: auto;
    padding: 19px 9px 16px;
    pointer-events: auto;
    text-align: center;
    color: #66a4d8;
    background-color: transparent;
  }
}
.cd-pricing-list > li .cd-pricing-header h2 {
  margin-bottom: 3px !important;
  margin-top: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-header h2 {
    min-height: 64px;
  }
}
.cd-pricing-list > li .cd-pricing-header .cd-prefix {
  font-weight: 700;
  font-size: 13px;
  color: #9fabb2;
  color: rgba(23, 61, 80, 0.4);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-header .cd-prefix {
    font-size: 12px;
    color: rgba(23, 61, 80, 0.4);
  }
}
@media screen and (min-width: 980px) {
  .cd-pricing-list > li .cd-pricing-header .cd-prefix {
    font-size: 14px;
  }
}
.cd-pricing-list > li .cd-pricing-header .cd-value {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-header .cd-value {
    font-size: 50px;
  }
}
@media screen and (min-width: 980px) {
  .cd-pricing-list > li .cd-pricing-header .cd-value {
    font-size: 50px;
  }
}
.cd-pricing-list > li .cd-pricing-header .cd-currency {
  font-weight: 700;
  font-size: 13px;
  color: rgba(23, 61, 80, 0.4);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-header .cd-currency {
    font-size: 12px;
    color: rgba(23, 61, 80, 0.4);
  }
}
@media screen and (min-width: 980px) {
  .cd-pricing-list > li .cd-pricing-header .cd-currency {
    font-size: 14px;
  }
}
.cd-pricing-list > li .cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-body {
    overflow-x: visible;
  }
}
.cd-pricing-list > li .cd-pricing-body .cd-pricing-features {
  width: 600px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-body .cd-pricing-features {
    width: auto;
  }
}
.cd-pricing-list > li .cd-pricing-body .cd-pricing-features li {
  width: 100px;
  float: left;
  padding: 16px 10px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-body .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 10px;
  }
  .cd-pricing-list > li .cd-pricing-body .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
}
.cd-pricing-list > li .cd-pricing-body .cd-pricing-features li em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-body .cd-pricing-features li em {
    display: inline-block;
    margin-bottom: 0;
  }
}
.cd-pricing-list > li .cd-pricing-footer {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-footer {
    position: relative;
    height: auto;
    padding: 18px 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.cd-pricing-list > li .cd-pricing-footer .cd-select {
  text-decoration: none;
  z-index: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background: #fea01c;
  border: 1px solid #ff9300;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  position: static;
  height: auto;
  font-size: 14px;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 10px;
  border-radius: 0 0 4px 4px;
}
.cd-pricing-list > li .cd-pricing-footer .cd-select:hover {
  border: 1px solid #f89204;
  background: #f89204;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cd-pricing-list > li .cd-pricing-footer .cd-select {
    position: static;
    height: auto;
    font-size: 14px;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 17px 0;
    border-radius: 0 0 4px 4px;
  }
}

.review-block {
  position: fixed;
  width: 200px;
  background: #da9b2c;
  z-index: 999;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.review-block.active {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .review-block {
    display: none !important;
  }
}
.review-block__inner:after {
  clear: both;
  content: "";
  display: block;
}
.review-block__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 13px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.review-block__close:hover {
  color: #0076a3;
}
.review-block__text {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.review-block__link a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.online-payment {
  display: flex;
  align-items: center;
}
.online-payment__block {
  margin-right: 1em;
}
.online-payment__text {
  font-size: 2em;
}

@media screen and (max-width: 740px) {
  .online-payment {
    flex-wrap: wrap;
  }
  .online-payment__block {
    order: 2;
  }
  .online-payment__text {
    order: 1;
    width: 100%;
    min-width: 100%;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
#uc-cart-view-form .form-actions .form-submit:last-child {
  display: none;
}

.guarantee__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .guarantee__item {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.guarantee__img {
  height: 120px;
  min-width: 120px;
  max-width: 120px;
  background-image: url(/sites/all/themes/sitexxi/images/sprite_small-amount.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 20px;
}
@media only screen and (max-width: 420px) {
  .guarantee__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.guarantee__img_2 {
  background-position-x: -120px;
}
.guarantee__img_3 {
  background-position-x: -240px;
}
.guarantee__img_4 {
  background-position-x: -360px;
}
.guarantee__img_5 {
  background-position-x: -480px;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

.front-portfolio-block {
  margin: 26px 0 0 0;
}
.front-portfolio-block .block-title {
  color: #534741;
  font-size: 20px;
  font-weight: bold;
}
.front-portfolio-block .view-content .views-row {
  display: inline-block;
}
@media only screen and (max-width: 390px) {
  .front-portfolio-block .view-content .views-row {
    max-width: 45%;
    max-width: calc(50% - 30px);
  }
}
.front-portfolio-block .view-content .views-row img {
  max-width: 100%;
  height: auto;
}
.front-portfolio-block .view-footer {
  font-size: 16px;
}

.small-amount::after {
  content: "";
  display: table;
  clear: both;
}

.small-amount__item {
  width: 127px;
  float: left;
  text-align: left;
  margin-right: 33px;
  position: relative;
}
.small-amount__item:after {
  content: "";
  display: block;
  width: 42px;
  height: 7px;
  background-image: url(/sites/all/themes/sitexxi/images/small-amount-arrow.png);
  position: absolute;
  top: 70px;
  right: -35px;
  z-index: 15;
}
.small-amount__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.small-amount__item:last-child:after {
  content: none;
}
.small-amount__item .img {
  height: 120px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/sites/all/themes/sitexxi/images/sprite_small-amount.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.small-amount__item .title {
  font-weight: 700;
  font-size: 20px;
  color: #4e7698;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.15;
  margin-bottom: 7px;
}
.small-amount__item .caption {
  color: #504f4c;
  font-size: 14px;
  line-height: 1.4;
}
.small-amount__item:nth-child(2) .img {
  background-position-x: -120px;
}
.small-amount__item:nth-child(3) .img {
  background-position-x: -240px;
}
.small-amount__item:nth-child(4) .title {
  overflow-wrap: normal;
}
.small-amount__item:nth-child(4) .img {
  background-position-x: -360px;
}
.small-amount__item:nth-child(5) .img {
  background-position-x: -480px;
}
.small-amount__item:nth-child(6) .img {
  background-position-x: -600px;
}

@media screen and (max-width: 1000px) {
  .small-amount__item {
    width: 30%;
    margin-right: 4%;
  }
  .small-amount__item::after {
    right: -25px;
  }
  .small-amount__item:nth-child(3n) {
    margin-right: 0;
  }
  .small-amount__item:nth-child(3n):after {
    content: none;
  }
}
@media screen and (max-width: 510px) {
  .small-amount__item {
    width: 48%;
    margin-right: 4%;
  }
  .small-amount__item:nth-child(3n) {
    margin-right: 4%;
  }
  .small-amount__item:nth-child(3n):after {
    content: "";
  }
  .small-amount__item:nth-child(2n) {
    margin-right: 0;
  }
  .small-amount__item:nth-child(2n):after {
    content: none;
  }
  .small-amount__item:last-child {
    margin-bottom: 0;
  }
  .small-amount__item:last-child .caption {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .small-amount__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .small-amount__item .title {
    text-align: center;
  }
  .small-amount__item .caption {
    text-align: center;
  }
  .small-amount__item::after {
    transform: rotate(90deg);
    bottom: -15px;
    top: auto;
    left: 50%;
    margin-left: -21px;
  }
  .small-amount__item:nth-child(n):after {
    content: "";
  }
  .small-amount__item:last-child {
    margin-bottom: 0;
  }
  .small-amount__item:last-child::after {
    content: none;
  }
  .small-amount__item:last-child .caption {
    margin-bottom: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive .table {
  max-width: 100%;
}

.table_bordered {
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table_bordered thead th, .table_bordered thead td {
  font-weight: bold;
}
.table_bordered th, .table_bordered td {
  border-width: 0;
  border-color: inherit;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 0.7rem 0.5rem;
}
.table_bordered th p, .table_bordered td p {
  margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
  .img_full-on-phone {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

img:not([data-echo]) + .lazyloader-icon {
  display: none;
}

.lazyloader-icon + .lazyloader-icon {
  display: none;
}

.video-block {
  display: block;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  max-width: 80vw;
  max-height: 80vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.video-popup {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
@media only screen and (max-width: 650px) {
  .video-popup {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.video-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}
.video-popup.js-active {
  opacity: 1;
  visibility: visible;
}
.video-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  color: #000;
  font-size: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 20px;
  background: #fff;
  border-radius: 0 0px 0px 4px;
  align-items: center;
  padding-bottom: 8px;
}
.video-popup__close {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.video-popup__close::after {
  content: "𐄂";
}
.video-popup__close:hover {
  opacity: 0.8;
}
.video-popup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.video-popup video {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
}

@media only screen and (max-width: 1025px) {
  .front-2-columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.front-2-columns::after {
  content: "";
  clear: both;
  height: 1px;
  width: 100%;
  display: block;
}

.front-3-columns {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1025px) {
  .front-3-columns {
    flex-wrap: wrap;
    gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.front-3-columns > * {
  flex: 1;
}
@media only screen and (max-width: 1025px) {
  .front-3-columns > * {
    width: 100%;
    flex: 100%;
  }
}

.bx-wrapper .bx-loading {
  opacity: 0;
  visibility: hidden;
}
