

/* Start:/bitrix/templates/main-page/css/jcarousel.css?1457148452839*/
@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';

body {
    background: #F0EFE7;
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

h1 {
    color: #4E443C;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: #F14E32;
}

h3, h3 a {
  color: #0388A6;
}

a {
  color: #0388A6;
}

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 620px;
    padding: 0 20px 40px 20px;
    margin: auto;
}

/* End */


/* Start:/bitrix/templates/main-page/css/jcarousel.responsive.css?14642645372641*/
.jcarousel-wrapper {
    position: relative;
    padding: 0 90px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;

    width: 30px;
    height: 30px;
    /*
    text-align: center;


    background: #4E443C;
    color: #a7a7a7;
    */
    text-decoration: none;
    font: 42px/27px Arial, sans-serif;
    overflow: hidden;
    text-indent: 777px;

}

.jcarousel-control-next:before,
.jcarousel-control-next:after,
.jcarousel-control-prev:before,
.jcarousel-control-prev:after {
    content: '';
    position: absolute;
}

.jcarousel-control-prev:before,
.jcarousel-control-prev:after {
    left: 0px;
    bottom: 0;
    border: 16px solid transparent;
    border-right: 16px solid #a7a7a7;
}
.jcarousel-control-prev:after {
    border-right: 16px solid white;
    left: 3px;
}

