/* /template/js/lightbox/css/lightbox.css */
/* Preload images */
body:after {
  content: url(/template/js/lightbox/img/close.png) url(/template/js/lightbox/img/loading.gif) url(/template/js/lightbox/img/prev.png) url(/template/js/lightbox/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/template/js/lightbox/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/template/js/lightbox/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/template/js/lightbox/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/template/js/lightbox/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* /template/css/bootstrap.min.css */
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

/* /template/css/common.css */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: top;*/
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
hr {
  color: #555;
  background-color: #555;
  border: 0;
  height: 1px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* for designed tables use:
table.someclass { border-collapse: collapse; border-spacing: 0; }
table.someclass td { padding: 0; vertical-align: top; }
*/
/* */
@font-face {
  font-family: 'lca';
  src: url('/template/fonts/lca.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ff {
  display: inline-block;
  font: normal normal normal 14px/1 lca;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ff-spin {
  -webkit-animation: ff-spin 2s infinite linear;
  animation: ff-spin 2s infinite linear;
}
@-webkit-keyframes ff-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ff-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ff-location:before {
  content: "\f000";
}
.ff-time:before {
  content: "\f001";
}
.ff-letter:before {
  content: "\f002";
}
.ff-phone:before {
  content: "\f003";
}
.ff-vk:before {
  content: "\f004";
}
.ff-fb:before {
  content: "\f005";
}
.ff-twitter:before {
  content: "\f006";
}
.ff-pen:before {
  content: "\f007";
}
.ff-headphones:before {
  content: "\f008";
}
.ff-video:before {
  content: "\f009";
}
.ff-stamp:before {
  content: "\f00a";
}
.ff-prev:before {
  content: "\f00b";
}
.ff-next:before {
  content: "\f00c";
}
.ff-close:before {
  content: "\f00d";
}
.ff-up:before {
  content: "\f00e";
}
.ff-down:before {
  content: "\f00f";
}
.ff-toggle:before {
  content: "\f010";
}
.ff-box:before {
  content: "\f011";
}
.ff-checked:before {
  content: "\f012";
}
.ff-rub:before {
  content: "\f013";
}
.ff-angle-right:before {
  content: "\f014";
}
.ff-circle:before {
  content: "\f015";
}
.ff-bullet:before {
  content: "\f016";
}
.ff-loading:before {
  content: "\f017";
}
.ff-quality:before {
  content: "\f018";
}
.ff-on-time:before {
  content: "\f019";
}
.ff-handshake:before {
  content: "\f01a";
}
.ff-coins:before {
  content: "\f01b";
}
.notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* COMMON HTML tags */
html {
  position: relative;
  min-height: 100%;
}
body {
  font: normal 14px/20px 'Trebuchet MS';
  color: #000;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.fa {
  line-height: inherit;
}
.no-pad {
  padding: 0;
}
.no-wrap {
  white-space: nowrap;
}
.v-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.full-width {
  width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-sm {
  font-size: 12px;
  line-height: 18px;
}
.text-lg {
  font-size: 16px;
  line-height: 24px;
}
.hidden {
  display: none;
}
small,
.small {
  font-size: 80%;
  line-height: 1.5em;
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
  width: 100%;
}
.valign-bottom-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.box {
  margin: 15px 0 30px;
  padding: 15px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.box.gray {
  background-color: #f8f8f8;
}
.box.gray .form-control {
  background-color: #fff;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  margin-top: 0;
}
/* COMMON TAGS STYLES */
a {
  color: #006d94;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}
a.dashed {
  text-decoration: none;
  border-bottom: 1px dashed #006d94;
}
a.dashed:hover {
  color: #bc762f;
  border-bottom-color: #bc762f;
}
.pale {
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: normal;
}
h1 {
  font-size: 30px;
  line-height: 32px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
}
h3 {
  font-size: 22px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
p {
  text-align: justify;
  padding: 10px 0 0;
}
ul,
ol {
  padding: 5px 0 5px 25px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li,
ol li {
  vertical-align: baseline;
}
hr {
  color: #006d94;
  background-color: #006d94;
  border: 0;
  height: 1px;
}
hr.hr2 {
  color: #fb7f00;
  background-color: #fb7f00;
}
hr.short {
  width: 25%;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 0;
  background: #006d94;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.btn:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.btn2 {
  background: #fb7f00;
}
.btn-pale {
  background: #f0f0f0;
  color: #ccc;
}
.btn-sm {
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 2px 3px #eee;
}
textarea.form-control {
  height: 90px;
}
.checkbox label input {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* CONTENT */
.page-content ul {
  padding-left: 25px;
  list-style-type: none;
}
.page-content ul li {
  position: relative;
  margin: 10px 0;
  line-height: 18px;
}
.page-content ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fb7f00;
}
/* WYSIWYG styles */
.body-in-mce {
  overflow: visible;
  width: auto;
  min-width: 0;
  padding: 5px 10px;
  margin: 0;
  float: none;
  background: #fff;
}
.img-design {
  border: 1px solid #006d94;
}
.img-width-limit {
  max-width: 100%;
  height: auto;
}
.table-design {
  border: 1px solid #006d94;
  margin-top: 5px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-design tr td {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding: 6px 10px 4px;
  vertical-align: top;
}
.table-design thead tr td {
  background: #006d94;
  color: #fff;
  text-align: center;
  border: 1px solid #006d94;
  border-bottom: 0;
}
.table-design thead tr td a {
  color: #fff;
}
.table-design tbody tr td {
  padding: 6px 10px 4px;
  border: 1px solid #006d94;
  border-bottom: 0;
  border-top: 0;
}
.table-design-striped tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.table-collapse {
  border-collapse: collapse;
}
/* DIFF */
#popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
#popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  /*padding: 30px;*/
  background-color: #fff;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-message {
  min-width: 320px;
  padding: 20px;
  background-color: #fff;
}
.popup-message .text {
  margin-bottom: 20px;
}
.form-errors {
  color: #900;
  font: normal 14px/20px 'Trebuchet MS';
  border-left: 3px solid #900;
  margin: 5px 0 0 20px;
  padding-left: 10px;
}
.cover {
  float: left;
  margin: 7px 15px 10px 0;
}
.navigation-line {
  margin-top: 15px;
  text-align: center;
}
.navigation-line strong,
.navigation-line a {
  display: inline-block;
  margin: 0 3px;
  padding: 4px 10px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.navigation-line strong,
.navigation-line a:hover {
  background-color: #f0f0f0;
  outline: 1px solid #ccc;
}
.breadcrumbs {
  font-size: 12px;
  text-align: right;
}
.design-form .field-name {
  position: relative;
  padding: 6px 16px;
  font-size: 16px;
  text-align: right;
  line-height: 24px;
}
.design-form .field-name,
.design-form .field-input {
  margin: 10px 0;
}
.design-form .field-input label {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.design-form .field-input.error input,
.design-form .field-input.error textarea {
  border-color: #f00;
  background-color: #fadfdf;
}
.design-form #check_agree.error {
  outline: 2px solid #f00;
}
.design-form .box .row:nth-child(odd) .field-name {
  background-color: #f8f8f8;
}
.design-form .field-name.required:after {
  content: '*';
  position: absolute;
  top: 0;
  right: 3px;
  color: #f00;
  font-weight: bold;
  line-height: 30px;
}
.design-form .captcha .form-control {
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
.design-form .captcha a {
  vertical-align: top;
}
/* Basics */
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 242px;
  /* sticky footer height + 30px margin before footer */
}
@media (max-width: 1199px) {
  body {
    margin-bottom: 202px;
  }
}
@media (max-width: 991px) {
  body {
    margin-bottom: 347px;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
}
.preheader {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #006d94;
  color: #cce2ea;
  font-size: 12px;
  line-height: 50px;
  z-index: 3;
  /* RESPONSIVE */
}
.preheader .container {
  display: table;
  padding: 0;
}
.preheader .container .item {
  position: relative;
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: 125px 50px;
  background-size: 125px 50px;
  /* Кнопки заказа */
}
.preheader .container .item .ff {
  padding-right: 5px;
  color: #fb7f00;
  font-size: 16px;
}
.preheader .container .item .ff.lg {
  font-size: 22px;
  vertical-align: middle;
}
.preheader .container .item a {
  color: inherit;
  text-decoration: none;
}
.preheader .container .item a:hover {
  text-decoration: underline;
}
.preheader .container .item .phone {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.preheader .container .item .phone .number {
  padding-top: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.preheader .container .item .phone .city {
  line-height: 18px;
  text-align: center;
}
.preheader .container .item .phone .email-reserve {
  line-height: 22px;
  text-align: center;
  display: none;
}
.preheader .container .item .phone.middle {
  padding-left: 0;
  vertical-align: middle;
}
.preheader .container .item .phone.middle .number {
  padding-top: 0;
}
.preheader .container .item .request-callback {
  display: inline-block;
  padding-top: 28px;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
.preheader .container .item .request-callback span {
  border-bottom: 1px dashed #80b6ca;
  color: #80b6ca;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.preheader .container .item .request-callback:hover {
  text-decoration: none;
}
.preheader .container .item .request-callback:hover span {
  color: #cce2ea;
  border-bottom-color: #cce2ea;
}
.preheader .container .item button {
  margin-top: 7px;
  padding: 6px 15px;
  vertical-align: top;
  border: 0;
  background: #fb7f00;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.preheader .container .item button:hover {
  background-color: #fd9f3f;
}
.preheader .container .item.email {
  font-size: 14px;
  font-weight: bold;
}
.preheader .container .item.buttons {
  text-align: right;
  letter-spacing: -1px;
}
.preheader .container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199px) {
  .preheader .container .item {
    padding: 0 5px;
  }
  .preheader .container .item .ff {
    padding-right: 1px;
  }
  .preheader .container .item .phone {
    padding-left: 6px;
    padding-right: 6px;
  }
  .preheader .container .item .phone .number {
    padding-top: 11px;
    font-size: 12px;
    line-height: 16px;
  }
  .preheader .container .item .phone .city {
    font-size: 11px;
    line-height: 14px;
  }
  .preheader .container .item.email {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .preheader .container .item .request-callback {
    width: 60px;
    padding-top: 12px;
    line-height: 14px;
  }
  .preheader .container .item button {
    padding-right: 10px;
    padding-left: 17px;
    font-size: 12px;
  }
  .preheader .container .item button:last-child {
    padding-right: 17px;
    padding-left: 10px;
  }
  .preheader .container .item.email {
    font-weight: normal;
  }
  .preheader .container .item.hours {
    display: none;
  }
}
@media (max-width: 767px) {
  .preheader {
    position: relative;
  }
  .preheader .container {
    width: 100%;
  }
  .preheader .container .item.address {
    display: none;
  }
}
@media (max-width: 650px) {
  .preheader .container .item .phone.msk {
    display: none;
  }
}
@media (max-width: 520px) {
  .preheader .container .item .ff {
    display: none;
  }
  .preheader .container .item .phone .number {
    padding-top: 8px;
  }
  .preheader .container .item .phone .city {
    display: none;
  }
  .preheader .container .item .phone .email-reserve {
    display: block;
  }
  .preheader .container .item.email {
    display: none;
  }
}
@media (max-width: 370px) {
  .preheader .container .item .request-callback {
    display: none;
  }
}
.header {
  padding-top: 50px;
  text-decoration: none;
}
.header .container {
  position: relative;
}
.header .logo {
  display: block;
  margin: 19px 0 11px;
  width: 235px;
}
.header .logo img {
  width: 235px;
  height: auto;
}
.header .top-right-panel {
  position: absolute;
  top: 17px;
  right: 15px;
}
.header .top-right-panel .langs {
  padding: 7px 25px 0 0;
  list-style-type: none;
  float: left;
}
.header .top-right-panel .langs li {
  position: relative;
  margin: 0 2px;
  padding: 0 5px;
  color: #006d94;
  font-size: 12px;
  float: left;
}
.header .top-right-panel .langs li a {
  color: #999;
  text-decoration: none;
}
.header .top-right-panel .langs li a:hover {
  color: #006d94;
  text-decoration: underline;
}
.header .top-right-panel .langs li:after {
  content: '\2022';
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 10px;
  color: #999;
}
.header .top-right-panel .langs li:last-child:after {
  display: none;
}
.header .top-right-panel .socials {
  padding: 0;
  list-style-type: none;
  float: left;
}
.header .top-right-panel .socials li {
  margin-left: 1px;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.header .top-right-panel .socials li a {
  display: block;
  width: 32px;
  height: 32px;
  color: #888;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .top-right-panel .socials li a:hover {
  color: #fff;
  background-color: #fb7f00;
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 30px;
    /* Для главного меню */
  }
  .header .logo {
    width: 176.25px;
  }
  .header .logo img {
    width: 176.25px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 0;
    /* т.к. preheader становится relative */
    padding-bottom: 0;
    /* Для главного меню */
  }
  .header .logo {
    margin-left: 90px;
  }
}
@media (max-width: 599px) {
  .header .top-right-panel .langs {
    padding-right: 0;
    float: none;
  }
  .header .top-right-panel .socials {
    padding-top: 15px;
    float: right;
  }
}
@media (max-width: 450px) {
  .header {
    padding-bottom: 30px;
    /* Для переключения языков и соц. иконок */
  }
  .header .top-right-panel {
    top: 112px;
    width: 250px;
  }
  .header .top-right-panel .langs {
    float: left;
  }
  .header .top-right-panel .socials {
    padding-top: 0;
  }
}
/* Main menu */
/* MENU responsive */
.invis,
.btn-label,
.nav-side .close {
  display: none;
}
.nav-side {
  position: relative;
}
.menu-list {
  position: absolute;
  top: 148px;
  right: 0;
  padding: 0;
  list-style-type: none;
  z-index: 2;
}
.menu-list li {
  position: relative;
  float: left;
}
.menu-list li a {
  display: block;
  margin-left: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-list li a:hover {
  color: #bc762f;
}
.menu-list li ul {
  position: absolute;
  left: 25px;
  list-style-type: none;
  max-width: 200px;
  min-width: 150px;
  padding: 3px 0;
  background-color: #fff;
  border-bottom: 3px solid #bc762f;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: none;
}
.menu-list li ul li {
  float: none;
}
.menu-list li ul li a {
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
}
.menu-list li.active > a,
.menu-list li.over > a {
  color: #bc762f;
}
.menu-list li:last-child ul {
  left: auto;
  right: -15px;
}
@media (max-width: 1199px) {
  .menu-list li a {
    margin-left: 25px;
    font-size: 14px;
  }
  .menu-list li ul {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .menu-list {
    top: 169px;
    right: auto;
    width: 100%;
    text-align: justify;
    line-height: 0;
  }
  .menu-list li {
    float: none;
    display: inline-block;
  }
  .menu-list li a {
    margin: 0;
  }
  .menu-list li ul {
    left: -15px;
  }
  .menu-list li ul li {
    display: block;
  }
  .menu-list:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
  .invis {
    position: absolute;
    top: -999px;
    left: -999px;
    width: 1px;
    height: 1px;
    visibility: hidden;
  }
  .page {
    background: #fff;
    left: 0px;
    position: relative;
    transition: left .3s;
  }
  /* контейнер меню */
  .nav-side {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    width: 200px;
    padding: 8px 0;
    color: #fff;
    background: #5bacca;
    transition: left .3s;
    z-index: 2;
  }
  /* UL меню */
  .menu-list {
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-list li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .menu-list li a {
    display: block;
    padding: 10px 8px;
    color: #fff;
    text-decoration: none;
  }
  .menu-list li a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .menu-list li ul {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    margin-top: -10px;
    max-width: none;
    padding: 0 0 10px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu-list li ul li {
    border: 0;
  }
  .menu-list li ul li a {
    padding: 3px 15px 3px 20px;
  }
  /* Гамбургер */
  .btn-label {
    position: absolute;
    display: block;
    top: 80px;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #006d94;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
  }
  .btn-label .top,
  .btn-label .middle,
  .btn-label .bottom {
    position: absolute;
    left: 12px;
    right: 12px;
    height: 3px;
    background: #fff;
  }
  .btn-label .top {
    top: 12px;
  }
  .btn-label .middle {
    top: 22px;
  }
  .btn-label .bottom {
    top: 32px;
  }
  .btn-label .label {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
  }
  /* Открытие и закрытие меню */
  .nav-side .close {
    height: 40px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: block;
  }
  #nav-expand:checked + .nav-side {
    left: 0;
    overflow-y: auto;
  }
  #nav-collapse + .page {
    left: 200px;
  }
  #nav-collapse:checked + .page {
    left: 0;
  }
  #nav-collapse + .page > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .3s;
  }
  #nav-collapse:checked + .page > .overlay {
    width: 0;
    opacity: 0;
  }
}
.footer {
  /* sticky footer */
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #004760;
  color: #eee;
}
.footer .copyright {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  float: right;
}
.footer .copyright p {
  padding: 0 0 5px;
}
.footer .copyright a {
  color: #eee;
}
.footer .logo {
  display: block;
  margin: 16px 0 10px;
  text-decoration: none;
}
.footer .icons {
  margin-top: 20px;
  margin-bottom: 2px;
  text-align: justify;
  line-height: 0;
}
.footer .icons a {
  display: inline-block;
  background: url(/template/images/footer_icons.png) no-repeat;
  vertical-align: top;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.footer .icons .top25 {
  width: 83px;
  height: 53px;
  background-position: 0 -56px;
}
.footer .icons .top25:hover {
  background-position: 0 0;
}
.footer .icons .sdl {
  width: 78px;
  height: 50px;
  background-position: -83px -56px;
}
.footer .icons .sdl:hover {
  background-position: -83px 0;
}
.footer .icons .good {
  width: 72px;
  height: 56px;
  background-position: -161px -56px;
}
.footer .icons .good:hover {
  background-position: -161px 0;
}
.footer .icons:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.footer .sitemap {
  float: right;
}
.footer .menu > ul {
  margin-top: 17px;
  list-style-type: none;
  padding: 0;
  text-align: justify;
}
.footer .menu > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.footer .menu > ul > li {
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}
.footer .menu > ul > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
}
.footer .menu > ul > li > a:hover {
  text-decoration: underline;
}
.footer .menu > ul > li > ul {
  list-style-type: none;
  padding: 0;
}
.footer .menu > ul > li > ul li {
  padding: 2px 0;
}
.footer .menu > ul > li > ul a {
  color: #fb7f00;
  text-decoration: none;
}
.footer .menu > ul > li > ul a:hover {
  text-decoration: underline;
}
.footer .menu > ul > li > div {
  color: #5bacca;
  line-height: 24px;
}
.footer .menu > ul > li > div p {
  padding: 0;
}
.footer .menu > ul > li > div address {
  font-style: normal;
}
@media (max-width: 991px) {
  .footer .menu > ul > li {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .menu > ul > li > a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    position: static;
    bottom: 0;
    height: auto;
    margin-top: 30px;
  }
}
.h1-container {
  margin-bottom: 25px;
  padding: 7px 0;
  background-color: #f0f0f0;
}
.h1-container .breadcrumbs {
  float: right;
  color: #888;
  font-size: 14px;
}
.h1-container .breadcrumbs a {
  color: #32a2ca;
  text-decoration: none;
}
.h1-container .breadcrumbs a:hover {
  text-decoration: underline;
}
.h1-container .breadcrumbs span {
  padding: 0 5px;
  font-size: 16px;
}
.h1-container .breadcrumbs i {
  font-style: normal;
}
.h1-container h1 {
  margin: 0;
  padding: 12px 0;
}
.h1-container.error {
  background-color: #fddcdc;
}
.h1-container.error h1 {
  color: #d00;
}
.h1-container.success {
  background-color: #dcfddc;
}
.h1-container.success h1 {
  color: #090;
}
.input-label {
  position: absolute;
  top: -8px;
  left: 30px;
  padding: 0 4px 1px;
  color: #999;
  font-size: 12px;
  line-height: 12px;
  background-color: #fff;
  z-index: 2;
}
.right-panel ul {
  padding-left: 17px;
  list-style-type: none;
}
.right-panel ul li {
  position: relative;
  margin: 10px 0 20px;
  line-height: 18px;
}
.right-panel ul li a {
  text-decoration: none;
  color: #666;
}
.right-panel ul li a:hover {
  color: #000;
}
.right-panel ul li a:after {
  content: "\f014";
  display: inline-block;
  margin-left: 10px;
  font: normal normal normal 14px/1 lca;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fb7f00;
}
.right-panel ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fb7f00;
}
.right-panel-box {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.right-panel-box p {
  padding-top: 0;
  text-align: left;
}
/* Кнопка для заказа перевода */
.inpage-order-button {
  margin-top: 65px;
  text-align: center;
}
.inpage-order-button .btn {
  padding-right: 35px;
  padding-left: 35px;
}
/* Popups */
#popup .close {
  position: absolute;
  display: block;
  top: 5px;
  right: 6px;
  width: 18px;
  height: 18px;
  padding: 0;
  font: normal normal normal 16px/18px lca;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #cccccc;
  background: transparent;
}
#popup .close:before {
  content: "\f00d";
}
#popup .close:hover {
  color: #5bacca;
}
#popup .popup-content {
  padding: 0 20px 20px;
  color: #333;
}
#popup .title {
  background-color: #f0f0f0;
  padding: 10px 40px 10px 30px;
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
#popup .title a.toggle {
  padding: 0 3px;
  text-decoration: none;
  border-bottom: 1px dashed #333;
  background-color: rgba(0, 109, 148, 0.15);
}
#popup .title a.toggle:hover {
  background-color: rgba(0, 109, 148, 0.5);
}
#popup .agreement {
  margin-top: 20px;
  text-align: center;
  color: #666;
}
@media (max-width: 399px) {
  #popup .title {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Попап заказа перевода */
#popup .popup-order {
  width: 600px;
}
#popup .popup-order .popup-content {
  padding-top: 20px;
  padding-bottom: 0;
}
#popup .popup-order .lang-tgt .label {
  left: 40px;
}
#popup .popup-order .lang-src .chosen-container {
  margin-right: 10px;
}
#popup .popup-order .lang-tgt .chosen-container {
  margin-left: 10px;
}
#popup .popup-order .lang-toggle {
  position: absolute;
  left: -12px;
  top: 4px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 18px;
  color: #999;
  text-align: center;
  line-height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#popup .popup-order .lang-toggle:hover {
  color: #006d94;
}
#popup .popup-order .checkboxes {
  margin-bottom: 22px;
}
#popup .popup-order .checkboxes .col-sm-6:first-of-type:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ccc;
}
#popup .popup-order .checkboxes label {
  display: block;
  width: 100%;
  cursor: pointer;
}
#popup .popup-order .checkboxes label[for=notary] {
  /* т.к. закомментированы цены, этот label сдвинут правее */
  margin-left: 10px;
}
#popup .popup-order .checkboxes label[for=notary] .ff-checked {
  left: 28px;
}
#popup .popup-order .checkboxes label .ff-box,
#popup .popup-order .checkboxes label .ff-circle {
  margin-top: 6px;
  margin-left: 1px;
  margin-right: 8px;
  font-size: 16px;
  vertical-align: top;
  color: #999;
}
#popup .popup-order .checkboxes label .ff-checked {
  position: absolute;
  top: 2px;
  left: 18px;
  font-size: 18px;
  color: #006d94;
  text-shadow: 1px 1px 2px #aaa;
  display: none;
}
#popup .popup-order .checkboxes label .ff-bullet {
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 16px;
  color: #006d94;
  display: none;
}
#popup .popup-order .checkboxes label .name {
  display: inline-block;
  color: #999;
  line-height: 14px;
}
#popup .popup-order .checkboxes label .name span {
  display: block;
  font-size: 12px;
}
#popup .popup-order .checkboxes label .price {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #999;
  vertical-align: top;
  float: right;
}
#popup .popup-order .checkboxes label .price span {
  padding-left: 5px;
  font-size: 20px;
}
#popup .popup-order .checkboxes label .price span .ff {
  padding-left: 3px;
}
#popup .popup-order .checkboxes .single-line label .ff-box,
#popup .popup-order .checkboxes .single-line label .ff-circle {
  margin-top: 2px;
}
#popup .popup-order .checkboxes .single-line label .ff-checked,
#popup .popup-order .checkboxes .single-line label .ff-bullet {
  top: -2px;
}
#popup .popup-order .checkboxes input {
  display: none;
}
#popup .popup-order .checkboxes input:checked + label .ff-box,
#popup .popup-order .checkboxes input:checked + label .ff-circle {
  color: #006d94;
}
#popup .popup-order .checkboxes input:checked + label .ff-checked,
#popup .popup-order .checkboxes input:checked + label .ff-bullet {
  display: inline;
}
#popup .popup-order .checkboxes input:checked + label .name,
#popup .popup-order .checkboxes input:checked + label .price {
  color: #333;
}
#popup .popup-order .checkboxes label:hover .ff-box {
  color: #333;
}
#popup .popup-order .checkboxes label:hover .name,
#popup .popup-order .checkboxes label:hover .price {
  color: #333;
}
#popup .popup-order .checkboxes.single .col-sm-6:after {
  display: none;
}
#popup .popup-order #plupload_add_dialog {
  display: none;
}
#popup .popup-order .files-container {
  margin-bottom: 20px;
}
#popup .popup-order .files-container .plupload_container {
  padding: 0;
}
#popup .popup-order .files-container .plupload_container .plupload_header,
#popup .popup-order .files-container .plupload_container .plupload_filelist_header,
#popup .popup-order .files-container .plupload_container .plupload_filelist_footer {
  display: none;
}
#popup .popup-order .files-container .plupload_container .plupload_filelist {
  height: 70px;
  background: url("/template/images/attach_icon.svg") 50px center no-repeat #f0f0f0;
  border: 1px dashed #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow-y: auto;
}
#popup .popup-order .files-container .plupload_container .plupload_filelist li {
  padding: 5px 8px;
}
#popup .popup-order .files-container .plupload_container .plupload_filelist li.plupload_droptext {
  padding: 19px 5px;
  color: #666;
  line-height: 16px;
}
#popup .popup-order .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#popup .popup-order textarea {
  height: 70px;
}
#popup .popup-order .chosen-container,
#popup .popup-order textarea,
#popup .popup-order input[type=text],
#popup .popup-order .btn.full-width {
  margin-bottom: 20px;
}
#popup .popup-order div.agreement {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #popup .popup-order {
    width: 350px;
  }
  #popup .popup-order .lang-toggle {
    left: 50%;
    top: -25px;
    margin-left: -12px;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #popup .popup-order .lang-tgt {
    margin-top: 27px;
  }
  #popup .popup-order .lang-src .chosen-container {
    margin-right: 0;
  }
  #popup .popup-order .lang-tgt .chosen-container {
    margin-left: 0;
  }
  #popup .popup-order .checkboxes .col-sm-6:first-of-type label {
    margin-bottom: 7px;
  }
  #popup .popup-order .checkboxes .col-sm-6:first-of-type:after {
    display: none;
  }
  #popup .popup-order .checkboxes label[for=notary] {
    /* т.к. закомментированы цены и этот label был сдвинут правее */
    margin-left: 0;
  }
  #popup .popup-order .checkboxes label[for=notary] .ff-checked {
    left: 18px;
  }
  #popup .popup-order .checkboxes.single .col-sm-6:first-of-type label {
    margin-bottom: 0;
  }
  #popup .popup-order .files-container .plupload_container .plupload_filelist {
    background-position: 5px 5px;
  }
}
@media (max-width: 399px) {
  #popup .popup-order {
    width: 290px;
  }
  #popup .popup-order .title {
    font-size: 14px;
  }
}
.popup-order.type-transl .visible-interp {
  display: none;
}
.popup-order.type-interp .visible-transl {
  display: none;
}
/* Попап оплаты */
.popup-pay {
  min-width: 270px;
}
.popup-pay .desc {
  margin-bottom: 20px;
}
.popup-pay .order-status {
  display: inline-block;
  padding: 0 7px;
  text-transform: lowercase;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*  */
.page-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-list-item .image img {
  max-width: 100%;
  height: auto;
}
.page-list-item .date {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.page-list-item h2 {
  margin-top: 7px;
  font-size: 24px;
  line-height: 28px;
}
.page-list-item .desc {
  margin-top: 10px;
}
.page-list-item .desc a.details {
  text-decoration: none;
}
.page-list-item .desc a.details .ff {
  font-size: 10px;
}
.page-list-item .desc a.details:hover {
  color: #fb7f00;
}
@media (max-width: 767px) {
  .page-list-item .image {
    margin-bottom: 10px;
    text-align: center;
  }
}
/*.page-list-item:hover { .shadow(0, 0, 20px, #ccc); }*/
.page-list-item:nth-of-type(even) {
  background-color: #fafafa;
}
/* Feedback Form */
.feedback-form {
  margin-top: 10px;
}
.feedback-form textarea {
  height: 200px;
}
.feedback-form input[type=text] {
  line-height: 16px;
}
.feedback-form input[name=surname],
.feedback-form input[name=captcha] {
  display: none;
}
.feedback-form #captcha_img {
  margin: 9px 5px 9px 0;
  vertical-align: middle;
}
.feedback-form .btn {
  width: 100%;
  line-height: 30px;
}
.popup-feedback {
  min-width: 400px;
  padding: 20px;
  background-color: #fff;
}
.popup-feedback h3 {
  margin: 0 0 20px;
  text-align: center;
}
.popup-feedback .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .feedback-form input[name=name] {
    margin-top: 20px;
  }
}
/* Active Placeholder */
label.placeholder {
  display: block;
  position: relative;
}
label.placeholder input.form-control,
label.placeholder select.form-control {
  height: 38px;
  padding: 15px 15px 5px 15px;
}
label.placeholder textarea.form-control {
  padding: 15px 15px 5px 15px;
}
label.placeholder span {
  position: absolute;
  display: block;
  top: 0;
  padding: 11px 0 0 25px;
  font-size: 14px;
  line-height: 16px;
  color: #8c8c8c;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}
label.placeholder.active span {
  opacity: 0.8;
  font-size: 0.75rem;
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}
label.placeholder.active span:after {
  content: ':';
}
/* Page Subsections - дочерние страницы на пустой странице */
.page-subsections {
  padding: 0;
  list-style-type: none;
}
.page-subsections li {
  display: block;
  width: 50%;
  float: left;
}
.page-subsections li a {
  display: block;
  margin: 10px 0;
  padding: 25px 0;
  background-color: #f0f0f0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.page-subsections li a:hover {
  color: #fff;
  background-color: #fb7f00;
}
.page-subsections li:nth-of-type(odd) a {
  margin-right: 15px;
}
.page-subsections li:nth-of-type(even) a {
  margin-left: 15px;
}
@media (max-width: 650px) {
  .page-subsections li {
    width: 100%;
    float: none;
  }
  .page-subsections li:nth-of-type(odd) a {
    margin-right: 0;
  }
  .page-subsections li:nth-of-type(even) a {
    margin-left: 0;
  }
}
/* Отзывы */
.testimonial .who {
  margin-bottom: 50px;
  border: 1px solid #006d94;
}
.testimonial .who .logo {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.testimonial .who .logo img {
  max-width: 100%;
  height: auto;
}
.testimonial .who .person {
  padding-top: 7px;
  padding-bottom: 3px;
  background-color: #006d94;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.testimonial .who .person-position {
  padding-bottom: 7px;
  background-color: #006d94;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
.testimonial .text {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f0f0f0;
}
.testimonial .text:before {
  content: '';
  position: absolute;
  display: block;
  left: -11px;
  top: 35px;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .testimonial .who {
    margin-bottom: 20px;
  }
  .testimonial .text:before {
    left: 70px;
    top: -11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
/* Переводчики */
.translators-list-item {
  margin-top: 25px;
  margin-bottom: 25px;
}
.translators-list-item .photo img {
  max-width: 100%;
  height: auto;
}
.translators-list-item .speciality {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #808080;
  font-size: 13px;
}
@media (max-width: 991px) {
  .translators-list-item h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .translators-list-item h3 {
    margin-top: 10px;
  }
  .translators-list-item .photo,
  .translators-list-item h3,
  .translators-list-item .speciality {
    text-align: center;
  }
}
.translator-speciality {
  margin-top: -5px;
  margin-bottom: 7px;
  font-size: 16px;
  color: #000;
}
/* under H1 */
.translator-page .photo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .translator-page .photo {
    text-align: center;
  }
}
/* Анкета переводчика */
.vacancy-form-button-table td:first-of-type {
  padding-right: 15px;
}
.vacancy-form .error {
  margin-bottom: 20px;
  color: #f00;
  font-size: 16px;
  text-align: center;
}
.vacancy-form hr.short {
  margin-top: 20px;
  margin-bottom: 20px;
}
.vacancy-form h4 {
  margin-top: 20px;
}
.vacancy-form .v-margin,
.vacancy-form label.placeholder,
.vacancy-form label.checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vacancy-form label.checkbox {
  display: block;
}
.vacancy-form label.checkbox input,
.vacancy-form label.checkbox span {
  vertical-align: middle;
  cursor: pointer;
}
.vacancy-form input.inline-checkbox {
  display: none;
}
.vacancy-form input.inline-checkbox + label {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 7px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.vacancy-form input.inline-checkbox + label:before {
  font: normal normal normal 14px/1 lca;
  content: '\f016';
  padding-right: 4px;
  color: #ccc;
}
.vacancy-form input.inline-checkbox:checked + label {
  border-color: #32a2ca;
  background-color: #32a2ca;
  color: #fff;
}
.vacancy-form input.inline-checkbox:checked + label:before {
  content: '\f012';
  color: #fff;
}
.vacancy-form input.inline-checkbox.c2:checked + label {
  border-color: #fd9f3f;
  background-color: #fd9f3f;
}
.vacancy-form .agreement {
  margin-top: 15px;
  text-align: right;
}


/* /template/css/mainpage.min.css */
.notransition{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.banners{position:relative}.banners .slick{margin-bottom:30px}.banners .slick>div{display:none}.banners .slick>div:first-of-type{display:block}.banners .cont{position:relative;max-width:1550px;width:1170px;height:340px;margin:0 auto;overflow:hidden}.banners .cont img{position:absolute;left:50%;margin-left:-775px;width:1550px;height:auto}.banners .frame-top,.banners .frame-right,.banners .frame-bottom,.banners .frame-left{position:absolute;left:50%;background-color:#fb7f00}.banners .frame-top{top:7%;margin-left:-570px;width:1020px;height:7px}.banners .frame-right{top:7%;margin-left:450px;width:7px;height:100%}.banners .frame-bottom{top:107%;margin-top:-7px;margin-left:-570px;width:1020px;height:7px}.banners .frame-left{top:7%;margin-left:-570px;width:7px;height:100%}.banners .slick-dots{bottom:6px}.banners .slick-dots li button{width:17px;height:17px;border:2px solid #fb7f00}.banners .slick-dots li button:hover,.banners .slick-dots li.slick-active button{background-color:#fb7f00}.banners .slick-dots li button:before{display:none}@media(max-width:1550px){.banners .cont{width:auto}}@media(max-width:1199px){.banners .cont{height:283.33333333px}.banners .cont img{margin-left:-645.83333333px;width:1291.66666667px}.banners .frame-top{top:7%;margin-left:-466px;width:843.2px;height:5px}.banners .frame-right{top:7%;margin-left:377.2px;width:5px;height:100%}.banners .frame-bottom{top:107%;margin-top:-5px;margin-left:-466px;width:843.2px;height:5px}.banners .frame-left{top:7%;margin-left:-466px;width:5px;height:100%}}@media(max-width:991px){.banners .cont{height:217.94871795px}.banners .cont img{margin-left:-496.79487179px;width:993.58974359px}.banners .frame-top{top:7%;margin-left:-354px;width:652.8px;height:5px}.banners .frame-right{top:7%;margin-left:298.8px;width:5px;height:100%}.banners .frame-bottom{top:107%;margin-top:-5px;margin-left:-354px;width:652.8px;height:5px}.banners .frame-left{top:7%;margin-left:-354px;width:5px;height:100%}.banners .slick-dots li button{width:13px;height:13px}}@media(max-width:767px){.banners .cont{width:100%;height:auto;padding-bottom:28.33333333%}.banners .cont img{width:auto;height:100%;left:-14.58333333%;margin-left:0}.banners .frame-top,.banners .frame-right,.banners .frame-bottom,.banners .frame-left{margin-left:0;left:15px}.banners .frame-top,.banners .frame-bottom{width:85%;height:3px}.banners .frame-right,.banners .frame-left{width:3px}.banners .frame-bottom{margin-top:-3px}.banners .frame-right{margin-left:85%}.banners .slick-dots{bottom:3px}.banners .slick-dots li button{width:10px;height:10px;border:1px solid #fb7f00}}@media(max-width:500px){.banners{display:none}}.banners-replacer{margin-top:10px;height:20px;background-color:#f0f0f0}@media(max-width:768px){.banners-replacer{display:none}}h2.box-gray{margin-top:0;margin-bottom:10px;padding:25px 15px;background-color:#f0f0f0}.about-us{margin-top:90px}.about-us .text{font-size:16px;line-height:22px}.about-us .text:first-of-type{padding-right:25px}.about-us .text:last-of-type{padding-left:25px}@media(max-width:991px){.about-us .text:first-of-type{padding-right:15px}.about-us .text:last-of-type{padding-left:15px}}@media(max-width:767px){.about-us{margin-top:30px}.about-us .text{font-size:14px;line-height:20px}}.mainpage-services{margin-top:90px;margin-bottom:70px}.mainpage-services h2{margin-bottom:0}.mainpage-services .block{display:block;padding-top:45px;padding-bottom:18px;text-decoration:none}.mainpage-services .block:after{content:'';display:block;position:absolute;bottom:0;width:60px;height:3px;background-color:#e0d0cc;-webkit-transition:background-color .3s ease 0;-moz-transition:background-color .3s ease 0;-ms-transition:background-color .3s ease 0;-o-transition:background-color .3s ease 0;transition:background-color .3s ease 0}.mainpage-services .block:hover .description{color:#333}.mainpage-services .block:hover:after{background-color:#006d94}.mainpage-services .block .icon{color:#006d94;font-size:80px;line-height:80px}.mainpage-services .block .title{padding:17px 0 14px;font-size:22px;color:#333}.mainpage-services .block .description{color:#666;font-size:14px;line-height:20px}.mainpage-services .block.toggable .icon{text-align:center}.mainpage-services .block.toggable .title{color:#c45911;text-align:center}.mainpage-services .block.toggable .description{display:none;text-align:justify}.mainpage-services .block.toggable:after{display:none;left:50%;margin-left:-30px}.mainpage-services .block.toggable.opened .description{display:block}.mainpage-services .block.toggable.opened:after{display:block}@media(max-width:767px){.mainpage-services{margin-top:70px}.mainpage-services .block{padding-top:30px;padding-bottom:30px}.mainpage-services .block:after{left:50%;margin-left:-30px}.mainpage-services .block .icon{margin-right:15px;float:left}.mainpage-services .block .title{padding-top:0}.mainpage-services .block.toggable .icon{font-size:60px;line-height:60px}.mainpage-services .block.toggable .title{padding-top:15px;padding-bottom:5px;text-align:left}}.prices{font-size:16px;line-height:24px}.prices .row>div:first-child{padding-right:25px}.prices .row>div:last-child{padding-left:25px}.prices .table-design{width:100%}.prices .table-design tr td{padding:10px 20px 7px 20px;font-size:18px;line-height:26px}@media(max-width:767px){.prices{font-size:14px;line-height:20px}.prices .row>div:first-child{padding-right:15px}.prices .row>div:last-child{padding-left:15px}.prices .table-design tr td{font-size:14px;line-height:20px}}.page-content.mainpage{margin-top:15px;font-size:18px;line-height:26px}.page-content.mainpage .table-design tr td{font-size:16px;line-height:24px}@media(max-width:767px){.page-content.mainpage{font-size:14px;line-height:20px}.page-content.mainpage .table-design tr td{font-size:14px;line-height:20px}}.mainpage-contacts{margin-top:90px}.mainpage-contacts h2{margin-bottom:20px}.mainpage-feedback{margin-top:90px;margin-bottom:90px}.mainpage-clients{margin-top:80px;padding:25px 0 40px;background-color:#f0f0f0}.mainpage-clients h2{margin-top:0;margin-bottom:20px;text-align:center;font-size:28px}.mainpage-clients h2 a{text-decoration:none;color:#333}.mainpage-clients .logos{padding:0 40px;height:65px;overflow-y:hidden}.mainpage-clients .logos .logo{padding:0 38px;line-height:64px;float:left}.mainpage-clients .logos .logo img{display:inline;vertical-align:middle}.mainpage-clients .slick-prev,.mainpage-clients .slick-next{width:30px;height:30px}.mainpage-clients .slick-prev{left:-35px}.mainpage-clients .slick-next{right:-35px}.mainpage-clients .slick-prev:before,.mainpage-clients .slick-next:before{font-family:lca;color:#aaa;font-size:24px;opacity:1;-webkit-transition:color .3s ease 0;-moz-transition:color .3s ease 0;-ms-transition:color .3s ease 0;-o-transition:color .3s ease 0;transition:color .3s ease 0}.mainpage-clients .slick-prev:before{content:"\f00b"}.mainpage-clients .slick-next:before{content:"\f00c"}.mainpage-clients .slick-prev:hover:before,.mainpage-clients .slick-next:hover:before{color:#666}@media(max-width:991px){.mainpage-clients .logos .logo{padding:0 30px}}.mainpage-translators{margin-bottom:95px}.mainpage-translators h2{margin-top:60px;margin-bottom:40px;text-align:center}.mainpage-translators h2 a{text-decoration:none;color:#333}.mainpage-translators .translator a{display:block;text-decoration:none}.mainpage-translators .translator .photo img{max-width:100%;height:auto}.mainpage-translators .translator .title{font-size:22px;line-height:22px;color:#333}.mainpage-translators .translator .subtitle{padding:15px 0;font-size:13px;line-height:18px;color:gray}.mainpage-translators .translator .description{padding-right:10px;font-size:14px;line-height:20px;color:#666}.mainpage-translators .slick-prev,.mainpage-translators .slick-next{top:-40px;width:30px;height:30px}.mainpage-translators .slick-prev{left:0}.mainpage-translators .slick-next{right:0}.mainpage-translators .slick-prev:before,.mainpage-translators .slick-next:before{font-family:lca;color:#aaa;font-size:34px;opacity:1;-webkit-transition:color .3s ease 0;-moz-transition:color .3s ease 0;-ms-transition:color .3s ease 0;-o-transition:color .3s ease 0;transition:color .3s ease 0}.mainpage-translators .slick-prev:before{content:"\f00b"}.mainpage-translators .slick-next:before{content:"\f00c"}.mainpage-translators .slick-prev:hover:before,.mainpage-translators .slick-next:hover:before{color:#666}@media(max-width:991px){.mainpage-translators .translator .title{padding-top:10px}.mainpage-translators .translator .subtitle{padding:10px 0}}@media(max-width:649px){.mainpage-translators .translator .photo{text-align:center}.mainpage-translators .translator .photo img{display:inline}.mainpage-translators .translator .title{text-align:center}.mainpage-translators .translator .subtitle{text-align:center}.mainpage-translators .translator .description{padding:0 30px}}@media(max-width:450px){.mainpage-translators h2{margin-bottom:50px}.mainpage-translators .slick-prev,.mainpage-translators .slick-next{top:-25px}}.mainpage-news{padding-top:25px;padding-bottom:48px;background:url(/template/images/mainpage_news_bg.jpg) center center no-repeat;background-size:cover}.mainpage-news h2{position:relative;margin-bottom:20px;padding-bottom:10px}.mainpage-news h2 a{text-decoration:none;color:#333}.mainpage-news h2:after{content:'';display:block;position:absolute;bottom:0;width:60px;height:3px}.mainpage-news .news h2:after{background-color:#fb7f00}.mainpage-news .blog h2:after{background-color:#32a2ca}.mainpage-news a.block{display:block;margin-bottom:20px;text-decoration:none;background-color:#fff}.mainpage-news a.block:hover{-webkit-box-shadow:0 0 20px #666;-moz-box-shadow:0 0 20px #666;box-shadow:0 0 20px #666}.mainpage-news img{width:100%;height:auto}.mainpage-news .date{padding:15px 15px 6px;font-size:16px;color:#333}.mainpage-news .title{padding:0 15px 8px;font-size:14px;line-height:20px;color:#666}.mainpage-news .link{padding:0 15px 15px;font-size:16px}.mainpage-news .link .ff{font-size:11px;vertical-align:middle}.mainpage-news .news .link{color:#fb7f00}.mainpage-news .blog .link{color:#32a2ca}@media(max-width:767px){.mainpage-news .photo{margin-right:15px;line-height:0;float:left}}@media(max-width:499px){.mainpage-news .photo{margin-bottom:5px}.mainpage-news .photo img{width:180px}}@media(max-width:399px){.mainpage-news .photo{margin-top:15px;margin-bottom:0;margin-right:0;text-align:center;float:none}.mainpage-news .photo img{width:auto;max-width:100%}}.mainpage-team-before{margin-top:80px}.mainpage-team h2{margin-top:58px;margin-bottom:30px;text-align:center}.mainpage-team .photo{text-align:center}.mainpage-team .photo img{margin:0 auto;max-width:100%;height:auto}.mainpage-team .title{margin:15px 0 8px;text-align:center;color:#333;font-size:22px}.mainpage-team .subtitle{margin:5px 0;text-align:center;color:gray;font-size:13px}.mainpage-team .slick-prev,.mainpage-team .slick-next{top:-20px;width:30px;height:30px}.mainpage-team .slick-prev{left:0}.mainpage-team .slick-next{right:0}.mainpage-team .slick-prev:before,.mainpage-team .slick-next:before{font-family:lca;color:#aaa;font-size:34px;opacity:1;-webkit-transition:color .3s ease 0;-moz-transition:color .3s ease 0;-ms-transition:color .3s ease 0;-o-transition:color .3s ease 0;transition:color .3s ease 0}.mainpage-team .slick-prev:before{content:"\f00b"}.mainpage-team .slick-next:before{content:"\f00c"}.mainpage-team .slick-prev:hover:before,.mainpage-team .slick-next:hover:before{color:#666}@media(max-width:767px){.mainpage-team .photo{margin-right:15px;line-height:0;float:left}.mainpage-team .title{text-align:left;margin-top:25px}.mainpage-team .subtitle{text-align:left}}@media(max-width:499px){.mainpage-team .photo img{width:180px}}@media(max-width:399px){.mainpage-team .photo img{width:120px}}