

/* Start:/local/templates/html/fonts/fonts.css?17237029281333*/
/*@font-face {
	font-family: 'MyriadPro';
	src: url('/local/templates/html/fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot');
	src: url('/local/templates/html/fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot') format('embedded-opentype'),
	url('/local/templates/html/fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff') format('woff'),
	url('/local/templates/html/fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Gilroy';
	src: url('/local/templates/html/fonts/gilroy/Gilroy-Regular.eot');
	src: url('/local/templates/html/fonts/gilroy/Gilroy-Regular.eot') format('embedded-opentype'),
	url('/local/templates/html/fonts/gilroy/Gilroy-Regular.woff') format('woff'),
	url('/local/templates/html/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/local/templates/html/fonts/gilroy/Gilroy-SemiBold.eot');
	src: url('/local/templates/html/fonts/gilroy/Gilroy-SemiBold.eot') format('embedded-opentype'),
	url('/local/templates/html/fonts/gilroy/Gilroy-SemiBold.woff') format('woff'),
	url('/local/templates/html/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/local/templates/html/fonts/gilroy/Gilroy-SemiBoldItalic.eot');
	src: url('/local/templates/html/fonts/gilroy/Gilroy-SemiBoldItalic.eot') format('embedded-opentype'),
	url('/local/templates/html/fonts/gilroy/Gilroy-SemiBoldItalic.woff') format('woff'),
	url('/local/templates/html/fonts/gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}


/* End */


/* Start:/local/templates/html/js/slick/slick.css?16869288751776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/html/js/slick/slick-theme.css?16869288753145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/html/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/html/js/slick/./fonts/slick.eot');
    src: url('/local/templates/html/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/html/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/html/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/html/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/html/css/bootstrap.css?168692887648715*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=cc22a479cdf1f11eba6782eaaea298cc)
 * Config saved to config.json and https://gist.github.com/cc22a479cdf1f11eba6782eaaea298cc
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
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;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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: 1090px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}*/
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: block;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/html/css/all-styles/top-block.css?17354885275115*/
.top-block
{
	min-height: 250px;
	background-image: url(/local/templates/html/css/all-styles/../../images/top-block.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 1px;

}
.top-block--about,
.top-block--news,
.top-block--news-detail {
	position: relative;
	background: none;
	color: #333;
	z-index: 1;
}
.top-block--clear {
    min-height: 140px;
    max-height: unset;
    height: auto;
    background: #f3f4f6;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-block--clear .uni-title {
    color: #333 !important;
}
.top-block--news-detail
{
	min-height: 410px;
}
.no-news-img .top-block--news-detail
{
	min-height: 70px;
	background-image: none
}
.no-news-img .news-detail__wrap
{
	margin-top: 30px;
}


.top-block .uni-h1
{
	margin-top: 95px;
	font-weight: bold;
	font-family: 'Gilroy', sans-serif;
	margin-top: 40px;
}

.top-block__text
{
	font-size: 24px!important;
	color: #fff;
	margin-top: 43px;
	max-width: 830px;
	text-align: center;
	display: block;
	margin: 43px auto 0 auto;
}






.top-block--industries
{
	background-size: cover;
	background-image: url(/local/templates/html/css/all-styles/../../images/top-block--industries.jpg);
	padding-bottom: 240px;
	padding-bottom: 1px;
	min-height: 100%;
	/* 	padding-top: 98px; */
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;

	position: relative;
}
.top-block--decisions {
	padding-bottom: 200px;
	padding-bottom: 1px;
	min-height: 450px;
}
.top-block--farm
{
	background-image: url(/local/templates/html/css/all-styles/../../images/industries-2-min.jpg);
}

.top-block--news
{
	height: calc(100vh - 98px);
	min-height: 250px;
	max-height: 250px;
}

.top-block--about,
.top-block--news {
	min-height: 250px;
	max-height: unset;
	height: auto;
	background: #f3f4f6;
	color: #333;
	z-index: 1;
}
.top-block--about::after,
.top-block--news::after,
.top-block--news-detail::after {
    content: "";
    background: url(/local/templates/html/images/top-block-logo-bg.svg) center no-repeat;
    background-size: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .2;
}
.top-block--about *,
.top-block--news *,
.top-block--news-detail * {
	color: #333 !important;
}
.top-block--decisions-detail,
.top-block--industries-detail
{
	min-height: 250px;
	height: calc(100vh - 98px);
	min-height: 250px;
	max-height: 250px;
}






.top-block--decisions-detail .uni-h1,
.top-block--industries-detail .uni-h1
{
	font-size: 128px;
	margin-top: 40px;
	margin-top: 67px;
}












.top-block--industries-detail .breadcrumbs__item a,
.top-block--industries-detail .breadcrumbs
{
	color: #fff;
}


.top-block--industries-detail .uni-h1
{
	word-break: normal;

}





@media (max-width: 1299px)
{
	.top-block--decisions-detail .uni-h1, .top-block--industries-detail .uni-h1
	{
		font-size: 80px;
	}

	.top-block
	{
		/* 	min-height: 1px; */
		padding-bottom: 200px;
		padding-bottom: 1px;
	}
	.top-block--decisions
	{
		
	}
	.top-block--industries
	{
		min-height: 100%;
	}
	.top-block--about, 
	.top-block--news
	{
		min-height: 250px;
	}
	.top-block__text {
		font-size: 20px!important;
	}
	.top-block--news-detail
	{
		padding-bottom: 600px;
		padding-bottom: 1px;
	}
}

@media (max-width: 1199px)
{
	.top-block--decisions-detail .uni-h1, .top-block--industries-detail .uni-h1
	{
		font-size: 40px;
		margin-top: 100px;	
	}
	.top-block
	{

		padding-bottom: 150px;
		padding-bottom: 1px;
	}
	.top-block--decisions
	{
		padding-bottom: 200px;
		padding-bottom: 1px;
	}
	.top-block--news-detail
	{
		padding-bottom: 600px;
		padding-bottom: 1px;
	}
	.top-block--about, 
	.top-block--news
	{
		/* min-height: 1px;
		max-height: auto;
		height: auto;
		*/
	}
	.top-block__text 
	{
		font-size: 18px!important;
	}
	
}

@media (max-width: 991px)
{
	.top-block--about, .top-block--news
	{
		padding-bottom: 200px;	
		padding-bottom: 1px;
		min-height: 300px;
		max-height: 300px;	
	}
	.top-block--news-detail {
		padding-bottom: 400px;
		padding-bottom: 1px;
	}
	.top-block--about .uni-h1
	{
		margin-bottom: 50px;	
	}
	.top-block .uni-h1, .top-block--decisions-detail .uni-h1, .top-block--industries-detail .uni-h1, h1.personal-cabinet
	{
		font-size: 30px!important;
		margin-top: 50px;

		margin-bottom: 20px;
	}
	.top-block--news-detail {
		min-height: 440px;
	}
	.top-block--about:after,
	.top-block--news:after,
	.top-block--news-detail:after {
    	background-size: 70%;
	}
}
@media (max-width: 767px)
{
	.top-block--industries
	{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.top-block--industries
	{
		min-height: 1px;
	}
}
@media (max-width: 600px)
{

	.top-block--industries-detail
	{
		padding-bottom: 100px;	
		padding-bottom: 1px;
	}
	.top-block--news-detail
	{
		padding-bottom: 280px;
		padding-bottom: 1px;
	}
	
	.top-block--decisions-detail
	{
		padding-bottom: 100px;	
		padding-bottom: 1px;
	}

	.top-block--about, .top-block--news {

		min-height: 340px;
		max-height: 340px;
	}
	.top-block--news-detail {
		min-height: 270px;
	}






}



/* End */


/* Start:/local/templates/html/css/all-styles/style.css?168692887610643*/
.wrapper
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 90px);
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    transition: .3s;
    overflow: hidden;
    padding-top: 98px
}
.wrapper-outer
{

    min-height: 100vh;
    max-height: 100vh;

}
.wrapper.fullpage-wrapper
{
    overflow: visible;
    min-height: 100vh;
    padding-top: 0;
    display: block;

}
content
{
    -ms-flex: 1;
    flex: 1;
}
input
{
    outline: none;
}
body, html
{
    min-width: 320px;
    /* 	scroll-behavior: smooth; */
}

body.fixed
{
    overflow: hidden;
}
body
{
    padding:0;
    margin:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    height:100%;
    background-color: #f3f4f6;
    font-family: 'Gilroy';
}

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

a
{
    outline: none;
    text-decoration: none;
    color: #C51724;
}

p
{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 40px;
}


.content
{
    position: relative;
    z-index: 5;
    /*		height: 100vh;*/

}

.uni-h1
{
    font-size: 110px;
    text-align: center;
    color: #fff;
    /*	text-transform: uppercase;*/
    font-family: 'Gilroy', sans-serif;
    /*		font-size: 161px;*/
    font-size: 50px;

}
.uni-h3
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}





.uni-list
{
    list-style-type: none;
    padding-left: 0;
}
.uni-list li
{
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.38em;
    margin-bottom: 21px;
}
.uni-list li:before
{
    content: "";
    border: 3px solid #b6b8cc;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;

}






.uni-title
{
    font-weight: bold;
    display: block;
    color: #333;
    font-size: 45px;
    text-align: center;
    font-family: 'Gilroy';

}

a.uni-title:hover
{
    color: #C51724;
}
.uni-title--white
{
    color: #fff;
}


.uni__desc
{
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;

    max-width: 690px;
    margin: 0px auto 65px auto
}