.jcarousel-control-next:before,
.jcarousel-control-next:after {
    right: 0px;
    bottom: 0;
    border: 16px solid transparent;
    border-left: 16px solid #a7a7a7;
}
.jcarousel-control-next:after {
    border-left: 16px solid white;
    right: 3px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/* End */


/* Start:/bitrix/templates/main-page/css/custom.css?149130411181424*/
@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src:    url('/bitrix/templates/main-page/css/../fonts/icomoon.eot?4yanmb');
    src:    url('/bitrix/templates/main-page/css/../fonts/icomoon.eot?4yanmb#iefix') format('embedded-opentype'),
        url('/bitrix/templates/main-page/css/../fonts/icomoon.ttf?4yanmb') format('truetype'),
        url('/bitrix/templates/main-page/css/../fonts/icomoon.woff?4yanmb') format('woff'),
        url('/bitrix/templates/main-page/css/../fonts/icomoon.svg?4yanmb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-pointing-to-right:before {
    content: "\e906";
}
.icon-file:before {
    content: "\e905";
}
.icon-document:before {
    content: "\e903";
}
.icon-right-arrow:before {
    content: "\e902";
}
.icon-download:before {
    content: "\e901";
}
.icon-envelope:before {
    content: "\e904";
}
.icon-printer:before {
    content: "\e900";
}


/* необходимо для @filter-gradient */
.ico-sprite, .ico-flag-en, .lang-selector a:before, .ico-phone-white, .header-contacts:before, .ico-search-white, .header-search-btn {
  background-image: url('/bitrix/templates/main-page/css/../images/ico-s593ab441d3.png');
  background-repeat: no-repeat; }

.ico-flag-en, .lang-selector a:before {
  background-position: 0 0;
  height: 14px;
  width: 23px; }

.ico-phone-white, .header-contacts:before {
  background-position: -26px 0;
  height: 23px;
  width: 23px; }

.ico-search-white, .header-search-btn {
  background-position: -52px 0;
  height: 23px;
  width: 23px; }

.comp-sprite, .comp-c-1, .block-cat-itm-c1, .comp-c-1h, .block-cat-itm:hover .block-cat-itm-c1, .comp-c-2, .block-cat-itm-c2, .comp-c-2h, .block-cat-itm:hover .block-cat-itm-c2, .comp-c-3, .block-cat-itm-c3, .comp-c-3h, .block-cat-itm:hover .block-cat-itm-c3, .comp-c-4, .block-cat-itm-c4, .comp-c-4h, .block-cat-itm:hover .block-cat-itm-c4, .comp-c-5, .block-cat-itm-c5, .comp-c-5h, .block-cat-itm:hover .block-cat-itm-c5, .comp-c-6, .block-cat-itm-c6, .comp-c-6h, .block-cat-itm:hover .block-cat-itm-c6 {
  background-image: url('/bitrix/templates/main-page/css/../images/comp-sede1906ded.png');
  background-repeat: no-repeat; }

.comp-c-1, .block-cat-itm-c1 {
  background-position: 0 0;
  height: 57px;
  width: 80px; }

.comp-c-1h, .block-cat-itm:hover .block-cat-itm-c1 {
  background-position: -83px 0;
  height: 57px;
  width: 80px; }

.comp-c-2, .block-cat-itm-c2 {
  background-position: -166px 0;
  height: 60px;
  width: 41px; }

.comp-c-2h, .block-cat-itm:hover .block-cat-itm-c2 {
  background-position: -210px 0;
  height: 60px;
  width: 41px; }

.comp-c-3, .block-cat-itm-c3 {
  background-position: -254px 0;
  height: 53px;
  width: 85px; }

.comp-c-3h, .block-cat-itm:hover .block-cat-itm-c3 {
  background-position: -342px 0;
  height: 53px;
  width: 85px; }

.comp-c-4, .block-cat-itm-c4 {
  background-position: -430px 0;
  height: 54px;
  width: 64px; }

.comp-c-4h, .block-cat-itm:hover .block-cat-itm-c4 {
  background-position: -497px 0;
  height: 54px;
  width: 64px; }

.comp-c-5, .block-cat-itm-c5 {
  background-position: -564px 0;
  height: 57px;
  width: 64px; }

.comp-c-5h, .block-cat-itm:hover .block-cat-itm-c5 {
  background-position: -631px 0;
  height: 57px;
  width: 64px; }

.comp-c-6, .block-cat-itm-c6 {
  background-position: -698px 0;
  height: 53px;
  width: 67px; }

.comp-c-6h, .block-cat-itm:hover .block-cat-itm-c6 {
  background-position: -768px 0;
  height: 53px;
  width: 67px; }

.syst-sprite, .syst-s-1, .block-cat-itm-s1, .syst-s-1h, .block-cat-itm:hover .block-cat-itm-s1, .syst-s-2, .block-cat-itm-s2, .syst-s-2h, .block-cat-itm:hover .block-cat-itm-s2, .syst-s-3, .block-cat-itm-s3, .syst-s-3h, .block-cat-itm:hover .block-cat-itm-s3, .syst-s-4, .block-cat-itm-s4, .syst-s-4h, .block-cat-itm:hover .block-cat-itm-s4, .syst-s-5, .block-cat-itm-s5, .syst-s-5h, .block-cat-itm:hover .block-cat-itm-s5, .syst-s-6, .block-cat-itm-s6, .syst-s-6h, .block-cat-itm:hover .block-cat-itm-s6 {
  background-image: url('/bitrix/templates/main-page/css/../images/syst-s627f27ba95.png');
  background-repeat: no-repeat; }

.syst-s-1, .block-cat-itm-s1 {
  background-position: 0 0;
  height: 66px;
  width: 65px; }

.syst-s-1h, .block-cat-itm:hover .block-cat-itm-s1 {
  background-position: -68px 0;
  height: 66px;
  width: 65px; }

.syst-s-2, .block-cat-itm-s2 {
  background-position: -136px 0;
  height: 66px;
  width: 69px; }

.syst-s-2h, .block-cat-itm:hover .block-cat-itm-s2 {
  background-position: -208px 0;
  height: 66px;
  width: 69px; }

.syst-s-3, .block-cat-itm-s3 {
  background-position: -280px 0;
  height: 67px;
  width: 67px; }

.syst-s-3h, .block-cat-itm:hover .block-cat-itm-s3 {
  background-position: -350px 0;
  height: 67px;
  width: 67px; }

.syst-s-4, .block-cat-itm-s4 {
  background-position: -420px 0;
  height: 65px;
  width: 65px; }

.syst-s-4h, .block-cat-itm:hover .block-cat-itm-s4 {
  background-position: -488px 0;
  height: 65px;
  width: 65px; }

.syst-s-5, .block-cat-itm-s5 {
  background-position: -556px 0;
  height: 69px;
  width: 63px; }

.syst-s-5h, .block-cat-itm:hover .block-cat-itm-s5 {
  background-position: -622px 0;
  height: 69px;
  width: 63px; }

.syst-s-6, .block-cat-itm-s6 {
  background-position: -688px 0;
  height: 69px;
  width: 60px; }

.syst-s-6h, .block-cat-itm:hover .block-cat-itm-s6 {
  background-position: -751px 0;
  height: 69px;
  width: 60px; }

body, html,
h1, h2, h3, h4,
ul,
li,
p,
form,
menu {
  padding: 0;
  margin: 0; }

.header-contacts > span, .lang-selector a {
  position: relative; }
  .header-contacts:before, .lang-selector a:before {
    content: ' ';
    position: absolute; }

.err-msg-txt, .content-head h1,
.content-head .h1, .bc-item a,
.bc-item span, .bc-item a:hover, .block-cat-itm:hover .block-cat-txt, .header-contacts span, .header-video-txt, .header a, .top-menu-cnt a, .referense-itm-ttl, .referense-itm-main-txt, .referense-itm-main-ttl {
  color: #fff; }

.btn-green, .btn-green-xl, .btn-green-sm, h1, .h1, h3,
.like-h3, .footer a {
  color: #000; }

.bc-item a:after {
  font-size: 10px; }

.err-msg-txt, .bc-item a,
.bc-item span, .tooltip:after {
  font-size: 12px; }

.font-14, .block-cat-txt, .footer a {
  font-size: 14px; }

.top-menu li .top-menu-child-cnt a, .footer .creator {
  font-size: 15px; }

input[type="text"],
input[type="email"],
input[type="password"],
.inputbox, textarea, .footer-menu-ttl, .referense-itm-ttl span, .referense-itm-main-ttl span, .referense-itm-main-txt {
  font-size: 16px; }

.top-menu li span,
.top-menu li a, .lang-selector a {
  font-size: 18px; }

.header-contacts span, .footer-contacts p {
  font-size: 20px; }

.block-head2, .block-head1 {
  font-size: 22px; }

h3,
.like-h3, .referense-itm-ttl {
  font-size: 24px; }

.header-video-txt {
  font-size: 34px; }

.referense-itm-main-ttl {
  font-size: 42px; }

.bc-item a,
.bc-item span {
  font-weight: lighter; }

.tooltip:after {
  font-weight: normal; }

.btn-green, .btn-green-xl, .btn-green-sm, b, strong, h3,
.like-h3, .pager-item-url, .footer-menu-ttl {
  font-weight: bold; }

i {
  font-style: italic; }

.block-head2, .block-head1, .header-video-txt, .top-menu li span,
.top-menu li a, .lang-selector a, .footer-menu-ttl, .referense-itm-ttl, .referense-itm-main-ttl {
  text-transform: uppercase; }

.pager-item a, .footer a {
  text-decoration: underline; }
  .pager-item a:focus, .footer a:focus, .pager-item a:active, .footer a:active, .pager-item a:hover, .footer a:hover {
    text-decoration: none; }

.like-a,
a {
  text-decoration: none; }
  .like-a:focus,
  a:focus, .like-a:active,
  a:active, .like-a:hover,
  a:hover {
    text-decoration: underline; }

.btn-green, .btn-green-xl, .btn-green-sm, .bc-item a, .block-cat-itm, .top-menu li span,
.top-menu li a, .lang-selector a, .footer-logo, .referense-itm-ttl {
  text-decoration: none; }
  .btn-green:focus, .btn-green-xl:focus, .btn-green-sm:focus, .bc-item a:focus, .block-cat-itm:focus, .top-menu li span:focus,
  .top-menu li a:focus, .lang-selector a:focus, .footer-logo:focus, .referense-itm-ttl:focus, .btn-green:active, .btn-green-xl:active, .btn-green-sm:active, .bc-item a:active, .block-cat-itm:active, .top-menu li span:active,
  .top-menu li a:active, .lang-selector a:active, .footer-logo:active, .referense-itm-ttl:active, .btn-green:hover, .btn-green-xl:hover, .btn-green-sm:hover, .bc-item a:hover, .block-cat-itm:hover, .top-menu li span:hover,
  .top-menu li a:hover, .lang-selector a:hover, .footer-logo:hover, .referense-itm-ttl:hover {
    text-decoration: none; }

.footer-menu-ttl, .footer-menu-itm {
  margin-bottom: 5px; }

.bc-list, .footer-cat-list ul, .referense-itm-main-ttl span {
  margin-bottom: 10px; }

.errortext,
.notetext {
  margin-bottom: 20px; }

.referense-itm-main-ttl {
  margin-bottom: 25px; }

.referense-itm-ttl span {
  margin-top: 5px; }

.footer-menu-list {
  margin-top: 10px; }

.block-cat-txt {
  margin-top: 20px; }

.header-logo {
  margin-top: 5px; }


.header-contacts, .header-search {
  margin-top: 40px; }

.pager {
  margin-top: 80px; }

.header-logo {
  margin-right: 30px; }

.lang-selector {
  margin-left: 10px; }

.tooltip {
  margin-left: 15px; }

.header-contacts {
  margin-left: 60px; }

.pager-list {
  padding-top: 15px; }
  
.content-index {
  padding-top: 35px; }

.footer {
  padding-top: 40px; }

.content {
  padding-top: 45px; }

.pager-list {
  padding-bottom: 15px; }

.top-menu li a {
  display: inline-block;
}

.content, .content-head h1,
.content-head .h1 {
  padding-bottom: 35px; }

.header, .referense-itm-main-ttl {
  padding-bottom: 40px; }

.top-menu li a{
  padding-left: 7px; }

.referense-itm {
  padding-left: 20px; }

.top-menu li a{
  padding-right: 7px; }

.bc-item {
  padding-right: 20px; }

.lang-selector a {
    padding: 40px 15px;
    position: relative;
    z-index: 5;
}

.lang-selector {
    position: relative;
}
  
.header-contacts > span {
  padding-right: 40px; }

.pager, .header-main-cnt, .top-menu-child-cnt {
  overflow: hidden; }

.header-search-btn {
  overflow: hidden;
  text-indent: 7777px;
  white-space: nowrap; 
  cursor: pointer; }

.btn-green, .btn-green-xl, .btn-green-sm, .err-msg-txt, .bc-list {
  white-space: nowrap; }

.components-systems-cnt, .block-cat-cnt, .top-menu, .referense-cnt, .referense-list {
  *zoom: 1; }
  .components-systems-cnt:after, .block-cat-cnt:after, .top-menu:after, .referense-cnt:after, .referense-list:after {
    content: "";
    display: table;
    clear: both; }

.zi_1 {
  z-index: 1; }

.zi_2 {
  z-index: 2; }

.zi_3 {
  z-index: 3; }

.pager-list, .pager-item, .components-systems-cnt .block-cnt, .header-logo, .header-contacts, .header-search, .top-menu, .top-menu li, .top-menu-child-cnt ul, .top-menu-child-cnt li, .lang-selector, .referense-col, .referense-itm {
  float: left; }

.has-error .profile-auto-foto-cnt .err-msg-txt, h3,
.like-h3, .errortext,
.notetext, .block-cat-itm-cnt > span, .header-logo, .header-logo img, .top-menu-child-cnt a, .arrow-down, .footer-logo, .referense-itm-ttl span, .referense-itm-main-ttl:after, .referense-itm-main-ttl span {
  display: block; }

.bc-item {
  display: inline; }

.btn-green, .btn-green-xl, .btn-green-sm, .tooltip, .header-contacts > span, .header-search-btn, .lang-selector a, .footer-menu-itm, .partners-itm-cnt {
  display: inline-block; }

.block-cat-itm-cnt, .referense-itm-cnt, .partners-itm {
  display: table-cell; }

.err-msg-txt, .bc-item-single:after {
  display: none; }

.btn-green, .btn-green-xl, .btn-green-sm, .error-msg, .bc-item a, .pager-list, .tooltip, .block-cat-itm, .block-cat-itm-cnt, .header-main-cnt, .header-main-cnt .container, .top-menu-child-cnt ul, .top-menu-child-cnt li, .footer .container, .referense-itm-main-ttl {
  position: relative; }

.err-msg-txt, .bc-item a:after, .tooltip:after, .block-cat-itm .hover-bg, .header-video-txt, .top-menu-child-cnt, .bg-video-pattern, .arrow-down, .referense-itm-main-ttl:after {
  position: absolute; }

.content-head h1,
.content-head .h1, .bc-list, .tooltip:after, .block-head2, .block-head1, .block-cat-itm-cnt, .footer-menu-list {
  text-align: center; }

.btn-green, .btn-green-xl, .btn-green-sm, .like-a,
a, .tooltip, .jq-checkbox, .arrow-down {
  cursor: pointer; }

.components-systems-cnt .block-cnt, .col-50, .header-video-txt {
  width: 50%; }

.block-cat-itm .hover-bg, .top-menu-child-cnt {
  width: 100%; }

.block-cat-itm .hover-bg {
  height: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
.inputbox, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  line-height: 1.42857143; }

a:active,
a:hover {
  outline: 0; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

pre {
  overflow: auto; }

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

[role="button"] {
  cursor: pointer; }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

/*
@media (min-width: 319px) {
  .container {
    width: 300px;
  }
}


@media (min-width: 479px) {
  .container {
    width: 460px;
  }
}

@media (min-width: 425px) {
  .container {
    width: 400px;
  }
}


/*
@media (max-width: 599px) {
  .container {
    width: 460px;
  }
}
*/
/*
@media (min-width: 600px) {
  .container {
    width: 580px;
  	padding-left: 10px;
  	padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1260px;
  }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row, .row-10, .row-70 {
  margin-left: -10px;
  margin-right: -10px; }

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/*
@media (max-width: 600px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

//@media (min-width: 480px) {
@media (min-width: 320px) {
	.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
	  float: left;
	}
	.col-xs-24 {
	  width: 100%;
	}
	.col-xs-23 {
	  width: 95.83333333%;
	}
	.col-xs-22 {
	  width: 91.66666667%;
	}
	.col-xs-21 {
	  width: 87.5%;
	}
	.col-xs-20 {
	  width: 83.33333333%;
	}
	.col-xs-19 {
	  width: 79.16666667%;
	}
	.col-xs-18 {
	  width: 75%;
	}
	.col-xs-17 {
	  width: 70.83333333%;
	}
	.col-xs-16 {
	  width: 66.66666667%;
	}
	.col-xs-15 {
	  width: 62.5%;
	}
	.col-xs-14 {
	  width: 58.33333333%;
	}
	.col-xs-13 {
	  width: 54.16666667%;
	}
	.col-xs-12 {
	  width: 50%;
	}
	.col-xs-11 {
	  width: 45.83333333%;
	}
	.col-xs-10 {
	  width: 41.66666667%;
	}
	.col-xs-9 {
	  width: 37.5%;
	}
	.col-xs-8 {
	  width: 33.33333333%;
	}
	.col-xs-7 {
	  width: 29.16666667%;
	}
	.col-xs-6 {
	  width: 25%;
	}
	.col-xs-5 {
	  width: 20.83333333%;
	}
	.col-xs-4 {
	  width: 16.66666667%;
	}
	.col-xs-3 {
	  width: 12.5%;
	}
	.col-xs-2 {
	  width: 8.33333333%;
	}
	.col-xs-1 {
	  width: 4.16666667%;
	}
	.col-xs-pull-24 {
	  right: 100%;
	}
	.col-xs-pull-23 {
	  right: 95.83333333%;
	}
	.col-xs-pull-22 {
	  right: 91.66666667%;
	}
	.col-xs-pull-21 {
	  right: 87.5%;
	}
	.col-xs-pull-20 {
	  right: 83.33333333%;
	}
	.col-xs-pull-19 {
	  right: 79.16666667%;
	}
	.col-xs-pull-18 {
	  right: 75%;
	}
	.col-xs-pull-17 {
	  right: 70.83333333%;
	}
	.col-xs-pull-16 {
	  right: 66.66666667%;
	}
	.col-xs-pull-15 {
	  right: 62.5%;
	}
	.col-xs-pull-14 {
	  right: 58.33333333%;
	}
	.col-xs-pull-13 {
	  right: 54.16666667%;
	}
	.col-xs-pull-12 {
	  right: 50%;
	}
	.col-xs-pull-11 {
	  right: 45.83333333%;
	}
	.col-xs-pull-10 {
	  right: 41.66666667%;
	}
	.col-xs-pull-9 {
	  right: 37.5%;
	}
	.col-xs-pull-8 {
	  right: 33.33333333%;
	}
	.col-xs-pull-7 {
	  right: 29.16666667%;
	}
	.col-xs-pull-6 {
	  right: 25%;
	}
	.col-xs-pull-5 {
	  right: 20.83333333%;
	}
	.col-xs-pull-4 {
	  right: 16.66666667%;
	}
	.col-xs-pull-3 {
	  right: 12.5%;
	}
	.col-xs-pull-2 {
	  right: 8.33333333%;
	}
	.col-xs-pull-1 {
	  right: 4.16666667%;
	}
	.col-xs-pull-0 {
	  right: auto;
	}
	.col-xs-push-24 {
	  left: 100%;
	}
	.col-xs-push-23 {
	  left: 95.83333333%;
	}
	.col-xs-push-22 {
	  left: 91.66666667%;
	}
	.col-xs-push-21 {
	  left: 87.5%;
	}
	.col-xs-push-20 {
	  left: 83.33333333%;
	}
	.col-xs-push-19 {
	  left: 79.16666667%;
	}
	.col-xs-push-18 {
	  left: 75%;
	}
	.col-xs-push-17 {
	  left: 70.83333333%;
	}
	.col-xs-push-16 {
	  left: 66.66666667%;
	}
	.col-xs-push-15 {
	  left: 62.5%;
	}
	.col-xs-push-14 {
	  left: 58.33333333%;
	}
	.col-xs-push-13 {
	  left: 54.16666667%;
	}
	.col-xs-push-12 {
	  left: 50%;
	}
	.col-xs-push-11 {
	  left: 45.83333333%;
	}
	.col-xs-push-10 {
	  left: 41.66666667%;
	}
	.col-xs-push-9 {
	  left: 37.5%;
	}
	.col-xs-push-8 {
	  left: 33.33333333%;
	}
	.col-xs-push-7 {
	  left: 29.16666667%;
	}
	.col-xs-push-6 {
	  left: 25%;
	}
	.col-xs-push-5 {
	  left: 20.83333333%;
	}
	.col-xs-push-4 {
	  left: 16.66666667%;
	}
	.col-xs-push-3 {
	  left: 12.5%;
	}
	.col-xs-push-2 {
	  left: 8.33333333%;
	}
	.col-xs-push-1 {
	  left: 4.16666667%;
	}
	.col-xs-push-0 {
	  left: auto;
	}
	.col-xs-offset-24 {
	  margin-left: 100%;
	}
	.col-xs-offset-23 {
	  margin-left: 95.83333333%;
	}
	.col-xs-offset-22 {
	  margin-left: 91.66666667%;
	}
	.col-xs-offset-21 {
	  margin-left: 87.5%;
	}
	.col-xs-offset-20 {
	  margin-left: 83.33333333%;
	}
	.col-xs-offset-19 {
	  margin-left: 79.16666667%;
	}
	.col-xs-offset-18 {
	  margin-left: 75%;
	}
	.col-xs-offset-17 {
	  margin-left: 70.83333333%;
	}
	.col-xs-offset-16 {
	  margin-left: 66.66666667%;
	}
	.col-xs-offset-15 {
	  margin-left: 62.5%;
	}
	.col-xs-offset-14 {
	  margin-left: 58.33333333%;
	}
	.col-xs-offset-13 {
	  margin-left: 54.16666667%;
	}
	.col-xs-offset-12 {
	  margin-left: 50%;
	}
	.col-xs-offset-11 {
	  margin-left: 45.83333333%;
	}
	.col-xs-offset-10 {
	  margin-left: 41.66666667%;
	}
	.col-xs-offset-9 {
	  margin-left: 37.5%;
	}
	.col-xs-offset-8 {
	  margin-left: 33.33333333%;
	}
	.col-xs-offset-7 {
	  margin-left: 29.16666667%;
	}
	.col-xs-offset-6 {
	  margin-left: 25%;
	}
	.col-xs-offset-5 {
	  margin-left: 20.83333333%;
	}
	.col-xs-offset-4 {
	  margin-left: 16.66666667%;
	}
	.col-xs-offset-3 {
	  margin-left: 12.5%;
	}
	.col-xs-offset-2 {
	  margin-left: 8.33333333%;
	}
	.col-xs-offset-1 {
	  margin-left: 4.16666667%;
	}
	.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
*/
.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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
  float: left; }

.col-lg-24 {
  width: 100%; }

.col-lg-23 {
  width: 95.83333333%; }

.col-lg-22 {
  width: 91.66666667%; }

.col-lg-21 {
  width: 87.5%; }

.col-lg-20 {
  width: 83.33333333%; }

.col-lg-19 {
  width: 79.16666667%; }

.col-lg-18 {
  width: 75%; }

.col-lg-17 {
  width: 70.83333333%; }

.col-lg-16 {
  width: 66.66666667%; }

.col-lg-15 {
  width: 62.5%; }

.col-lg-14 {
  width: 58.33333333%; }

.col-lg-13 {
  width: 54.16666667%; }

.col-lg-12 {
  width: 50%; }

.col-lg-11 {
  width: 45.83333333%; }

.col-lg-10 {
  width: 41.66666667%; }

.col-lg-9 {
  width: 37.5%; }

.col-lg-8 {
  width: 33.33333333%; }

.col-lg-7 {
  width: 29.16666667%; }

.col-lg-6 {
  width: 25%; }

.col-lg-5 {
  width: 20.83333333%; }

.col-lg-4 {
  width: 16.66666667%; }

.col-lg-3 {
  width: 12.5%; }

.col-lg-2 {
  width: 8.33333333%; }

.col-lg-1 {
  width: 4.16666667%; }

.col-lg-pull-24 {
  right: 100%; }

.col-lg-pull-23 {
  right: 95.83333333%; }

.col-lg-pull-22 {
  right: 91.66666667%; }

.col-lg-pull-21 {
  right: 87.5%; }

.col-lg-pull-20 {
  right: 83.33333333%; }

.col-lg-pull-19 {
  right: 79.16666667%; }

.col-lg-pull-18 {
  right: 75%; }

.col-lg-pull-17 {
  right: 70.83333333%; }

.col-lg-pull-16 {
  right: 66.66666667%; }

.col-lg-pull-15 {
  right: 62.5%; }

.col-lg-pull-14 {
  right: 58.33333333%; }

.col-lg-pull-13 {
  right: 54.16666667%; }

.col-lg-pull-12 {
  right: 50%; }

.col-lg-pull-11 {
  right: 45.83333333%; }

.col-lg-pull-10 {
  right: 41.66666667%; }

.col-lg-pull-9 {
  right: 37.5%; }

.col-lg-pull-8 {
  right: 33.33333333%; }

.col-lg-pull-7 {
  right: 29.16666667%; }

.col-lg-pull-6 {
  right: 25%; }

.col-lg-pull-5 {
  right: 20.83333333%; }

.col-lg-pull-4 {
  right: 16.66666667%; }

.col-lg-pull-3 {
  right: 12.5%; }

.col-lg-pull-2 {
  right: 8.33333333%; }

.col-lg-pull-1 {
  right: 4.16666667%; }

.col-lg-pull-0 {
  right: auto; }

.col-lg-push-24 {
  left: 100%; }

.col-lg-push-23 {
  left: 95.83333333%; }

.col-lg-push-22 {
  left: 91.66666667%; }

.col-lg-push-21 {
  left: 87.5%; }

.col-lg-push-20 {
  left: 83.33333333%; }

.col-lg-push-19 {
  left: 79.16666667%; }

.col-lg-push-18 {
  left: 75%; }

.col-lg-push-17 {
  left: 70.83333333%; }

.col-lg-push-16 {
  left: 66.66666667%; }

.col-lg-push-15 {
  left: 62.5%; }

.col-lg-push-14 {
  left: 58.33333333%; }

.col-lg-push-13 {
  left: 54.16666667%; }

.col-lg-push-12 {
  left: 50%; }

.col-lg-push-11 {
  left: 45.83333333%; }

.col-lg-push-10 {
  left: 41.66666667%; }

.col-lg-push-9 {
  left: 37.5%; }

.col-lg-push-8 {
  left: 33.33333333%; }

.col-lg-push-7 {
  left: 29.16666667%; }

.col-lg-push-6 {
  left: 25%; }

.col-lg-push-5 {
  left: 20.83333333%; }

.col-lg-push-4 {
  left: 16.66666667%; }

.col-lg-push-3 {
  left: 12.5%; }

.col-lg-push-2 {
  left: 8.33333333%; }

.col-lg-push-1 {
  left: 4.16666667%; }

.col-lg-push-0 {
  left: auto; }

.col-lg-offset-24 {
  margin-left: 100%; }

.col-lg-offset-23 {
  margin-left: 95.83333333%; }

.col-lg-offset-22 {
  margin-left: 91.66666667%; }

.col-lg-offset-21 {
  margin-left: 87.5%; }

.col-lg-offset-20 {
  margin-left: 83.33333333%; }

.col-lg-offset-19 {
  margin-left: 79.16666667%; }

.col-lg-offset-18 {
  margin-left: 75%; }

.col-lg-offset-17 {
  margin-left: 70.83333333%; }

.col-lg-offset-16 {
  margin-left: 66.66666667%; }

.col-lg-offset-15 {
  margin-left: 62.5%; }

.col-lg-offset-14 {
  margin-left: 58.33333333%; }

.col-lg-offset-13 {
  margin-left: 54.16666667%; }

.col-lg-offset-12 {
  margin-left: 50%; }

.col-lg-offset-11 {
  margin-left: 45.83333333%; }

.col-lg-offset-10 {
  margin-left: 41.66666667%; }

.col-lg-offset-9 {
  margin-left: 37.5%; }

.col-lg-offset-8 {
  margin-left: 33.33333333%; }

.col-lg-offset-7 {
  margin-left: 29.16666667%; }

.col-lg-offset-6 {
  margin-left: 25%; }

.col-lg-offset-5 {
  margin-left: 20.83333333%; }

.col-lg-offset-4 {
  margin-left: 16.66666667%; }

.col-lg-offset-3 {
  margin-left: 12.5%; }

.col-lg-offset-2 {
  margin-left: 8.33333333%; }

.col-lg-offset-1 {
  margin-left: 4.16666667%; }

.col-lg-offset-0 {
  margin-left: 0%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row-10:before,
.row-70:before,
.row:after,
.row-10:after,
.row-70:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.row-10:after,
.row-70: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-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.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; } }
.block-cat-txt {
  color: #3d3d3d; }

.footer .creator, .footer .creator a {
  color: #727272; }

.pager-item-url {
  color: #465e79; }

.referense-itm-ttl span {
  color: #2a93ff; }

.btn-green, .btn-green-xl, .btn-green-sm {
  color: red; }

.btn-blue-xl, .btn-green-xl {
  color: red; }

.btn-blue-sm, .btn-green-sm {
  color: red; }

.btn-green, .btn-green-xl, .btn-green-sm {
  -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: none;
  outline: none; }

.btn-blue-xl, .btn-green-xl {
  color: red; }

.btn-blue, .btn-blue-xl, .btn-blue-sm {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

.btn-green, .btn-green-xl, .btn-green-sm {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

html,
body {
  height: 100%;
  color: #000; }

li {
  list-style: none; }

.page,
.footer {
  min-width: 1260px;
  background-color: #fff; }

.page {
  min-height: 100%;
  height: auto;
  margin: 0 auto -465px;
  padding: 0 0 465px 0; }
  .page-main {
    padding-bottom: 0;
    margin-bottom: 0; }
    .page-main .content {
      padding-top: 0;
      padding-bottom: 0; }

body {
  font-family: 'Scada', sans-serif;
  font-size: 14px;
  color: #252525;
  text-shadow: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="text"],
input[type="email"],
input[type="password"],
.inputbox {
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 7px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  .inputbox:focus {
    background-color: #fff; }

.err-msg-txt {
  padding: 1px 4px;
  left: 0;
  top: 40px; }

input[type="button"]:focus,
.inputbox:-webkit-autofill {
  -webkit-box-shadow: inset 0 1px 4px 0 #fff, inset 0 0 0 50px #fff, 0 1px rgba(255, 255, 255, 0.06) !important;
  /* Наружная тень */
  -webkit-text-fill-color: #bbb !important; }

textarea {
  outline: none;
  padding: 7px; }
  textarea:focus {
    background-color: #fff; }

.open-sans, .block-cat-txt {
  font-family: 'Open Sans', sans-serif; }

h1, .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1; }

h3,
.like-h3 {
  line-height: 1.1; }

.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-10 > div {
    padding-left: 5px;
    padding-right: 5px; }

.row-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .row-70 > li, .row-70 > div {
    padding-left: 35px;
    padding-right: 35px; }

.container {
  max-width: 1468px; }

.container-fluid {
  padding: 0; }

.central-part {
  padding-top: 45px; }

.content-head h1,
.content-head .h1 {
  font-size: 31px; }
.content-body {
  -moz-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  padding: 55px 70px;
  background-color: #fff; }

.central-col,
.right-col {
  padding-left: 30px;
  padding-right: 30px; }

/* breadcrumbs */
.bc-item a:after {
  content: '►';
  right: -16px;
  top: 2px; }
.bc-item a:hover {
  border-bottom: none; }
.bc-item-single:after {
  padding-right: 0; }

.pager-list {
  left: 50%; }
.pager-item {
  right: 50%;
  margin: 0 10px; }
  .pager-item-url {
    padding: 0 12px; }

.tooltip:after {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  visibility: hidden;
  padding: 30px;
  bottom: 9px;
  content: attr(data-title);
  left: 7px;
  z-index: 98;
  width: 300px;
  opacity: 0; }
.tooltip:hover:after {
  visibility: visible;
  opacity: 1; }

div.bx-auth-frm {
  width: 370px;
  margin: 0 auto; }

.bx-frm-pass-restore {
  width: 400px;
  margin: 0 auto; }

div.bx-frm-pass-change {
  width: 410px;
  margin: 0 auto; }
  div.bx-frm-pass-change td {
    padding-bottom: 10px; }
    div.bx-frm-pass-change td:first-of-type {
      padding-right: 10px; }

.errortext,
.notetext {
  padding: 20px;
  background-color: #f7f7f7; }

.bx-frm-reg .errortext,
.bx-frm-reg .notetext {
  margin-left: 45px;
  margin-right: 45px; }

.block-head2, .block-head1 {
  height: 65px;
  line-height: 64px; }
.block-head1 {
  background-color: #f9f9f9; }
.block-head2 {
  background-color: #ededed; }
.block-head1 a{
    color: black;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-head1 a:hover{
     color: #0a5ca7;
}
.block-cat-cnt {
  border-left: 1px solid #f6f6f6; }
.block-cat-itm {
  height: 239px;
  border-bottom: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  padding-left: 20px;
  padding-right: 20px; }
  .block-cat-itm-cnt {
    width: 275px;
    vertical-align: middle;
    height: 239px;
    z-index: 2; }
    .block-cat-itm-cnt > span {
      margin-left: auto;
      margin-right: auto; }
  .block-cat-itm:hover .hover-bg {
    opacity: 1; }
  .block-cat-itm .hover-bg {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
    .block-cat-itm .hover-bg-c1 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-1-bg.jpg"); }
    .block-cat-itm .hover-bg-c2 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-2-bg.jpg"); }
    .block-cat-itm .hover-bg-c3 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-3-bg.jpg"); }
    .block-cat-itm .hover-bg-c4 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-4-bg.jpg"); }
    .block-cat-itm .hover-bg-c5 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-5-bg.jpg"); }
    .block-cat-itm .hover-bg-c6 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/c-6-bg.jpg"); }
    .block-cat-itm .hover-bg-s1 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-1-bg.jpg"); }
    .block-cat-itm .hover-bg-s2 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-2-bg.jpg"); }
    .block-cat-itm .hover-bg-s3 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-3-bg.jpg"); }
    .block-cat-itm .hover-bg-s4 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-4-bg.jpg"); }
    .block-cat-itm .hover-bg-s5 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-5-bg.jpg"); }
    .block-cat-itm .hover-bg-s6 {
      background-image: url("/bitrix/templates/main-page/css/../images/content/s-6-bg.jpg"); }

.contacts-map {
  height: 434px; }

.section-cnt {
  padding-top: 104px; }
.section:first-of-type .section-cnt {
  padding-top: 0; }

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  margin: 0 4px 0 0; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -1px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: #fff;
  cursor: pointer; }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 100%; }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 80px 0 10px;
  font: 14px/40px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/38px Arial, sans-serif;
  height: 38px;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* ╨┤╨╗╤П Opera Presto┬а*/
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* ╨▓ ╨║╨░╨║╨╕╤Е-╤В╨╛ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░╤Е ╨┐╤А╨╕╤Б╤Г╤В╤Б╤В╨▓╤Г╨╡╤В ╨╛╤В╤Б╤В╤Г╨┐ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 40px;
  padding: 0 45px 0 10px; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  line-height: 40px; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.header-main {
  padding-bottom: 0; }
  .header-main-cnt {
    height: 770px; }
    .header-main-cnt .container {
      z-index: 2;
      height: 100%; }
  .header-contacts:before {
    right: 10px;
    top: 50%;
    margin-top: -12px; }
.header-search-btn {
  margin: 3px 0 0 8px; }
.header-video-txt {
  left: 20px;
  bottom: 50px;
  z-index: 2; }

.top-menu-cnt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 77; }
  .top-menu-cnt.fixed {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed; }
    .top-menu-cnt.fixed .header-logo {
      margin-top: 0; }
      .top-menu-en.fixed .header-logo {
      margin-top: 15px; }
    .top-menu-cnt.fixed .header-contacts, .top-menu-cnt.fixed .header-search {
      margin-top: 40px; }
    .top-menu-cnt.fixed .top-menu-child-cnt {
      background-color: #0a5ca7; }
/*.top-menu li:hover {
  background-color: rgba(10, 92, 167, 0.8); }*/
.top-menu-child-cnt {
  display: none;
  left: 0;
  background-color: rgba(10, 92, 167, 0.8); }
  .top-menu-child-cnt ul {
    left: 50%; }
  .top-menu-child-cnt li {
    right: 50%;
    padding: 0; }
  .top-menu-child-cnt a {
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 35px 20px 35px 85px; }
    .top-menu-child-cnt a:hover {
      background-color: rgba(5, 56, 123, 0.7); }

.top-menu li .top-menu-child-cnt a {
  text-transform: none;
  height: 100%;  }

.lang-selector a:before {
  right: 0;
  top: 50%;
  margin-top: -7px; }

video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("/bitrix/templates/main-page/css/../images/video-poster.jpg") no-repeat;
  background-size: cover; }

.bg-video-pattern {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

@-webkit-keyframes arrow {
  0%,100% {
    top: 10px; }
  50% {
    top: 30px; } }
@keyframes arrow {
  0%,100% {
    bottom: 10px; }
  50% {
    bottom: 30px; } }
.arrow-down {
  bottom: 20px;
  left: 50%;
  margin-left: -12px;
  z-index: 11;
  width: 50px;
  height: 50px; 
  color: white;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);  
  font-size: 25px;
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 100%;
  text-align: center;
  padding-top: 11px;}
.arrow-down:hover {
  font-size: 30px;
  padding-top: 8px;
}
.footer {
  background: #dcdcdc; }
  .footer a:hover {
    border-color: #dcdcdc; }
  .footer-logo {
    border-bottom: none !important; }
  .footer .creator {
    margin-top: 20px; }
    .footer .creator a {
      border-bottom: 1px solid #c2c2c2; }
      .footer .creator a:hover {
        border-color: #dcdcdc; }
  .footer-menu-list {
    font-weight: lighter;
    font-size: 12px; }
  .footer-menu-itm {
    font-size: 16px !important; }

.referense-itm {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 263px; }
  .referense-itm-w1 {
    width: 66%; }
  .referense-itm-w2 {
    width: 34%; }
  .referense-itm-cnt {
    vertical-align: middle;
    height: 263px;
    width: 100%; }
  .referense-itm-ttl {
    line-height: 1.1; }
  .referense-itm-main {
    background-repeat: no-repeat;
    background-size: cover;
    height: 526px;
    padding: 90px 260px 90px 70px; }
    .referense-itm-main-ttl {
      line-height: 1.1; }
      .referense-itm-main-ttl:after {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        content: ' ';
        width: 50%;
        height: 9px;
        background-color: #fff;
        border-top: 1px solid #aadcf6;
        border-left: 1px solid #aadcf6;
        border-bottom: 1px solid #33adeb;
        border-right: 1px solid #33adeb;
        bottom: 0;
        left: 0; }

.partners-lst-cnt {
  padding: 10px 0; }
.partners-itm {
  vertical-align: middle;
  height: 90px; }
.partners-itm-cnt {
  padding: 0 30px; }

@media screen and (max-width: 1380px) {

  .top-menu li,
  .lang-selector {
    margin-left: 5px;
    margin-right: 5px; }

  .header-contacts {
    margin-left: 20px; }

  .header-contacts span,
  .footer-contacts p,
  .footer-menu-ttl {
   font-size: 18px; } 
}

@media (max-width: 1199px) {
	.section-cnt {
		padding-top: 0;
	}
	#arrow-down {
		display: none;
	}
    .top-menu li a {
        padding-right: 5px;
        padding-left: 5px;
    }
    .top-menu-cnt {
        width: 1260px;
    }
    .header-logo {
        margin-right: 20px;
    }
    #contacts-map {
        height: 500px;
    }
    .header-main-cnt {
        height: 710px !important;
    }
}
a, a:hover {
	text-decoration: none
}
.header-contacts {
	position: relative;
}
.header-contacts:hover .main {
	top: -27px;
}
.header-contacts .main {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
	position: relative;	
	top: 0;
    border: none !important;
}
.header-contacts-popup {
	font-size: 18px;
	color: white;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
	opacity: 0;
}
.header-contacts:hover .header-contacts-popup{
	opacity: 1;
}
.header-contacts:hover > span {
	border-right: 1px solid transparent; 
}
.header-search {
	position: relative;
	top: -2px;
}
.header-mail {
    float: left;
    margin-top: 40px;
    font-size: 20px;
    color: white;
    padding: 0 60px 0 15px;
    position: relative;
    margin-right: 5px;
}
.header-address {
    float: left;
    margin-top: 40px;
    font-size: 20px;
    color: white;
    padding: 0 60px 0 15px;
    position: relative;
    border-right: 1px solid #465e79;
    margin-right: 5px;
}
.header-mail:after {
    position: absolute;
    content: '';
    background-image: url(/bitrix/templates/main-page/css/../images/envelope.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 15px;
    top: -1px;
    height: 28px;
    width: 28px;    
    background-size: contain;
}
.header-search-frm {
	position: absolute;
	left: -220px;
	top: -35px;
	padding: 35px 0;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease; 
	visibility: hidden;
	opacity: 0;
    color: black;
}
.header-search-frm input{
	height: 30px;
    width: 210px;
}
.header-search-frm-inpt {
    width: 170px;
}
.header-search.active .header-search-frm{
	visibility: visible;
	opacity: 1;
}
.referense-itm-main, .referense-itm {
	display: block;
	position: relative;
}
.referense-itm-shadow {
	position: absolute;
	z-index: 1;
	background-color: rgba(40, 40, 40, 0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.referense-itm-main:hover .referense-itm-shadow, .referense-itm:hover .referense-itm-shadow {
	background-color: rgba(0, 94, 197, 0.8);
}
.referense-itm-cnt {
	position: relative;	
	z-index: 2;
}
.referense-itm-main-ttl span, .referense-itm-main-txt, .referense-itm-main-city, .referense-itm-main-ttl:after {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.referense-itm-main-ttl span, .referense-itm-main-txt, .referense-itm-main-ttl:after {
	opacity: 0;
}
.referense-itm-main-city { 
	opacity: 1;	
	position: relative;
	top: -20px;
	font-size: 16px;
	color: #2a93ff;
}
.referense-itm-main-txt {
	position: relative;
	top: -20px;
}
.referense-itm .referense-itm-main-txt {
	line-height: 1.15;
	font-size: 14px;
}
.referense-itm-main:hover .referense-itm-main-ttl span, .referense-itm-main:hover .referense-itm-main-txt, .referense-itm-main:hover .referense-itm-main-ttl:after, .referense-itm:hover .referense-itm-main-ttl span, .referense-itm:hover .referense-itm-main-txt, .referense-itm:hover .referense-itm-main-ttl:after {
	opacity: 1;
}
.referense-itm-main:hover .referense-itm-main-city, .referense-itm:hover .referense-itm-main-city {
	opacity: 0;
}
.referense-itm .referense-itm-main-ttl {
	font-size: 22px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.referense-itm .referense-itm-main-ttl:after { 
	height: 4px;
}
.referense-itm .referense-itm-main-ttl span {
	margin-bottom: 10px;
	font-size: 14px;
}

.block-cat-itm-img {
	height: 65px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.block-cat-itm-img img{
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	opacity: 1;
}
a.block-cat-itm:hover .block-cat-itm-img img{
	opacity: 0;
}
.block-cat-txt {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
.partners-itm {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.partners-itm:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
@media (min-width: 1000px) and (max-width: 1500px) {
	.footer {
		padding-top: 20px;
	}
	.footer a {
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 1.1;
	}
}
.top-menu-child-cnt {
    z-index: 10;
}
.top-menu-itm-child {
    height: 80px;
}
.top-menu-itm-child img{
    max-width: 50px;
    margin-right: 20px;
}
.top-menu-itm {
    position: relative;
}
.top-menu-background {
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.top-menu-itm:hover .top-menu-background, .lang-selector:hover .top-menu-background {
    opacity: 1;
}
.top-menu-itm:hover .top-menu-wrapper, .lang-selector:hover .top-menu-wrapper {
    opacity: 1;
}
.top-menu-itm > a {
    position: relative;
    z-index: 5;
}
.top-menu li a{
  padding-top: 15px;
  padding-bottom: 15px; 
  margin-top: 27px; 
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  background-color: transparent;
  /*text-shadow: transparent;*/
  }

.top-menu li a:hover {
  /*background-color: #0a5ca7;*/
  color: #329cfc;
  /*text-shadow: 0 0 10px white;*/
}

.footer a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.footer a, .footer a:focus, .footer a:hover {
    text-decoration: none;
}
.footer a:hover {
    color: #0a5ca7;
}
.lang-selector-ru { 
    float: right;
}
.lang-selector-ru a:before {
    background-image: none;
    background-position: center center;
    background-size: cover;
}
.section-text-block-eng p {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 10px;
}
.section-text-block-eng b {
    font-size: 18px;
    line-height: 1.1;
}
.section-text-block-eng .name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.container-text {
    max-width: 1000px;
    padding-top: 10px;
}
.section-text-block-eng  .img1 {
    background-image: url('/bitrix/templates/main-page/css/../images/eng1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;  
    width: 50%;   
    float: left;
}
.section-text-block-eng  .img2 {
    background-image: url('/bitrix/templates/main-page/css/../images/eng2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px; 
    width: 50%;   
    float: left;    
}





/*------------------------------------*\
    #VERTICAL MENU (вертиакльное меню)
\*------------------------------------*/
.top-menu-child-cnt {
    left: auto;
    width: auto;
}

.top-menu-child-cnt li {
    float: none;
}

.top-menu li .top-menu-child-cnt a {
    width: 100%;
}





/*------------------------------------*\
    #FOOTER EN (футер англ)
\*------------------------------------*/
.footer-logo-wrapper-en, .footer-contacts-info-en {
    display: inline-block;
    vertical-align: middle;
}
.footer-contacts-en {
    padding: 20px 0;
    min-height: 105px;
}
.footer-logo-wrapper-en {
    padding-right: 50px;
}
.footer-contacts-en {
    position: relative;
    background-color: #f9f9f9;
}
.footer-contacts-en .creator {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.section-text-block-0 {
    padding-top: 40px;
}

.section-text-block-0 p{
    font-size: 18px;
}

.section-text-block-1, .section-text-block-2 {
    width: 50%;
    float: left;
    padding-top: 20px;
}

.section-text-block-1 {
    padding-right: 30px;
}

.section-text-block-2 {
    padding-left: 30px;
}

.top-menu-en {
    /*background-image: url(/img-head/header6.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-menu-en .shadow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.6);
}
.top-menu-en > .container {
    position: relative;
    z-index: 3;
}
.screen2-eng {
    background-image: url(/images/back-eng3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.top-menu-en .header-contacts-popup{
    font-size: 18px;
}



.reference-list-eng .inner_page_head {
	position: absolute;
    z-index: 2;
}
.reference-list-eng .inner_page_head .wrapper{
	display: inline-block;
	background-color: #0a5ca7;
}
.reference-list-eng .bx-breadcrumb {
	position: relative;
	margin: 0;
	padding: 18px 0 5px 0px;
	font-family: Open Sans;
}
.reference-list-eng .bx-breadcrumb:after { 
	display: inline-block;
	border-left: 7px solid white; 
	border-right: 5px solid transparent; 
    border-top: 5px solid transparent; 	
}
.reference-list-eng .bx-breadcrumb > div { 
	position: relative;
	z-index: 1;
}
.reference-list-eng .inner_page_head .wrapper {
	position: relative;
	padding-right: 97px;
}
.reference-list-eng .inner_page_head .wrapper:before {
	content: '';
	background-color: #0a5ca7;
	position: absolute;
	left: -1000px;
	right: 0;
	bottom: 0;
	top: 0;
}
.reference-list-eng .inner_page_head .wrapper:after {
	content: '';
	display: inline-block;
	border-left: 60px solid #0a5ca7; 
	border-right: 5px solid transparent; 
    border-bottom: 100px solid transparent; 
	position: absolute;
	right: -64px;
	top: 0;	
	height: 100%;
}
.reference-list-eng .arrow_next {
	display: inline-block;
	border-left: 7px solid white; 
	border-bottom: 5px solid transparent; 
    border-top: 5px solid transparent; 
	position: relative;
	top: -1px;
}
.reference-list-eng .bx-breadcrumb-item a, .bx-breadcrumb-item{
	color: white;
}
.reference-list-eng .page_name {
	font-size: 28px;
	font-family: Scada;
	color: white;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.reference-list-eng .content {
	background-color: white;
	padding: 50px 0 0 0;
	margin-top: 50px;
}
.reference-list-eng .content-without-margin {
	margin-top: 0;
}
.reference-list-eng .filter {
	text-align: right;
	padding-bottom: 10px;
}
.reference-list-eng .filter a {
	display: inline-block;
	color: #838383;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	padding-bottom: 5px;
	font-family: Open Sans;
    position: relative;
    top: 2px;
}
.reference-list-eng .filter a+a {
	margin-left: 20px;
}
.reference-list-eng .filter-inner {
    margin-right: 20px;
    display: inline-block;
    border-bottom: 1px solid #cdcdcd;
}
.reference-list-eng .filter a.active {
    font-weight: bold;
    color: #0a5ca7;
    border-bottom: 3px solid #0a5ca7;
}
.reference-list-eng .filter a:hover {
	color: #0a5ca7;
}
.reference-list-eng .content-margin {
    padding: 100px 20px 20px 20px;
}
.reference-list-eng .wrapper {
    padding: 0;
}
.reference-list-eng .container {
    width: 1280px;
}
.reference-list-eng {
    padding-top: 150px;
}
/* End */
/* /bitrix/templates/main-page/css/jcarousel.css?1457148452839 */
/* /bitrix/templates/main-page/css/jcarousel.responsive.css?14642645372641 */
/* /bitrix/templates/main-page/css/custom.css?149130411181424 */
