@charset "UTF-8";

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "PF DinDisplay Pro Light";
  src: url("../m-fonts/pfdindisplaypro-light-webfont.eot");
  src: url("../m-fonts/pfdindisplaypro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../m-fonts/pfdindisplaypro-light-webfont.woff") format("woff"), url("../m-fonts/pfdindisplaypro-light-webfont.ttf") format("truetype"), url("../m-fonts/pfdindisplaypro-light-webfont.svg#webfont") format("svg");
}

@font-face {
  font-family: "PF DinDisplay Pro Medium";
  src: url("../m-fonts/pfdindisplaypro-med-webfont.eot");
  src: url("../m-fonts/pfdindisplaypro-med-webfont.eot?#iefix") format("embedded-opentype"), url("../m-fonts/pfdindisplaypro-med-webfont.woff") format("woff"), url("../m-fonts/pfdindisplaypro-med-webfont.ttf") format("truetype"), url("../m-fonts/pfdindisplaypro-med-webfont.svg#webfont") format("svg");
}

@font-face {
  font-family: "PF DinDisplay Pro Regular";
  src: url("../m-fonts/pfdindisplaypro-reg-webfont.eot");
  src: url("../m-fonts/pfdindisplaypro-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../m-fonts/pfdindisplaypro-reg-webfont.woff") format("woff"), url("../m-fonts/pfdindisplaypro-reg-webfont.ttf") format("truetype"), url("../m-fonts/pfdindisplaypro-reg-webfont.svg#webfont") format("svg");
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  width: 100%;
  background-color: #fafafa;
  font-size: 14px;
  color: #000;
  font-family: 'Droid Sans', sans-serif;
  padding-top: 77px;
  padding-bottom: 310px;
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  color: #161644;
  font-size: 30px;
}

h2 {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  color: #161644;
  font-size: 27px;
}

h3 {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  color: #161644;
  font-size: 24px;
}

h4 {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  color: #161644;
  font-size: 21px;
}

a {
  text-decoration: underline;
  color: #ac0610;
}

a:active,
a:hover {
  text-decoration: underline;
}

a.nostyle {
  color: inherit;
  text-decoration: none;
}

a.nostyle:active,
a.nostyle:hover {
  text-decoration: none;
}

p {
  font-size: 20px;
  color: #3c3c3c;
}

.table span {
  font-size: 21px;
  color: #161644;
}

.table .table_scroll {
  overflow-x: auto;
  width: auto;
}

.table .table_scroll table {
  border: 1px solid #6e6e6e;
  border-left: 0 none;
  border-right: 0 none;
  border-spacing: 0;
  min-width: 100%;
}

.table .table_scroll table tr th {
  text-align: left;
  background-color: #d2d2d2;
  padding: 10px 18px;
  color: #161644;
  font-size: 20px;
  border: 2px solid #fafafa;
}

.table .table_scroll table tr td {
  text-align: left;
  background-color: #efefef;
  padding: 14px 18px;
  min-width: 220px;
  color: #3c3c3c;
  font-size: 18px;
  border: 2px solid #fafafa;
  border-top: 0;
  border-bottom: 0;
}

.table .table_scroll table tr:nth-child(odd) td {
  background-color: #e6e6e6;
}

ul {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
}

ul li {
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 30px;
}

ul li.disc {
  list-style-type: disc;
}

ul li.dash {
  list-style-type: none;
}

ul li.dash:before {
  content: '–';
  text-indent: 0;
  display: inline-block;
  width: 0;
  position: relative;
  left: -1em;
}

ul li.num {
  list-style-type: decimal;
}

.jq-checkbox {
  width: 20px;
  height: 20px;
  background: #ffffff;
  margin: 0 7px 0 0;
  border: 1px solid #6e6e6e;
  vertical-align: -4px;
  border-radius: 0;
}

.jq-checkbox .jq-checkbox__div {
  display: none;
}

.jq-checkbox.checked {
  border: 1px solid #161644;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  background-image: url("../m-images/checked.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 12px;
}

.disabled {
  color: #b3b3b3;
}

.jq-radio {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: -6px;
}

.jq-radio .jq-radio__div {
  display: none;
}

.jq-radio.disabled {
  border-color: #b4b4b4;
}

.jq-radio.checked {
  border: 1px solid #161644;
}

.jq-radio.checked .jq-radio__div {
  display: block;
  background-color: #161644;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
}

.jq-selectbox {
  width: 100%;
  z-index: 6;
}

.jq-selectbox select {
  max-width: 100%;
}

.jq-selectbox .jq-selectbox__select-text {
  width: 100% !important;
}