.uni-button
{
    position: relative;
    display: inline-block;
}
.uni-button:after
{
    content: '';
    position: absolute;
    right: 18px;
    top: 19px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/html/css/all-styles/../../images/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.uni-button a
{
    background-color: #ED1968;
    border-radius: 50px;
    padding: 16px 24px;
    padding-right: 60px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    transition: .3s;
}

.uni-button a:hover
{
    box-shadow: 0px 2px 25px 0px rgba(168, 29, 40, 0.4);
    background-color: #D32139;
    transition: .3s;

}

.uni-button--transparent:after
{
    display: none;
}
.uni-button--transparent a
{
    background-color: transparent;
    padding: 16px 24px;
    color:  #C51724;
    border: 1px solid #C51724;
    transition: .3s;
}
.uni-button--transparent a:hover
{
    color: #fff;
    transition: .3s;
}



.document__ico
{



    border-radius: 5px;
    line-height: normal;
    text-transform: uppercase;

    padding-top: 18px;
    color:#323338;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.document__ico:before
{
    margin-right: 20px;
    content: '';
    height: 58px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.document__ico:before, .document__ico span
{
    display: inline-block;
    vertical-align: middle;
}
.document__ico:hover{
    color:  #c91f3b
}
.document__ico--pdf:before
{
    background-image: url(/local/templates/html/css/all-styles/../../images/pdf_ico.svg);
}
.document__ico--png:before
{
    background-image: url(/local/templates/html/css/all-styles/../../images/png_ico.svg);
}
.document__ico--xls:before
{
    background-image: url(/local/templates/html/css/all-styles/../../images/xls_ico.svg);
}
.document__ico--doc:before
{
    background-image: url(/local/templates/html/css/all-styles/../../images/doc_ico.svg);
}
.document__value
{
    display: inline-block;
    vertical-align: middle;
    color: #969090;
    margin-left: 10px;
}











.form__item
{
    position: relative;

}
.form__item span
{
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 18px;
    color: #969090;
    z-index: 0;
    transition: .3s;
}

.form__item span.span--turn

{
    top: -15px;
    transition: .3s;
    font-size: 12px;
}
.search-block__item span.span--turn
{
    top: -18px;
    transition: .3s;
    font-size: 18px;
}


.form__text
{
    border: none;
    background-color: transparent;
    padding: 10px;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #969090;
    position: relative;
    z-index: 1;
    font-size: 18px;
}
.form__text:focus
{
    border-bottom: 1px solid #C51724;
}

.form__submit
{
    background-color: #C51724;
    border-radius: 50px;
    padding: 16px 24px;
    padding-right: 60px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    border: none;
    position: relative;
    min-width: 211px;
    outline: none;
    transition: .3s;

}

.form__submit:hover {

    box-shadow: 0px 2px 25px 0px rgba(168, 29, 40, 0.4);
    background-color: #D32139

}

.form__submit:after
{
    content: '';
    position: absolute;
    right: 18px;
    top: 19px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/html/css/all-styles/../../images/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.form__solution
{
    text-align: center;
    color:  #969090;
    margin-top: 38px;
    font-size: 16px;
}
.forgot
{
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 18px;
    color: #969090;
    z-index: 0;
    transition: .3s;
}
.form__item--forgot .form__text
{
    padding-right: 90px;

}
.form__solution a
{
    color: #969090;
    text-decoration: underline;
}


@media(max-width: 1299px)
{

    .uni-h1
    {
        /* font-size: 80px; */
    }
}

@media(max-width: 1199px)
{

    .uni-h1
    {
        font-size: 40px;
        margin-top: 100px;
    }
}


@media(max-width: 991px)
{
    .uni-title
    {
        font-size: 30px;
    }
    .uni__desc
    {

        font-size: 19px;
    }
}


@media(max-width: 767px)
{

    .fp-section,
    .fp-tableCell
    {
        height: auto!important;
        padding: 0!important;
    }
    .wrapper
    {
        /* padding-top: 78px; */
    }
    /* 	.uni-h1
    {
        word-break: break-all;
        } */
}

@media(max-width: 600px)
{
    .form__submit
    {
        min-width: 1px;
    }
    p
    {
        margin-bottom: 20px;
    }
    .uni-h1
    {
        font-size: 35px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}


.ie8 .wrapper
{
    padding-top: 98px;
}

.ie8 .subtabs__wrap
{
    width: 650px;
}


.ie8 .container
{
    max-width: 1230px;
    margin: 0 auto;
}



body.ie8
{
    overflow: auto;

}

.wrapper,
.wrapper.fullpage-wrapper
{
    padding-top: 98px;
}

.industrywrpalast
{

    min-height: 100%;
    padding-top: 120px;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (min-width: 1000px) and (max-height: 800px)
{

    .header-top ,
    .front-block,
    .directions,
    .decisions-front,
    .news-front,
    .partners,
    footer,
    .top-block,
    .news,
    .news-detail,
    .history,
    .management,
    .customers,
    .sertificate,
    .platform-page,
    .industries__text,
    .preview,
    .abilities,
    .platform,
    .abilities,
    .request,
    .decisions ,
    .contacts__block,
    .log-in__form
    {
        zoom: 0.8;

    }
    .top-block--industries,
    footer.fp-auto-height
    {
        zoom: 1;
    }

    footer.fp-auto-height .footer__top,

    footer.fp-auto-height .footer__bottom
    {
        zoom: 0.8;
    }





    .wrapper,
    .wrapper.fullpage-wrapper
    {
        padding-top: 70px;
    }

}


.__black{
    color: black !important;
}

.front-block.front-block__Gilroy{
font-family: 'Gilroy' !important;
}

.btn_gradient{
background: linear-gradient(#fff, #fff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #37b3e9 1%, #d32d76 100%);
padding: 15px;
box-sizing: border-box;
font-size: 16px;
display: inline-block;
min-width: 150px;
text-align: center;
border-radius: 0;
}
.btn_gradient::after{
content: none;
}
.btn_gradient:hover{
background: linear-gradient(transparent, transparent) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #37b3e9 1%, #d32d76 100%);
}
.btn_gradient_text{
background: #37B3E9;
background: linear-gradient(to right, #37B3E9 0%, #d32d76 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn_gradient:hover .btn_gradient_text{
color: #fff !important;
background: transparent !important;
-webkit-text-fill-color: #fff !important;
}

.products-page__wrap .products-page__item{
width: calc(50% - 24px);
}

@media (max-width: 991px){
	.front-block__Gilroy .right{
		display: none;
	}
}
.decisions__wrap .decisions__item::before,
.abilities__wrap .abilities__item::before{
	content: none;
}
.decisions__wrap .decisions__item .decisions__inner,
.abilities__wrap .abilities__inner{
position: relative;
}
.preview.preview--red{
padding-top: 60px;
}

.industries__button{
border-radius: 0 !important;
}
.industries__button:hover{
background: linear-gradient(transparent, transparent) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #37b3e9 1%, #d32d76 100%);
border: transparent !important;
}
.platform__title{
font-size: 32px !important;
}
.platform__text{
font-size: 22px !important;
}
.abilities__num{
background-color: #d32d76 !important;
}
.abilities__title,
.tabs--customers .tab--current a{
color: #ED1968 !important;
}
.tabs--customers .tab--current{
border-color: #ED1968 !important;
}

ul.pager__wrap li.pager__item-current,
ul.pager__wrap li:hover a{
background-color: #ED1968 !important;
}
.contacts .contacts__block a{
color: #ED1968;
}
/* End */


/* Start:/local/templates/html/css/all-styles/header.css?16869288764119*/
.header-top
{
	background-color: #33343b;
	padding: 20px 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	border:none;
	font-family: 'Gilroy';
	background-color: #33343b;
}
.header--dark
{
	background-color: #33343b;
	border:none;
	background-image: none;
	
}
.header
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;

}

.header__menu .header__menu-outer
{

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: auto;
	
}
.header__menu .header__menu-outer>a
{ 
	text-decoration: none;
	color: #fff;
	padding: 0px 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.header__lang a
{
	color: #fff;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
.header__lang .current-lang
{
	color: #969090;
}


.header__lang a:hover
{
	color: #C51724;
}
.header__lang a.current-lang:hover 
{
	color: #969090;
}
.header__search
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}
.header__access
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.logo
{
	/*transition: .2s;
	width: 210px;
	height: 58px;
*/
}

.header--scroll .logo
{
	width: 150px;
	transition: .2s;
}
.header__adap
{
	width: 24px;
}
.header__adap span
{
	display: block;
	background-color: #fff;
	height: 1px;
	margin-bottom: 6px;
}
.header__adap span:last-child
{
	margin-bottom: 0;
}
.header__adap,
.header__menu-inner
{
	display: none;
}
@media(max-width: 1299px)
{
	
	.header__access
	{
		margin-left: 5px;
	}
	.header__search
	{
		margin-right: 0;
	}
}
@media(max-width: 1199px)
{
	.header__lang
	{
		display: none;
	}
	.header__menu .header__menu-outer .header__lang
	{
		display: block;
	}
	.header__menu
	{
		background-color: rgba(0,0,0,.9);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		display: none;
	}
	.header__menu .header__menu-outer
	{

		width: 940px;
		margin: 0 auto;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}

	.header__adap
	{
		display: block;
	}
	.header__menu .header__menu-outer> a
	{
		display: block;
		font-size: 18px;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.header__menu-inner
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;

		justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		padding: 35px 0;
	}

}


@media(max-width: 991px)
{
	.header__menu .header__menu-outer
	{
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
	}
}


@media(max-width: 767px)
{
	.header__menu .header__menu-outer
	{
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}

	.logo
	{
		width: 150px;
	}

}


.ie9 .header__menu,
.ie9 .logo,
.ie9 .header__icons
{
	display: inline-block;
	vertical-align: middle;
}
.ie9 .header__lang
{

	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;	
}
.ie9 .header__search
{
	margin-right: 0;
}
.ie9 .header:after 
{
	content: "";
	clear: both;
	display: table;
}
.ie9 .header
{
	text-align: center;
}
.ie9 .customers__inner 
{
	padding-top: 40%;
	
}
.ie9 .customers__item--more
{
	padding-top: 0;
}
.ie9 .header__icons img
{
	width: 23px;
}



.ie8 .header__menu,
.ie8 .logo,
.ie8 .header__icons
{
	display: inline-block;
	vertical-align: middle;
}
.ie8 .header__lang
{

	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;	
}
.ie8 .header__search
{
	margin-right: 0;
}
.ie8 .header:after 
{
	content: "";
	clear: both;
	display: table;
}
.ie8 .header
{
	text-align: center;
}
.ie8 .customers__inner 
{
	padding-top: 40%;
}
.ie8 .customers__item--more
{
	padding-top: 0;
}
.ie8 .header__icons img
{
	width: 23px;
}



/* End */


/* Start:/local/templates/html/css/all-styles/front-blok.css?17295363213160*/
.front-block
{
	/* 	background-image: url(/local/templates/html/css/all-styles/../../images/main-block.jpg); */
	background-size: cover;
	background-position: center;
	padding: 78px 0px 101px 0px;
	position: relative;
	overflow: hidden;
	background-color: white;
	margin-top: -5px;
	min-height: 600px;
}
.front-block.front-block__Gilroy::after {
    /*content: "";*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url('/images/Fon_site.png') center no-repeat;
    position: absolute;
    opacity: .2;
    background-size: cover;
}
.front-block .container
{
	z-index: 1;
	position: relative;
}
.front-video
{
	position: absolute;
	max-width: 1390px;
	top: 71px;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: calc(50% - 755px);
	text-align: right;
	/*background-color: #161616;*/

}
.front-video video
{

	height: 600px;
	display: inline-block;
}

.front-video-wrap
{
	display: inline-block;
	position: relative;	
}
.front-video-wrap:before,
.front-video-wrap:after,
.front-video-fade
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	/*background: rgba(22,22,22,1);
	background: -moz-linear-gradient(left, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);

	background: -webkit-linear-gradient(left, rgba(22,22,22,1) 0%, rgba(22,22,22,0)  100%);
	background: -o-linear-gradient(left, rgba(22,22,22,1) 0%, rgba(22,22,22,0)  100%);
	background: -ms-linear-gradient(left, rgba(22,22,22,1) 0%, rgba(22,22,22,0)  100%);
	background: linear-gradient(to right, rgba(22,22,22,1) 0%, rgba(22,22,22,0)  100%);*/

}
.front-video-wrap:after
{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.front-video-fade {
	width: 100%;
	height: 90px;
	top: auto;
	bottom: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(22,22,22,0) 0%, rgba(21,21,21,1) 100%);

	background: -webkit-linear-gradient(top, rgba(22,22,22,0)  0%, rgba(21,21,21,1) 100%);
	background: -o-linear-gradient(top, rgba(22,22,22,0)  0%, rgba(21,21,21,1) 100%);
	background: -ms-linear-gradient(top, rgba(22,22,22,0)  0%, rgba(21,21,21,1) 100%);
	background: linear-gradient(to bottom, rgba(22,22,22,0)  0%, rgba(21,21,21,1) 100%);

}


.front-block .uni-title
{
	margin-bottom: 5px;
	text-align: left;
}
.front-block__desc
{
	color: #fff;
	font-size: 28px;
	max-width: 350px;
	line-height: 1.22em;
	margin-bottom: 45px;
}
.front-block__minkomsvyaz
{
	font-size: 11px;
	line-height: 1.7em;
	color: #969090;
	max-width: 315px;
	margin-bottom: 55px;
}

.front-block__minkomsvyaz img
{

	display: block;
	margin-bottom: 15px;
}

@media(max-width: 1199px)
{
	.front-video,
	.front-video-wrap,
	.front-video video
	{

		left: 0;
	}

}

@media(max-width: 767px)
{

	.front-block
	{
		padding: 35px 0px;
		min-height: 1px;
	}
	.front-block__desc
	{
		font-size: 21px;
	}
}

@media(max-width: 600px)
{
	.front-video
	{
		display: none;
		
	}
}


@media (max-height: 800px) and (min-width: 1000px)
{
	.front-block
	{
		min-height: 440px;
		padding: 40px 0px 40px 0px;
	}
	.front-block .uni-title
	{
		font-size: 35px;
	}
	.front-block__desc
	{
		font-size: 24px;
	}

	.front-video video {
		height: 500px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/directions.css?16869288761681*/
.directions
{
	background-color: #fff;
	padding: 70px 0 0 0;
}
.directions__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.directions__item
{
	width: 25%;
	padding-right: 60px;
	padding-left: 20px;
	border-left: 3px solid #ED1968;
	margin-bottom: 69px;
	min-height: 85px;

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}
.directions__title
{
	font-weight: bold;
	color: #000;
	font-size: 18px;
	line-height: 1.11em;
	margin-bottom: 14px;
}
.directions__desc
{
	color: #969090;
}
.directions__item:last-child
{
	border-left: none;
	padding-left: 0
}


@media(max-width: 1199px)
{
	.directions__item 
	{
		width: 33.33%;
	}
}
@media(max-width: 991px)
{
	.directions__item 
	{
		width: 50%;
	}
}
@media(max-width: 767px)
{
	.directions
	{
		padding: 35px 0px;
	}
	.directions__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.directions__item:last-child
	{
		padding-right: 0;
	}
	.directions__item .uni-button
	{

		width: 190px;
	}
}


.ie8 .directions__item
{
	display: inline-block;
	width: 24%;
	vertical-align: middle;
}

.ie9 .directions__item
{
	display: inline-block;
	vertical-align: middle;
	width: 24%;
}

@media (min-width: 1000px) and (max-height: 800px)
{
	.directions 
	{
		padding: 44px 0 0 0;
	}
	.directions__item
	{
		margin-bottom: 50px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/decision-front.css?16869288765280*/
.decisions-front
{

	padding: 118px 0 40px 0;
}	
.decisions-front .uni-title
{
	text-align: center;
	margin-bottom: 9px;
}
.decisions-front__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;

	-webkit-box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
	box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
}
.decisions-front__item
{
	width: 33.33%;
	position: relative;
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions_item.png);
	background-position: center;
	background-size: cover;
	display: block;
}

.decisions-front__item:before 
{
	content: "";
	display: block;
	padding-top: 100%;
}
.decisions-front__item:after
{
	content: '';
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	border: 1px solid #b2b0b3;
	border-left: none;
	border-top: none;
}
.decisions-front__item:nth-child(4):after,
.decisions-front__item:nth-child(5):after,
.decisions-front__item:nth-child(6):after
{
	border-bottom: none
}
.decisions-front__item:nth-child(3):after,
.decisions-front__item:nth-child(6):after
{
	border-right: none;
}

.decisions-front__inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 100%;
	height:100% ;
	padding: 48px;
	background-color: #fff;
	transition: background-color .3s;
}
.decisions-front__title
{
	font-size: 22px;
	line-height: 1.27em;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	transition: color .3s;

}
.decisions-front__item-desc
{
	font-size: 15px;
	line-height: 1.33em;
	font-family: 'Gilroy';
	/*	overflow: hidden;*/
	position: relative;
	/*	height: 75px;*/
	color: #968f8d;
	letter-spacing: 0.01em;
	transition: color .3s;

}
/* .decisions-front__item-desc:before
{
	position: absolute;
	bottom: 0;
	height: 15px;
	background-color: 
	} */
	.decisions-front__ico
	{
		width: 96px;
		height: 94px;

		margin-bottom: 32px;
	}
	/*.decisions-front__ico--1
	{
		background-position: left -103px;
	}
	.decisions-front__ico--2
	{
		background-position: left -100px;
	}
	.decisions-front__ico--3
	{
		background-position: left -95px;
	}
	.decisions-front__ico--4
	{
		background-position: left -116px;
	}
	.decisions-front__ico--5
	{
		background-position: left -119px;
	}
	.decisions-front__ico--6
	{
		background-position: left -114px;
	}*/
	.decisions-front__item:hover .decisions-front__ico
	{
		background-position: left 0px; 
	}


	.decisions-front__item:hover .decisions-front__inner
	{
		background-color: transparent;
		transition: background-color .3s;
	}
	.decisions-front__item:hover
	{
		z-index: 10;
		-webkit-box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);
		-moz-box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);
		box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);	
	}
	.decisions-front__item:hover:after
	{
		border: none;
	}
	.decisions-front__item:hover .decisions-front__title,
	.decisions-front__item:hover .decisions-front__item-desc
	{
		color: #fff;
		transition: color .3s;
	}




	@media(max-width: 1299px)
	{
		.decisions-front__inner
		{
			padding: 34px;	
		}
		.decisions-front__ico
		{
			margin-bottom: 15px;
		}
	}
	@media(max-width: 991px)
	{
		.decisions-front__ico 
		{
			margin-bottom: 53px;
		}



		.decisions-front__item {
			width: 50%;
		}
		.decisions-front__ico 
		{
			margin-bottom: 83px;
		}
		.decisions-front__item:after
		{
			content: '';
			width: calc(100% + 2px);
			height: calc(100% + 2px);
			position: absolute;
			z-index: 1;
			top: -1px;
			right: -1px;
			left: -1px;
			bottom: -1px;
			border: 1px solid #b2b0b3;
			border-left: none;
			border-top: none;
		}
		.decisions-front__item:nth-child(3):after,
		.decisions-front__item:nth-child(4):after,
		.decisions-front__item:nth-child(5):after,
		.decisions-front__item:nth-child(6):after
		{
			border: 1px solid #b2b0b3;
		}

		.decisions-front__item:nth-child(odd):after
		{
			border-top: none;
			border-left: none;
		}
		.decisions-front__item:nth-child(even):after
		{
			border-top: none;
			border-left: none;
			border-right: none;
		}
		.decisions-front__item:nth-child(5):after,
		.decisions-front__item:nth-child(6):after
		{
			border-bottom: none;
		}	
		.decisions-front__inner
		{

		}
	}

	@media(max-width: 991px)
	{
		.decisions-front__ico {
			margin-bottom: 20px;
		}

	}

	@media(max-width: 767px)
	{
		.decisions-front
		{
			padding: 35px 0;
		}
		.decisions-front .container
		{
			padding-right: 0;
			padding-left: 0;
		}
		.decisions-front__item
		{
			width: 100%;
			border-bottom: 1px solid #b2b0b3;
		}
		.decisions-front__item:last-child
		{
			border-bottom: none;
		}
		.decisions-front__wrap
		{
			width: 320px;
			margin: 0 auto;	
		}
		.decisions-front__item:before,
		.decisions-front__item::after
		{
			display: none;
		}
		.decisions-front__inner
		{
			position: static;

		}
	}


	.ie8 .decisions-front__item
	{
		display: inline-block;
		vertical-align: middle;
		width: 33%;
	}
	.ie9 .decisions-front__item
	{
		display: inline-block;
		vertical-align: middle;
		width: 33%;
	}

	@media (min-width: 1000px) and (max-height: 800px)
	{
		.decisions-front {
			padding: 50px 0 40px 0;
		}
	}

/* End */


/* Start:/local/templates/html/css/all-styles/news-front.css?16869288761654*/
.news-front
{
	background-color: #f3f4f6;
	padding: 65px 0px 48px 0px;
}
.news-front .uni-title
{
	margin-bottom: 50px;
}
.news-front__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.news-front__item
{
	width: 33.33%;
	padding-right: 60px;
	padding-left: 20px;
	border-left: 1px solid #dcdddf;
	margin-bottom: 75px;
	min-height: 85px;

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;



}
.news-front__date
{
	font-weight: bold;
	color: #ED1968;
	font-size: 12px;
	line-height: 1.11em;
	margin-bottom: 14px;
}
.news-front__desc
{
	font-size: 22px;
	line-height: 1.36em;
	display: block;
	color: #333;
}

.news-front__desc:hover
{
	color: #C51724;
}

.news-front__date span,
.news-front__date img
{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}
.news-front__date img
{
	margin-right: 13px;
}


@media(max-width: 991px)
{
	.news-front__wrap
	{
		display: block;
	}
	.news-front__item
	{
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;
	}
}
@media(max-width: 767px)
{

	.news-front
	{
		padding: 35px 0;
	}

}



.ie8 .news-front__item
{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}
.ie9 .news-front__item
{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

@media (min-width: 1000px) and (max-height: 800px)
{
	.news-front {
		padding: 10px 0 40px 0;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/partners.css?16869288762036*/
.partners__wrap
{
	position: relative;
}
.partners
{
	padding: 75px 0px 99px 0px;
	background-color: #fff;
}
.partners .uni-title
{
	margin-bottom: 42px;
}

.partners__link
{
/* 
max-width: 120px; */
height: 120px;
line-height: 120px;
display: block;
margin: 0 auto;
outline: none;
text-align: center;
}


.partners .partners__img
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
	transition: .3s;

}

.partners__link:hover .partners__img
{
	-webkit-filter: initial;
	-moz-filter: initial;
	-ms-filter: initial;
	-o-filter: initial;
	filter: initial;
	filter: initial;
	-webkit-filter: initial;
	filter: initial;
	transition: .3s;

}



.partners__prev,
.partners__next	
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 17px);
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #EAEAEA;
	transition: .3s;

}
.partners__ico
{
	background-image: url(/local/templates/html/css/all-styles/../../images/arrow.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;


	width: 16px;
	height: 16px;
}
.partners__prev
{
	left: -45px;

}
.partners__next	
{
	right: -45px;

}
.partners__next .partners__ico
{
	background-position: 0px 0px;
}
.partners__prev .partners__ico
{

	background-position: -16px 0px;
}

.partners__next:hover,
.partners__prev:hover	
{
	background-color: #C51724;
	border-color: #C51724;
	transition: .3s;

}

.partners__prev:hover .partners__ico
{

	background-position: -15px 1px;
}
.partners__next:hover .partners__ico
{

	background-position: 2px 1px;
}



@media(max-width: 1080px)
{
	.partners__prev
	{
		left: 0px;

	}
	.partners__next	
	{
		right: 0px;
	}
}
@media(max-width: 767px)
{
	.partners
	{
		padding: 35px 0;
	}
}

@media (min-width: 1000px) and (max-height: 800px)
{
	.partners 
	{
		padding: 40px 0px 60px 0px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/footer.css?17355144177622*/
footer
{
	position: relative;
	z-index: 8;
	
}
.footer__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
footer a
{
	text-decoration: none;
	color: #333;
	display: inline-block;
}
.footer__top
{
	background-color: #f3f4f6;
	padding: 51px 0 16px 0px;
}
.footer__top .footer__items,
.footer__bottom .footer__items
{
	width: calc(100% - 312px);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.footer__item
{
	width: 25%;	
}
.footer__contacts,
.footer__develop
{
	width: 312px;
	padding-left: 60px;
}	
.footer__develop
{
	color: #333;
	display: inline-block;
	
}
.footer__bottom
{
	padding: 25px 0;

	background-color: #edeef0;
	font-size: 13px;
	position: relative;
}
.footer__title a,
.footer__title span
{
	color: #ED1968;
	text-transform: uppercase;
	font-family: 'Gilroy';
	font-size: 14px;	
}
.footer__lang
{
	padding-right: 37px;
}
.footer__lang a:hover
{
	color: #C51724;
}
.footer__lang a.current-lang:hover 
{
	color: #969090;
}
.footer__contacts-item
{
	position: relative;
	margin-bottom: 27px;
}
.footer__contacts-ico
{
	position: absolute;
	top: 0;
	left: -60px;
}
.footer__title
{
	margin-bottom: 15px;
}
.footer__link
{
	margin-bottom: 10px;
}
.footer__link a
{
	line-height: 1.2em;
	font-size: 15px;
}
.footer__link a:hover
{
	color: #C51724;
}
.footer__hide
{
	display: none;
}
.footer__contacts-city
{
	color: #969090;
	margin-bottom: 7px;
}
.footer__contacts-phone
{
	margin-bottom: 14px;
	display: block;
}
.footer__contacts-adress
{
	display: block;

}
.footer__title--news
{
    margin-top: 23px;
}
.footer__develop img
{
	width: 70px;
}
.footer__social,
.footer__bottom .footer__item--col-2
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.footer__top .footer__item--col-4
{
	padding-left: 40px;
}
.footer__social
{
	width: 130px;
	padding-left: 40px;
}
.footer__social-item
{
	width: 22px;
	height: 20px;
	background-image: url(/local/templates/html/css/all-styles/../../images/social.svg);
}
.footer__social-item.yt
{
	background-position: 0px 0px;
}
.footer__social-item.fb
{
	background-position: -51px 0px;
}
.footer__social-item.in
{
	background-position: -100px 0px;
}
.footer__social-item.yt:hover
{
	background-position: 0px -23px;
}
.footer__social-item.fb:hover
{
	background-position: -51px -23px;
}
.footer__social-item.in:hover
{
	background-position: -100px -23px;
}
.footer__map, .footer__lang
{
	display: inline-block;
}
.footer__map:hover a
{
	color: #C51724;
}
.footer__deploy
{
	color: #969090;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;

}

.footer__deploy:after
{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 5px;
	border: 4px solid transparent;
	border-top: 4px solid #969090;
	transition: .3s;

}
.footer__deploy--deploy:after
{
	transition: .3s;
	transform: rotate(180deg);
	margin-bottom: 8px;
}
.footer__item--col-1
{
	max-width: 206px;
}
.footer__item--col-2
{
	max-width: 208px;
}
.footer__lang a
{
	margin-left: 5px;
}

.footer__lang .current-lang
{
	color: #969090;
}
footer.section .fp-tableCell
{
	/* 	vertical-align: bottom; */
	
}
.footer--contacts .footer__top,
.footer--contacts .footer__bottom
{
	background-color: transparent;

}



.footer--contacts:before {	
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-position: bottom;
	background-size: 2730px 1140px; 

	top: 0;
	z-index: -1;

}

.footer--contacts-msk:before
{
	background-image: url(/local/templates/html/css/all-styles/../../images/fake-map.jpg);
}
.footer--contacts-spb:before
{
	background-image: url(/local/templates/html/css/all-styles/../../images/fake-map2.jpg);
}
.footer--contacts-mun:before
{
	background-image: url(/local/templates/html/css/all-styles/../../images/fake-map3.jpg);
		background-size: 2730px 1140px; 
}
.footer__bottom
{

}

.bq-logo
{
	background-image: url(/local/templates/html/css/all-styles/../../images/LogoBQUADRO.svg);
	background-position: top;
	background-size: 80px;
	width: 85px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}
.footer__develop:hover .bq-logo
{
	background-position: bottom;
}

footer.--black .footer__top {
    background-color: #33343b;
    color: #fff;
}

footer.--black div:not(.footer__title) > a {
    color: #fff;
}

footer.--black .footer__bottom {
    background-color: #3e3f47;
    color: #fff;
}

footer.--black .footer__bottom span {
    color: #fff;
}


footer.--black .footer__bottom .footer__develop {
    color: #fff;
}

@media(max-width: 1199px)
{
	.footer__top .footer__wrap
	{
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.footer__top .footer__items, .footer__bottom .footer__items,
	.footer__contacts, .footer__contacts-wrap
	{
		width: 100%;
	}
	.footer__top .footer__item--col-1,
	.footer__top .footer__item--col-2,
	.footer__top .footer__item--col-3,
	.footer__top .footer__item--col-4
	{
		width: 25%;
		max-width: 25%;
	}
	.footer__items
	{
		margin-bottom: 30px;
	}
	.footer__contacts-wrap
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	.footer__contacts-item
	{
		width: 50%;
		max-width: 50%;
		padding-left: 60px;
	}
	.footer__contacts-ico
	{
		left: 0;
	}
	.footer__contacts
	{
		padding-left: 0;
	}
	.footer__top
	{
		padding-bottom: 50px;
		padding-left: 0;
	}
	.footer__social
	{
		position: absolute;
		top: -40px;
		left: calc(50% - 65px);
		padding-left: 0;
	}
	.footer__bottom .footer__item--col-3
	{
		display: none;
	}
	.footer__bottom .footer__item
	{
		width: 50%;
	}
	.footer__bottom .footer__items
	{
		width: 60%;
	}
	.footer__lang
	{
		padding-right: 0;
	}
	.footer--contacts-msk
	{

	}

}

@media(max-width: 991px)
{

	.footer__top .footer__item--col-1
	{
		width: 19%;

	}
	.footer__top .footer__item--col-2, 
	.footer__top .footer__item--col-3, 
	.footer__top .footer__item--col-4
	{
		width: 27%;
		max-width: 27%;
	}
	.footer--contacts:before
	{
		display: none;
	}
}


@media(max-width: 767px)
{



	.footer__top .footer__item--col-1, 
	.footer__top .footer__item--col-2, 
	.footer__top .footer__item--col-3, 
	.footer__top .footer__item--col-4
	{
		width: 50%;
		max-width: 50%;
		margin-bottom: 30px;
		padding-right: 10px;
		padding-left: 0;
	}
	.footer__top .footer__items
	{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;

	}
	.footer__top
	{
		padding-top: 30px;
	}



	.footer__contacts-wrap
	{
		display: block;
	}
	.footer__contacts-item
	{
		width: 100%;
		max-width: 100%;
	}

	.footer__contacts
	{
		width: 290px;
		margin: 0 auto;
	}
	.footer__wrap
	{
		display: block;
	}
	.footer__bottom .footer__items,
	.footer__bottom .footer__item
	{
		width: 100%;
		max-width: 100%;
		display: block;
		text-align: center;
	}
	.footer__develop
	{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.footer__bottom .footer__items 
	{
		margin-bottom: 0px;
	}
	.footer__bottom .footer__item
	{
		margin-bottom: 20px;
	}

}


.ie9 .footer__item,
.ie9 .footer__contacts, 
.ie9 .footer__develop,
.ie9 .footer__items
{
	display: inline-block;
	vertical-align: top;
}
.ie9 .footer__contacts, 
.ie9 .footer__develop
{
	width: 300px;
}

.ie8 .footer__item,
.ie8 .footer__contacts, 
.ie8 .footer__develop,
.ie8 .footer__items
{
	display: inline-block;
	vertical-align: top;
}
.ie8 .footer__contacts, 
.ie8 .footer__develop
{
	width: 300px;
}

.ie8 .footer__item
{
	width: 24%;
}

/* End */


/* Start:/local/templates/html/css/all-styles/breadcrumbs.css?1686928876746*/
.breadcrumbs
{
	text-align: center;	
	color: #FFFFFF;
	font-family: 'Gilroy';
	padding-top: 26px;
}
.breadcrumbs__item
{
	display: inline-block;
}
.breadcrumbs__item a
{
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
.breadcrumbs--dark .breadcrumbs__item a
{
	color: #333;	
}
@media(max-width: 600px)
{
	.breadcrumbs
	{
		padding-top: 16px;
	}
}



.top-block--industries .breadcrumbs
{
	position: absolute;
	top: 100px;
	left: calc(50% - 70px);
}

@media (min-width: 1000px) and (max-height: 800px)
{
	.top-block--industries .breadcrumbs
	{
		position: absolute;
		top: 90px;
		left: calc(50% - 70px);
	}

}

@media(max-width: 767px)
{
	.top-block--industries .breadcrumbs
	{
		position: static;
		
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/tabs.css?17338420405549*/
.tabs
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tabs__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
}
.tabs__wrap--small
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;


}
.tabs__wrap--small .tab
{
	margin: 0px 30px;
}
.tabs--customers .tabs__wrap,
.tabs--news .tabs__wrap,
.tabs--account .tabs__wrap
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tabs--about .tabs__wrap .tab {
	min-width: 20% !important;
    align-items: center;
    justify-content: center;
    display: flex;
}
.top-block .tabs .tab--current {
    border-color: #333;
}
@media (max-width: 600px) {
	.tabs--about .tabs__wrap .tab {
		min-width: 100% !important;
	}
}
.tab
{
	padding-bottom: 23px;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}
.tab--current
{
	border-bottom: 3px solid #fff;
}
.tab:first-child
{
	margin-left: 0;

}
.tab:last-child
{
	margin-right: 0;
}
.tab a
{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.tabs--customers
{
	position: static;
}
.tabs--customers .tab a
{
	color: #000;
}
.tabs--customers .tab--current a
{
	color: #C51724;
}
.tabs--customers .tab--current
{
	border-bottom: 3px solid #C51724;
}

.tabs--customers .tab:first-child {
	margin-right: 30px;
}

.tabs--customers .tab:last-child {
	margin-left: 30px;
}

.subtabs__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	gap: 12px;
	margin: 0px auto;
	padding: 35px 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subtabs__tab
{
	color: #333;
	text-decoration: none;
	font-size: 15px;
	background: #fefefe;
    padding: 10px 20px;
    border-radius: 26px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.subtabs__tab:last-child
{
	margin-right: 0;
}
.subtabs__tab--current
{
	color: #969090;
}
.subtabs__tab:hover
{
	color: #EA1939;
}
.subtabs__tab--current:hover
{
	color: #969090;
}

.top-block--account
{
	background-image: none;
	min-height: auto;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fff;
	padding-bottom: 0;
}
.tabs--account .tab a
{
	color: #333;
}
.tabs--account .tab--current
{
	
	border-bottom: 3px solid #EA1939;
}
.tabs--account
{
	position: static;
	
}

.tab.logout
{
	padding-left: 30px;

}
.tab.logout:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(/local/templates/html/css/all-styles/../../images/logout.svg);
	background-size: contain;
	width: 26px;
	height: 23px;
	margin-top: -4px;
	margin-right: 10px;
}

.tab.tab--current > span{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.tabs--account .tab span{
    color: #333;
}
.top-block.top-block--news {
    border-bottom: 4px solid #dcdcdc;
}
.top-block--news .tab {
    border: none;
}
.top-block--news .tab.tab--current {
    box-shadow: 0 6px 0 -2px #C51724;
}
.top-block--news .tab:hover a {
    color: #C51724 !important;!i;!;
}
@media(max-width: 1299px)
{
	.tab
	{
		padding-right: 3px;
		padding-left: 3px;
	}
	.tabs--news .tab,
	.tabs--account .tab
	{
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media(max-width: 991px)
{

	.tabs__wrap
	{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.tab
	{
		width: 33.33%;
		text-align: center;	
	}
	.tab--current
	{
		border-bottom: none;

	}
	.tabs--customers .tab:first-child,
	.tabs--customers .tab:last-child
	{
		width: 50%;
		margin-right: 0;
		margin-left: 0;
	}
	.tabs--account .tab
	{
		width: 50%;
		/* text-align: left */;
	}
	.tabs--account .tab--current
	{
		border-bottom: none;
	}
	.tab.logout
	{
		padding-left: 0;
	}
}
@media(max-width: 767px)
{
	.tabs--news .tab
	{
		padding-right: 3px;
		padding-left: 3px;
	}
	.tabs--news .tabs__wrap
	{
		justify-content: space-between;

		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
	}
	.subtabs__wrap
	{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.subtabs__tab
	{
		margin-bottom: 10px;
	}
	.tabs--customers .tabs__wrap {

		width: 290px;
		margin: 0 auto 20px auto;
	}
	.top-block--news .tabs {
		position: absolute;
		bottom: 20px;
	}
	.tabs--account .tab 
	{
		padding-right: 5px; 
		padding-left: 5px; 

	}
	.tab  a
	{
		opacity: .8;
	}
	.tab--current  a
	{
		opacity: 1;
	}
	.tabs--account .tab--current  a
	{
		color: #C51724;
	}
	.top-block--news .tab.tab--current {
		box-shadow: none;
	}
}
@media(max-width: 600px)
{
	.tab,
	.top-block--news .tab
	{
		width: 50%;
		text-align: left;
		padding-left: 20px;	
	}
	.tabs--customers .tab
	{
		text-align: center;
	}
	.tab a, .tab.tab--current > span 
	{
		font-size: 13px;
	}
	.tabs__wrap 
	{
		padding: 0px 20px;
		justify-content: center;
	}
	.tabs--about
	{
		padding-bottom: 10px;
		position: relative;
	}
	.tabs--about .tab
	{
		white-space: nowrap;
	}
	.tabs__wrap--small .tab
	{
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
	


}
@media(max-width: 400px)
{
	.tabs__wrap 
	{
		padding: 0px 10px;
	}
}





.ie9 .tab
{
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	
}
.ie9 .tabs__wrap
{
	text-align: center;
}




.ie8 .tab
{
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	
}
.ie8 .tabs__wrap
{
	text-align: center;
}
/* End */


/* Start:/local/templates/html/css/all-styles/history.css?16869288763771*/
.history
{
	padding-top: 84px;
	background-color: #fff;
}
.history .uni-title
{
	font-weight: bold;
	font-size: 41px;
	margin-bottom: 19px;
}
.history .uni__desc 
{
	text-align: center;
	font-size: 27px;
	line-height: 1.3em;
	max-width: 852px;
	margin: 0px auto 93px auto;
}
.history__desc
{
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	max-width: 690px;
	margin: 0 auto 65px auto;
}
.history__item
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.history__item:last-child .history__text
{
	padding-bottom: 0;
}
.history__year
{
	font-size: 40px;
	color: #969090;
	width: 24%;
	text-align: right;
	line-height: 34px;
	padding-right: 58px;
	top: -100px;
	transition: .8s;
	position: relative;
	opacity: 0;
}
.history__text
{
	width: 76%;
	padding-bottom: 76px;
	padding-left: 85px;
	position: relative;
	font-size: 18px;
	line-height: 1.38em;
	padding-right: 140px;
}

.history__text-inner
{
	opacity: 0;
	position: relative;
	top: -100px;
	transition: .8s;
}
.history__item.anim .history__year,
.history__item:first-child .history__year
{
	transition: .8s;
	top: 0;
	opacity: 1;
}
.history__item.anim .history__text-inner,
.history__item:first-child .history__text-inner
{
	transition: .8s;
	top: 0;
	opacity: 1;
	font-size: 19px;
	line-height: 1.5em;
}
.history__text:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #ff0000;
	border-radius: 50%;
	border:9px solid #fde8e9;
	z-index: 1;
	opacity: 0;
	transition: .8s;
}
.history__text:before
{
	content: "";
	position: absolute;
	left: 14px;
	top: 0;
	height: 1%;
	z-index: 0;
	width: 2px;
	background-color: #fde8e9;
	transition: .8s;
}
.history__item.anim .history__text:before,
.history__item:first-child  .history__text:before
{
	height: 100%;
	transition: .8s;
}
.history__item.anim .history__text:after,
.history__item:first-child .history__text:after
{
	opacity: 1;
	transition: .8s;
}

.history__item:last-child .history__text:before
{
	display: none;
	
}

@media(max-width: 1199px)
{
	.history__text
	{
		padding-right: 0;
	}
	.history
	{
		padding: 35px 0px;
	}

	.history .uni__desc
	{
		text-align: center;
		font-size: 20px;
		line-height: 1.5em;
		max-width: 690px;
		margin: 0px auto 65px auto;
	}
	.history  .uni-title 
	{
		font-weight: bold;
		font-size: 45px;
		text-align: center;
	}
}
@media(max-width: 991px)
{
	.history .uni__desc 
	{
		font-size: 19px;
	}
	.history  .uni-title 
	{
		font-size: 30px;
	}
	.history__item
	{
		display: block;
	}
	.history__year
	{
		width: 100%;
		text-align: left;
		padding-left: 55px;
		margin-bottom: 5px;
		font-size: 30px;
	}
	.history__item.anim .history__text-inner
	{
		font-size: 16px;
	}
	.history__item.anim .history__text:before {
		height: calc(100% + 60px);
	}
	.history__text
	{
		width: 100%;
		padding-left: 55px;
		padding-bottom: 35px;
	}
	.history__text:after {

		top: -35px;
	}
	.history__text:before {

		top: -25px;
	}

}


.ie9 .history__item
{
	/* text-align: center; */
}
.ie9 .history__item .history__year
{
	vertical-align: top;	
	display: inline-block;
}
.ie9 .history__item .history__text
{
	vertical-align: top;	
	display: inline-block;
}
.ie9 .history__year
{
	width: 20%;
}





.ie8 .history__item
{
	/* text-align: center; */
}
.ie8 .history__item .history__year
{
	vertical-align: top;	
	display: inline-block;
	top: 0;
}
.ie8 .history__item .history__text
{
	vertical-align: top;	
	display: inline-block;
}
.ie8 .history__year
{
	width: 20%;
}
.ie8 .history__text-inner
{
	top: 0;
}


@media (min-width: 1000px) and (max-height: 800px)
{
	.management
	{
		padding-top: 68px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/managment.css?16869288763455*/
.management
{
	background-color: #fff;
	padding-bottom: 1px;
	padding-top: 118px;
}

.management .uni-title 
{
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 19px;
}

.management .uni__desc {
	text-align: center;
	font-size: 27px;
	line-height: 1.3em;
	max-width: 852px;
	margin: 0px auto 89px auto;
}
.management__item
{
	max-width: 1000px;
	margin: 0px auto 60px auto;
	
}
.management__img
{

	position: relative;
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin-right: 39px;
}
.management__img:before
{
	padding-top: 100%;
	content: "";
	display: block;
	
}
.management__img-inner
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background-size: cover;
	background-position: center;
}
.management__name
{
	font-size: 26px;
	margin-bottom: 7px;

}
.management__post
{
	font-size: 12px;
	text-transform: uppercase;	
	margin-bottom: 33px;
}
.management__biography
{
	font-size: 18px;
	margin-bottom: 30px;
	overflow: hidden;
	height: 127px;
	transition: .3s;
	position: relative;
	line-height: 1.4em;
}
.management__biography--open
{		
	height: auto;
	transition:  .3s;
}
.management__biography--open:before
{
	display: none;
}
.management__text
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 330px);
	
}
.management__biography:before
{
	content: '';
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.management__more
{
	color: #C51724;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.management__more:after {
	content: '';
	width: 12px;
	height: 10px;
	margin-left: 15px;
	display: inline-block;
	background-image: url(/local/templates/html/css/all-styles/../../images/arrow-red.svg);
}
.management__more--more:after
{
	transform: rotate(180deg);
}




@media(max-width: 1199px)
{


	.management .uni__desc
	{
		text-align: center;
		font-size: 20px;
		line-height: 1.5em;
		max-width: 690px;
		margin: 0px auto 65px auto;
	}
	.management  .uni-title 
	{
		font-weight: bold;
		font-size: 45px;
		text-align: center;
	}
}

@media(max-width: 991px)
{

	.management
	{
		padding: 35px 0;
	}
	.management .uni__desc 
	{
		font-size: 19px;
	}
	.management  .uni-title 
	{
		font-size: 30px;
	}

}
@media(max-width: 767px)
{
	.management__item .management__text
	{
		width: 100%;
	}
	.management__item .management__img
	{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.management .uni-title
	{
		font-size: 30px;
	}
	.management .uni__desc
	{
		font-size: 19px;
	}
	.management__item
	{
		margin: 0px auto 35px auto;
	}



}

@media (min-width: 1000px) and (max-height: 800px)
{
	.management
	{
		padding-top: 68px;
	}
}

.ie8 .management__text
{
	width: 670px;
}


/* End */


/* Start:/local/templates/html/css/all-styles/customers.css?17289419203466*/
.customers
{    
	padding: 91px 0px;
	background-color: #fff;
	padding-bottom: 20px;
}
.customers .uni-title
{
	font-weight: bold;
	font-size: 41px;
	margin-bottom: 19px;
}
.customers .uni__desc 
{
	text-align: center;
	font-size: 27px;
	line-height: 1.3em;
	max-width: 852px;
	margin: 0px auto 61px auto;
}
.customers__wrap
{	
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	/* 	border: 1px solid #ebebeb; */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.customers__item
{
	width: 25%;
	position: relative;
}
.customers__item:before
{
	content: '';
	padding-top: 100%;
	display: block;
}
.customers__item:after
{
	content: '';
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	border: 1px solid #ebebeb; 
	border-left: none;
	border-top: none;
}
.customers__inner
{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.customers__inner img
{
	height: auto;
	max-width: 80%;
}
.customers__item--more
{
	background-image: url(/local/templates/html/css/all-styles/../../images/customers__item.jpg);
	cursor: pointer;
	background-size: cover;
}
.customers__item--more .customers__inner
{
	display: none;
}
.customers__item--more .customers__inner--more
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	background-color: transparent;

}
.customers__item--more.click .customers__inner
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.customers__item--more.click .customers__inner--more
{
	display: none;
}

.customers__num
{
	font-size: 90px;
	position: relative;

	text-align: right;
	line-height: .8em;

}
.customers__num:before
{
	content: '+';
	position: absolute;
	left: -40px;
	top: calc(50% - 46px);
	font-size: 30px;
	line-height: normal;
	margin-right: 20px;
}

.customers__text
{
	font-size: 19px;
}
.customers__hidden
{
	display: none;
	margin-top: -1px;
}
.customers__outer
{
	display: none;
}
.customers__outer.active
{
	display: block;
}


@media(max-width: 1199px)
{


	.customers .uni__desc
	{
		text-align: center;
		font-size: 20px;
		line-height: 1.5em;
		max-width: 690px;
		margin: 0px auto 65px auto;
	}
	.customers  .uni-title 
	{
		font-weight: bold;
		font-size: 45px;
		text-align: center;
	}
}

@media(max-width: 991px)
{

	
	.customers__item
	{
		width: 50%;
	}


	.customers 
	{
		padding: 35px 0;
	}


	.customers .uni__desc 
	{
		font-size: 19px;
	}
	.customers  .uni-title 
	{
		font-size: 30px;
	}





}

@media(max-width: 767px)
{
	.customers__item,
	.customers__wrap
	{
		width: 290px;
		margin: 0 auto;
	}
}

@media (min-width: 1000px) and (max-height: 800px)
{
	.customers {
		padding: 30px 0px;
	}
}


.ie9 .customers__item
{
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 3px);
}



.ie8 .customers__item
{
	display: inline-block;
	vertical-align: top;
	width: 24.7%
}


/* End */


/* Start:/local/templates/html/css/all-styles/sertificate.css?16869288762290*/
.sertificate
{
    padding: 96px 0px;
    background-color: #fff;
    padding-top: 60px;
}
.sertificate .uni-title
{
    font-weight: bold;
    font-size: 41px;
    margin-bottom: 19px;
}
.sertificate .uni__desc
{
    text-align: center;
    font-size: 27px;
    line-height: 1.3em;
    max-width: 852px;
    margin: 0px auto 93px auto;
}
.sertificate__item
{
    padding: 38px 50px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    display: block;
    position: relative;

}
.sertificate__wrap
{
    padding: 0px 113px;
}
.sertificate__img
{
    width: 250px;
    height: 115px;
    float: left;
    background-size: cover;
    background-position: center top;
    margin-right: 33px;
    transition: .5s;
    position: absolute;
    bottom: 0;

}
.sertificate__year
{
    font-size: 12px;
    color: #333;
}
.sertificate__text
{
    float: left;

    width: 100%;

    padding-left: 280px;
}
.sertificate .document
{
    float: right;
    padding-top: 24px;
}
.sertificate__img--1
{
    /*background-image: url(/local/templates/html/css/all-styles/../../images/sert.jpg);*/
}
.sertificate__title
{
    color: #333;
    font-family: 'Gilroy';
    font-size: 18px;
    line-height: 1.38em
}
.sertificate__item:hover .sertificate__title
{
    color: #C51724;
}
.sertificate__item:hover .sertificate__img
{
    height: 170px;
    transition: .5s;
}






@media(max-width: 991px)
{
    .sertificate__wrap
    {
        padding: 0;
    }
    .sertificate__item
    {
        padding: 38px 0px;
    }

    .sertificate .uni__desc
    {
        font-size: 19px;
        margin-bottom: 35px;
    }
    .sertificate  .uni-title
    {
        font-size: 30px;
    }

}
@media(max-width: 767px)
{
    .sertificate__wrap
    {
        padding: 0 0;
    }
    .sertificate__img
    {
        width: 180px;
        height: 85px;
    }
    .sertificate
    {
        padding: 35px 0;
    }
    .sertificate__text
    {
        padding-left: 220px;
    }
    .sertificate__item:hover .sertificate__img
    {
        height: 120px;
        transition: .5s;
    }


}

@media(max-width: 767px)
{
    .sertificate__img
    {
        position: static;
        width: 100%;
    }
    .sertificate__text
    {
        padding-left: 0;
        margin-top: 10px;
    }
    .sertificate__item
    {
        padding: 0;
    }
}






/* End */


/* Start:/local/templates/html/css/all-styles/news.css?17342112204364*/
.news
{
	padding: 1px 0px;
}
.news__wrap
{
	display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
	align-items: flex-start;
    justify-content: space-between;
    column-gap: 28px;
}

.container > .news__wrap
{
	display: block !important;
}

.news__item
{
    position: relative;
    flex: 0 0 calc(33% - 16px);
    display: flex;
    flex-direction: column;
    background: #fefefe;
    border-radius: 8px;
    overflow: hidden;
}
.news__img
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	width: 100%;
	height: auto;
    max-height: 200px;
    overflow: hidden;
}
.news__img img
{

	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.news__item--big .news__img
{
	width: auto;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	    width: 100%;
}
.news__title
{
	display: block;
	color: #333;
	font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    font-weight: 400;
}
.news__title:hover
{
	color: #C51724;
}
.news__text
{
	font-size: 18px;
	overflow: hidden;
	position: relative;
	line-height: 1.7em;
    padding: 12px;
    border-top: 1px solid #eee;
}
.news__type,
.news__date
{
	display: inline-block;
	vertical-align: middle;
	color: #c6c6c6;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}
.news__type:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #969090;
	margin-left: 6px;
}
.news__item--big .news__title
{
	color: #fff;
	font-size: 35px;
	line-height: 1.28em;
	margin-bottom: 0;
}
.news__item--big .news__desc
{
	display: none;
}
.news__desc {
    font-size: 16px;
    font-weight: 700 !important;!i;!;
}
.news__item--big .news__text
{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 46px;
	z-index: 1;
}
.news__item--big .news__text:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, rgba(0,0,0,0.33) 38%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(38%, rgba(0,0,0,0.33)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, #000000 0%, rgba(0,0,0,0.33) 38%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, #000000 0%, rgba(0,0,0,0.33) 38%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, #000000 0%, rgba(0,0,0,0.33) 38%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, #000000 0%, rgba(0,0,0,0.33) 38%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	z-index: -1;
}
.news__item--big .news__img
{
	max-width: 100%;
	/* height: 600px; */
	background-position: bottom;
}
.news__sign {
    line-height: 1;
    margin: 8px 0;
}

.news__social-btns {
    display: flex
;
    justify-content: center;
    margin-bottom: 30px;
    gap: 13px;
}

.news__social-btns img {
    max-width: 50px;
}
.news__social-btns a {
    color: #33343b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    gap: 8px;
}

.news__social-btns a span {
    text-align: center;
    line-height: 120%;
}

@media(max-width: 991px)
{
	.news__img
	{
		display: block;
		text-align: center;
	}
.news__img img
{
position: static;


}
	.news__text
	{
		width: 100%;
	}
	.news__item--big .news__title
	{
		font-size: 25px;
	}
	.news__item--big .news__text
	{
		padding: 25px;
	}
	.news__item--big .news__img
	{
		/* height: 450px; */
	}
	.news__item
	{
		flex: 0 0 calc(50% - 16px);
	}
}
@media(max-width: 767px)
{
	.news__item--big .news__img
	{
	/* 	height: auto;
	padding-top: 200px; */
	}
	.news__item {
        flex: 0 0 calc(100% - 16px);
    }
	.news__img {
		height: auto;
		max-height: 280px;
		overflow: hidden;
	}
}
@media(max-width: 600px)
{
	.news__item--big .news__title
	{
		font-size: 18px;
	}
	.news__type, .news__date
	{
		display: block;
	}
	.news__title
	{
		font-size: 20px;
	}
	.news__text {
		font-size: 16px;
	}
	.news__type:after
	{
		display: block;
		margin-left: 0;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.news__sign
	{
		margin-top: 5px;
	}
}
.ie8 .news__text
{
	width: 60%;	
}
/* End */


/* Start:/local/templates/html/css/all-styles/pager.css?1686928876920*/
.pager
{
    text-align: center;
    padding: 20px 0px;
}
ul.pager__wrap li {
    display: block;
    float: left;
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    border-left: 1px solid #EBECEF;
    padding: 0;
    width: 49px;
    margin: 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
}

ul.pager__wrap li:hover a
{
    color: #fff;
    background-color: #C51724;
}
ul.pager__wrap li.pager__item-current 
{
    background-color: #C51724;
    color: #fff;
}
ul.pager__wrap li.pager__next, 
ul.pager__wrap li.pager__prev
{
    width: 110px;
}
ul.pager__wrap li a
{
    color: #333;
    display: block;
    height: 100%;
}
ul.pager__wrap
{
    display: inline-block;
    padding-left: 0;
}
@media(max-width: 600px)
{
   ul.pager__wrap li.pager__item
   {
       display: none;
   }
   ul.pager__wrap li.pager__item-current
   {
    display: block;
}
}
/* End */


/* Start:/local/templates/html/css/all-styles/news-detail.css?17340969132397*/
.news-detail
{
	z-index: 1;
	position: relative;
	padding: 1px 0px;
}
.news-detail__img-wrap
{
	min-height: 330px;
}
.news-detail__wrap
{
	max-width: 1000px;
	margin: 0 auto;
}
.news-detail__img {
	display: block;
	margin: 0 auto;
	margin-top: -304px;
	width: 100%;
	height: auto;
	/* height: 600px; */
	max-width: 610px;
	/* margin: 0; */
	background-position: center;
	background-size: contain;
	margin-bottom: 30px;
}
.news-detail__desc
{
	font-size: 35px;
	margin-bottom: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.news-detail__type,
.news-detail__date
{
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}
.news-detail__type:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #333;
	margin-left: 6px;
}
.news-detail__sign
{
	margin-bottom: 44px;
}
.news-detail__blockquote
{
	padding: 76px 94px 50px;
	background-color: #fff;
	font-size: 24px;
	line-height: 1.45em;
	margin-bottom: 50px;
	position: relative;
}
.news-detail__blockquote:before
{
	content: '';
	position: absolute;
	width: 63px;
	height: 67px;
	background-image: url(/local/templates/html/css/all-styles/../../images/blockquote.svg);
	background-size: contain;
	top: -22px;
	left: 60px;

}
.news-detail__blockquote-name
{
	font-size: 24px;
}
.news-detail__blockquote-post
{
	font-size: 18px;
	color: #acacac;
}
.other
{
	padding-top: 40px;
	border-top: 1px solid #e1e1e1;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.other__title
{
	font-size: 35px;
	font-weight: bold;

}

.news--other
{
	margin-bottom: 27px;
}

@media(max-width: 991px)
{
	.news-detail__desc
	{
		font-size: 25px;
	}
	.news-detail__blockquote {
		padding: 30px;
		font-size: 19px;
		padding-top: 60px
	}
	.news-detail__blockquote-name
	{
		font-size: 19px;
	}
	.news-detail__blockquote-post
	{
		font-size: 16px;
	}
	.news-detail__blockquote:before {

		width: 50px
	}
	.other__title
	{
		font-size: 25px;
	}
	.news-detail__img
	{
		/* 	height: 450px; */
		margin-top: -334px;
	}
}
@media(max-width: 600px)
{
	.news-detail__img {
		/* 	height: 310px; */
		margin-top: -154px;
	}
	.news-detail__type, .news-detail__date
	{
		display: block;
	}
	.news-detail__type:after
	{
		display: block;
		margin-left: 0;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.news-detail__img-wrap
	{
		min-height: 170px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/decisions.css?17295370154306*/
.decisions
{
	position: relative;
	z-index: 10;
	margin-top: -126px;
	margin-bottom: 53px;
}	
.decisions .uni-title
{
	text-align: center;
	margin-bottom: 16px;
}
.decisions__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.decisions__item
{
	width: calc(50% - 22px);
	position: relative;
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions_item.png);
	background-position: center;
	background-size: cover;
	display: block;
	margin-bottom: 44px;
	margin-right: 44px;
	-webkit-box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
	box-shadow: 2px 3px 33px 0px rgba(0,0,0,0.24);
}
.decisions__item:nth-child(even)
{
	margin-right: 0;
}
.decisions__item:before 
{
	content: "";
	display: block;
	padding-top: 100%;
}

.decisions__inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 100%;
	height:100% ;
	padding: 48px;
	padding-top: 72px;
	background-color: #fff;
	transition: background-color .3s;
}
.decisions__title
{
	font-size: 28px;
	line-height: 1.27em;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	transition: color .3s;
	margin-bottom: 22px;


}
.decisions__item-desc
{

	font-family: 'Gilroy';
	color: #968f8d;
	transition: color .3s;

	font-size: 25px;

	line-height: 1.4em;
	height: 216px;
	overflow: hidden;

}
.decisions__ico
{
	width: 96px;
	height: 94px;
	margin-bottom: 39px;

}
.decisions__ico--1
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-1.svg);
	background-position: left -103px; 
}
.decisions__ico--2
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-2.svg);
	background-position: left -100px; 
}
.decisions__ico--3
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-3.svg);
	background-position: left -95px; 
}
.decisions__ico--4
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-4.svg);
	background-position: left -116px; 
}
.decisions__ico--5
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-5.svg);
	background-position: left -119px; 
}
.decisions__ico--6
{
	background-image: url(/local/templates/html/css/all-styles/../../images/decisions-6.svg);
	background-position: left -114px; 
}
.decisions__item:hover .decisions__ico
{
	background-position: left 0px; 
}


.decisions__item:hover .decisions__inner
{
	background-color: transparent;
	transition: background-color .3s;
}
.decisions__item:hover
{
	z-index: 10;
	-webkit-box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);
	-moz-box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);
	box-shadow: 2px 3px 33px 3px rgba(143,96,119,0.5);	
}
.decisions__item:hover:after
{
	border: none;
}
.decisions__item:hover .decisions__title,
.decisions__item:hover .decisions__item-desc
{
	color: #fff;
	transition: color .3s;
}

@media(max-width: 1399px)
{
	.decisions__title
	{
		font-size: 20px;
	}
	.decisions__item-desc
	{
		font-size: 18px;
		/* height: 230px; */
	}
	.decisions__wrap
	{
		max-width: 800px;
		margin: 0 auto;
	}
	.decisions__inner
	{
		padding: 30px;
	}
}

@media(max-width: 1199px)
{
	.decisions__title
	{
		font-size: 18px;
	}
	.decisions__item-desc
	{
		font-size: 16px;
		height: 150px;
	}
	.decisions__ico
	{
		margin-bottom: 50px;
	}

}
@media(max-width: 991px)
{
	.decisions__inner
	{
		padding: 30px
	}
	.decisions__item
	{
		margin-right: 0;
		width: 100%;
	}
	.decisions__item:before
	{
		display: none;
	}
	.decisions__inner
	{
		position: static;
	}
	.decisions
	{
		margin-bottom: 50px;
	}
}
@media(max-width: 991px)
{
	.decisions__item
	{
		margin-bottom: 20px;
	}
}
@media (min-width: 1000px) and (max-height: 800px)
{
	


	.decisions__title
	{
		font-size: 20px;
	}
	.decisions__item-desc
	{
		font-size: 18px;
		/* height: 230px; */
	}
	.decisions__wrap
	{
		max-width: 800px;
		margin: 0 auto;
	}
	.decisions__inner
	{
		padding: 30px;
	}

}

.ie8 .decisions__item:hover .decisions__item-desc
{
	color: #968f8d;

}
.ie8 .decisions__item:hover .decisions__title 
{

	color: #000;
}
.ie8 .decisions__item
{
	display: inline-block;	
	vertical-align: top;	
	width: 45%;
}
.ie8 .decisions__wrap
{
	max-width: 1230px;
	margin: 0 auto;
}



.ie9 .decisions__item
{
	display: inline-block;	
	vertical-align: top;	
	width: 47%;
}
@media (min-width: 1000px) and (max-height: 800px)
{

	/* .decisions__item-desc
	{
		height: 106px;
	} */
}
/* End */


/* Start:/local/templates/html/css/all-styles/industries.css?16869288764761*/
.industries__item 
{
	background-size: cover;
	background-position: right bottom;
	min-height: 100%;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;

}
.industries__item .container
{
	position: relative;
	z-index: 2;
}
/*.industries__item--1*/
/*{*/
	/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-1-min.jpg);*/
	/*}*/
	/*.industries__item--2*/
	/*{*/
		/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-2-min.jpg);*/
		/*}*/
		/*.industries__item--3*/
		/*{*/
			/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-3-min.jpg);*/
			/*}*/
			/*.industries__item--4*/
			/*{*/
				/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-4-min.jpg);*/
				/*}*/
				/*.industries__item--5*/
				/*{*/
					/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-5-min.jpg);*/
					/*}*/
					/*.industries__item--6*/
					/*{*/
						/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-6-min.jpg);*/
						/*}*/
						/*.industries__item--7*/
						/*{*/
							/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-7-min.jpg);*/
							/*}*/
							/*.industries__item--8*/
							/*{*/
								/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-8-min.jpg);*/
								/*}*/
								/*.industries__item--9*/
								/*{*/
									/*background-image: url(/local/templates/html/css/all-styles/../../images/industries-9-min.jpg);*/
									/*}*/
									.industries__title
									{
										font-size: 72px;
										color: #fff;
										font-weight: bold;
										margin-bottom: 50px;
										max-width: 830px
									}
									.industries__button
									{
										text-align: center;
										width: 200px;
										padding: 15px 0px;
										display: inline-block;
										border: 1px solid #fff;
										border-radius: 50px;
										font-size: 18px;
										color: #fff;
									}
									.industries__button:hover
									{
										background-color: #C51724;
										border: 1px solid #C51724;
										color: #fff;

									}
									.industries__text
									{
										color: #fff;
										font-size: 24px;
										line-height: 1.58em;
										margin-bottom: 40px;
										max-width: 830px
									}

									.fullpage-up,
									.fullpage-down
									{
										width: 100%;
										height: 20px;
										background-image: url(/local/templates/html/css/all-styles/../../images/arrow-fullpage.svg);
										background-position: center;
										cursor: pointer;


									}
									.fullpage-down
									{
										transform: rotate(180deg);
									}
									a.section
									{
										display: block;
									}

								/* 	.section
								{
									padding-top: 100px;
									} */
									.industries__item:before
									{
										content: "";
										position: absolute;
										right: 0;
										left: 0;
										top: 0;
										bottom: 0;
										width: 100%;
										height: 100%;
										z-index: 1;
										background-color: rgba(0,0,0,.5);
										display: none;
									}
									.fp-section
									{
										min-height: 100vh;
										/* 	min-height: calc(100vh - 90px); */
									}
									.industrywrpalast
									{

										min-height: 100%;
										padding-top: 150px;
										position: relative;
										display: flex;
										display: -webkit-box;
										display: -webkit-flex;
										display: -ms-flexbox;
										flex-direction: column;
										-webkit-box-orient: vertical;
										-webkit-box-direction: normal;
										-webkit-flex-direction: column;
										-ms-flex-direction: column;
										justify-content: space-between;
										-webkit-box-pack: justify;
										-webkit-justify-content: space-between;
										-ms-flex-pack: justify;
									}

									@media(max-height: 700px)
									{
										.industries__item,
										.industrywrpalast
										{
											padding-top: 50px;
										}

									}
									@media(max-width: 1199px)
									{
										.industries__title
										{
											font-size: 42px;
										}
										.industries__text
										{
											font-size: 20px;
										}

									}
									@media(max-width: 991px)
									{
										.industries__title
										{
											font-size: 30px;
										}
										.industries__text
										{
											font-size: 18px;
										}
										.industries__item:before
										{
											display: block;
										}

									}

									@media(max-width: 767px)
									{
										.fp-section
										{
											/* min-height: 1px; */
											min-height: initial;
										}
										.industries__item
										{
											padding-top: 40px;
										}
									}

									@media(max-height: 700px)
									{
										.fp-section
										{
											/* 	min-height: 1px; */
											padding-top: 0!important;
										}
									}

/* End */


/* Start:/local/templates/html/css/all-styles/request.css?17355162301694*/
.request
{
	padding-top: 140px;
	padding-bottom: 144px;

}
/* .request--grey
	{
		background-color: #e4e5e9;
	} */	

.request .uni__desc
{
	max-width: 480px;
	margin-bottom: 45px;
}



.form--request
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	max-width: 890px;
	margin: 0 auto;
	margin-bottom: 30px;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;

}
.form--request .form__item
{

	width: 33.33%;
	margin-right: 20px;
}


.request .form__submit
{

	margin-left: 11px;
}
.section .request
{
	/* height: 100%; */
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	    /* padding-top: 120px; */
}

.subscribe-form.--inline form {
    display: flex;
    align-items: center;
}

.subscribe-form.--inline {
    background: var(--color-accent);
    padding: 30px 0;
}

@media(max-width: 1199px)
{
	.request
	{
		padding: 80px 0;
	}
}
@media(max-width: 991px)
{
	.request
	{
		padding: 35px 0;
	}
}

@media(max-width: 767px)
{
	.form--request
	{
		display: block;
	}
	.form--request .form__item
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.request .form__submit
	{
		margin: 0 auto;
	}
}


@media (min-width: 1000px) and (max-height: 800px)
{
	.request {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

.ie8 .form__item
{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}


.ie9 .form__item
{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}
/* End */


/* Start:/local/templates/html/css/all-styles/preview.css?16869288761552*/
.preview
{
	padding-top: 120px;
	padding-bottom: 150px;
		padding-top: 60px;
	padding-bottom: 70px;
	background-size: 100% 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.preview:before
{
	content: "";
	position: absolute;
	width: 100%;
	bottom: -79px;
	height: 79px;
	z-index: 10;
	//background-image: url(/local/templates/html/css/all-styles/../../images/white-fon.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.preview__title
{
	font-size: 40px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 35px;
}
.preview__text
{
	font-size: 35px;
	line-height: 1.3em;

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

}
.preview--red
{
	//background-color: #EA1939;
	color: #fff;
	position: relative;
	z-index: 5;
	padding-top: 180px;
background-image: url(/local/templates/html/css/all-styles/../../images/decisions_item.png);
}

.preview--red:before
{
	display: none;
}


@media(max-width: 1299px)
{
	.preview
	{
		padding: 90px 0;
	}
	.preview__title 
	{
		font-size: 30px;
	}
	.preview__text
	{
		font-size: 25px;
	}
}
@media(max-width: 1199px)
{
	.preview
	{
		padding: 50px 0;
	}
	.preview--red
	{
		padding: 100px 0;
	}
	.preview__title,
	.abilities__main-title
	{
		font-size: 30px;
	}
	.preview__text {
		font-size: 25px;
	}

}

@media(max-width: 991px)
{

	.preview__text
	{
		font-size: 18px;
	}
	.preview:before {

		bottom: -50px;
		height: 50px;
	}
}

@media (min-width: 1000px) and (max-height: 800px)
{

	.preview {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.preview--red {
		padding-top: 90px;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/abilities.css?16869288762812*/
.abilities
{
	padding-top: 160px;
	padding-bottom: 120px;
	background-color: #e4e5e9;
	background-image: url(/local/templates/html/css/all-styles/../../images/grid-fon.svg);
	background-repeat: repeat;

}
.abilities__main-title
{
	font-weight: bold;
	font-size: 46px;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
}
.abilities__num
{
	color: #fff;
	border-radius: 50%;
	background-color: #C51724;
	right: -50px;
	top: 4px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	line-height: 40px;
	text-align: center;

}
.abilities__desc
{
	font-size: 24px;
	line-height: 1.45em;
	margin-bottom: 30px;
	max-width: 800px;
}

.abilities__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;	
}
.abilities__item
{
	width: calc(50% - 22px);
	margin-bottom: 44px;
	margin-right: 44px;
	background-color: #fff;
	transition: .8s;
	position: relative;
	opacity: 0;
	top: -100px;
}
.abilities__item.anim
{
	top: 0;
	opacity: 1;
	transition: .8s;
}
.abilities__item:nth-child(even)
{
	margin-right: 0;
}
.abilities__item:before
{
	
	content:'';
	padding-top: 100%;
	display: block;

}
.abilities__inner
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 48px;
}
.abilities__title
{
	font-size: 28px;
	color: #EA1939;
	font-weight: bold;
	margin-bottom: 26px;
}
.abilities-text
{
	font-size: 24px;
	line-height: 1.45em
}
@media(max-width: 1299px)
{
	.abilities
	{
		padding: 120px 0;
	}
	.abilities__main-title
	{
		font-size: 30px;
	}
	.abilities__desc
	{
		font-size: 25px;
	}
	.abilities__num
	{
		color: #fff;
		border-radius: 50%;
		background-color: #C51724;
		right: -43px;
		top: -6px;
		width: 30px;
		height: 30px;
		font-size: 15px;
		font-weight: bold;
		position: absolute;
		line-height: 31px;
		text-align: center;
	}

}
@media(max-width: 1199px)
{
	.abilities-text 
	{
		font-size: 16px;
	}
	.abilities__title
	{
		font-size: 18px;
	}
	.abilities__main-title
	{
		font-size: 30px;
	}
}
@media(max-width: 991px)
{

	.abilities__item
	{
		width: 100%;

		margin-right: 0;
		margin-bottom: 20px;
	}
	.abilities__item:before
	{
		display: none;
	}
	.abilities__inner
	{
		position: static;
		padding: 30px;
	}
	.abilities__desc
	{
		font-size: 18px;
	}


	.abilities
	{
		padding: 35px 0;
		padding-top: 90px;
	}
	.abilities__inner
	{

	}
}

@media(max-width: 500px)
{
	.abilities__num
	{
		position: relative;
		display: inline-block;
		right: 0;

	}

}

@media (min-width: 1000px) and (max-height: 800px)
{
	.abilities
	{
		padding-top: 120px;
		padding-bottom: 120px;
	}
}


.ie8 .abilities__item
{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}


.ie9 .abilities__item
{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}


/* End */


/* Start:/local/templates/html/css/all-styles/platform.css?16869288761168*/
.platform
{
	padding-bottom: 70px;
	padding-top: 57px;
}
.platform__img
{
	display: inline-block;
	margin-top: -95px;
	position: relative;
	left: -20px;
}
.platform__right
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 695px);
	padding-left: 30px;
}
.platform .uni-button
{
	display: block;
	margin: 0 auto;
	max-width: 320px;
	text-align: center;
	margin-top: 47px;
}
.platform__title
{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 11px;
	
}
.platform__text
{
	font-size: 24px;
	line-height: 1.45em;
	margin-bottom: 58px;
}

@media(max-width: 1299px)
{
	.platform__title
	{
		font-size: 30px;
	}
	.platform__text {
		font-size: 18px;
	}
	.platform__img
	{
		width: 550px;
	}
	.platform__right {

		width: calc(100% - 560px);
	}
}
@media(max-width: 991px)
{

	.platform__img 
	{
		width: 350px;
	}
	.platform__right {

		width: calc(100% - 360px);
	}
}
@media(max-width: 767px)
{

	.platform__img 
	{
		width: 290px;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		left: 0;
	}
	.platform__right {

		width: 100%;
		padding-left: 0;
	}
}

/* End */


/* Start:/local/templates/html/css/all-styles/contacts.css?16869288761885*/
#map
{
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
div.contacts
{   
	padding-top: 26px;
	padding-bottom: 164px;
	margin-bottom: 34px;
}
.contacts__block
{
	padding: 52px 60px 60px 60px;
	width: 500px;
	background-color: #fff;
	margin-top: 100px;
	font-size: 18px;
}
.contacts__block a
{
	display: block;
	
}
.contacts__phone, 
.contacts__email
{
	margin-bottom: 18px;
}
.contacts__phone
{
	    color: #333;
}
.contacts__email
{
	text-decoration: underline;
	color: #C51724;
}
.contacts__cities
{
	margin-bottom: 50px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;

}
.contacts .container
{
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}
.contacts__city
{
	font-size: 30px;
	font-weight: bold;	
	color: #333;
}
.contacts__city--current
{
	color: #C51724;
}
.contacts__wrap
{
	display: none;
}
.contacts__wrap.active
{
	display: block;
}
.contacts__red-line
{
	width: 2px;
	height: 42px;
	background-color: #C51724;
}
.contacts__cities--three .contacts__city {
	font-size: 20px;
}

.contacts__cities--three .contacts__red-line {
	width: 2px;
	height: 28px;
}


@media(max-width: 991px)
{
	#map
	{
		position: static;
		height: 300px;
		
	}
	.contacts__block
	{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 35px;
		padding: 10px;
		padding-bottom: 70px;
	}
	div.contacts
	{
		background-color: #fff;
		padding-bottom: 0;
		padding-top: 0;
	}
	.contacts__cities a
	{
		width: calc(50% - 2px);
		text-align: center;
	}
	
}

@media(max-width: 600px)
{
	.contacts__cities
	{
		display: block;
		text-align: center;
	}
	.contacts__cities a
	{
		width: 100%;
	}
	.contacts__red-line
	{
		width: 48px;
		height: 2px;
		display: inline-block;
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/search-block.css?16869288761789*/
.search-block
{
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0, .9);
	z-index: 100;
	display: none;
	min-width: 320px;
	
}
.search-block .container
{
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;	



}
.search-block__wrap
{


	width: 100%;
	height: 100%;		
	
}
.search-block__item
{

	position: relative;
	width: 100%;

}
.search-block__item span
{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 73px;
	font-weight: lighter;
	z-index: 0;
	transition: .3s;
	bottom: 40px;
	
}
.search-block__text
{
	width: 100%;
	font-size: 70px;
	color: #fff;
	background-color: transparent;
	border: none;
	z-index: 10;
	position: relative;
}
.search-block__line
{
	width: 100%;
	height: 2px;
	background-color: #C51724;
}
.search-block__desc
{
	float: right;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.search-block__close
{
	position: absolute;
	cursor: pointer;
	top: 60px;
	right: 0;
	
}
@media(max-width: 991px)
{
	.search-block__text
	{
		font-size: 50px;
	}
	.search-block__item span
	{
		font-size: 50px;
	}
}

@media(max-width: 767px)
{
	.search-block__text
	{
		font-size: 30px;
	}
	.search-block__item span
	{
		font-size: 30px;
	}
	.search-block__close
	{
		right: 15px;
		top: 15px;
	}
}


.ie9 .search-block__wrap
{
	padding-top: 300px;
}

.ie9 .search-block__close
{
	top: -150px
}
/* End */


/* Start:/local/templates/html/css/all-styles/account.css?1686928876541*/


.account-item
{
	display: none;
	padding-bottom: 140px;
	padding-top: 1px;
	background-color: #fff;
}

.account-item.active
{
	display: block;
}


.top-block--account .uni-title
{
	margin-top: 34px;
	margin-bottom: 38px;

	text-transform: uppercase;
}

.account-item .subtabs__wrap
{
	margin-bottom: 55px;
}



.form--account .uni__desc
{
	font-size: 18px;
}

.account-item .uni__desc {
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	max-width: 690px;
	margin: 47px auto 65px auto;
}
/* End */


/* Start:/local/templates/html/css/all-styles/form-accaunt.css?16869288761084*/

.form--account
{
	width: 400px;
	display: block;
	margin: 0 auto;
}
.form--account .form__item
{
	margin-bottom: 40px;
}

.form--account .form__submit
{
	padding: 25px 110px;
transition: .3s;
	margin: 0 auto;
	margin-bottom: 40px;
}
.form--account .form__submit:after
{
	display: none;
}
.form__submit--disabled
{
	background-color: #c8c8cc;
}	
.form--account .form__row
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.form--account .form__row .form__item
{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.form--account .form__row .form__item:last-child
{
	margin-right: 0;
}
@media(max-width: 600px)
{
	.form--account .form__row
	{
		display: block;
	}
	.form--account
	{
		width: 100%;
		padding: 0 15px;
	}
	.form--account .form__row .form__item
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.form--account .form__item
	{
		margin-bottom: 20px;
	}
	.form--account .form__submit
	{
		width: 100%;
		text-align: center;
		padding-right: 0;
		padding-left: 0;
			
	}
}
/* End */


/* Start:/local/templates/html/css/all-styles/log-in.css?16869288762045*/
 .log-in
 {
 	background-color: #e4e5e9;
 	background-image: url(/local/templates/html/css/all-styles/../../images/grid-fon.svg);
 	background-repeat: repeat;
 	padding-bottom: 150px;
 }



 .log-in__form
 {
 	width: 500px;
 	background-color: #fff;
 	padding: 0px 0px 55px 0px;
 	margin: 110px auto 0 auto;
 }
 .log-in .form
 {
 	display: none;
 }
 .log-in .form.active
 {
 	display: block;
 }
 .form-tabs
 {
 	display: flex;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 }
 .form-tabs__tab:first-child
 {
 	-webkit-box-shadow: inset -12px -12px 15px -7px rgba(0,0,0,0.16);
 	-moz-box-shadow: inset -12px -12px 15px -7px rgba(0,0,0,0.16);
 	box-shadow: inset -12px -12px 15px -7px rgba(0,0,0,0.16);
 }
 .form-tabs__tab:last-child
 {
 	-webkit-box-shadow: inset 12px -12px 15px -7px rgba(0,0,0,0.16);
 	-moz-box-shadow: inset 12px -12px 15px -7px rgba(0,0,0,0.16);
 	box-shadow: inset 12px -12px 15px -7px rgba(0,0,0,0.16);
 }
 .form-tabs__tab
 {
 	width: 50%;
 	padding: 23px 0;
 	text-align: center;
 	font-size: 18px;
 	margin-bottom: 35px;
 	background-color: #c2c5cc;
 	cursor: pointer;
 }
 .form-tabs__tab a
 {
 	color: #333;
 }
 .form-tabs__tab--current:first-child,
 .form-tabs__tab--current:last-child
 {
 	background-color: #fff;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
 }
 .log-in__form .form__submit
 {
 	padding: 21px 71px;
 	margin-top: 57px;
 	margin-bottom: 25px;
 }
 .log-in__form .form__solution
 {
 	max-width: 330px;
 	margin: 0 auto;
 }
 .log-in__form .form__submit.enter
 {
 	padding: 25px 101px;
 }
 @media(max-width: 600px)
 {
 	.log-in
 	{
 		padding-bottom: 0;
 	}
 	.log-in__form
 	{
 		width: 100%;
 	}
 	.log-in__form .form__submit
 	{
 		width: 100%;
 		padding-right: 0;
 		padding-left: 0;
 	}
 }



.ie8 .form-tabs__tab
{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}


.ie9 .form-tabs__tab
{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
/* End */


/* Start:/local/templates/html/assets/css/main.css?168692887531802*/
@charset "UTF-8";

:root {
	--color-gradient: linear-gradient(
		310.48deg,
		#ed1968 0%,
		#7951a1 50%,
		#1fc1f2 100%
	);
	--color-gray: #dcdce1;
	--color-gray-dark: #33343a;
	--color-gray-light: #eeeef1;
	--color-accent: #1fc1f2;
	--color-primary: #ed1968;
}

.container::before,
.container::after {
	content: none !important;
}

html {
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
}

html.lock {
	overflow: hidden;
}

.title-two {
	font-size: 24px;
	font-weight: 500;
	line-height: 130%;
}

@media (min-width: 61.99875em) {
	.title-two {
		font-size: 36px;
	}
}

.product-header {
	background-color: #eeeef1;
}

@media (max-width: 61.99875em) {
	.product-header {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.product-header__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 40px;
	align-items: center;
}

@media (min-width: 61.99875em) {
	.product-header__container {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 61.99875em) {
	.product-header__content {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.product-header__content .breadcrumbs {
	padding-top: 0;
	margin-bottom: 40px;
	color: #33343a;
	text-align: left;
}

.product-header__title {
	margin: 0 0 30px;
	font-family: Gilroy;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	color: #33343a;
}

@media (min-width: 61.99875em) {
	.product-header__title {
		margin: 0 0 50px;
		font-size: 48px;
	}
}

.button--acent {
	display: inline-block;
	padding: 10px 20px;
	font-family: Gilroy;
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.01em;
	background: var(--color-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	border: 2px solid transparent;
	-o-border-image: var(--color-gradient);
	border-image: var(--color-gradient);
	border-image-slice: 1;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

@media (min-width: 61.99875em) {
	.button--acent {
		padding: 12px 27px;
		font-size: 16px;
	}
}

.button--prev,
.button--next {
	position: relative;
	width: 32px;
	height: 32px;
	padding: 0;
	background: var(--color-gradient);
	border: none;
	border-radius: 50%;
}

@media (min-width: 61.99875em) {
	.button--prev,
	.button--next {
		width: 57px;
		height: 57px;
	}
}

.button--prev::after,
.button--next::after {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
	content: "";
	background-color: #33343a;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500001 0.5L2.68039 3.49225L0.5 6.5L2.27255 6.5L4.5 3.49225L2.27255 0.500001L0.500001 0.5Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px 7px;
	border-radius: 50%;
}

@media (min-width: 61.99875em) {
	.button--prev::after,
	.button--next::after {
		width: 53px;
		height: 53px;
	}
}

.button--prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.gradient-block {
	position: relative;
}

.gradient-block__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

@media (min-width: 61.99875em) {
	.gradient-block__container {
		-ms-grid-columns: 35% 65%;
		grid-template-columns: 35% 65%;
	}
}

.gradient-block__content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 10px;
	color: #fff;
}

@media (min-width: 61.99875em) {
	.gradient-block__content {
		padding: 80px 0 0;
	}

	.gradient-block__content::after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: calc(100vw - 50%);
		height: 100%;
		content: "";
		background: var(--color-gradient);
	}
}

@media (max-width: 61.99875em) {
	.gradient-block__content {
		background: var(--color-gradient);
	}
}

.gradient-block__title {
	padding-right: 40px;
	margin: 0 0 20px;
}

@media (min-width: 61.99875em) {
	.gradient-block__title {
		margin: 0;
	}
}

.gradient-block__subtitle {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;
}

.gradient-block__body {
	position: relative;
	padding: 30px;
	font-size: 16px;
	line-height: 140%;
}

@media (min-width: 61.99875em) {
	.gradient-block__body {
		padding: 80px 0 80px 40px;
	}

	.gradient-block__body::after {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(100vw - 50%);
		height: 100%;
		content: "";
		background-color: var(--color-gray-light);
	}
}

@media (max-width: 61.99875em) {
	.gradient-block__body {
		background-color: var(--color-gray-light);
	}

	.gradient-block__body .custom-list {
		padding-left: 0;
	}
}

.gradient-block__body ul {
	padding-left: 20px;
	margin: 0;
}

.gradient-block__body p {
	margin-bottom: 22px;
	font-size: inherit;
}

.gradient-block__media {
	margin-top: auto;
}

.gradient-block--dark .gradient-block__body {
	color: #fff;
}

.gradient-block--dark .gradient-block__body::after {
	background-color: var(--color-gray-dark);
}

@media (max-width: 61.99875em) {
	.gradient-block--dark .gradient-block__body {
		background-color: var(--color-gray-dark);
	}
}

.custom-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	row-gap: 30px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	list-style: none;
}

.custom-list__item {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
	justify-content: start;
}

@media (min-width: 61.99875em) {
	.custom-list__item {
		-webkit-column-gap: 28px;
		-moz-column-gap: 28px;
		column-gap: 28px;
	}
}

.custom-list__item::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	background: linear-gradient(
			180deg,
			#ed1968 -0.78%,
			#7951a1 49.89%,
			#1fc1f2 100.55%
		)
		border-box;
	border: 3px solid transparent;
	border-radius: 50px;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (min-width: 61.99875em) {
	.custom-list__item::before {
		width: 28px;
		height: 28px;
	}
}

.custom-list__item a {
	color: var(--color-accent);
}

.tabs-block {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #fff;
}

@media (min-width: 61.99875em) {
	.tabs-block {
		padding-top: 90px;
		padding-bottom: 75px;
	}
}

.tabs-block__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 20px;
}

@media (min-width: 61.99875em) {
	.tabs-block__container {
		-ms-grid-columns: 35% 65%;
		grid-template-columns: 35% 65%;
	}
}

.tabs-block__content {
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: #33343a;
	opacity: 0.6;
}

@media (min-width: 61.99875em) {
	.tabs-block__content {
		max-width: 200px;
	}
}

.tabs-block--gray {
	background-color: var(--color-gray-light);
}

.custom-tabs__list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -14px;
}

@media (min-width: 61.99875em) {
	.custom-tabs__list {
		margin: -25px;
	}
}

.custom-tabs__button {
	padding: 0 0 5px;
	margin: 5px 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	background-color: transparent;
	border: none;
}

@media (min-width: 61.99875em) {
	.custom-tabs__button {
		padding: 0 0 10px;
		margin: 25px;
		font-size: 20px;
	}
}

.custom-tabs__button[aria-selected="true"] {
	color: var(--color-primary);
	border-bottom: 2px solid currentcolor;
}

.custom-tabs__content {
	padding-top: 30px;
}

@media (min-width: 61.99875em) {
	.custom-tabs__content {
		padding-top: 50px;
	}
}

.line-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.line-list__item {
	position: relative;
	font-size: 16px;
	line-height: 140%;
}

.line-list__item:not(:last-child) {
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.line-list__item:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #fff;
}

@media (min-width: 61.99875em) {
	.line-list__item:not(:last-child)::after {
		width: calc(100vw - 100%);
	}
}

.line-list__title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
}

.line-list__description {
	font-weight: 400;
}

.primary-list {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	list-style: none;
}

.primary-list__item {
	position: relative;
	padding: 10px 0;
}

.primary-list__item:first-child {
	padding-top: 0;
}

.primary-list__item::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--color-gray);
}

@media (min-width: 61.99875em) {
	.primary-list__item::after {
		width: calc(100vw - 100%);
	}
}

.advantage-block {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

@media (min-width: 61.99875em) {
	.advantage-block {
		padding-top: 90px;
		padding-bottom: 130px;
	}
}

.advantage-block__title {
	margin: 0 0 20px;
}

@media (min-width: 61.99875em) {
	.advantage-block__title {
		margin: 0 0 50px;
	}
}

.advantage-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 61.99875em) {
	.advantage-list {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 60px;
	}
}

@media (min-width: 47.99875em) {
	.advantage-list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.advantage-list__icon {
	display: block;
	width: 50px;
	margin-bottom: 7px;
}

@media (min-width: 61.99875em) {
	.advantage-list__icon {
		width: 90px;
	}
}

.advantage-list__description {
	font-size: 16px;
	line-height: 140%;
}

@media (min-width: 61.99875em) {
	.advantage-list__description {
		font-size: 20px;
	}
}

.faq-block {
	padding-bottom: 50px;
	background-color: #fff;
}

@media (min-width: 61.99875em) {
	.faq-block {
		padding-top: 25px;
		padding-bottom: 90px;
	}
}

.faq-block__title {
	margin: 0 0 20px;
}

@media (min-width: 61.99875em) {
	.faq-block__title {
		margin: 0 0 35px;
	}
}

.spoller {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 20px;
	align-items: start;
}

@media (min-width: 61.99875em) {
	.spoller {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.spoller__item {
	display: flex;
	flex-direction: column;
	min-height: 90px;
	background-color: var(--color-gray-light);
	border: 2px solid var(--color-gray-light);
	transition: border-color 0.2s ease-out;
}

@media (min-width: 61.99875em) {
	.spoller__item {
		min-height: 140px;
	}
}

.spoller__item.open {
	background-color: #fff;
	border-color: var(--color-accent);
}

.spoller__title {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	text-align: left;
	background-color: transparent;
	border: none;
	transition: color 0.2s ease-out;
}

@media (min-width: 61.99875em) {
	.spoller__title {
		padding: 20px;
		font-size: 20px;
	}
}

.spoller__title::after {
	display: block;
	align-self: flex-end;
	width: 13px;
	height: 18px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08276 0H11.0828V21.4861L18.7961 13.7727L20.2667 15.2433L10.157 25.3531L10.1278 25.3239L10.098 25.3537L0 15.2557L1.47059 13.7851L9.08276 21.3973V0Z' fill='%2333343A'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s ease-out;
}

@media (min-width: 61.99875em) {
	.spoller__title::after {
		width: 21px;
		height: 26px;
	}
}

.spoller__title:hover {
	color: var(--color-accent);
}

.spoller__title.active {
	color: var(--color-accent);
}

.spoller__title.active::after {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.spoller__text {
	padding: 0 20px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.custom-checkbox {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.custom-checkbox > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox > input:not(:disabled, :checked) + span:hover::before {
	border-color: #71bbeb;
}

.custom-checkbox > input:not(:disabled):active + span::before {
	background-color: #71bbeb;
	border-color: #71bbeb;
}

.custom-checkbox > input:focus + span::before {
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.custom-checkbox > input:focus:not(:checked) + span::before {
	border-color: #80bdff;
}

.custom-checkbox > input:checked + span::before {
	background-color: #71bbeb;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	border-color: #71bbeb;
}

.custom-checkbox > input:disabled + span::before {
	background-color: #e9ecef;
}

.custom-checkbox > span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox > span::before {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 21px;
	height: 21px;
	margin-right: 16px;
	vertical-align: sub;
	content: "";
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 1.5px solid #fff;
	border-radius: 4px;
}

.custom-checkbox > span a {
	color: var(--color-accent);
}

.feedback-block {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background: var(--color-gradient);
}

@media (min-width: 61.99875em) {
	.feedback-block {
		padding-top: 75px;
		padding-bottom: 80px;
	}
}

.feedback-block__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 20px;
}

@media (min-width: 61.99875em) {
	.feedback-block__container {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.feedback-block__title {
	margin: 0;
}

@media (min-width: 61.99875em) {
	.feedback-block__title {
		max-width: 480px;
	}
}

@media (min-width: 61.99875em) {
	.feedback-block__form {
		max-width: 385px;
	}
}

.feedback-form {
	font-size: 16px;
	line-height: 140%;
}

.feedback-form__fieldset {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	row-gap: 24px;
	margin-bottom: 35px;
}

.feedback-form__fieldset input {
	width: 100%;
	padding: 8px 0;
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
}

.feedback-form__fieldset input::input-placeholder {
	color: var(--color-gray);
}

.feedback-form__fieldset input::placeholder {
	color: var(--color-gray);
}

.feedback-form__fieldset input:input-placeholder {
	color: var(--color-gray);
}

.feedback-form__fieldset input::input-placeholder {
	color: var(--color-gray);
}

.feedback-form__fieldset input::placeholder {
	color: var(--color-gray);
}

.feedback-form__action {
	margin-top: 25px;
}

.feedback-form [type="submit"] {
	display: block;
	width: 100%;
	padding: 15px 25px;
	font-weight: 600;
	line-height: 130%;
	color: #fff;
	text-align: center;
	letter-spacing: -0.01em;
	background-color: var(--color-accent);
	border: none;
}

.product-articles {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 61.99875em) {
	.product-articles {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.product-articles__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 20px;
}

@media (min-width: 61.99875em) {
	.product-articles__container {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.product-article {
	position: relative;
	cursor: pointer;
	background-color: var(--color-gray-light);
}

.product-article::before {
	position: absolute;
	inset: 0;
	content: "";
	border: 2px solid var(--color-accent);
	opacity: 0;
	transition: opacity 0.1s ease-out, background-color 0.2s ease-out;
}

.product-article:hover {
	background-color: #fff;
}

.product-article:hover::after {
	background-color: var(--color-accent);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15.709v-4H5v-2h4v-4h2v4h4v2h-4v4H9z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10.709c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10zm-2 0a8 8 0 11-16 0 8 8 0 0116 0z' fill='%23fff'/%3E%3C/svg%3E");
}

.product-article:hover::before {
	opacity: 1;
}

.product-article:hover .product-article__title {
	color: var(--color-accent);
}

.product-article::after {

	right: 0;
	bottom: 0;
	z-index: 1;
	width: 33px;
	height: 33px;
	content: "";
	background-color: var(--color-gray);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15.709v-4H5v-2h4v-4h2v4h4v2h-4v4H9z' fill='url(%23paint0_linear_2227_28500)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10.709c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10zm-2 0a8 8 0 11-16 0 8 8 0 0116 0z' fill='url(%23paint1_linear_2227_28500)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2227_28500' x1='20.566' y1='21.525' x2='-1.611' y2='2.597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED1968'/%3E%3Cstop offset='.5' stop-color='%237951A1'/%3E%3Cstop offset='1' stop-color='%231FC1F2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2227_28500' x1='20.566' y1='21.525' x2='-1.611' y2='2.597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED1968'/%3E%3Cstop offset='.5' stop-color='%237951A1'/%3E%3Cstop offset='1' stop-color='%231FC1F2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: all 0.2s ease-in-out;
}

.product-article__wrapper {
	position: relative;
	height: 100%;
	padding: 20px 20px 40px;
}

@media (min-width: 61.99875em) {
	.product-article__wrapper {
		padding: 0 0 20px 25px;
	}
}

.product-article__head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

@media (min-width: 61.99875em) {
	.product-article__head {
		-ms-grid-columns: auto 200px;
		grid-template-columns: auto 200px;
	}
}

.product-article__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	transition: color 0.2s ease-out;
}

.product-article__img {
	display: inline-block;
	height: 120px;
}

@media (max-width: 61.99875em) {
	.product-article__img {
		order: -1;
	}
}

.product-article__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-article__description {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

@media (min-width: 61.99875em) {
	.product-article__description {
		width: calc(100% - 200px);
		margin-top: 24px;
	}
}

.product-article--img {
	min-height: 250px;
}

.product-article--img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.button--play {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	padding: 0;
	background-color: #1fc1f2;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 24px rgb(0 0 0 / 15%);
	transition: box-shadow 0.2s ease-in;
}

.button--play::after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 9px 0 9px 15px;
}

.button--play:hover {
	box-shadow: 0 4px 24px rgb(0 0 0 / 30%);
}

.youtube-player__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	background-color: #000;
}

.youtube-player__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-player__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.youtube-player__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.youtube-player--enabled .youtube-player__button {
	display: flex;
}

.youtube-player--enabled .youtube-player__wrapper {
	cursor: pointer;
}

.youtube-player--enabled .youtube-player__wrapper:not(.play)::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
	background: rgb(0 0 0 / 10%);
}

.custom-player {
	position: relative;
	display: flex;
	flex-direction: column;
}

.custom-player:not(.pause)::before {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
	background: rgb(0 0 0 / 10%);
}

.custom-player__video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.custom-player__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custom-player__full {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 409.6 409.6' style='enable-background:new 0 0 409.6 409.6;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M375.465,0h-238.93C117.765,0,102.4,15.35,102.4,34.135V273.07c0,18.76,15.365,34.13,34.135,34.13h238.93 c18.77,0,34.135-15.37,34.135-34.13V34.135C409.6,15.35,394.235,0,375.465,0z M375.465,273.07h-238.93V34.135h238.93V273.07z' fill='%23000000' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M341.335,153.615l-0.036-68.28c0.015-9.416-7.613-17.05-17.05-17.065h-68.265v25.6l41.6,0.015L170.665,220.8l18.068,18.13 l126.981-126.961l-0.015,41.631L341.335,153.615z' fill='%23000000' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M170.665,341.33v34.14H34.135V238.93h34.13V204.8h-51.2C7.685,204.8,0,212.48,0,221.87v170.66 c0,9.385,7.685,17.07,17.065,17.07h170.67c9.38,0,17.065-7.685,17.065-17.07v-51.2H170.665z' fill='%23000000' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	border: 0;
}

.custom-player__controls {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

@media (min-width: 47.99875em) {
	.custom-player__controls {
		padding-bottom: 10px;
	}
}

.custom-player__progress {
	width: 95%;
	height: 5px;
	cursor: pointer;
	background: rgb(255 255 255 / 50%);
	border: none;
	border-radius: 0;
}

.custom-player__progress::-moz-progress-bar {
	color: var(--color-accent);
	background: rgb(255 255 255 / 50%);
}

.custom-player__progress[value]::-webkit-progress-bar {
	background: rgb(255 255 255 / 50%);
}

.custom-player__progress[value]::-webkit-progress-value {
	background: var(--color-gradient);
}

.custom-player.pause .custom-player__play {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.custom-player.pause .custom-player__controls {
	visibility: visible;
	opacity: 1;
}

/* ----- Модальное окно ----- */
.modal {
	--transition-time: 0.3s;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' width='31' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23F5F5F5' d='M.354.646l31.112 31.113m.556-30.405L.909 32.466'/%3E%3C/svg%3E")
			31 31,
		pointer;
	visibility: hidden;
	background-color: #33343a;
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 61.99875em) {
	.modal#products-img .modal__close {
		display: none;
	}
}

.modal__container {
	position: relative;
	width: 100%;
	margin: 30px auto;
	cursor: default;
}

@media (min-width: 61.99875em) {
	.modal__container {
		margin: 50px auto;
	}
}

.modal__content {
	padding: 0 20px;
}

@media (min-width: 61.99875em) {
	.modal__content {
		padding: 0 50px;
	}
}

.modal__fill {
	text-align: center;
	cursor: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' width='31' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23F5F5F5' d='M.354.646l31.112 31.113m.556-30.405L.909 32.466'/%3E%3C/svg%3E")
			31 31,
		-webkit-zoom-out;
	cursor: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 33' width='31' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23F5F5F5' d='M.354.646l31.112 31.113m.556-30.405L.909 32.466'/%3E%3C/svg%3E")
			31 31,
		zoom-out;
}

.modal__fill img {
	max-width: 100%;
}

.modal__close {
	position: absolute;
	top: 0;
	right: 20px;
	width: 24px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: none;
}

@media (min-width: 61.99875em) {
	.modal__close {
		right: 50px;
		width: 44px;
		height: 44px;
	}
}

.modal__close::after,
.modal__close::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	content: "";
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
}

.modal__close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal__close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal.is-open {
	visibility: visible;
	opacity: 1;
}

.modal-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 30px 40px;
	color: #fff;
}

@media (min-width: 61.99875em) {
	.modal-content {
		-ms-grid-columns: auto 400px;
		grid-template-columns: auto 400px;
		justify-content: center;
	}
}

.modal-content__text {
	-ms-grid-row-align: end;
	align-self: end;
	padding-top: 60px;
}

@media (max-width: 61.99875em) {
	.modal-content__text {
		order: -1;
		padding-top: 30px;
	}
}

.modal-content__title {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

@media (min-width: 61.99875em) {
	.modal-content__title {
		margin: 0 0 24px;
		font-size: 18px;
	}
}

.modal-content__description {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

@media (min-width: 61.99875em) {
	.modal-content__description {
		font-size: 16px;
	}
}

.modal-content__img {
	max-height: calc(100vh - 100px);
	text-align: center;
}

.modal-content__img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.modal-content__navigation {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	justify-content: start;
	margin-bottom: 23px;
}

.modal-effect--1 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.modal-effect--1.is-open .modal__container {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-effect--2 .modal__container {
	opacity: 0;
	transition: all var(--transition-time) cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}

.modal-effect--2.is-open .modal__container {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.modal-effect--3 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
}

.modal-effect--3.is-open .modal__container {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-effect--4 .modal__container {
	opacity: 0;
	-webkit-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
}

.modal-effect--4.is-open,
.modal-effect--4 .modal__container {
	transition: all var(--transition-time);
}

.modal-effect--4.is-open .modal__container {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.modal-effect--5.modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.modal-effect--5 .modal__container {
	opacity: 0;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.modal-effect--5.is-open .modal__container {
	opacity: 1;
	transition: all var(--transition-time) ease-in;
	-webkit-transform: translateZ(0) rotateX(0deg);
	transform: translateZ(0) rotateX(0deg);
}

.modal-effect--6 {
	top: 0;
}

.modal-effect--6 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
}

.modal-effect--6.is-open .modal__container {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.modal-effect--7.modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.modal-effect--7 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.modal-effect--7.is-open .modal__container {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.modal-effect--8.modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.modal-effect--8 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.modal-effect--8.is-open .modal__container {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.modal-effect--9.modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.modal-effect--9 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.modal-effect--9.is-open .modal__container {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.modal-effect--10 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: scale(2);
	transform: scale(2);
}

.modal-effect--10.is-open .modal__container {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-effect--11.modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.modal-effect--11 .modal__container {
	opacity: 0;
	transition: all var(--transition-time);
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.modal-effect--11.is-open .modal__container {
	opacity: 1;
	-webkit-transform: translateZ(0) translateX(0%) rotateY(0deg);
	transform: translateZ(0) translateX(0%) rotateY(0deg);
}

/* End */


/* Start:/local/templates/html/template_styles.css?17399552127040*/
.categories-list__products > div[id^=bx_incl_area_] > .categories-list__item{
    float:left;
}

/* .header__menu .header__menu-outer span.active{
    color: #C51724;
    text-decoration: none;
    padding: 0 21px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    } */

.header__menu .header__menu-outer a,
.header__menu .header__menu-outer span.active {
    text-decoration: none;
    color: #fff;
    padding: 0px 20px;
    padding: 0px 16px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.header__menu .header__lang a
{
    padding: 0;
}
.header__menu .header__search a
{
    padding: 0;
}

@media (max-width: 1199px){
    .header__menu .header__menu-outer span.active {

        margin-bottom: 30px;

    }
}

div[id^=bx_incl_area_] > .decisions-front .decisions-front__wrap div[id^=bx_]{
    z-index: 999;
}

div[id^=bx_incl_area_] .customers .customers__item{
    /*z-index: 999;*/
}

.footer__wrap > div[id^=bx_incl_area_]{
    width: calc(100% - 312px);
}

.footer__wrap div[id^=bx_incl_area_] .footer__items{
    width: auto;
}

.footer__contacts-item div[id^=bx_incl_area_]{
    width: auto;
}

.footer__items .footer__title span{
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-size: 14px;
}

.footer__items .footer__link span{
    line-height: 1.2em;
    font-size: 15px;
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.breadcrumbs__item span{
    font-size: 12px;
    text-transform: uppercase;
}

.header__access .info{
    color: white;
    margin-right: 10px;
}

.header__access .info.exit{
    color: #fff;
}

.header__access .info.exit:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/local/templates/html/images/logout.svg);
    background-size: contain;
    width: 16px;
    height: 15px;
    margin-top: -1px;
    margin-right: 4px;
}

.form-group.has-error .help-block{
    color: #D32139;
}

button.form__submit[type=submit]:disabled {
    background-color: #c2c5cc;
}

button.form__submit[type=submit]:disabled:hover {
    box-shadow: none;
}

.log-in__form .forgot{
    z-index: 2;
}

.forget-title{
    margin-bottom: 22px;
}

.forgot-back{
    top: 8px;
    font-size: 14px;
    color: #969090;
    transition: .3s;
}

.forgot-form .forgot-group{
    margin-bottom: 5px;
}

h1.uni-h1.small, .top-block--industries-detail h1.uni-h1{
    font-size: 50px;
}

h1.contacts
{
    font-weight: bold;
    display: block;
    color: #333;
    font-size: 45px;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
}
h1.contacts:before
{
    content: '';
    left: calc(50% - 130px);
    top: 6px;
    width: 260px;
    position: absolute;
    height: 100%;
    z-index: -1;
    box-shadow: -2px 0px 20px 14px rgba(255,255,255,.6);
    background-color: rgba(255,255,255, .6);
}

.breadcrumbs--dark .breadcrumbs__item span{
    color: #333;
}

.uni-title.uni-contacts{
    min-height: 64px;
}

.tab.tab--current{
    cursor: default;
}



.header__icons > div[id^=bx_incl_area_]{
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
}

.news-detail__wrap .detail-text-wrapper{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 40px;
}

.pager{
    margin: 0 auto;
	padding: 60px 0px 20px;
}

.alert.alert-danger{
    max-width: 890px;
    color: #D32139;
    margin-left: 20px;
}

.alert.alert-success{
    margin-left: 20px;
}

#feedback_form .form__submit{
    max-height: 49px;
}

.log-in .form.form--request{
    display: flex;
}

.request.subscribe-from .form--request .form__item {
    width: 100%;
}

.static-page{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.mobile-menu-icons .info.user-info{
    display: none;
}

.search-dark .search-block__text,
.search-dark .search-block__desc,
.search-block__item.search-dark  span{
    color: #0c0c0c;
}

.search-page-button{
    padding-top: 50px;
}

.uni-h3.map-title{
    list-style-type: none;
}


.map-level-0 .uni-h3.map-title{
    margin-bottom: 15px;
}

.map-level-0 > .uni-h3.map-title > a {
    margin-bottom: 15px;
    display: block;
}

.map-level-0 .uni-h3.map-title a{
    color: #0c0c0c;
}


.site-map-wrapper{
    width: 700px;
    margin: 0 auto;
}

.search-page font.notetext {
    color: black;
}

h1.personal-cabinet{
    margin-top: 34px;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
}

.contact-wrapper > h1.uni-h1{
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 64px;
}

.form{
    position: relative;
}

.form-success-message, .form-error-message{
    position: relative;
    top: -40px;
}

.form-success-message{
    color: green;
}

.form-error-message{
    color: #D32139;
}

.customers__wrap .customers__item > .customers__inner[id^=bx_]{
    z-index: 9999;
    border: 1px solid #f3f4f6;
}


.display-flex{
    display: flex;
}

.header__lang span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
}

.footer__lang span {
    margin-left: 5px;
}

.map-columns
{
    width: 100%;

}

.page{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 40px;
}

.site-map-wrapper
{
    width: 100%;
}

ul.map-level-0>li.uni-h3.map-title
{
    margin-bottom: 25px;
}
ul.map-level-0
{
    padding-left: 0;
    padding-right: 20px;

}
.map-columns td
{
    width: 50%;
}
.platform-img1
{
    display: block;
}
.platform-img2
{
    display: none;
}
@media(max-width: 600px)
{
    .site-map-wrapper .uni-list li a
    {
        font-size: 15px;
        line-height: normal;
    }
    .site-map-wrapper .uni-h3
    {
        font-size: 19px;
    }
    .platform-img2
    {
        width: 290px;
        display: block;
    }
    .platform-img1
    {
        display: none;
    }
}



.logo-bx-core
{
    width: 156px;
}


area
{
    outline: none;
}

.logo{
    margin-left: -70px;
}
@media(max-width: 600px)
{
    .logo{
        margin-left: 0px;
    }
}
#about {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
}
.about__block {
    padding-top: 30px;
    padding-bottom: 60px;
}
#about p,
.about__block p,
#about ul,
.about__block ul,
#about li,
.about__block li{
    font-size: 16px;
}
.about__block .uni-title {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
	text-align: center;
}
.about__block img {
	display: block;
	max-width: 100%;
	margin: 35px auto;
}
#about p,
.about__block p {
    margin-bottom: 15px;
    font-weight: bold;
}
#about ul,
.about__block ul {
    padding-left: 0;
    font-weight: bold;
}
#about li + li,
.about__block li + li {
    margin-top: 5px;
}
#team {
	background: #fff;
}
.tabs--about .tabs__wrap .tab{
	padding-right: 10px;
	padding-left: 10px;
	min-width: 250px;
	text-align: center;
}
/* End */
/* /local/templates/html/fonts/fonts.css?17237029281333 */
/* /local/templates/html/js/slick/slick.css?16869288751776 */
/* /local/templates/html/js/slick/slick-theme.css?16869288753145 */
/* /local/templates/html/css/bootstrap.css?168692887648715 */
/* /local/templates/html/css/all-styles/top-block.css?17354885275115 */
/* /local/templates/html/css/all-styles/style.css?168692887610643 */
/* /local/templates/html/css/all-styles/header.css?16869288764119 */
/* /local/templates/html/css/all-styles/front-blok.css?17295363213160 */
/* /local/templates/html/css/all-styles/directions.css?16869288761681 */
/* /local/templates/html/css/all-styles/decision-front.css?16869288765280 */
/* /local/templates/html/css/all-styles/news-front.css?16869288761654 */
/* /local/templates/html/css/all-styles/partners.css?16869288762036 */
/* /local/templates/html/css/all-styles/footer.css?17355144177622 */
/* /local/templates/html/css/all-styles/breadcrumbs.css?1686928876746 */
/* /local/templates/html/css/all-styles/tabs.css?17338420405549 */
/* /local/templates/html/css/all-styles/history.css?16869288763771 */
/* /local/templates/html/css/all-styles/managment.css?16869288763455 */
/* /local/templates/html/css/all-styles/customers.css?17289419203466 */
/* /local/templates/html/css/all-styles/sertificate.css?16869288762290 */
/* /local/templates/html/css/all-styles/news.css?17342112204364 */
/* /local/templates/html/css/all-styles/pager.css?1686928876920 */
/* /local/templates/html/css/all-styles/news-detail.css?17340969132397 */
/* /local/templates/html/css/all-styles/decisions.css?17295370154306 */
/* /local/templates/html/css/all-styles/industries.css?16869288764761 */
/* /local/templates/html/css/all-styles/request.css?17355162301694 */
/* /local/templates/html/css/all-styles/preview.css?16869288761552 */
/* /local/templates/html/css/all-styles/abilities.css?16869288762812 */
/* /local/templates/html/css/all-styles/platform.css?16869288761168 */
/* /local/templates/html/css/all-styles/contacts.css?16869288761885 */
/* /local/templates/html/css/all-styles/search-block.css?16869288761789 */
/* /local/templates/html/css/all-styles/account.css?1686928876541 */
/* /local/templates/html/css/all-styles/form-accaunt.css?16869288761084 */
/* /local/templates/html/css/all-styles/log-in.css?16869288762045 */
/* /local/templates/html/assets/css/main.css?168692887531802 */
/* /local/templates/html/template_styles.css?17399552127040 */
