

/* Start:/local/templates/sirius/css/default.css?15682117076485*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/sirius/css/style.css?159551548245290*/
@charset "UTF-8";
@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/sirius/css/../font/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("/local/templates/sirius/css/../font/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamPro-Medium.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/sirius/css/../font/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("/local/templates/sirius/css/../font/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamPro-Bold.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("/local/templates/sirius/css/../font/GothamProNarrow-Bold.eot");
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("/local/templates/sirius/css/../font/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamProNarrow-Bold.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/sirius/css/../font/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("/local/templates/sirius/css/../font/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamPro-Light.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/sirius/css/../font/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("/local/templates/sirius/css/../font/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamPro-Black.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("/local/templates/sirius/css/../font/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("/local/templates/sirius/css/../font/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/GothamPro.woff") format("woff"), url("/local/templates/sirius/css/../font/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Rouble Sans';
  src: url("/local/templates/sirius/css/../font/PTRoubleSans.eot");
  src: url("/local/templates/sirius/css/../font/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("/local/templates/sirius/css/../font/PTRoubleSans.woff2") format("woff2"), url("/local/templates/sirius/css/../font/PTRoubleSans.woff") format("woff"), url("/local/templates/sirius/css/../font/PTRoubleSans.ttf") format("truetype"), url("/local/templates/sirius/css/../font/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-family: 'Gotham Pro', sans-serif;
}

img
{
	max-width: 100%;
}
.page__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page__wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.page__wrap:before, .page__wrap:after {
  content: "";
  display: table;
}

.page__wrap:after {
  clear: both;
}

.page__h2 {
  font-size: 24px;
  font-weight: 500;
}

.page__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page__link {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.page__link:hover, .page__link:focus {
  text-decoration: none;
}

.page__h1 {
  font-size: 28px;
  font-weight: 500;
}

.page__light {
  background-color: #f3f6fc;
}

.page__rubl {
  position: relative;
  font-family: 'PT Rouble Sans', sans-serif;
}

.page__rubl:before {
  content: "г";
}

body {
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

.header {
  z-index: 10;
  background-color: #fff;
}

.header__top {
  z-index: 10;
  padding: 10px 0;
  position: relative;
}

.header__bottom {
  z-index: 2;
  padding: 5px 0;
  background-color: #0d1a68;
}

.header__flex, .services__flex, .other-services__flex, .contact-us__flex, .footer__flex, .right__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.header__info {
  font-size: 19px;
  font-weight: 500;
  color: #0d1a68;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.header__info span {
  display: block;
  font-size: 10px;
  color: #000;
  font-weight: normal;
  text-transform: initial;
}

.header__back {
  top: 15px;
  opacity: 0;
  right: 15px;
  z-index: 10;
  font-size: 15px;
  font-weight: 500;
  visibility: hidden;
  position: absolute;
  color: #fff;
  display: inline-block;
}

.header__back:hover, .header__back:focus {
  color: #fff;
}

.header__mail {
  font-size: 16px;
  font-weight: 500;
}

.header__question, .header__number div {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #0d1a68;
  opacity: .75;
  position: relative;
}

.header__question:after, .header__number div:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(13, 26, 104, 0.75);
}

.header__question:hover, .header__number div:hover, .header__question:focus, .header__number div:focus {
  color: #0d1a68;
}

.header__desc {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.header__desc:last-child {
  margin-right: 0;
}

.header__numb {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0d1a68;
}

.header__numb:hover, .header__numb:focus {
  color: #0d1a68;
}

.header__number div:after {
  content: none;
}

.header__icon {
  display: none;
}

.header__btn, .contact-us__btn {
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  padding: 12px 35px;
  position: relative;
  color: #0d1a68;
  border: 2px solid #0d1a68;
}

.header__btn:focus, .contact-us__btn:focus {
  color: #0d1a68;
}

.header__btn:before, .contact-us__btn:before, .header__btn:after, .contact-us__btn:after {
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50px;
  background-color: #0d1a68;
  -webkit-transform: translate(0, -50%) scale(1);
      -ms-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
  transition: all .5s ease, -webkit-transform 1s ease;
  transition: all .5s ease, transform 1s ease;
  transition: all .5s ease, transform 1s ease, -webkit-transform 1s ease;
}

.header__btn:after, .contact-us__btn:after {
  right: -50%;
}

.header__btn:before, .contact-us__btn:before {
  left: -50%;
}

.header__btn:hover, .contact-us__btn:hover {
  color: #fff;
}

.header__btn:hover:after, .contact-us__btn:hover:after {
  right: 50%;
  -webkit-transform: translate(50%, -50%) scale(30);
      -ms-transform: translate(50%, -50%) scale(30);
          transform: translate(50%, -50%) scale(30);
}

.header__btn:hover:before, .contact-us__btn:hover:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(30);
      -ms-transform: translate(-50%, -50%) scale(30);
          transform: translate(-50%, -50%) scale(30);
}

.header__item {
  padding: 10px 0;
  margin-right: 15px;
  display: inline-block;
}

.header__link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #fff;
  padding: 0 15px 0 0;
}

.header__link:hover, .header__link:focus {
  color: #fff;
}

.header__link .dropdown {
  right: 0px;
}

.header__search {
  padding-left: 20px;
  position: relative;
}

.header__search:before {
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(/local/templates/sirius/css/../img/search-icon.png);
}

.header__hamburger {
  top: 50%;
  right: 15px;
  width: 35px;
  height: 24px;
  display: none;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.call2_menu{
  right: 65px;
}

.header__burger {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
}

.header__burger span {
  right: 0;
  width: 100%;
  height: 4px;
  position: absolute;
  display: inline-block;
  background-color: #0d1a68;
}

.header__burger span:nth-child(1) {
  top: 2px;
  width: 70%;
}

.header__burger span:nth-child(2) {
  top: 50%;
  width: 90%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header__burger span:nth-child(3) {
  bottom: 2px;
}

.header__close1,
.header__close2{
  top: 15px;
  right: 15px;
  z-index: 10;
  display: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 12px;
  position: absolute;
  color: #fff;
}

.header__close1:hover, .header__close1:focus {
  color: #fff;
}
.header__close2:hover, .header__close2:focus {
  color: #fff;
}

.header__close1:before,
.header__close2:before{
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
      -ms-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}

.nav {
  top: 45px;
  z-index: 1;
  opacity: 0;
  padding: 40px 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 -50%;
  transition: all .5s ease;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.nav__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
}

.nav__title:hover, .nav__title:focus {
  color: #000;
}

.nav ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.nav__link {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

.nav__link:hover, .nav__link:focus {
  color: #000;
}

.nav__item {
  margin-bottom: 15px;
}

.dropdown {
  top: 50%;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.parent .header__link {
  text-decoration: underline;
}

.search__group {
  max-width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.search__input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 6px;
  line-height: 1.25;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
  background-color: transparent;
}

.popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  position: fixed;
  visibility: hidden;
  transition: all .5s ease;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup__container {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popup-1 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  position: fixed;
  visibility: hidden;
  transition: all .5s ease;
}

.popup-1.active {
  opacity: 1;
  visibility: visible;
}

.popup-1.active .popup__container {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.popup__overflow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(13, 26, 104, 0.8);
}

.popup__container {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.popup__container .page__wrap {
  height: 100%;
}

.popup__close {
  top: 15%;
  left: 10%;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}

.popup__close:hover, .popup__close:focus {
  color: #000;
}

.popup__block {
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  max-width: 400px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.popup__title {
  margin-bottom: 20px;
}

.popup__subtitle {
  font-size: 15px;
  font-weight: 300;
  color: #595959;
  margin-bottom: 30px;
}

.popup__subtitle span {
  position: relative;
}

.popup__subtitle span:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #595959;
}

.form__group {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.form__input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 10px;
  font-weight: normal;
  box-sizing: border-box;
}

.form__btn {
  width: 100%;
  border: none;
  outline: none;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 12px 35px;
  color: #fff;
  background-color: #d24c19;
}

.top__block {
  position: relative;
}

.top__info {
  top: 50%;
  left: 8%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top__info .page__h1 {
  line-height: 1.3;
  margin: 0 0 35px;
  color: #fff;
}

.top__info .page__h1 span {
  display: block;
}

.top__btn {
  font-size: 16px;
  padding: 12px 35px;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}

.services {
  padding: 70px 0;
}

.services__box {
  max-width: 280px;
}

.services__image {
  margin-bottom: 15px;
}

.services__price {
  margin: 20px 0 30px;
  padding: 30px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.services__price_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services__price_button {
  margin-left: 20px;
}

.services__btn {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 12px 35px;
  color: #fff;
  background-color: #0d1a68;
}

.services__btn:hover, .services__btn:focus {
  color: #fff;
}

.services__table {
  width: 100%;
  border-collapse: collapse;
}

.services__table tr {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
}

.services__table tr:nth-child(even) {
  color: #0d1a68;
}

.services__table tr.services__table_bd {
  border-bottom: 2px dotted #000;
}

.services__table tr.services__table_bd:nth-child(even) {
  border-bottom: 2px dotted #0d1a68;
}

.services__table td {
  width: 50%;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}

.services__table td div {
  top: 5px;
  right: -1px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}

.services__table td[data-label] {
  text-align: left;
}

.services__table td[data-label] div {
  top: 5px;
  left: -1px;
  right: initial;
  position: relative;
  display: inline-block;
  background-color: #fff;
}

.other-services {
  padding: 70px 0;
}

.other-services__desc ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.other-services__item {
  margin-bottom: 15px;
}

.other-services__box:last-child {
  max-width: 65%;
}

.other-services__link {
  font-size: 15px;
  font-weight: 500;
  color: #0d1a68;
}

.other-services__link:hover, .other-services__link:focus {
  color: #0d1a68;
}

.contact-us {
  padding: 70px 0;
}

.contact-us__box {
  width: 100%;
  max-width: 45%;
}

.contact-us__desc {
  line-height: 1.3;
  margin-bottom: 15px;
}

.contact-us__mail {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
  color: #0d1a68;
}

.contact-us__mail:before {
  left: 0;
  top: 50%;
  width: 22px;
  content: "";
  height: 15px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(/local/templates/sirius/css/../img/mail.png);
}

.contact-us__mail:hover, .contact-us__mail:focus {
  color: #0d1a68;
}

.contact-us__span {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
  color: #0d1a68;
}

.contact-us__span:before {
  left: 0;
  top: 50%;
  width: 18px;
  height: 23px;
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(/local/templates/sirius/css/../img/map-icon.png);
}

.contact-us__block {
  padding: 40px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact-us__form:before, .contact-us__form:after {
  content: "";
  display: table;
}

.contact-us__form:after {
  clear: both;
}

.contact-us__form .form__button {
  display: inline-block;
  vertical-align: middle;
}

.contact-us__inner {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.contact-us__numb {
  font-weight: 500;
  letter-spacing: .30px;
  color: #d24c19;
}

.contact-us__time {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #595959;
}

.repairs {
  padding: 70px 0;
}

.footer {
  padding: 20px 0;
  background-color: #000;
}

.create {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.create__link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #d24c19;
}

.create__link:hover, .create__link:focus {
  color: #d24c19;
}

.coopyright {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.breadcrumbs {
  margin: 25px 0;
}

.breadcrumbs__item {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}

.breadcrumbs__item:last-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #000;
  text-decoration: underline;
}

.breadcrumbs__item:last-child .breadcrumbs__link:after{
  content: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link:focus {
  color: #000;
  text-decoration: underline;
}

.breadcrumbs__link {
  font-size: 13px;
  position: relative;
  font-weight: normal;
  padding-right: 15px;
  color: #546081;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #546081;
}

.breadcrumbs__link:after {
  top: 0;
  right: 0;
  content: "/";
  position: absolute;
}

.left {
  width: 100%;
  float: left;
  max-width: 24%;
}

.left .page__h2 {
  display: none;
  cursor: pointer;
  margin: 0 0 7px;
  line-height: 37px;
  padding: 5px 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left .page__h2.active .left__icon {
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.left__icon {
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  display: none;
  position: absolute;
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.left__icon svg {
  left: 0;
  position: absolute;
  display: inline-block;
}

.left__desc {
  padding: 40px 30px;
  border-bottom: 1px solid rgba(84, 96, 129, 0.2);
}

.left__desc:last-child {
  border: none;
}

.left__name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.left__item {
  margin-bottom: 10px;
}

.left__box {
  padding: 20px 0 30px;
}

.left__link {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

.left__link:hover, .left__link:focus {
  color: #000;
  text-decoration: underline;
}

.right {
  width: 100%;
  float: right;
  max-width: 73%;
}

.right__flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.right__text {
  margin-bottom: 30px;
}

.cart {
  max-width: 280px;
  margin-bottom: 15px;
  background-color: #fff;
  align-self: flex-start;
}
.cart a{ color:#000;}
.cart__image {
  margin-bottom: 15px;
}

.cart__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart__link {
  font-size: 15px;
  font-weight: 500;
  color: #0d1a68;
  text-decoration: underline;
}

.diagnostics {
	width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.diagnostics:before, .diagnostics:after {
  content: "";
  display: table;
}

.diagnostics:after {
  clear: both;
}

.diagnostics__block {
  margin: 50px 0;
  position: relative;
}

.diagnostics__block:before, .diagnostics__block:after {
  content: "";
  display: table;
}

.diagnostics__block:after {
  clear: both;
}

.diagnostics__box {
  padding: 30px 40px;
  position: relative;
}

.diagnostics__box:before, .diagnostics__box:after {
  content: "";
  display: table;
}

.diagnostics__box:after {
  clear: both;
}

.diagnostics__icon {
  top: 50%;
  float: left;
  position: absolute;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.diagnostics__text {
  float: right;
  max-width: 90%;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: middle;
}

.diagnostics__form {
  margin: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.diagnostics__form_group {
  width: 100%;
  max-width: 230px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
}

.diagnostics__form_subname {
  font-size: 15px;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 20px;
}

.diagnostics__form_subname span {
  position: relative;
}

.diagnostics__form_subname span:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #000;
}

.diagnostics__button {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
}

.diagnostics__numb {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

.diagnostics__numb:hover, .diagnostics__numb:focus {
  color: #000;
}

.diagnostics .services {
  padding: 0;
}

.card {
  width: 100%;
  max-width: 407px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  background-color: #fff;
  min-height: 380px;
}

.card.active {
  z-index: 1;
}

.card.active .card__tech {
  display: block;
  position: absolute;
  padding: 25px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}

.card.active .card__open {
  opacity: 0;
  visibility: hidden;
}

.card__price {
  margin-bottom: 5px;
}

.card__info {
  padding: 30px 0;
  min-height: 50px;
}

.card__tech {
  display: none;
}

.card__tech ul {
  padding-left: 30px;
  padding-right: 30px;
}

.card__item {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.card__open, .card__close {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: #0d1a68;
  transition: all .5s linear;
}

.card__open:after, .card__close:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #0d1a68;
}

.card__open:hover, .card__open:focus, .card__close:hover, .card__close:focus {
  color: #0d1a68;
}

.card__table {
  width: 100%;
  border-collapse: collapse;
}

.card__table tr {
  font-weight: 500;
  line-height: 1.3;
  /*border-bottom: 2px dotted #000;*/
}

.card__table td {
  width: 50%;
  text-align: right;
}

.card__table td div {
  right: -1px;
  top: 5px;
  position: relative;
  display: inline-block;
}

.card__table td[data-label] {
  text-align: left;
  width: 65%;
}

.card__table td[data-label] div {
  left: -1px;
  right: initial;
}

.licenses__text {
  font-size: 15px;
  margin-bottom: 30px;
}

.licenses__link {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  position: relative;
}

.licenses__link:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #000;
}

.licenses__link:hover, .licenses__link:focus {
  color: #000;
}

/*# sourceMappingURL=style.css.map */

/* стили блока аккордеон */
.accordion {
  width:100%;
  margin: 0 auto
}
/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom:1px;
  position:relative
}
/* заголовки панелей аккордеона */
.accordion .title_block {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor:pointer;
  background: #0d1a68;
  padding:10px 55px 10px 15px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0
}
/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  display:block;
  border:2px solid #fefefe;
  border-right-width:0;
  border-top-width:0;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  position:absolute;
  right:20px;
  top:18px
}
/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border:2px solid #fefefe;
  border-left-width:0;
  border-bottom-width:0;
  top:18px
}
.accordion .title_block:hover {
  background: #26A69A  
}
 
/* заголовок активного блока  */
.accordion .active_block .title_block {
  background: #26A69A;
  color:#fefefe
}
/* блоки с содержанием */
.accordion .info {
  display:none;
  overflow: hidden;
  background:#f7f7f7
}
/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom:10px
}
/* картинки внутри аккордеона */
.accordion .info img {
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}
.text-center{
	text-align:center !important;
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.col-md-2{
	width: 16%;
	display: inline-block;
}
.brands{
	background: url(/upload/img/fon_brands.jpg);
	color: #fff;
	padding: 80px 0;
	background-size: cover;
	margin-top: 30px;
}
.brands h4{
	font-size: 25px;
}
.brands_title{
	display: flex;
}
.card__table__price{
  color: #d24c19;
}
cel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}
.col-md-4, .col-sm-6, .col-xs-12{
  margin-bottom: 30px;
}

.tabs__count li {
  font-size: 18px;
            padding-right: 80px;
            color: #ccc;
            position: relative;
            display: inline-block;
            outline: none;
            font-weight: bold;
            cursor: pointer;
            transition: all .4s ease-in;
}

.tabs__count li.active-tab {
  color: #000;
}
.tabs__count li.active-tab span::after{
  content: none;  
}
.tabs__count li span {
  position: relative;
  display: inline-block;
}
.tabs__count li span::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(#000, .3);
    transition: all .4s ease-in;
}

.tabs__count li:last-child {
  padding-right: 0;
}
.tabs__count li:last-child::after {
  content: none;
}
.tabs__count li::after {
  top: 0;
                bottom: 0;
                width: 1px;
                height: 100%;
                right: 40px;
                display: block;
                position: absolute;
                content: "";
                background-color: rgba(#000, .3);
}

.tabs__h2 {
  font-size: 18px;
  outline: none;
  display: none;
}
.tabs__content {
  margin-top: 30px;
}
.price_detail{
  color: #0d1a68;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.dop span{
  color: #0d1a68;
  font-weight: bold;
}
.dop{
  font-size: 15px;
}
.manual{
  margin-top: 20px;
}
.driver_cart h3{
  text-align: center;
  font-size: 30px;
}
.driver_cart_img{
  padding: 0;
}
.driver_cart p{
  font-size: 15px;
}
.driver_cart span{
  display: block;
  color: #0d1a68;
  font-weight: bold;
}
.estr_main{
  background: #f3f6fc;
}
.driver_cart .row{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.driver_cart span{
  font-size: 19px;
  color: #333;  
}
.driver_cart_description{
  padding: 60px 80px 60px 50px;
}
.driver_cart .driver_cart_cost{
  color: rgb( 210, 76, 25 );
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  padding-left: 15px;
}
.driver_cart_btn{
  background-color: rgb( 210, 76, 25 );
}
.ust_cost{
  color: #0d1a68;
  font-weight: bold;
}
.blockquote{
  background: #f3f6fc;
  padding: 50px 0;
}
blockquote{
  background: url(/local/templates/sirius/img/icon.png) no-repeat left center;
  padding-left: 72px;
}
.inside .services__btn{
	padding: 12px 25px;
}
.inside .header__btn, .inside .contact-us__btn{
	    padding: 11px 25px;
	}
.logoSlider
{
	margin-bottom: 30px;
}
.logoSlider img
{
	width: auto !important;
	max-width: 100%;
	max-height: 120px;	
	margin: 0px auto;
	display: block !important;
}

.srvCards
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}
		.header__question{
	text-align:center;
}


/* End */


/* Start:/local/templates/sirius/css/media.css?15682117078280*/
@media (max-width: 1200px) {
  .header__desc {
    margin-right: 20px;
  }
  .header__info {
    font-size: 16px;
  }
  .header__info span {
    display: none;
  }
  .nav {
    margin: 0;
  }
  .services .page__h2 {
    text-align: center;
  }
  .services__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart, .card {
    margin-left: 5px;
    margin-right: 5px;
    align-self: baseline;
  }
  .other-services__box {
    margin-right: 15px;
  }
  .other-services__box:last-child {
    margin-right: 0;
  }
  .left, .right {
    float: none;
    max-width: 100%;
  }
  .left{
background: #fff;	 
	}
  .left .page__h2 {
    display: block;
  }
  .left__block {
    display: none;
  }
  .left__icon {
    display: inline-block;
  }
  .right__flex {
    justify-content: center;
  }
  .licenses .right__flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .licenses__box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .header__top {
    padding: 5px 0;
  }
  .header__mail {
    display: none;
  }
  .header__btn {
    font-size: 13px;
    padding: 10px 28px;
  }
}

@media (max-width: 1024px) {
  .services {
    padding: 40px 0;
  }
  .other-services {
    padding: 40px 0;
  }
  .other-services__flex {
    flex-direction: column-reverse;
  }
  .other-services__box {
    margin-right: 0;
  }
  .other-services__box:last-child {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .other-services__box .page__h2 {
    text-align: center;
  }
  .contact-us {
    padding: 40px 0;
  }
  .contact-us__flex {
    flex-direction: column;
  }
  .contact-us__box {
    max-width: 65%;
    margin-bottom: 15px;
  }
  .contact-us__box .page__h2 {
    text-align: center;
  }
  .contact-us__button {
    text-align: center;
  }
  .repairs {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .parent:hover .nav {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
	.two_burgers{
	display:none;
	}
}

@media (max-width: 992px) {
  .header__close1,
  .header__close2{
    display: inline-block;
  }
  .header__info {
    display: none;
  }
  .header__top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .header__flex {
    justify-content: space-between;
  }
  .header__box:nth-child(3) {
    display: none;
  }
  .header__hamburger {
    display: inline-block;
  }
  .header.active1 .mobile_menu1 {
    transform: translate(0, 0);
  }
    .header.active2 .mobile_menu2 {
    transform: translate(0, 0);
  }
  .header__bottom {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    position: fixed;
    transform: translate(100%, 0);
    transition: transform .5s linear;
  }
  .header__bottom .page__wrap {
    height: 100%;
  }
  .header__bottom .header__flex {
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
  }
  .header__menu {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    transform: translate(0, -50%);
  }
  .header__item {
    display: block;
    margin-right: 0;
  }
  .header__link .dropdown {
    right: -5px;
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
  }
  .header__search {
    left: 50%;
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, 0);
  }
  .nav {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    box-shadow: none;
    margin: -50% -50%;
    transform: translate(100%, 0);
    transition: transform .5s ease-in;
    background-color: #0d1a68;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .nav .page__wrap {
    top: 50%;
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    transform: translate(0, -50%);
  }
  .nav ul {
    column-count: auto;
    color: #fff;
  }
  .nav__title {
    user-select: auto;
    color: #fff;
    pointer-events: auto;
  }
  .nav__title:hover, .nav__title:focus {
    color: #fff;
  }
  .nav__link {
    color: #fff;
  }
  .nav__link:hover, .nav__link:focus {
    color: #fff;
  }
  .search {
    display: inline-block;
  }
  .diagnostics__form {
    margin: 0 auto;
    max-width: 450px;
  }
  .diagnostics__form_group {
    margin-right: 0;
    max-width: 100%;
    display: block;
  }
  .diagnostics__form_subname {
    font-size: 13px;
  }
  .licenses {
    margin-bottom: 15px;
  }
  .licenses .right__flex {
    justify-content: center;
  }
  body {
    font-size: 14px;
  }
  .page__h2 {
    font-size: 22px;
    text-align: center;
  }
  .page__h1 {
    font-size: 24px;
    text-align: center;
  }
  .top img {
    display: none;
  }
  .top__info {
    position: initial;
    transform: none;
  }
  .top__info .page__h1 span {
    display: inline;
  }
  .top__button {
    text-align: center;
  }
  .two_burgers{
    height: 50px;
  }
  .two_burgers .header__hamburger{
    top: 20px;
  }
  .two_burgers .call2_menu{
    left: 15px;
  }
  .two_burgers .call2_menu span{
    left: 0;
  }
  .header__burger span:nth-child(1){
    width: 100%;
  }
  .header__burger span:nth-child(2){
    width: 90%;
  }
  .header__burger span:nth-child(3){
    width: 70%;
  }
  .left_name_for_burger{
    color: #0d1a68;
    font-weight: bold;
    font-size: 18px;
    top: 9px;
    position: absolute;
    left: 60px;
  }
  .right_name_for_burger{
    color: #0d1a68;
    font-weight: bold;
    font-size: 18px;
    top: 9px;
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 768px) {
  .other-services__desc ul {
    column-count: auto;
  }
  .services__price {
    padding: 15px 0;
    box-shadow: none;
  }
  .services__price_box {
    justify-content: center;
  }
  .services__table tr.services__table_bd {
    border: none;
  }
  .services__table tr.services__table_bd:nth-child(even) {
    border: none;
  }
  .services__table td {
    font-size: 13px;
    padding: 6px;
    border: 1px solid #595959;
  }
  .services__table td div {
    position: initial;
    background-color: transparent;
  }
  .services__table td[data-label] {
    position: relative;
  }
  .services__table td[data-label]:before {
    float: left;
    font-size: 13px;
    content: attr(data-label);
  }
  .services__table td[data-label] div {
    display: none;
    position: initial;
    background-color: transparent;
  }
  .contact-us__box {
    max-width: 100%;
  }
  .footer__flex {
    flex-direction: column;
  }
  .coopyright {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .create {
    font-size: 14px;
  }
  .breadcrumbs {
    display: none;
  }
  .diagnostics {
    padding-top: 40px;
  }
  .diagnostics__icon {
    display: none;
  }
  .diagnostics__text {
    max-width: 100%;
  }
  .diagnostics__box {
    padding: 20px 15px;
  }
  .popup__block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card.active .card__tech {
    padding: 15px 0;
  }
  .card__open, .card__close {
    font-size: 14px;
  }
  .card__tech {
    padding: 15px 0;
  }
  .card__tech ul {
    padding-left: 0;
    padding-right: 0;
  }
	.col-xs-6{
	width:49%;
	}
	.brands_title{
	flex-wrap:wrap;
	}
}

@media (max-width: 480px) {
  .header__icon {
    width: 24px;
    display: inline-block;
  }
  .header__icon svg {
    fill: #fff;
  }
  .header__numb {
    font-size: 0;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #0d1a68;
  }
  .header__number div {
    display: none;
  }
  .contact-us__inner {
    display: none;
  }
  .contact-us .form__button {
    display: block;
  }
  .services__price_box {
    flex-direction: column;
  }
  .services__price_button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .page__h2, .page__h1 {
    font-size: 18px;
  }
  blockquote{
    background: none;
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .tabs__count {
    display: none; }
  .tabs__h2 {
    display: block; }
  .tabs__h2--span {
    position: relative;
    display: inline-block; }
  .tabs__h2--span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }
}
/* End */


/* Start:/local/templates/sirius/css/alertify.default.css?15682117072552*/
/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}
/* End */


/* Start:/local/templates/sirius/css/alertify.core.css?15682117079459*/
.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #046798;
	filter:alpha(opacity=0.3);
	opacity:0.3;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 40%; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	-webkit-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 30px -10px rgba(0,0,0,0.5);
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
			padding: 30px 0 0 0;
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}
.alertify-message
{
	font-size: 1.3em;
	margin: 0px;
	text-align: center;
}
.alertify-message .error
{
	color: #F00;	
}
.alertify-message .alert
{
	color: #F00;
}
@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #2B72D5;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			background-color: #FE1A00;
			border: 1px solid #D83526;
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			background-color: #5CB811;
			border: 1px solid #3B7808;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}
/* End */
/* /local/templates/sirius/css/default.css?15682117076485 */
/* /local/templates/sirius/css/style.css?159551548245290 */
/* /local/templates/sirius/css/media.css?15682117078280 */
/* /local/templates/sirius/css/alertify.default.css?15682117072552 */
/* /local/templates/sirius/css/alertify.core.css?15682117079459 */