.jq-selectbox .jq-selectbox__select {
  font-size: 16px;
  color: #000000;
  text-align: center;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  border: 1px solid #8c8c8c;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border: 0 none;
  background-image: url("../m-images/selectbox_trigger.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 10px;
  width: 30px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox .jq-selectbox__dropdown {
  border: 1px solid #161644;
  border-radius: 0;
  max-width: 100%;
  overflow-x: auto;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
  font-size: 18px;
  color: #3c3c3c;
  padding: 10px 10px;
  min-height: auto;
  line-height: 1.4;
  margin: 0;
  background-color: #ffffff;
  max-width: 100%;
  white-space: normal;
}

.jq-selectbox .jq-selectbox__dropdown ul li:nth-child(odd) {
  background-color: #f5f5f5;
}

.jq-selectbox .jq-selectbox__dropdown ul li.selected {
  background-color: #f5f5f5;
}

.jq-selectbox.opened .jq-selectbox__select {
  border: 1px solid #161644;
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__select-text {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.7);
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-right: 1px solid #161644;
  background-color: #f5f5f5;
}

.comment {
  color: #5b5b5b;
  font-size: 17px;
  margin: 6px 0;
}

.pagination {
  width: 100%;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pagination ul li {
  list-style: none;
  background-color: #ac0610;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  min-width: 38px;
  float: left;
  margin: 0 4px;
}

.pagination ul li.active {
  background-color: #161644;
}

.pagination ul li.larrow,
.pagination ul li.rarrow {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.pagination ul li.larrow a,
.pagination ul li.rarrow a {
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25px;
}

.pagination ul li.rarrow a {
  background-image: url("../m-images/rarrow.svg");
  background-position: 100% 50%;
}

.pagination ul li.larrow a {
  background-image: url("../m-images/larrow.svg");
  background-position: 0 50%;
}

.pagination ul li a,
.pagination ul li span {
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs {
  width: 100%;
}

.tabs .tabs_scroll {
  width: auto;
  overflow-x: auto;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
}

.tabs .tabs_scroll a,
.tabs .tabs_scroll span {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 16px;
  text-decoration: none;
  font-size: 21px;
  color: #ac0610;
  background-color: #ececec;
  margin-right: 4px;
}

.tabs .tabs_scroll a.active,
.tabs .tabs_scroll span.active {
  color: #161644;
}

.red_button {
  width: 90%;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  display: block;
  line-height: 50px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  background-color: #ac0610;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  border: 0 none;
}

.red_button:after {
  content: '';
  background-image: url("../m-images/button_arrow.svg");
  width: 34px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -33px;
  background-repeat: no-repeat;
  background-size: 34px 100%;
  background-position: -10px 0;
}

.red_button:hover,
.red_button:active {
  background-color: #980810;
  text-decoration: none;
}

.red_button:hover:after,
.red_button:active:after {
  background-image: url("../m-images/button_arrow_hover.svg");
  background-position: -10px 0;
}

.red_button.mt {
  margin-top: 25px;
}

.red_button.disabled {
  opacity: 0.4;
}

.style2 table tr th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  text-align: left;
  color: #ac0610;
  background-color: #d7d7d7;
  font-size: 18px;
}

.style2 table tr th:nth-child(1) {
  width: 110px;
}

.style2 table tr th:nth-child(2) {
  position: relative;
  padding-left: 40px;
}

.style2 table tr th:nth-child(2):after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-image: url("../m-images/accordion_more.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.style2 table tr td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 40px;
  padding: 8px 20px;
  text-align: left;
}

.style2 table tr td:nth-child(1) {
  width: 110px;
  color: #161644;
  background-color: #e6e6e6;
}

.simple_button {
  margin: 15px auto;
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100px;
}

.simple_button:active,
.simple_button:hover {
  text-decoration: none;
}

.page_title {
  text-align: center;
  margin: 23px 0;
}

i.availability,
i.interseasonal,
i.spike,
i.summer,
i.winter {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  margin-bottom: -4px;
  margin-right: 8px;
}

i.availability {
  background-image: url("../m-images/availability.svg");
}

i.summer {
  background-image: url("../m-images/summer.svg");
}

i.winter {
  background-image: url("../m-images/winter.svg");
}

i.spike {
  background-image: url("../m-images/spike.svg");
}

i.interseasonal {
  background-image: url("../m-images/interseasonal.svg");
}

.breadcrumb {
  background-color: #f0f0f0;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid gainsboro;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb a {
  color: #00ae5f;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}

.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("../m-images/breadcrumb_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 10px;
  height: 10px;
}

.breadcrumb a:last-child:after {
  display: none;
}

label {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 21px;
  color: #161644;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

label.disabled {
  color: #b4b4b4;
}

input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 38px;
  border: 1px solid #6e6e6e;
  color: #3c3c3c;
  font-size: 18px;
  margin-bottom: 14px;
  padding: 10px 0;
}

input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
  color: #b4b4b4;
  border-color: #b4b4b4;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

textarea {
  height: auto;
  resize: none;
}

.jq-number.focused .jq-number__field {
  border: 0 none;
}

.jq-number .jq-number__field {
  border: 0 none;
}

.discount_card {
  color: #fafafa;
  margin-top: 22px;
  text-align: center;
}

.discount_card img {
  border-radius: 5px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 195px;
}

.quote {
  padding-left: 14px;
  border-left: 2px solid #d2d2d2;
  font-size: 16px;
  color: #3c3c3c;
  margin: 0;
}

.content {
  padding: 0 20px;
}

.header {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c0c2e), color-stop(50%, #2c2e5d), to(#0c0c2e));
  background-image: linear-gradient(90deg, #0c0c2e 0%, #2c2e5d 50%, #0c0c2e 100%);
  width: 100%;
  height: 75px;
  border-bottom: 2px solid #080808;
  position: fixed;
  top: 0;
  z-index: 11;
  left: 0;
}

.header.anim {
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.header.hide {
  top: -77px;
}

.header .button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #414483;
  top: 15px;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.header .menu_button {
  left: 20px;
  background-image: url("../m-images/menu.svg");
}

.header .basket_button {
  right: 20px;
  background-image: url("../m-images/basket.svg");
  background-size: 65%;
  display: block;
}

.header .basket_button .basket_count {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #ac0610;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -2px;
}

.header .basket_button .basket_count.hide {
  display: none;
}

.header .logo {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.header .logo img {
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.footer .social_buttons {
  padding-top: 20px;
  text-align: center;
  background-color: #ffffff;
}

.footer .social_buttons .title {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  color: #161644;
  font-size: 21px;
  margin-bottom: 8px;
}

.footer .social_buttons .buttons {
  margin-bottom: -20px;
}

.footer .social_buttons .buttons .button {
  display: inline-block;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  height: 36px;
  width: 36px;
}

.footer .social_buttons .buttons .button.vk {
  background-image: url("../m-images/social/vk.svg");
  background-color: #414483;
}

.footer .text_area {
  background-color: #11113d;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  padding: 35px 0 20px;
}

.footer .text_area p {
  color: #aaaad1;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 20px;
}

.footer .text_area a {
  color: #aaaad1;
  text-decoration: none;
}

.footer .text_area .white {
  color: #fafafa;
  font-size: 16px;
}

.footer .text_area .white a {
  color: #fafafa;
  text-decoration: underline;
}

.footer .text_area .creator {
  font-size: 18px;
  margin-top: 22px;
}

.page_nav {
  padding-top: 25px;
}

.page_nav a {
  font-family: "PF DinDisplay Pro Medium", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ac0610;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
}

.page_nav a:before {
  content: '';
  background-image: url("../m-images/back.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  background-size: 9px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.stars .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: '';
  background-image: url("../m-images/stars.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  background-position: -20px 0;
}

.stars .star.fill {
  background-position: 0 0;
}

.calendar .month {
  max-width: 370px;
  margin: 0 auto 16px;
}

.calendar .month:last-child {
  margin-bottom: 0;
}

.calendar .month.hide {
  display: none;
}

.calendar .month .month_title {
  font-family: "PF DinDisplay Pro Light", sans-serif;
  text-align: center;
  color: #161644;
  font-size: 21px;
  text-transform: capitalize;
}

.calendar .month .days .flexline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar .month .days .day {
  color: #ac0610;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 18px;
  text-align: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ececec;
  border-radius: 50%;
  line-height: 38px;
  margin-bottom: 2px;
}

.calendar .month .days .day.on {
  background-color: #ececec;
}

.calendar .month .days .day.active {
  color: #fafafa;
  border: 1px solid #ac0610;
  background-color: #ac0610;
}

.calendar .month .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar .month .week .day {
  font-family: "PF DinDisplay Pro Light", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #3c3c3c;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.time_box {
  max-width: 370px;
  margin: 16px auto 0;
}

.time_box .times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.time_box .times .time {
  width: 75px;
  height: 48px;
  text-align: center;
  color: #ac0610;
  font-family: "PF DinDisplay Pro Regular";
  font-size: 21px;
  line-height: 48px;
  background-color: #ececec;
  margin-bottom: 8px;
}

.time_box .times .time.hide {
  background-color: transparent;
}

.time_box .times .time.active {
  background-color: #ac0610;
  color: #fafafa;
}

.time_box .times .time.busy {
  color: #b4b4b4;
}

.time_box .signature {
  margin-top: 16px;
  padding-left: 8px;
  padding-bottom: 12px;
}

.time_box .signature span {
  color: #3c3c3c;
  font-size: 18px;
  position: relative;
  margin-right: 30px;
  padding-left: 20px;
  display: inline-block;
}

.time_box .signature span:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 20px;
  background-color: #ac0610;
}

.time_box .signature span.busy:before {
  background-color: #b4b4b4;
}

.floating_button {
  position: fixed;
  top: 30%;
  right: 0;
  width: 46px;
  height: 53px;
  background-image: url("../m-images/floating_button.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 7;
}

.filter_popup {
  z-index: -1;
  opacity: 0;
  background-color: #191919;
  padding: 58px 6px 200px;
  position: absolute;
  top: 77px;
  left: 0;
  -webkit-transition: 0.3s opacity 0s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.filter_popup .filter_tabs {
  border: 1px solid #999999;
}

.filter_popup .filter_tabs .tabs_scroll {
  text-align: center;
  background-color: #c8c8c8;
  border-bottom: 1px solid #afafaf;
  padding-top: 15px;
}

.filter_popup .filter_tabs .tab_content {
  padding: 0 20px;
  margin: 0;
}

.filter_popup .filter_popup_close {
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 36px;
  height: 36px;
  background-color: #ac0610;
  background-image: url("../m-images/close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.show_popup {
  overflow: hidden;
  position: fixed;
  max-height: 100%;
  height: 100%;
}

.show_popup .filter_popup {
  opacity: 1;
  z-index: 8;
  min-height: 100%;
  height: 100%;
  overflow-y: scroll;
}

.line {
  width: auto;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin: 20px -20px;
  overflow: hidden;
}

.line span {
  position: relative;
  font-size: 18px;
  color: #161644;
  min-width: 110px;
  display: inline-block;
}

.line span:before {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  content: '';
  width: 1000px;
  height: 2px;
  background-color: gainsboro;
}

.line span:after {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  content: '';
  width: 1000px;
  height: 2px;
  background-color: gainsboro;
}

.error_box {
  width: 100%;
  color: #eaeaea;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  display: none;
  background-color: #b91807;
  margin-top: 25px;
}

.error_box.show {
  display: block;
}

@-webkit-keyframes loader {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.loading {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 20px auto;
}

.loading i {
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  -webkit-animation: loader 0.6s infinite ease-in-out;
  animation: loader 0.6s infinite ease-in-out;
}

.loading i:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading i:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading i:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.b-pager {
  width: 100%;
}

.b-pager .loading {
  display: none;
}

.b-pager.show .loading {
  display: block;
}

.to_basket {
  position: relative;
  display: block;
  width: 240px;
  height: 50px;
  margin: 12px auto 0;
  padding-left: 70px;
  text-align: center;
  color: #1e1e1e;
  border: 0 none;
  outline: none;
  background-color: #f3e03b;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-family: "PF DinDisplay Pro Medium", sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.to_basket.active {
  width: 240px;
  padding-left: 65px;
  font-size: 18px;
  font-weight: normal;
}

.to_basket:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  content: '';
  background-color: #ac0610;
  background-image: url("../m-images/basket_white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
}

.to_basket:after {
  position: absolute;
  top: 0;
  right: -33px;
  width: 34px;
  height: 50px;
  content: '';
  background-image: url("../m-images/button_arrow_yellow.svg");
  background-repeat: no-repeat;
  background-position: -10px 0;
  background-size: 34px 50px;
}

.to_basket .loader {
  width: 80px;
  display: inline-block;
  line-height: 18px;
}

.to_basket .loader i {
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #000000;
  width: 10px;
  height: 10px;
  -webkit-animation: loader 0.6s infinite linear;
  animation: loader 0.6s infinite linear;
}

.to_basket .loader i:nth-child(1),
.to_basket .loader i:nth-child(4) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.to_basket .loader i:nth-child(2),
.to_basket .loader i:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.to_basket .loader i:nth-child(3),
.to_basket .loader i:nth-child(6) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

input.error {
  position: relative;
  background-image: url("../m-images/error.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  margin-bottom: 0;
}

.input-error {
  color: #eaeaea;
  font-size: 16px;
  background-color: #b91807;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.input-error:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 6px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #b91807;
  border-top: 0;
}

.box-error {
  color: #eaeaea;
  font-size: 16px;
  background-color: #b91807;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s opacity 0s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out;
  margin: 20px 0;
  text-align: center;
  display: none;
  opacity: 0;
}

.box-error.show {
  opacity: 1;
  display: block;
}

.captcha {
  position: relative;
  position: relative;
  width: 145px;
  margin: 12px auto 30px;
}

.captcha .image {
  width: 135px;
}

.captcha .image img {
  width: 100%;
  height: auto;
}

.captcha .reload {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url("../m-images/captcha_reload.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
}

.submit {
  width: 175px;
  height: 50px;
  margin-bottom: 25px;
}

.menu {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #131441;
  overflow-y: auto;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s opacity 0s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out;
}

.menu .menu_button {
  background-image: url("../m-images/close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #414483;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.menu .menu_title {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 30px;
  color: #f3e03b;
  margin: 18px 0 15px 20px;
  display: block;
}

.menu .userinfo {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  border-top: 2px solid #414483;
  border-bottom: 1px solid #414483;
  padding: 15px 20px;
  overflow: hidden;
  background-color: #191a4d;
}

.menu .userinfo .user_photo {
  background-color: #333570;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  float: left;
  margin: 0 10px 0 0;
}

.menu .userinfo .user_photo.not {
  background-image: url("../m-images/user.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.menu .userinfo .username {
  font-size: 24px;
  height: 30px;
  line-height: 40px;
  padding-left: 10px;
  float: left;
}

.menu .userinfo .username a {
  text-decoration: none;
  color: #f4f4f5;
}

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

.menu ul li {
  margin: 0;
  padding: 0;
  background-color: #131441;
  border-bottom: 2px solid #414483;
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.menu ul li a,
.menu ul li span {
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  text-decoration: none;
  font-size: 23px;
  color: #ffffff;
  padding: 12px 18px;
  display: block;
}

.menu ul li span {
  position: relative;
  display: block;
}

.menu ul li span:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 14px;
  background-image: url("../m-images/menu_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.menu ul li ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.menu ul li ul li {
  background-color: #131441;
  border-bottom: 2px solid #414483;
}

.menu ul li ul li a {
  font-family: "PF DinDisplay Pro Light", sans-serif;
  font-size: 22px;
  margin-left: 15px;
  position: relative;
  padding: 12px 18px 10px;
}

.menu ul li ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 3px;
  background-color: #23245c;
  border-radius: 50%;
  margin-top: -5px;
}

.menu ul li.active {
  background-color: #0f1037;
}

.menu ul li.active span {
  border-bottom: 2px solid #414483;
}

.menu ul li.active ul {
  max-height: 500px;
}

.menu ul li.active ul li {
  background-color: #0f1037;
  border-bottom: 2px solid #1a1b4f;
}

.menu p {
  padding: 0 20px;
  margin: 0;
}

.menu p span {
  font-size: 20px;
  color: #aaaad1;
  margin: 20px 0 6px;
  display: inline-block;
}

.menu p a {
  font-size: 20px;
  color: #d5d5e8;
  text-decoration: none;
}

.menu .while_working {
  margin: 0 15px;
}

.menu .while_working tr td {
  font-size: 20px;
  color: #d5d5e8;
}

.menu .while_working tr td:nth-child(1) {
  width: 100px;
}

.show_menu {
  overflow: hidden;
  position: fixed;
  max-height: 100%;
  height: 100%;
}

.show_menu .menu {
  opacity: 1;
  z-index: 12;
}

.auth form input {
  margin-bottom: 0;
}

.auth .submit {
  width: 185px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.basket .comment {
  margin-bottom: 15px;
}

.profile h2 {
  text-align: center;
}

.profile p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.profile p span {
  color: #161644;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}

.profile p span.username {
  color: #000000;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 21px;
}

.profile form {
  margin-top: 20px;
}

.profile form label {
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center;
}

.profile .table {
  margin-top: 20px;
}

.profile .table>table {
  width: 100%;
}

.profile .table>table tr td:nth-child(1) {
  width: 70px;
}

.profile .table .product_box {
  margin: 0;
}

.profile .table.active>table tr th {
  color: #ffffff;
  background-color: #ac0610;
}

.profile .table.active>table tr th:nth-child(2):after {
  background-image: url("../m-images/accordion_more_white.svg");
}

.profile .table.active .hide_content {
  display: block;
}

.profile .table .hide_content {
  display: none;
}

.profile .submit {
  width: 185px;
  margin-top: 12px;
}

.photo {
  margin-bottom: 25px;
  line-height: 0;
}

.photo img {
  width: 100%;
}

.photo p {
  margin: 20px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}

.photo.green p {
  margin: 0;
  padding: 20px;
  color: #fafafa;
  background-color: #003e15;
  font-size: 16px;
  line-height: 21px;
}

.photo.full p {
  padding: 0 20px;
}

.photos {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 0;
}

.photos img {
  float: left;
  width: 48%;
  margin-bottom: 4%;
}

.photos img:nth-child(odd) {
  float: right;
}

.product .photo,
.search .photo {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.product .photo .tape,
.search .photo .tape {
  position: absolute;
  top: 16px;
  left: -38px;
  width: 150px;
  height: 44px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c70606;
  font-family: "PF DinDisplay Pro Medium", sans-serif;
  font-size: 16px;
  line-height: 44px;
}

.product_box {
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
  background-color: #f2f2f2;
}

.product_box .tags {
  padding-top: 25px;
  text-align: center;
}

.product_box .tags a {
  display: inline-block;
  padding: 0 4px;
  color: #ac0610;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 22px;
}

.product_box .characteristics {
  margin-top: 10px;
  padding: 0 15px;
}

.product_box .characteristics .spike {
  position: relative;
  top: 6px;
  margin: 0;
}

.product_box .characteristics tr td {
  height: 30px;
  color: #3c3c3c;
  font-size: 18px;
}

.product_box .characteristics tr td:nth-child(1) {
  width: 115px;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
}

.product_box .comment {
  text-align: center;
  margin: 15px 0;
}

.product_box p {
  margin: 0;
  color: #3c3c3c;
  font-size: 16px;
}

.product_box.more {
  padding: 0;
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.product_box.more>span {
  position: relative;
  display: block;
  padding: 16px 15px;
  color: #ac0610;
  border-bottom: 2px solid #dcdcdc;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 24px;
}

.product_box.more>span:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
  background-image: url("../m-images/more.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.product_box.more .product_box_content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  padding: 0 15px;
}

.product_box.more.active .product_box_content {
  max-height: 5000px;
}

.product_box.more.active>span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.box_center {
  text-align: center;
}

.old_price {
  position: relative;
  display: inline-block;
  margin: 10px auto 0;
  padding: 0 3px;
  color: #1e1e1e;
  font-size: 22px;
}

.old_price:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #ac0610;
}

.search h1 span {
  color: #7d7da8;
}

.search .search_total {
  padding: 0 0 25px;
  text-align: center;
  color: #505050;
  font-family: "PF DinDisplay Pro Light", sans-serif;
  font-size: 21px;
}

.search .search_total span {
  color: #282828;
}

.search .search_params {
  padding: 0 0 25px;
  color: #282828;
  font-size: 21px;
}

.search .search_params span {
  color: #282828;
}

.search .search_box {
  margin: 0 -20px;
  padding: 0 20px;
  border-top: 2px solid #787878;
}

.search .search_box:last-child {
  border-bottom: 2px solid #787878;
}

.search .search_box .search_box_content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.search .search_box.active h3:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search .search_box.active .search_box_content {
  overflow: visible;
  max-height: 50000px;
}

.search .search_box.active>span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search .search_box h3 {
  position: relative;
  color: #ac0610;
}

.search .search_box h3:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  content: '';
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
  background-image: url("../m-images/more.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 15px;
}

.search .sort {
  overflow: hidden;
  margin-bottom: 16px;
}

.search .sort a {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin-right: 5px;
  padding: 0 14px 0 20px;
  text-decoration: none;
  color: #ac0610;
  background-color: #ececec;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.search .sort i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 -3px -3px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.search .sort i.asc {
  background-image: url("../m-images/asc.svg");
}

.search .sort i.desc {
  background-image: url("../m-images/desc.svg");
}

.search .photo {
  margin: 0;
}

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

.search .product_box .product_title {
  text-decoration: none;
  color: #ac0610;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 22px;
}

.search .product_box p {
  padding: 10px 50px 0;
}

.search .reviews {
  margin-top: 18px;
}

.search .reviews span {
  color: #505050;
  font-size: 16px;
}

.search .reviews .stars {
  margin-top: 8px;
}

.product_box .characteristics {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.product_box .characteristics tr td:nth-child(1) {
  width: 50%;
  padding-right: 20px;
  text-align: right;
}

.product_box .photo {
  margin-bottom: 0;
}

.product_box .count {
  width: 55px;
  margin: 15px auto 10px;
}

.product_box .count .jq-number {
  position: relative;
  display: block;
  width: 55px;
  margin: 0 auto;
  padding: 0;
}

.product_box .count .minus,
.product_box .count .plus {
  position: absolute;
  border: 0 none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_box .count .minus:after,
.product_box .count .plus:after {
  display: none;
}

.product_box .count .minus {
  top: 13px;
  left: -37px;
  width: 17px;
  height: 10px;
  background-image: url("../m-images/minus.svg");
}

.product_box .count .plus {
  top: 10px;
  right: -35px;
  width: 17px;
  height: 17px;
  background-image: url("../m-images/plus.svg");
}

.product_box .count .jq-number__field {
  width: 55px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_box .count .jq-number__field input {
  height: 35px;
  text-align: center;
  color: #3c3c3c;
  border: 1px solid #6e6e6e;
  font-size: 16px;
}

.product_box .remove,
.product_box .restore {
  width: 100%;
  margin: 16px 0 0;
  padding: 14px 0 0;
  text-align: center;
  border-top: 2px solid #e6e6e6;
}

.product_box .remove a,
.product_box .restore a {
  text-decoration: underline;
  color: #ac0610;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 22px;
}

.product_box .restore {
  display: none;
}

.product_box .restore a {
  color: #787878;
}

.product_box p.sum {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 24px;
}

.product_box p.sum i {
  font-style: normal;
}

.product_box p.sum span {
  display: inline-block;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 18px;
}

.product_box p.sum span.old_price {
  margin-left: 10px;
  color: #505050;
  font-size: 14px;
}

.product_box p.total_sum {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #1e1e1e;
  font-size: 21px;
}

.product_box p.total_sum i {
  font-style: normal;
}

.product_box p.total_sum span {
  display: inline-block;
  margin: 7px 0;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 18px;
}

.product_box p.total_sum span.old_price {
  margin-left: 10px;
  color: #505050;
  font-size: 16px;
}

.product_box form {
  margin-top: 22px;
}

.product_box form label {
  margin-top: 5px;
}

.product_box .red_button {
  width: 175px;
  margin-top: 48px;
  margin-bottom: 20px;
}

.product_box.hide .photo,
.product_box.hide .characteristics,
.product_box.hide .count,
.product_box.hide .sum,
.product_box.hide .total_sum,
.product_box.hide .remove {
  display: none;
}

.product_box.hide .restore {
  display: block;
}

.product_box.hide .tags a {
  color: #787878;
}

.ordering_total_sum {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  border-top: 2px solid #787878;
  background-color: #f2f2f2;
}

.ordering_total_sum i {
  font-style: normal;
}

.ordering_total_sum .discount_num {
  color: #1e1e1e;
  font-size: 19px;
}

.ordering_total_sum .sum_num {
  color: #1e1e1e;
  font-size: 19px;
}

.ordering_total_sum .discount_tilte {
  display: inline-block;
  margin: 10px 0 5px;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 16px;
}

.ordering_total_sum .sum_tilte {
  display: inline-block;
  margin: 10px 0 5px;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 19px;
}

.profile .product_box .count {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 24px;
}

.profile .product_box .count span {
  display: inline-block;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 18px;
}

.home .home_phone {
  padding: 10px 0;
  text-align: center;
  font-size: 19px;
}

.home .home_phone .home_phone_title {
  color: #282828;
  font-family: "PF DinDisplay Pro Light", sans-serif;
}

.home .home_phone a {
  text-decoration: none;
  color: #282828;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
}

.home .home_buttons {
  padding: 25px 0 14px;
  text-align: center;
  background-image: url("../m-images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.home .home_buttons .home_buttons_title {
  display: inline-block;
  margin-bottom: 15px;
  color: #ececec;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 30px;
}

.home .home_buttons .red_button {
  width: 200px;
  margin-bottom: 20px;
}

.home .home_service {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

.home .home_service .service_photo img {
  width: 140px;
}

.home .home_service .service_title {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 30px;
}

.home .home_service .service_subtitle {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  color: #161644;
  font-family: "PF DinDisplay Pro Light", sans-serif;
  font-size: 18px;
}

.home .home_service .service_links {
  margin: 10px 0 0;
}

.home .home_service .service_links a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  color: #ac0610;
  font-size: 17px;
}

.home .home_news {
  padding: 32px 0 0;
}

.home .home_news .home_news_header {
  overflow: hidden;
  margin-bottom: 18px;
}

.home .home_news .home_news_header .home_news_title {
  float: left;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 30px;
}

.home .home_news .home_news_header .red_button {
  float: right;
  width: 53px;
  height: 34px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 34px;
}

.home .home_news .home_news_header .red_button:after {
  height: 34px;
  background-size: 31px 34px;
}

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

.tabs .tabs {
  margin-top: 5px;
  margin-bottom: 0;
}

.tabs .tabs .tabs_scroll a,
.tabs .tabs .tabs_scroll span {
  background-color: #dcdcdc;
}

.tabs .tabs .tabs_scroll a.active,
.tabs .tabs .tabs_scroll span.active {
  background-color: #ececec;
}

.tabs .tab_content {
  display: none;
}

.tabs .tab_content.active {
  display: block;
}

.filter_tabs .tab_content {
  margin: 0 -20px;
  padding: 0 20px;
  background-color: #ececec;
}

.filter_tabs .tab_content form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_tabs .tab_content label {
  display: inline-block;
  width: 100%;
  font-size: 21px;
}

.filter_tabs .tab_content .checkboxs {
  overflow: hidden;
}

.filter_tabs .tab_content .checkboxs .checkbox {
  float: left;
  width: auto;
  min-width: 50%;
  margin: 18px 0 0;
  text-align: left;
}

.filter_tabs .tab_content .submit {
  width: 180px;
  margin-top: 26px;
}

.filter_tabs .tab_content .form_reset {
  padding: 14px 0 32px;
  text-align: center;
}

.filter_tabs .tab_content .form_reset a {
  text-decoration: none;
  color: #ac0610;
  border-bottom: 2px dotted #ac0610;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 24px;
}

.services .red_button {
  margin-top: 30px;
}

.order_status form label {
  margin: 7px 0;
}

.sign h1 {
  text-align: center;
}

.sign form label {
  margin-top: 12px;
  margin-bottom: 7px;
}

.sign form input {
  margin-bottom: 10px;
}

.sign form .checkbox {
  text-align: left;
}

.sign form .submit {
  width: 180px;
  margin-top: 24px;
}

.sign form .step {
  padding: 25px 0;
  border-bottom: 2px solid #e2e2e2;
}

.sign form .step.zero {
  padding-top: 10px;
  padding-bottom: 30px;
}

.sign form .step .step_num {
  text-align: center;
  color: #5a5a5a;
  font-family: "PF DinDisplay Pro Light", sans-serif;
  font-size: 21px;
}

.sign form .step .step_num span {
  color: #000000;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
}

.sign form .step .step_title {
  padding: 14px 0 0;
  text-align: center;
  color: #161644;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 24px;
}

.sign form .step .stpe_subtitle {
  margin: 14px 0 20px;
  text-align: center;
  color: #3c3c3c;
  font-size: 18px;
}

.sign form .radio {
  margin: 18px 0 0;
  text-align: left;
}

.sign_box {
  margin: 0;
  padding: 25px 0 15px;
  background-color: #f2f2f2;
}

.sign_box p {
  margin: 0;
  padding: 20px;
  color: #3c3c3c;
  font-size: 16px;
}

.sign_box.more {
  padding: 0;
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
}

.sign_box.more>span {
  position: relative;
  display: block;
  padding: 16px 20px;
  color: #ac0610;
  border-bottom: 2px solid #dcdcdc;
  font-family: "PF DinDisplay Pro Regular", sans-serif;
  font-size: 24px;
}

.sign_box.more>span:after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  -webkit-transition: 0.3s all 0s ease-in-out;
  transition: 0.3s all 0s ease-in-out;
  background-image: url("../m-images/more.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.sign_box.more .sign_box_content {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  padding: 0 15px;
}

.sign_box.more .sign_box_content .service_content_phone::after {
  content: '';
  display: block;
}

.sign_box.more .sign_box_content ol {
  padding: 0 20px 0 40px;
}

.sign_box.more.active .sign_box_content {
  max-height: 5000px;
}

.sign_box.more.active>span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.styles label {
  text-align: left;
}

a.styles {
  width: 150px;
}

.new_action_label_container {
  text-align: center;
  width: 100%;
}
.new_action_label {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 0;
  height: 34px;
  box-sizing: border-box;
  text-align: center;
}
.new_action_label.big {
  height: 52px;
}
.new_action_label i {
  display: block;
  position: absolute;
  top: 0;
}

.new_action_label p {
  position: relative;
  display: inline-block;
  border-top: 1px solid #5e6b9c;
  border-bottom: 1px solid #5e6b9c;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 8px 14px !important;
  margin: 0;
  box-sizing: border-box;
  color: #5e6b9c;
  font-size: 16px;
  line-height: 16px;
}

.new_action_label p span {
  color: #939cbb;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  margin: 5px 0 0 0;
  display: inline-block;
}

.new_action_label i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.new_action_label i:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 2;
}

.new_action_label i.left {
  left: -24px;
}

.new_action_label i.left:before {
  border: 17px solid transparent;
  border-right: 7px solid #5e6b9c;
}

.new_action_label i.left:after {
  border: 17px solid transparent;
  border-right: 7px solid #f2f2f2;
}

.new_action_label i.right {
  right: 0;
}

.new_action_label i.right:before {
  border: 17px solid transparent;
  border-left: 7px solid #5e6b9c;

}

.new_action_label i.right:after {
  border: 17px solid transparent;
  border-left: 7px solid #f2f2f2;
  left: -1px;
}

.new_action_label.big i.left {
  left: -36px;
}

.new_action_label.big i.left:before {
  border: 26px solid transparent;
  border-right: 10px solid #5e6b9c;
}

.new_action_label.big i.left:after {
  border: 26px solid transparent;
  border-right: 10px solid #f2f2f2;
}

.new_action_label.big i.right {
  right: 0;
}

.new_action_label.big i.right:before {
  border: 26px solid transparent;
  border-left: 10px solid #5e6b9c;

}

.new_action_label.big i.right:after {
  border: 26px solid transparent;
  border-left: 10px solid #f2f2f2;
  left: -1px;
}

.product_card.is_nokian .photo,
.product.is_nokian .photo,
.product_card.is_goodyear .photo,
.product.is_goodyear .photo {
  position: relative;
}

.product_card.is_nokian .is_nokian_link,
.product.is_nokian .photo .is_nokian_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../m-images/ico_nokian_tyres.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  display: block;
  user-select: none;
}

.product_card.is_goodyear .is_goodyear_link,
.product.is_goodyear .photo .is_goodyear_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../m-images/goodyear_premium.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  display: block;
  user-select: none;
  border: 1px solid #000;
  border-radius: 50%;
}

.content_page {
  padding: 0 20px;
}

.content_page table {
  width: 100% !important;
}