

/* Start:/local/templates/stp-europe-2/css/styles.css?1751519448244537*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
}
/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
/*==============================
fonts
==============================*/
@font-face {
  font-family: "lato";
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-regular.eot");
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stp-europe-2/css/../fonts/lato-regular.woff2") format("woff2"), url("/local/templates/stp-europe-2/css/../fonts/lato-regular.woff") format("woff"), url("/local/templates/stp-europe-2/css/../fonts/lato-regular.ttf") format("truetype"), url("/local/templates/stp-europe-2/css/../fonts/lato-regular.svg#PFHandbookPro_Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-light.eot");
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("/local/templates/stp-europe-2/css/../fonts/lato-light.woff2") format("woff2"), url("/local/templates/stp-europe-2/css/../fonts/lato-light.woff") format("woff"), url("/local/templates/stp-europe-2/css/../fonts/lato-light.ttf") format("truetype"), url("/local/templates/stp-europe-2/css/../fonts/lato-light.svg#PFHandbookPro_Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-bold.eot");
  src: url("/local/templates/stp-europe-2/css/../fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/stp-europe-2/css/../fonts/lato-bold.woff2") format("woff2"), url("/local/templates/stp-europe-2/css/../fonts/lato-bold.woff") format("woff"), url("/local/templates/stp-europe-2/css/../fonts/lato-bold.ttf") format("truetype"), url("/local/templates/stp-europe-2/css/../fonts/lato-bold.svg#PFHandbookPro_Regular") format("svg");
  font-weight: 700;
  font-style: normal;
}
/*==============================
base
==============================*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  background: #ffffff;
  color: #252d3e;
}
.stop-scroll {
  overflow: hidden;
}
/*==============================
print
==============================*/
.print .site-wrapper {
  width: 1000px;
}
.print .site-main__top {
  background: none;
}
.print .site-main__top p {
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.print .site-header,
.print .site-nav,
.print .section-one__subtitle,
.print .site-footer,
.print .main-header {
  display: none;
}
/*===== support =====*/
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*==============================
container
==============================*/
.site-wrapper {
  min-width: 300px;
  max-width: 1280px;
  margin: 0 auto;
}
.site-wrapper__content {
  padding: 10px;
}
@media (min-width: 768px) {
  .site-wrapper__content {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .site-wrapper--product {
    width: 1260px;
  }
}
.site-wrapper--carousel {
  overflow-x: hidden;
}
/*==============================
footer-support
==============================*/
.footer-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.footer-support__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.footer-support__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-support__footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
/*==============================
site-main
==============================*/
.site-main__top {
  padding: 10px;
  background-color: #f2f4f7;
}
@media (min-width: 576px) {
  .site-main__top {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-hex-01.svg");
  }
}
/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}
/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}
/*===== main =====*/
/*==============================
btn
==============================*/
.btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  margin: 0 auto;
  background-color: #ec2024;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .btn {
    border-radius: 10px;
  }
}
.btn--blue {
  background-color: #6792c7;
}
.btn--opacity {
  background-color: rgba(235, 32, 36, 0.8);
}
.btn--icon {
  padding-right: 50px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-btn.svg");
  background-repeat: no-repeat;
  background-position-x: right;
}
.btn--search {
  background-position-y: top;
}
.btn--download {
  background-position-y: -40px;
}
.btn--print {
  background-position-y: -80px;
}
.btn--send {
  background-position-y: -120px;
}
.btn--download-2 {
  background-position-y: -160px;
}
.btn--add-info {
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 1.4;
  white-space: normal;
}
.btn--add-info span {
  display: block;
  font-size: 9px;
}
/*==============================
headers
==============================*/
.icon-header {
  display: block;
  min-width: 320px;
  margin: 20px 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #252d3e;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.icon-header[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .icon-header[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .icon-header span {
    display: inline-block;
    padding: 0 10px 5px;
    border-bottom: 2px solid #ec2024;
  }
}
.icon-header span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-main-header-red.svg");
  background-position-x: center;
  background-repeat: no-repeat;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .icon-header span {
    padding: 0 20px 5px;
  }
}
@media (min-width: 768px) {
  .icon-header {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .icon-header {
    font-size: 34px;
  }
}
.icon-header--light {
  color: #ffffff;
}
.icon-header--light span {
  border-color: #ffffff;
}
.icon-header--light span::before {
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-main-header-white.svg");
}
.icon-header--calculator span::before {
  background-position-y: 2px;
}
.icon-header--catalog span::before {
  background-position-y: -28px;
}
.icon-header--instructions span::before {
  background-position-y: -58px;
}
.icon-header--news span::before {
  background-position-y: -88px;
}
.icon-header--where span::before {
  background-position-y: -119px;
}
.icon-header--dealer span::before {
  background-position-y: -150px;
}
.icon-header--about span::before {
  background-position-y: -178px;
}
.icon-header--distributor span {
  position: relative;
  padding-left: 58px;
  padding-right: 15px;
  letter-spacing: 2.5px;
}
.icon-header--distributor span::before {
  position: absolute;
  left: 17px;
  top: 0;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-distributor.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .icon-header--distributor span::before {
    left: 17px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .icon-header--shopping {
    margin-top: 100px;
    margin-bottom: 53px;
    font-size: 36px;
  }
}
.icon-header--shopping span {
  position: relative;
  padding-left: 58px;
  padding-right: 15px;
  letter-spacing: 2.5px;
}
.icon-header--shopping span::before {
  position: absolute;
  left: 17px;
  top: 0;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-bag-red.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .icon-header--shopping span::before {
    left: 17px;
    top: 7px;
  }
}
@media (min-width: 992px) {
  .icon-header--signin {
    margin-top: 12px;
    font-size: 36px;
  }
}
.icon-header--signin span {
  position: relative;
  padding-left: 58px;
  padding-right: 15px;
  letter-spacing: 2.5px;
}
.icon-header--signin span::before {
  position: absolute;
  width: 23px;
  height: 34px;
  left: 17px;
  top: 0;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-user-title.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .icon-header--signin span::before {
    left: 17px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .icon-header--signup {
    margin-top: 12px;
    font-size: 36px;
  }
}
.icon-header--signup span {
  position: relative;
  padding-left: 58px;
  padding-right: 15px;
  letter-spacing: 2.5px;
}
.icon-header--signup span::before {
  position: absolute;
  width: 29px;
  height: 29px;
  left: 17px;
  top: 0;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-signup.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .icon-header--signup span::before {
    left: 17px;
    top: 8px;
  }
}
.main-header {
  display: block;
  min-width: 320px;
  margin: 20px 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ec2024;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.main-header[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .main-header[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .main-header {
    font-size: 30px;
  }
}
/*==============================
effects
==============================*/
.fade-in {
  -webkit-animation: fadeEffect 0.6s;
  animation: fadeEffect 0.6s;
}
.fade-in-fast {
  -webkit-animation: fadeEffect 0.3s;
  animation: fadeEffect 0.3s;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==============================
site-header
==============================*/
.site-header {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .site-header__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.site-header__column {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .site-header__column {
    padding: 0;
  }
}
.site-header__column--left {
  padding-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-header.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 576px) {
  .site-header__column--left {
    padding-right: 20px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .site-header__column--left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: none;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .site-header__column--left {
    padding-right: 0;
  }
}
.site-header__column--right {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header__column--right {
    width: auto;
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .site-header__column--right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 42px;
  width: auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.site-header__logo[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-header__logo[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.site-header__logo img {
  height: 100%;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header__logo {
    max-width: 280px;
    height: auto;
    margin: 0;
  }
}
.site-header__link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.site-header__link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-header__link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .site-header__link {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .site-header__link {
    padding-left: 30px;
  }
}
.site-header__phone {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #252d3e;
}
.site-header__phone::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 13px;
  width: 13px;
  height: 23px;
  margin-right: 10px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-phone.png");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-header__callback {
  display: none;
}
.site-header__callback span {
  width: 200px;
  display: inline-block;
  padding: 8px 10px;
  background-color: #6792c7;
  border-radius: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: relative;
  white-space: normal;
}
.site-header__callback span::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-top: 4px solid #6792c7;
  border-bottom: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
}
@media (min-width: 1200px) {
  .site-header__callback span {
    width: auto;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .site-header__callback {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .site-header {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-header.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media (min-width: 992px) {
  .site-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*==============================
social
==============================*/
.social__header {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .social__header {
    padding-right: 15px;
  }
}
.social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .social__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.social__item {
  padding: 10px;
}
@media (min-width: 768px) {
  .social__item {
    padding: 2px;
  }
}
.social__link {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-social.svg");
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.social__link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .social__link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.social__link--youtube {
  background-color: #ed3123;
  background-position: center -3px;
}
.social__link--facebook {
  background-color: #3b5998;
  background-position: center -43px;
}
.social__link--instagram {
  background-color: #ff543e;
  background-position: center -83px;
}
@media (min-width: 768px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*==============================
site-nav
==============================*/
.site-nav {
  background-color: #ffffff;
  font-size: 0;
}
.site-nav__list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 50px 0 20px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: top;
  transition-property: top;
}
@media (min-width: 576px) {
  .site-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.site-nav__link {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 10px 10px;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.site-nav__link[href]:hover,
.site-nav__link[href]:active {
  border-bottom-color: #ec2024;
}
.site-nav__link--current {
  border-bottom-color: #ec2024;
  color: #ec2024;
  cursor: default;
}
.site-nav__link--current:active,
.site-nav__link--current[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .site-nav__link--current:hover,
  .site-nav__link--current[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
@media (min-width: 576px) {
  .site-nav__link--current {
    -webkit-box-shadow: inset 0 -1px 0 0 #bf1a1d;
    box-shadow: inset 0 -1px 0 0 #bf1a1d;
  }
}
@media (min-width: 576px) {
  .site-nav__link--hidden {
    display: none;
  }
}
.site-nav__toggle {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  background-color: transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 501;
}
.site-nav__toggle:focus {
  outline: 0;
}
.site-nav__toggle:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-nav__toggle:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.site-nav__toggle svg {
  width: 100%;
  fill: #ec2024;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .site-nav__toggle {
    display: none;
  }
}
.site-nav--nojs .site-nav__toggle {
  display: none;
}
@media (max-width: 575px) {
  .site-nav--opened .site-nav__list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
  }
}
.site-nav--opened #site-nav__navicon {
  display: none;
}
@media (max-width: 575px) {
  .site-nav--closed .site-nav__list {
    width: 100%;
    position: absolute;
    top: -2000px;
    left: 0;
    z-index: 500;
  }
}
.site-nav--closed #site-nav__close {
  display: none;
}
@media (min-width: 576px) {
  .site-nav--main .site-nav__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .site-nav {
    border-top: 1px solid #eff1f4;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
/*==============================
site-footer
==============================*/
.site-footer {
  padding: 20px 0;
  background-color: #252d3e;
}
.site-footer__main {
  border-bottom: 2px solid #ec2024;
}
@media (min-width: 992px) {
  .site-footer__main .site-footer__columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .site-footer__second .site-footer__col {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media (min-width: 768px) {
  .site-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer__col {
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__col {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .site-footer__col--nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.site-footer__logo {
  display: block;
  max-width: 195px;
  margin: 0 auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.site-footer__logo[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-footer__logo[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.site-footer__logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .site-footer__logo {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .site-footer__logo {
    padding-bottom: 40px;
  }
}
.site-footer__address em {
  display: inline-block;
  padding-left: 30px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
  color: #ffffff;
  position: relative;
}
.site-footer__address em::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 21px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-place.svg");
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .site-footer__address span {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-footer__address {
    text-align: left;
  }
}
.site-footer__header {
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #ffffff;
}
@media (min-width: 992px) {
  .site-footer__header {
    padding-bottom: 20px;
    text-align: left;
  }
}
.site-footer__header--nav::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 20px;
  margin-right: 5px;
  border-left: 4px solid #ec2024;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .site-footer__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .site-footer__nav-list {
    display: block;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .site-footer__nav-col {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .site-footer__nav-col {
    padding: 0 40px;
  }
}
.site-footer__nav-item {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-footer__nav-item {
    padding: 5px 15px 10px;
  }
}
.site-footer__nav-link {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #9ea5b4;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.site-footer__nav-link[href]:hover {
  border-color: #9ea5b4;
}
.site-footer__nav-link--current {
  cursor: default;
  color: #ffffff;
}
.site-footer__nav-link--current:active,
.site-footer__nav-link--current[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .site-footer__nav-link--current:hover,
  .site-footer__nav-link--current[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.site-footer__form {
  max-width: 320px;
  padding: 0;
  margin: 0 auto;
}
.site-footer__form::-webkit-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.site-footer__form::-moz-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.site-footer__form:-moz-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.site-footer__form:-ms-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
@media (min-width: 992px) {
  .site-footer__form {
    width: 320px;
    padding-bottom: 50px;
  }
}
.site-footer__input {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 210px;
  height: 25px;
  padding: 0 5px;
  background-color: transparent;
  border-bottom: 1px solid #9ea5b4;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.site-footer__input:focus {
  outline: 0;
}
.site-footer__input:focus {
  border-color: #ffffff;
}
.site-footer__input--textarea {
  resize: vertical;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.site-footer__btn {
  max-width: 125px;
  margin: 0;
  height: 30px;
  line-height: 30px;
}
.site-footer__copyright {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ffffff;
}
.site-footer__copyright b {
  font-weight: 400;
  text-transform: uppercase;
}
.site-footer__logo-wrapper {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  opacity: 0.3;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.site-footer__logo-wrapper[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .site-footer__logo-wrapper[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.site-footer__logo-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .site-footer__social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/*==============================
section-one
==============================*/
.section-one {
  padding: 10px 0;
}
.section-one p {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.4;
  text-transform: none;
  color: #252d3e;
}
.section-one__subtitle {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
  text-align: center;
}
.section-one__more-link {
  display: block;
  text-align: center;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #ec2024;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.section-one__more-link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .section-one__more-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .section-one {
    padding-top: 50px;
  }
}
/*==============================
calculator-block
==============================*/
.calculator-block {
  padding-bottom: 20px;
}
.calculator-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .calculator-block__list {
    padding: 20px 0 40px;
  }
}
@media (min-width: 1200px) {
  .calculator-block__list {
    padding: 40px 0 80px;
  }
}
.calculator-block__item {
  padding: 8px;
}
.calculator-block__link {
  display: block;
  width: 215px;
  padding-top: 235px;
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.calculator-block__link::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 215px;
  height: 215px;
  background-color: #ffffff;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-calculator-block.jpg");
  border: 1px solid #252d3e;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: absolute;
  top: 0;
  left: 0;
}
.calculator-block__link::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 59px;
  background-image: url("/local/templates/stp-europe-2/css/../img/hover-calculator.svg");
  background-position-x: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  opacity: 0;
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: -74px;
}
.calculator-block__link span {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
  position: relative;
}
.calculator-block__link span::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  height: 195px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  position: absolute;
  top: -227px;
  left: 50%;
  margin-left: -97px;
  z-index: 1;
}
.calculator-block__link span::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -18px;
}
.calculator-block__link:hover::after,
.calculator-block__link:active::after {
  border-color: #f0554f;
}
.calculator-block__link:hover span,
.calculator-block__link:active span {
  color: #ec2024;
}
.calculator-block__link:hover span::after,
.calculator-block__link:active span::after {
  border-color: #ec2024;
}
.calculator-block__link--01::before {
  background-position: center 0;
}
.calculator-block__link--02::before {
  background-position: center -215px;
}
.calculator-block__link--03::before {
  background-position: center -430px;
}
.calculator-block__link--04::before {
  background-position: center -645px;
}
.calculator-block__link--05::before {
  background-position: center -860px;
}
.calculator-block__link--current {
  cursor: default;
}
.calculator-block__link--current:active,
.calculator-block__link--current[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .calculator-block__link--current:hover,
  .calculator-block__link--current[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.calculator-block__link--current span {
  color: #ec2024;
}
.calculator-block__link--current span::after {
  border-color: #f0554f;
}
@media (min-width: 1200px) {
  .calculator-block__link--current span::before {
    border-top-color: #ec2024;
  }
}
.calculator-block__link--current::after {
  opacity: 1;
}
@media (min-width: 576px) {
  .calculator-block {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .calculator-block {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .calculator-block--inside .calculator-block__list {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .calculator-block--inside .calculator-block__list {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .calculator-block--inside {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .calculator-block--inside {
    padding-top: 10px;
  }
}
.print .calculator-block__list {
  display: none;
}
/*==============================
catalog-block
==============================*/
.catalog-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .catalog-block__list {
    padding-top: 20px;
  }
}
.catalog-block__item {
  width: 285px;
  height: 285px;
  position: relative;
}
.catalog-block__link {
  display: block;
  width: 255px;
  height: 255px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: top, box-shadow;
  transition-property: top, box-shadow, -webkit-box-shadow;
  position: absolute;
  top: 15px;
  left: 15px;
}
.catalog-block__link[href]:hover,
.catalog-block__link[href]:active {
  top: -10px;
}
.catalog-block__link[href]:hover .catalog-block__header,
.catalog-block__link[href]:active .catalog-block__header {
  top: 0;
}
@media (min-width: 992px) {
  .catalog-block__link[href]:hover .catalog-block__header--silver::before,
  .catalog-block__link[href]:active .catalog-block__header--silver::before {
    border-top-color: rgba(202, 206, 213, 0.9);
  }
}
@media (min-width: 992px) {
  .catalog-block__link[href]:hover .catalog-block__header--gold::before,
  .catalog-block__link[href]:active .catalog-block__header--gold::before {
    border-top-color: rgba(190, 161, 128, 0.8);
  }
}
@media (min-width: 992px) {
  .catalog-block__link[href]:hover .catalog-block__header--diamond::before,
  .catalog-block__link[href]:active .catalog-block__header--diamond::before {
    border-top-color: rgba(133, 181, 227, 0.8);
  }
}
@media (min-width: 992px) {
  .catalog-block__link[href]:hover .catalog-block__header--special::before,
  .catalog-block__link[href]:active .catalog-block__header--special::before {
    border-top-color: rgba(236, 32, 36, 0.8);
  }
}
@media (min-width: 992px) {
  .catalog-block__link[href]:hover,
  .catalog-block__link[href]:active {
    -webkit-box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.5);
  }
}
.catalog-block__header {
  width: 100%;
  padding: 10px;
  margin: 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  transition-property: top;
  position: absolute;
  top: 40%;
  left: 0;
}
@media (min-width: 992px) {
  .catalog-block__header::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -20px;
  }
}
.catalog-block__header b {
  font-weight: 700;
}
.catalog-block__header--silver {
  background-color: rgba(202, 206, 213, 0.9);
}
.catalog-block__header--gold {
  background-color: rgba(190, 161, 128, 0.8);
}
.catalog-block__header--diamond {
  background-color: rgba(133, 181, 227, 0.8);
}
.catalog-block__header--special {
  background-color: rgba(236, 32, 36, 0.8);
}
@media (min-width: 576px) {
  .catalog-block {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(20%, #ffffff), color-stop(20%, #f1f3f6), color-stop(50%, #f1f3f6), color-stop(50%, #ffffff));
    background-image: linear-gradient(to top, #ffffff 0, #ffffff 20%, #f1f3f6 20%, #f1f3f6 50%, #ffffff 50%);
  }
}
/*==============================
slick
==============================*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*==============================
slick-theme
==============================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/stp-europe-2/css/../img/loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
  padding: 0;
  background: none;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-carousel.svg");
  background-repeat: no-repeat;
  border: 0;
  font-size: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 45%;
  z-index: 2;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.slick-prev:active,
.slick-next:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .slick-prev:hover,
  .slick-next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.slick-prev {
  left: -35px;
  background-position: center left -15px;
}
.slick-next {
  right: -35px;
  background-position: center right -15px;
}
/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -50px;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: #9ea5b4;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ec2024;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  outline: none;
}
.slick-active,
.slick-current {
  outline: none;
}
/*==============================
instructions-block
==============================*/
.instructions-block {
  padding: 20px 0 50px;
  background-color: #eceef1;
  /* Dots */
  /* Arrows */
}
.instructions-block__list {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 10px 50px;
}
@media (min-width: 768px) {
  .instructions-block__list {
    max-width: 800px;
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .instructions-block__list {
    max-width: 850px;
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .instructions-block__list {
    max-width: 930px;
  }
}
.instructions-block .slick-dots {
  bottom: 0;
}
.instructions-block .slick-prev,
.instructions-block .slick-next {
  width: 40px;
  height: 60px;
  background-color: #ffffff;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-carousel-01.svg");
  border: 1px solid #9ea5b4;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}
.instructions-block .slick-prev:hover,
.instructions-block .slick-next:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
@media (min-width: 992px) {
  .instructions-block .slick-prev,
  .instructions-block .slick-next {
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }
}
.instructions-block .slick-prev {
  background-position: center -10px;
  left: 5px;
}
.instructions-block .slick-prev:hover {
  background-position: center -90px;
}
@media (min-width: 992px) {
  .instructions-block .slick-prev:hover {
    background-position: center -82px;
  }
}
@media (min-width: 992px) {
  .instructions-block .slick-prev {
    background-position: center -2px;
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .instructions-block .slick-prev {
    left: -100px;
  }
}
.instructions-block .slick-next {
  background-position: center -170px;
  right: 5px;
}
.instructions-block .slick-next:hover {
  background-position: center -250px;
}
@media (min-width: 992px) {
  .instructions-block .slick-next:hover {
    background-position: center -242px;
  }
}
@media (min-width: 992px) {
  .instructions-block .slick-next {
    background-position: center -162px;
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .instructions-block .slick-next {
    right: -100px;
  }
}
.instructions-block__link-block {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .instructions-block__link-block::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background-image: url("/local/templates/stp-europe-2/css/../img/shadow-instructions-block.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .instructions-block__link-block {
    padding-top: 40px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .instructions-block__link-block {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .instructions-block {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #e9ebf0), color-stop(25%, #eceef2), color-stop(30%, #d5d9de), color-stop(98%, #f0f2f5), to(#d5d6d9));
    background-image: linear-gradient(to top, #e9ebf0 20%, #eceef2 25%, #d5d9de 30%, #f0f2f5 98%, #d5d6d9);
    border-top: 2px solid #d5d6d9;
    border-bottom: 1px solid #d5d6d9;
  }
}
/* ============================================================================
video-block
============================================================================ */
.video-block__iframe-wrapper {
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-block__iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.print .video-block {
  display: none;
}
/*==============================
news-block
==============================*/
.news-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .news-block__list {
    padding: 40px 0;
  }
}
.news-block__item {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .news-block__item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.news-block__content {
  max-width: 350px;
}
.news-block__img-wrapper {
  position: relative;
}
.news-block__img-wrapper img {
  width: 100%;
  height: auto;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}
.news-block__img-wrapper:hover img,
.news-block__img-wrapper:active img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.news-block__img-wrapper:hover .news-block__hover-block,
.news-block__img-wrapper:active .news-block__hover-block {
  opacity: 1;
}
.news-block__hover-block {
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 40%;
}
.news-block__btn {
  width: 160px;
  margin: 0 auto;
}
.news-block__btn:hover,
.news-block__btn:active {
  opacity: 1;
}
.news-block__date {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #ec2024;
}
.news-block__title {
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
}
.news-block__title:hover,
.news-block__title:active {
  color: #ec2024;
}
.news-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-block__info-item {
  display: block;
  padding: 5px 20px 5px 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #9ea5b4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.news-block__info-item[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .news-block__info-item[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.news-block__info-item::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-news-block.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  vertical-align: middle;
}
.news-block__info-item--author::before {
  background-position-y: 0;
}
.news-block__info-item--comment::before {
  background-position-y: -20px;
}
.news-block__text {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.2;
  text-transform: none;
  color: #252d3e;
}
@media (min-width: 768px) {
  .news-block {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .news-block {
    padding-bottom: 40px;
  }
}
/*==============================
where-block
==============================*/
.where-block {
  padding: 10px 10px 20px;
}
.where-block__header {
  margin-bottom: 40px;
}
.where-block__description {
  padding: 10px;
}
.where-block__description p {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  text-transform: none;
  color: #252d3e;
  text-align: center;
}
.where-block__form {
  max-width: 608px;
  padding: 10px;
  margin: 0 auto;
  background-color: #eaebed;
  text-align: center;
}
@media (min-width: 576px) {
  .where-block__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .where-block__form {
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
  }
}
.where-block__col {
  padding: 10px;
}
@media (min-width: 576px) {
  .where-block__col--select .where-block__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .where-block__col--select {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 70%;
  }
}
@media (min-width: 576px) {
  .where-block__col--btn {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
  }
}
.where-block__label {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #252d3e;
}
.where-block__label span {
  display: block;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .where-block__label span {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .where-block__label span {
    white-space: nowrap;
    padding-right: 20px;
  }
}
.where-block__select {
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 42px;
  padding: 0 40px 0 20px;
  margin: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-select.svg");
  background-repeat: no-repeat;
  background-position: center right 6px;
  border: 1px solid #9ea5b4;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  color: #ec2024;
}
.where-block__select:focus {
  outline: 0;
}
.where-block__select::-ms-expand {
  /* Hide arrow in IE 10+ */
  display: none;
}
@media (min-width: 576px) {
  .where-block__select {
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .where-block__select {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.where-block__select--only1 {
  background-image: none;
}
.where-block__btn {
  max-width: 140px;
  margin: 0;
}
@media (min-width: 576px) {
  .where-block__btn {
    background-image: url("/local/templates/stp-europe-2/css/../img/sprite-btn.svg"), -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
    background-image: url("/local/templates/stp-europe-2/css/../img/sprite-btn.svg"), linear-gradient(to top, #c82127, #ed2024);
  }
}
.where-block--map {
  background-color: #acb1ba;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-where-block.jpg");
  background-size: cover;
}
@media (min-width: 576px) {
  .where-block--map {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .where-block--map {
    padding: 100px 10px;
  }
}
@media (min-width: 1200px) {
  .where-block--map {
    padding-bottom: 200px;
  }
}
.where-block--inside {
  padding-bottom: 30px;
  background-color: #f2f4f7;
}
@media (min-width: 992px) {
  .where-block--inside .where-block__header {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  .where-block--inside {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .where-block--inside {
    padding-bottom: 140px;
  }
}
/*==============================
catalog-nav
==============================*/
.catalog-nav {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .catalog-nav {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.catalog-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .catalog-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.catalog-nav__item {
  padding: 10px;
}
@media (min-width: 576px) {
  .catalog-nav__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .catalog-nav__item {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .catalog-nav__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    padding: 15px 0;
  }
}
.catalog-nav__link {
  display: block;
  width: 100%;
  height: 57px;
  margin: auto;
  background-color: #9ea5b4;
  background-image: url(/local/templates/stp-europe-2/css/../img/sprite-catalog-nav.jpg);
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 57px;
  text-transform: none;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  position: relative;
}
.catalog-nav__link[href]:hover,
.catalog-nav__link[href]:active {
  -webkit-box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.4);
  top: -10px;
}
@media (min-width: 992px) {
  .catalog-nav__link {
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
  }
}
.catalog-nav__link.catalog-nav__link--current {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 5px solid #ffffff;
}
@media (min-width: 992px) {
  .catalog-nav__link.catalog-nav__link--current::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-top: 26px solid #f3f5f8;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -41px;
  }
}
@media (min-width: 992px) {
  .catalog-nav__link.catalog-nav__link--current::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-top-width: 23px;
    border-top-style: solid;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -43px;
  }
}
.catalog-nav__link.catalog-nav__link--current:hover,
.catalog-nav__link.catalog-nav__link--current:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}
@media (min-width: 992px) {
  .catalog-nav__link.catalog-nav__link--current {
    outline: none;
  }
}
.catalog-nav__link--silver {
  background-position: center 0;
}
@media (min-width: 992px) {
  .catalog-nav__link--silver.catalog-nav__link--current::after {
    border-top-color: #c4c9d1;
  }
}
.catalog-nav__link--gold {
  background-position: center -57px;
}
@media (min-width: 992px) {
  .catalog-nav__link--gold.catalog-nav__link--current::after {
    border-top-color: #a18b74;
  }
}
.catalog-nav__link--diamond {
  background-position: center -114px;
}
@media (min-width: 992px) {
  .catalog-nav__link--diamond.catalog-nav__link--current::after {
    border-top-color: #769cc2;
  }
}
.catalog-nav__link--special {
  background-position: center -171px;
}
@media (min-width: 992px) {
  .catalog-nav__link--special.catalog-nav__link--current::after {
    border-top-color: #cf2b31;
  }
}
@media (min-width: 992px) {
  .catalog-nav {
    -webkit-box-shadow: inset 0 20px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 20px 20px -5px rgba(0, 0, 0, 0.1);
  }
}
/*==============================
photo-view
==============================*/
.photo-view * {
  outline: none;
}
.photo-view__main {
  padding-bottom: 20px;
}
.photo-view__photo-link {
  min-width: 256px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .photo-view__photo-link {
    min-width: 350px;
  }
}
.photo-view__img-wrapper {
  width: 256px;
  height: 256px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
.photo-view__img-wrapper img {
  height: 100%;
  width: auto;
}
.photo-view__img-wrapper::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 256px;
  height: 256px;
  border: 7px solid rgba(202, 206, 213, 0.8);
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-view__img-wrapper:hover::before {
  background-color: rgba(202, 206, 213, 0.8);
}
@media (min-width: 1200px) {
  .photo-view__img-wrapper {
    width: 350px;
    height: 347px;
  }
  .photo-view__img-wrapper::before {
    width: 350px;
    height: 347px;
  }
}
.photo-view .slider-nav {
  max-width: 350px;
  margin: 0 auto;
}
.photo-view__preview {
  padding: 10px 5px;
}
.photo-view__preview-wrapper {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border: 1px solid #9ea5b4;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.photo-view__preview-wrapper:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .photo-view__preview-wrapper:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.photo-view__preview-wrapper img {
  height: 100%;
  width: auto;
}
.photo-view .slick-current .photo-view__preview-wrapper {
  border-color: #ec2024;
  cursor: default;
}
.photo-view .slick-current .photo-view__preview-wrapper:active,
.photo-view .slick-current .photo-view__preview-wrapper[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .photo-view .slick-current .photo-view__preview-wrapper:hover,
  .photo-view .slick-current .photo-view__preview-wrapper[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
/*==============================
zoom
==============================*/
.zoom {
  overflow: hidden;
}
.zoom::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  background-color: rgba(220, 32, 37, 0.8);
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  position: absolute;
  top: -100%;
  margin-top: -33px;
  left: 50%;
  margin-left: -33px;
  z-index: 2;
}
.zoom:hover::after {
  top: 50%;
}
/*==============================
goods
==============================*/
.goods__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .goods__list {
    padding-bottom: 115px;
  }
}
.goods__item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0;
}
@media (min-width: 992px) {
  .goods__item {
    padding: 60px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .goods__item--product {
    padding-bottom: 23px;
  }
}
.goods__item:last-child {
  border-bottom: none;
}
.goods__item:first-child {
  padding-top: 85px;
}
.goods__col {
  padding: 10px;
}
@media (min-width: 992px) {
  .goods__col {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .goods__col--images {
    width: 32%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.goods__col--imagescatalog {
  text-align: center;
}
@media (min-width: 992px) {
  .goods__col--imagescatalog {
    width: 23%;
  }
}
@media (min-width: 992px) {
  .goods__col--content {
    width: 68%;
    padding-left: 10px;
  }
}
.goods__col--contentcatalog .goods__total-box {
  margin-top: 20px;
}
.goods__col--contentcatalog .goods__main-header {
  text-decoration: underline;
  -webkit-text-decoration-color: #ec2024;
  text-decoration-color: #ec2024;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .goods__col--contentcatalog {
    width: 77%;
  }
  .goods__col--contentcatalog .goods__main-header {
    font-size: 25px;
    letter-spacing: 0.88px;
  }
  .goods__col--contentcatalog .goods__header {
    font-size: 20px;
    display: inline;
  }
  .goods__col--contentcatalog .goods__text {
    display: inline;
  }
  .goods__col--contentcatalog .goods__item-price {
    display: block;
  }
}
@media (min-width: 1200px) {
  .goods__col--contentcatalog .goods__main-header:hover {
    color: #9ea5b4;
    -webkit-text-decoration-color: #9ea5b4;
    text-decoration-color: #9ea5b4;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.goods__inner-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .goods__inner-columns .goods__inner-col {
    padding-right: 20px;
  }
}
.goods__inner-columns .goods__inner-col--btns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .goods__inner-columns .goods__inner-col--btns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .goods__inner-columns .goods__inner-col--btns {
    margin-top: 0;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .goods__inner-columns {
    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;
    text-align: left;
  }
}
.goods__header-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}
.goods__header-box--product {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .goods__header-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.goods__main-header {
  margin: 0 10px 0 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  white-space: nowrap;
}
.goods__main-header b {
  font-weight: 700;
}
@media (min-width: 992px) {
  .goods__main-header {
    font-size: 30px;
    margin-right: 20px;
  }
}
.goods__subheader {
  margin: 2px 0 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #9ea5b4;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .goods__subheader {
    margin-top: 10px;
    font-size: 18px;
  }
}
.goods__btn {
  font-size: 13px;
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  min-width: 167px;
  max-width: 320px;
  height: 42px;
  padding: 0 27px;
  text-overflow: ellipsis;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  color: #6792c7;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #6792c7;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.goods__btn:focus {
  outline: 0;
}
.goods__btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .goods__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .goods__btn {
    border-radius: 15px;
    padding-right: 56px;
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-info-btn.png");
    background-repeat: no-repeat;
    background-position: right 17px top 10px;
  }
}
@media (min-width: 992px) {
  .goods__btn {
    margin: 0;
  }
  .goods__btn:first-child {
    margin-right: 20px;
  }
}
.goods__btn--red {
  color: #ec2024;
  border: 1px solid #ec2024;
}
@media (min-width: 576px) {
  .goods__btn--red {
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-home-btn.png");
  }
}
.goods__content {
  padding: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .goods__content {
    text-align: left;
  }
}
.goods__header {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
@media (min-width: 992px) {
  .goods__header {
    font-size: 24px;
  }
}
.goods__text {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
}
.goods__one-figure {
  display: inline-block;
  padding: 10px;
  max-width: 200px;
  vertical-align: bottom;
}
.goods__one-figure img {
  max-width: 100%;
  margin: 0 auto;
}
.goods__packing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .goods__packing-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.goods__packing-item {
  padding: 10px 5px;
}
.goods__packing-item:first-child {
  padding-left: 0;
}
.goods__packing-link {
  display: block;
  min-width: 120px;
  padding: 10px;
  border: 1px solid #ec2024;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.goods__packing-link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .goods__packing-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.goods__description-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.goods__description-item {
  padding-bottom: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
.goods__description-item b {
  font-weight: 700;
}
.goods__table {
  overflow-x: auto;
  padding-bottom: 20px;
}
.goods__table table {
  width: 100%;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  border-collapse: collapse;
}
.goods__table td {
  padding: 10px;
  border: 1px solid #f1f1f1;
  text-align: center;
}
.goods__th {
  min-width: 100px;
  padding: 10px;
  border: 1px solid #f1f1f1;
  font-weight: 700;
}
.goods__th--top {
  border-top: none;
  border-bottom-color: #9ea5b4;
  text-align: center;
}
.goods__th--left {
  border-left: none;
  border-right-color: #9ea5b4;
  text-align: right;
}
@media (min-width: 768px) {
  .goods__th--left {
    width: 250px;
  }
}
.goods__th--placeholder {
  border: none;
}
.goods__explanation {
  margin-top: -20px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #9ea5b4;
}
.goods__img-wrapper img {
  max-width: 100%;
}
.goods__info-box {
  margin-top: 0;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .goods__info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.goods__info-box .areas__option-form {
  width: 243px;
}
.goods .shopping__content--bold {
  line-height: 1.86;
}
.goods__info-title {
  margin-top: 25px;
  margin-bottom: 8px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.goods__info-link {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-left: 30px;
  margin-top: 25px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #252d3e;
  border-bottom: 1px solid #252d3e;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 0;
}
.goods__info-link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .goods__info-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.goods__info-link::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: -30px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-graph.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .goods__info-link {
    margin-left: 30px;
    margin-top: 36px;
  }
}
.goods__item-price {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.goods__item-price b {
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
}
.goods__item-price--product {
  margin-bottom: 17px;
}
.goods__total-box {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .goods__total-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.goods__add-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
  min-width: 200px;
  max-width: 320px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.goods__add-btn::before {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 18px;
  top: 9px;
  content: "";
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-bag-white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .goods__add-btn::before {
    right: 32px;
    top: 9px;
  }
}
@media (min-width: 576px) {
  .goods__add-btn {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
    background-image: linear-gradient(to top, #c82127, #ed2024);
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .goods__add-btn {
    margin: 0;
    margin-right: 20px;
    padding-right: 68px;
  }
}
.goods .shopping__content-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .goods .shopping__content-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.goods .where-block__select {
  width: 47.5%;
}
.goods__form .shopping__content-list {
  width: 100%;
}
.goods__textbox {
  margin-bottom: 50px;
  border-top: 1px solid #f1f1f1;
}
@media (min-width: 992px) {
  .goods__textbox {
    margin-bottom: 107px;
  }
}
.goods__textbox h4 {
  margin-top: 27px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.goods__textbox p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.79;
}
.goods__image-link {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.goods__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.goods__image-wrapper img {
  width: 100%;
  height: 100%;
}
.goods__image-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 7px solid rgba(202, 206, 213, 0.8);
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .goods__image-wrapper:hover::before {
    background-color: rgba(202, 206, 213, 0.3);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
}
.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9997;
}
.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox__loading {
  background: url(/local/templates/stp-europe-2/css/../img/loading.gif) center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox__button:hover,
.lightbox__button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.lightbox__close {
  right: 20px;
  top: 20px;
  background-image: url("/local/templates/stp-europe-2/css/../img/close.png") !important;
}
.lightbox__nav {
  top: 50%;
  margin-top: -16px;
}
.lightbox__nav--next {
  right: 20px;
  background-image: url("/local/templates/stp-europe-2/css/../img/next.png") !important;
}
.lightbox__nav--prev {
  left: 20px;
  background-image: url("/local/templates/stp-europe-2/css/../img/previous.png") !important;
}
/*==============================
modal
==============================*/
.modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal__block {
  width: 100%;
  padding: 20px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative;
}
@media (min-width: 768px) {
  .modal__block {
    width: 640px;
    padding: 30px;
    border-radius: 10px;
  }
}
.modal__header {
  font-family: "lato", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
.modal__text {
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-transform: none;
  color: #252d3e;
}
.modal__text a {
  color: #ec2024;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.modal__text a[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .modal__text a[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.modal__text--center {
  text-align: center;
}
.modal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .modal__list--left-shift {
    padding-left: 20px;
  }
}
.modal__list--padding-top {
  padding-top: 20px;
}
.modal__item {
  padding: 0 0 15px;
  position: relative;
}
.modal__item--180 {
  max-width: 180px;
  margin: 0 auto;
}
.modal__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.modal__closer:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .modal__closer:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.modal__closer svg {
  width: 20px;
  fill: #ec2024;
}
.modal__btn-block {
  padding-top: 20px;
}
.modal__btn {
  max-width: 250px;
  margin: 0;
}
@media (min-width: 768px) {
  .modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.modal--opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*==============================
standart-form
==============================*/
.standart-form {
  padding: 20px 0;
}
.standart-form::-webkit-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.standart-form::-moz-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.standart-form:-moz-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.standart-form:-ms-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #9ea5b4;
  opacity: 1;
}
.standart-form__label {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #5d5d5d;
  text-align: left;
}
.standart-form__label--file {
  font-size: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.standart-form__label--file:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .standart-form__label--file:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.standart-form__label--file::after {
  width: 200px;
  height: 40px;
  content: "Choose a file";
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #9ea5b4;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  color: #252d3e;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .standart-form__label--file::after {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.standart-form__label--required::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "*";
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #5d5d5d;
  position: relative;
  top: 0;
  right: 0;
}
.standart-form__input {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background-color: #ffffff;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #252d3e;
}
.standart-form__input:focus {
  outline: 0;
}
.standart-form__input:focus {
  border: 1px solid #9ea5b4;
}
@media (min-width: 576px) {
  .standart-form__input {
    border-radius: 5px;
  }
}
.standart-form__input--radio {
  display: none;
}
.standart-form__input--radio ~ span {
  padding-left: 38px;
  font-size: 16px;
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.standart-form__input--radio ~ span:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .standart-form__input--radio ~ span:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.standart-form__input--radio ~ span::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 32px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-form.svg");
  background-position: center top -59px;
  position: absolute;
  top: -8px;
  left: 0;
}
.standart-form__input--radio:checked ~ span::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 32px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-form.svg");
  background-position: center top -109px;
  position: absolute;
  top: -8px;
  left: 0;
}
.standart-form__input--file {
  display: none;
}
.standart-form__input--border {
  border: 1px solid #e8e8e8;
}
.standart-form__select {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 45px;
  padding: 0 40px 0 10px;
  background-color: #ffffff;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: none;
  color: #252d3e;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.standart-form__select:focus {
  outline: 0;
}
.standart-form__select:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .standart-form__select:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .standart-form__select {
    border-radius: 5px;
  }
}
.standart-form__select--border {
  border: 1px solid #e8e8e8;
}
.standart-form__select--border:focus {
  border: 1px solid #9ea5b4;
}
.standart-form__select::-ms-expand {
  /* Hide arrow in IE 10+ */
  display: none;
}
.standart-form__textarea {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: vertical;
  overflow: hidden;
  background-color: #ffffff;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
  text-align: left;
}
.standart-form__textarea:focus {
  outline: 0;
}
.standart-form__textarea:focus {
  border: 1px solid #9ea5b4;
}
@media (min-width: 576px) {
  .standart-form__textarea {
    border-radius: 5px;
  }
}
.standart-form__textarea--border {
  border: 1px solid #e8e8e8;
}
.standart-form__textarea--border:focus {
  border: 1px solid #9ea5b4;
}
.standart-form__textarea::-webkit-input-placeholder {
  line-height: 1.4;
}
.standart-form__textarea::-moz-placeholder {
  line-height: 1.4;
}
.standart-form__textarea:-moz-placeholder {
  line-height: 1.4;
}
.standart-form__textarea:-ms-input-placeholder {
  line-height: 1.4;
}
.standart-form__file-info {
  margin-top: 30px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
}
.standart-form__error-block .standart-form__input {
  background-color: #fbeceb;
  border: 1px solid red;
}
.standart-form__error-block .standart-form__input:focus {
  border: 1px solid #9ea5b4;
}
.standart-form__error-block::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "any error";
  padding: 5px 0 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: red;
}
@media (min-width: 768px) {
  .standart-form {
    padding: 20px 15px;
    text-align: left;
  }
}
/*==============================
distributor
==============================*/
.distributor__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.distributor__item {
  padding: 10px;
}
@media (min-width: 768px) {
  .distributor__item {
    padding: 20px;
  }
}
.distributor__name-block {
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  color: #ec2024;
}
.distributor__name-block span {
  font-weight: 400;
  color: #252d3e;
}
@media (min-width: 576px) {
  .distributor__name-block {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.distributor__contact-block {
  padding: 5px 10px;
  background-color: #bdc1cb;
  border: 1px solid #9ea5b4;
}
@media (min-width: 576px) {
  .distributor__contact-block {
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .distributor__contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border-left: 10px solid #75a2d4;
    border-right: 10px solid #75a2d4;
  }
}
@media (min-width: 992px) {
  .distributor__contact-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9ea5b4), to(#caccd4));
    background-image: linear-gradient(to top, #9ea5b4, #caccd4);
  }
}
.distributor__col {
  padding: 10px;
}
@media (min-width: 768px) {
  .distributor__col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .distributor__col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    border-right: 1px solid #9ea5b4;
  }
}
@media (min-width: 1200px) {
  .distributor__col {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .distributor__col:last-child {
    border: none;
  }
}
.distributor__info {
  display: inline-block;
  padding-left: 40px;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative;
}
.distributor__info[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .distributor__info[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.distributor__info::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-distributor.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
@media (min-width: 1200px) {
  .distributor__info {
    text-align: left;
  }
}
.distributor__info--phone::before {
  background-position-y: 0;
}
.distributor__info--email::before {
  background-position-y: -30px;
}
.distributor__info--address::before {
  background-position-y: -60px;
}
.distributor__info--site::before {
  background-position-y: -90px;
}
@media (min-width: 992px) {
  .distributor {
    margin-top: -100px;
  }
}
/*==============================
dealers
==============================*/
.dealers__header {
  margin: 0;
  padding: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
}
@media (min-width: 768px) {
  .dealers__header {
    padding: 20px;
    font-size: 24px;
  }
}
.dealers__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dealers__item {
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  .dealers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.dealers__item:last-child {
  border: none;
}
.dealers__col {
  padding: 10px;
}
@media (min-width: 768px) {
  .dealers__col {
    padding: 20px;
  }
}
.dealers__col--title {
  padding-left: 50px;
  position: relative;
}
.dealers__col--title::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-markers.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .dealers__col--title::before {
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .dealers__col--title {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    width: 60%;
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .dealers__col--contacts {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
  }
}
.dealers__col--grey-marker::before {
  background-position-y: -2px;
}
.dealers__info {
  display: block;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
  text-decoration: none;
  position: relative;
}
.dealers__info::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-dealers.svg");
  background-position-x: center;
  position: absolute;
  top: 0;
  left: 0;
}
.dealers__info:hover,
.dealers__info:active {
  text-decoration: underline;
}
.dealers__info--phone::before {
  background-position-y: 0;
}
.dealers__info--email::before {
  background-position-y: -20px;
}
.dealers__info--site::before {
  background-position-y: -40px;
}
.dealers__info--address::before {
  background-position-y: -60px;
}
.dealers__name {
  padding-bottom: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #9ea5b4;
}
.dealers__name b {
  font-weight: 700;
  color: #252d3e;
}
.dealers__btn {
  display: inline-block;
  min-width: 140px;
  padding: 10px;
  margin: 10px 5px;
  border-width: 1px;
  border-style: solid;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.dealers__btn[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .dealers__btn[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.dealers__btn--sale {
  color: #5dc093;
  border-color: #5dc093;
}
.dealers__btn--installation {
  color: #ecb020;
  border-color: #ecb020;
}
/*==============================
map
==============================*/
.map {
  position: relative;
}
.map__graph {
  display: block;
  width: 100%;
  height: 480px;
  border: none;
}
/*==============================
instructions
==============================*/
.instructions__content {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .instructions__content {
    padding-bottom: 40px;
  }
}
.instructions__header {
  padding: 10px;
}
@media (min-width: 768px) {
  .instructions__header {
    padding: 40px 20px 200px;
  }
}
.instructions__link-block {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .instructions__link-block {
    margin-top: -200px;
  }
}
.instructions__link-map {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-car.jpg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.2));
  position: relative;
}
.instructions__link-map:hover .instructions__hover-link--current ~ span {
  opacity: 0;
}
@media (min-width: 768px) {
  .instructions__link-map {
    width: 350px;
    height: 350px;
  }
}
.instructions__hover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -150px;
}
.instructions__hover-item {
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -100px;
}
.instructions__hover-item span {
  font-family: "lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #9ea5b4;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.instructions__hover-link {
  display: block;
  font-size: 0;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  bottom: 0;
}
.instructions__hover-link:hover,
.instructions__hover-link:active {
  opacity: 1;
}
.instructions__hover-link:hover ~ span,
.instructions__hover-link:active ~ span {
  opacity: 1;
}
.instructions__hover-link--03 {
  bottom: 90px;
  left: 47px;
}
.instructions__hover-link--04 {
  bottom: 146px;
  left: 76px;
}
.instructions__hover-link--02 {
  bottom: 90px;
  left: 47px;
}
.instructions__hover-link--05 {
  bottom: 80px;
  left: 43px;
}
.instructions__hover-link--01 {
  bottom: 83px;
  left: -11px;
}
.instructions__hover-link--06 {
  bottom: 95px;
  left: 176px;
}
.instructions__hover-link--07 {
  bottom: 116px;
  left: -20px;
}
.instructions__hover-link--current {
  opacity: 1;
}
.instructions__hover-link--current ~ span {
  opacity: 1;
}
.instructions__switch {
  padding: 20px 0;
}
.print .instructions__link-block {
  display: none;
}
/*==============================
instruments
==============================*/
.instruments {
  padding: 10px;
  text-align: center;
}
.instruments__content {
  padding: 10px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #9ea5b4;
}
@media (min-width: 576px) {
  .instruments__content {
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .instruments__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 630px;
    padding: 10px 20px;
    margin: 0 auto;
  }
}
.instruments__header {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
@media (min-width: 768px) {
  .instruments__header {
    padding: 30px 30px 30px 0;
    border-right: 1px solid #f1f1f1;
  }
}
.instruments__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .instruments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.instruments__item {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 576px) {
  .instruments__item {
    padding: 20px 10px;
  }
}
.instruments__svg-wrapper:hover .instruments__pic,
.instruments__svg-wrapper:active .instruments__pic {
  fill: #ec2024;
}
.instruments__svg-wrapper:hover ~ .instruments__hover,
.instruments__svg-wrapper:active ~ .instruments__hover {
  opacity: 1;
}
.instruments__pic {
  width: 60px;
  height: 56px;
  fill: #252d3e;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: fill;
  transition-property: fill;
}
.instruments__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -53px;
  z-index: 1;
}
.instruments__hover span {
  margin: auto;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
@media (min-width: 768px) {
  .instruments__hover::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-top: 11px solid #9ea5b4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: none;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -8px;
  }
}
.instruments__hover::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-top: 10px solid #f1f1f1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -6px;
}
@media (min-width: 768px) {
  .instruments__hover::after {
    border-top-color: #ffffff;
  }
}
@media (min-width: 576px) {
  .instruments__hover {
    top: -30px;
  }
}
@media (min-width: 768px) {
  .instruments__hover {
    background-color: #ffffff;
    border: 1px solid #9ea5b4;
  }
}
.instruments::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (min-width: 576px) {
  .instruments {
    position: relative;
  }
}
.print .instruments {
  margin-top: -200px;
}
/*==============================
two-face
==============================*/
.two-face__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.two-face__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60px;
  height: 30px;
  padding: 5px;
  background-color: #f1f1f1;
  border: 1px solid #9ea5b4;
  border-radius: 20px;
}
.two-face__radio {
  display: none;
}
.two-face__radio:checked + .two-face__label {
  cursor: default;
}
.two-face__radio:checked + .two-face__label:active,
.two-face__radio:checked + .two-face__label[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .two-face__radio:checked + .two-face__label:hover,
  .two-face__radio:checked + .two-face__label[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.two-face__radio:checked + .two-face__label svg {
  fill: #ec2024;
  opacity: 1;
}
.two-face__radio:checked + .two-face__label::before {
  opacity: 1;
}
.two-face__radio:checked + .two-face__label .two-face__title {
  color: #ec2024;
}
.two-face__label {
  display: block;
  height: 24px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative;
}
.two-face__label:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .two-face__label:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.two-face__label svg {
  width: 24px;
  height: 24px;
  fill: #9ea5b4;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: fill, opacity;
  transition-property: fill, opacity;
}
.two-face__label svg:hover {
  opacity: 0.6;
}
.two-face__label::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
@media (min-width: 576px) {
  .two-face__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.two-face__label--01 {
  margin-right: 15px;
}
.two-face__label--01::before {
  right: -40px;
}
.two-face__label--02 {
  margin-left: 15px;
}
.two-face__label--02::before {
  left: -40px;
}
.two-face__title {
  display: none;
}
@media (min-width: 576px) {
  .two-face__title {
    display: block;
    font-family: "lato", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
  }
}
.two-face__title--first {
  padding-right: 10px;
}
.two-face__title--last {
  padding-left: 10px;
}
.print .two-face {
  display: none;
}
/*==============================
nice-ol
==============================*/
.nice-ol {
  padding-bottom: 20px;
}
.nice-ol__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: nice-ol-counter;
}
.nice-ol__header {
  padding: 10px;
  text-align: left;
}
.nice-ol__header span {
  display: inline-block;
  padding-left: 65px;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  position: relative;
}
.nice-ol__header span::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #ec2024;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 0;
}
.nice-ol__header span::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  background-color: #ec2024;
  border-radius: 50%;
  counter-increment: nice-ol-counter;
  content: counter(nice-ol-counter);
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-transform: none;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 8px;
}
@media (min-width: 992px) {
  .nice-ol__header span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .nice-ol__header {
    text-align: center;
  }
}
.nice-ol__content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #eff1f4;
}
.nice-ol__content p {
  padding: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  text-transform: none;
  color: #252d3e;
  text-align: center;
}
.nice-ol__content p b {
  font-weight: 700;
  text-transform: uppercase;
  color: #ec2024;
}
@media (min-width: 992px) {
  .nice-ol__content p {
    padding: 10px 50px;
  }
}
@media (min-width: 768px) {
  .nice-ol__content {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .nice-ol__content {
    margin-bottom: 25px;
  }
}
.nice-ol__img-wrapper {
  text-align: center;
}
.nice-ol__img-wrapper img {
  width: 100%;
  margin: 0 auto;
}
.nice-ol__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nice-ol__btn {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}
@media (min-width: 992px) {
  .nice-ol {
    padding-bottom: 50px;
  }
}
.print .nice-ol {
  padding-bottom: 0;
}
.print .nice-ol__content {
  padding-bottom: 0;
  background: none;
}
.print .nice-ol__content p {
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.print .nice-ol__btn-block {
  display: none;
}
/* ============================================================================
video-block
============================================================================ */
.video-block__iframe-wrapper {
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-block__iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.print .video-block {
  display: none;
}
/*==============================
areas
==============================*/
.areas {
  position: relative;
}
.areas__option-wrapper {
  padding: 10px 0;
  position: relative;
  z-index: 11;
}
@media (min-width: 576px) {
  .areas__option-wrapper {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .areas__option-wrapper {
    padding: 30px 10px 80px;
  }
}
.areas__option-block {
  max-width: 825px;
  padding: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .areas__option-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  }
}
.areas__col {
  padding: 10px;
}
@media (min-width: 768px) {
  .areas__col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
.areas__col--select {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .areas__col--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #f1f1f1;
  }
}
.areas__option-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.areas__option-item {
  cursor: default;
  padding: 10px;
}
@media (min-width: 768px) {
  .areas__option-item {
    padding: 10px 20px;
  }
}
.areas__option-title {
  padding-bottom: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
  text-align: center;
}
@media (min-width: 992px) {
  .areas__option-title {
    padding: 0 20px 0 0;
  }
}
.areas__option-form {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
  position: relative;
  width: 100%;
}
.areas__options-info {
  display: block;
  height: 40px;
  padding: 0 10px;
  margin-top: -1px;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-select.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: 1px solid #9ea5b4;
  border-radius: 15px;
  line-height: 40px;
  color: #ec2024;
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .areas__options-info {
    padding: 0 20px;
  }
}
.areas__option-checkbox {
  display: none;
}
.areas__option-checkbox:checked ~ span::before {
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-form.svg");
  background-position: center -15px;
}
.areas__option-label span {
  display: block;
  padding-left: 30px;
  position: relative;
}
.areas__option-label span a {
  color: inherit;
}
.areas__option-label span::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #9ea5b4;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -3px;
}
.areas__option-label--sign span::before {
  top: 0;
}
.areas__support-input {
  display: none;
}
.areas__support-input:checked ~ .areas__option-list {
  height: auto;
  padding-top: 45px;
  padding-bottom: 10px;
  border: 1px solid #9ea5b4;
  border-top: none;
}
.areas__support-input:checked ~ .areas__options-info {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-select-closer.svg");
}
.areas__zone-block {
  width: 300px;
  height: 90px;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.areas__zone-block--luxury {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-luxury.png");
}
.areas__zone-block--van {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-van.png");
}
.areas__zone-block--suv {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-suv.png");
}
.areas__zone-block--crossover {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-crossover.png");
}
.areas__zone-block--sedan {
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-sedan.png");
}
.areas__hover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 90px;
  position: absolute;
}
.areas__hover-list--doors .areas__hover-item--01 {
  display: block;
}
.areas__hover-list--roof .areas__hover-item--02 {
  display: block;
}
.areas__hover-list--interior-floor .areas__hover-item--03 {
  display: block;
}
.areas__hover-list--trunk-floor .areas__hover-item--04 {
  display: block;
}
.areas__hover-list--wheel-arches .areas__hover-item--05 {
  display: block;
}
.areas__hover-list--hood .areas__hover-item--06 {
  display: block;
}
.areas__hover-list--trunk-roof .areas__hover-item--07 {
  display: block;
}
.areas__hover-item {
  display: none;
  position: absolute;
}
.areas__hover-item--01 {
  bottom: 19px;
  left: 97px;
}
.areas__hover-item--02 {
  bottom: 75px;
  left: 126px;
}
.areas__hover-item--03 {
  bottom: 19px;
  left: 97px;
}
.areas__hover-item--04 {
  bottom: 9px;
  left: 93px;
}
.areas__hover-item--05 {
  bottom: 12px;
  left: 39px;
}
.areas__hover-item--06 {
  bottom: 24px;
  left: 226px;
}
.areas__hover-item--07 {
  bottom: 45px;
  left: 30px;
}
.areas__pseudo-table {
  padding-bottom: 10px;
}
.areas__text-block {
  padding: 10px;
}
@media (min-width: 768px) {
  .areas__text-block {
    padding: 20px;
    text-align: center;
  }
}
.areas__btn-block {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.areas__btn-block .btn {
  min-width: 250px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .areas__btn-block {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .areas__btn-block {
    padding-bottom: 60px;
  }
}
.areas__btn {
  display: inline-block;
  width: auto;
  margin: 0 20px;
}
.print .areas {
  padding: 0;
}
.print .areas__option-wrapper,
.print .areas__btn-block {
  display: none;
}
/*==============================
pseudo-table
==============================*/
.pseudo-table {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
}
.pseudo-table b {
  font-weight: 700;
}
.pseudo-table__header {
  display: none;
}
@media (min-width: 768px) {
  .pseudo-table__header {
    display: block;
    background-color: #ec2024;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c41d23), to(#ed2024));
    background-image: linear-gradient(to top, #c41d23, #ed2024);
    font-family: "lato", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    color: #ffffff;
    text-align: left;
  }
}
.pseudo-table__header .pseudo-table__col:first-child {
  text-align: center;
}
.pseudo-table__body .pseudo-table__row {
  border-bottom: 1px solid #f1f1f1;
}
.pseudo-table__row {
  width: 100%;
}
@media (min-width: 768px) {
  .pseudo-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pseudo-table__col {
  padding: 10px;
}
@media (min-width: 768px) {
  .pseudo-table__col {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .pseudo-table__col--16 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    width: 16.666%;
  }
}
@media (min-width: 768px) {
  .pseudo-table__col--25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .pseudo-table__col--33 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .pseudo-table__col--41 {
    -ms-flex-preferred-size: 41.666%;
    flex-basis: 41.666%;
    width: 41.666%;
  }
}
.pseudo-table__col--with-sub {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .pseudo-table__col--with-sub {
    padding: 20px 0;
  }
}
.pseudo-table__img-wrapper {
  max-width: 153px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.pseudo-table__img-wrapper img {
  width: 100%;
}
@media (min-width: 768px) {
  .pseudo-table__img-wrapper {
    padding-bottom: 20px;
  }
}
.pseudo-table__zone-name {
  font-size: 18px;
  font-weight: 700;
}
.pseudo-table__col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pseudo-table__subcol {
  padding: 0 10px;
}
.pseudo-table__subcol--60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 60%;
}
.pseudo-table__subcol--40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  width: 40%;
}
.pseudo-table__phone-header {
  display: block;
  padding: 10px 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #9ea5b4;
}
@media (min-width: 768px) {
  .pseudo-table__phone-header {
    display: none;
  }
}
.pseudo-table__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .pseudo-table__list {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
.pseudo-table__item {
  padding: 10px;
}
@media (min-width: 768px) {
  .pseudo-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
    padding: 20px 10px 20px 0;
  }
}
.pseudo-table__link {
  color: #252d3e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
  position: relative;
}
.pseudo-table__link:hover,
.pseudo-table__link:active {
  color: #ec2024;
}
@media (min-width: 768px) {
  .pseudo-table__link:hover .pseudo-table__hover-show,
  .pseudo-table__link:active .pseudo-table__hover-show {
    opacity: 1;
  }
}
.pseudo-table__hover-show {
  display: none;
}
.pseudo-table__hover-show::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-left: 10px solid #ec2024;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 62px;
}
@media (min-width: 768px) {
  .pseudo-table__hover-show {
    display: block;
    width: 64px;
    height: 64px;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: -85px;
  }
}
.pseudo-table__hover-img-wrapper {
  width: 64px;
  height: 64px;
  border: 1px solid #ec2024;
  border-radius: 50%;
  overflow: hidden;
}
.pseudo-table__number {
  display: inline-block;
  padding: 10px 10px 5px;
  border: 1px solid #ec2024;
  color: #ec2024;
  position: relative;
}
.pseudo-table__number::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/stp-europe-2/css/../img/bg-decor-corner-top-right.svg");
  position: absolute;
  top: -3px;
  right: -3px;
}
@media (min-width: 768px) {
  .pseudo-table__number {
    margin-left: 10px;
  }
}
.pseudo-table__num-text {
  display: inline-block;
  padding: 10px 10px 5px;
}
.print .pseudo-table__header {
  background: none;
  color: #252d3e;
}
/*==============================
wysiwyg
==============================*/
.wysiwyg__content {
  padding: 10px;
  text-align: center;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .wysiwyg__content {
    padding: 20px 20px 50px;
  }
}
.wysiwyg h2 {
  text-align: left;
}
.wysiwyg p {
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-transform: none;
  color: #252d3e;
  text-align: left;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg__float {
  max-width: 400px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .wysiwyg__float {
    margin: 10px;
    float: left;
  }
}
.wysiwyg ul {
  display: block;
  text-align: left;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-transform: none;
}
.wysiwyg th {
  padding: 10px;
  border-bottom: 1px solid #9ea5b4;
  font-weight: 700;
  text-align: center;
}
.wysiwyg td {
  padding: 10px;
  border: 1px solid #9ea5b4;
  text-align: left;
}
@media (min-width: 576px) {
  .wysiwyg {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .wysiwyg {
    padding-top: 40px;
  }
}
/*==============================
for-distributors
==============================*/
.for-distributors {
  text-align: center;
}
.for-distributors__description-top {
  text-align: center;
}
.for-distributors__description-title {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  text-transform: none;
}
.for-distributors__description-title--red {
  color: #ec2024;
  text-transform: uppercase;
}
.for-distributors__description-text {
  margin: 15px auto 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 2.5;
  text-transform: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .for-distributors__description-text {
    width: 60%;
  }
}
.for-distributors__row {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .for-distributors__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .for-distributors__row {
    margin-top: 34px;
    margin-bottom: 85px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.for-distributors__icon-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .for-distributors__icon-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.for-distributors__item-text {
  width: 195px;
  margin-top: -10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.9px;
  text-align: center;
}
.for-distributors__form-header {
  margin: 0 auto;
}
.for-distributors__form-header-title {
  font-family: "lato", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-transform: 1.1px;
  color: #ec2024;
}
.for-distributors__form-header-text {
  margin: 0;
  margin-bottom: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  text-transform: none;
}
.for-distributors__form {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .for-distributors__form {
    width: 520px;
  }
}
.for-distributors__item {
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .for-distributors__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.for-distributors__item .standart-form__label {
  white-space: nowrap;
  margin-right: 30px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.for-distributors__item .standart-form__label--required {
  position: relative;
}
.for-distributors__item .standart-form__label--required::after {
  position: absolute;
  top: 5px;
  right: -6px;
}
.for-distributors__item .standart-form__input {
  height: 42px;
  margin-top: 10px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .for-distributors__item .standart-form__input {
    width: 410px;
    margin-top: 0;
  }
}
.for-distributors__item .standart-form__select {
  margin-top: 10px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .for-distributors__item .standart-form__select {
    width: 410px;
    margin-top: 0;
  }
}
.for-distributors .standart-form__error-block {
  position: relative;
}
.for-distributors .standart-form__error-block::after {
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 768px) {
  .for-distributors .standart-form__error-block::after {
    left: 90px;
  }
}
.for-distributors__btn-block {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .for-distributors__btn-block {
    padding-top: 30px;
    padding-left: 80px;
  }
}
.for-distributors__btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: auto;
  height: 40px;
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 84px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
  background-image: linear-gradient(to top, #c82127, #ed2024);
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.for-distributors__btn:focus {
  outline: 0;
}
.for-distributors__btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .for-distributors__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .for-distributors__btn {
    border-radius: 15px;
  }
}
.for-distributors__btn::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 21px;
  right: 18px;
  top: 8px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-mail.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.for-distributors__content {
  padding: 10px;
}
@media (min-width: 768px) {
  .for-distributors__content {
    padding: 30px;
  }
}
.for-distributors__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*==============================
info
==============================*/
.info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 0;
}
.info__item {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.info__img-block {
  width: 250px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.info__img-block img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .info__img-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .info__img-block {
    width: 250px;
  }
}
.info__text-block {
  padding: 10px;
}
@media (min-width: 576px) {
  .info__text-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.info__header {
  display: block;
  margin: 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.info__header[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .info__header[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .info__header {
    margin-top: -3px;
    text-align: left;
  }
}
.info__date {
  display: block;
  padding-bottom: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
/*==============================
paginator
==============================*/
.paginator {
  padding: 20px 0;
}
.paginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paginator li {
  padding: 0 5px;
}
.paginator__link {
  display: block;
  min-width: 30px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #252d3e;
}
.paginator__link:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .paginator__link:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.paginator__link--stop {
  color: #bababa;
  cursor: default;
}
.paginator__link--stop:active,
.paginator__link--stop[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .paginator__link--stop:hover,
  .paginator__link--stop[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.paginator__link--current {
  border-color: #ec2024;
  color: #ec2024;
  cursor: default;
}
.paginator__link--current:active,
.paginator__link--current[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .paginator__link--current:hover,
  .paginator__link--current[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.paginator__link--more {
  border-color: transparent;
}
.paginator__link--arrow {
  width: 30px;
  height: 30px;
  border-color: transparent;
  background-image: url("/local/templates/stp-europe-2/css/../img/sprite-paginator.svg");
  background-position-x: center;
  font-size: 0;
}
.paginator__link--prev {
  background-position-y: -30px;
}
.paginator__link--next {
  background-position-y: 0;
}
.paginator__link--prev.paginator__link--stop {
  background-position-y: -90px;
}
.paginator__link--next.paginator__link--stop {
  background-position-y: -60px;
}
/*==============================
prev-next
==============================*/
.prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.prev-next__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .prev-next__one {
    padding: 0 20px;
  }
}
.prev-next__link {
  display: block;
  margin-top: auto;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-align: center;
}
.prev-next__link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .prev-next__link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.prev-next__date {
  padding-bottom: 20px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
/*==============================
choice
==============================*/
.choice {
  padding: 20px 0;
}
.choice__select-block {
  background: #ffffff;
}
@media (min-width: 1200px) {
  .choice__select-block {
    padding-top: 30px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 30px, #ffffff 90px, transparent 90px);
  }
}
.choice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.choice__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (min-width: 576px) {
  .choice__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  .choice__item {
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.choice__label input:checked + .choice__content {
  background-color: #ffffff;
}
.choice__label input:checked + .choice__content::after {
  opacity: 1;
}
.choice__label input:checked + .choice__content .choice__img-wrapper {
  border-color: #ec2024;
  cursor: default;
}
.choice__label input:checked + .choice__content .choice__img-wrapper:active,
.choice__label input:checked + .choice__content .choice__img-wrapper[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  opacity: 1;
}
@media (min-width: 768px) {
  .choice__label input:checked + .choice__content .choice__img-wrapper:hover,
  .choice__label input:checked + .choice__content .choice__img-wrapper[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default;
  }
}
.choice__label input:checked + .choice__content .choice__title {
  color: #ec2024;
}
@media (min-width: 1200px) {
  .choice__label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .choice__content::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-check.svg");
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .choice__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 150px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    position: relative;
  }
}
.choice__img-wrapper {
  display: block;
  padding-top: 20px;
  border: 3px solid transparent;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.choice__img-wrapper:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .choice__img-wrapper:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.choice__img-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .choice__img-wrapper {
    padding-top: 0;
    border-width: 0;
  }
}
.choice__title {
  display: block;
  padding: 10px;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (min-width: 768px) {
  .choice {
    margin-top: -200px;
  }
}
/*==============================
shopping
==============================*/
.shopping {
  width: 100%;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  .shopping {
    margin-top: -20px;
  }
}
.shopping b {
  font-weight: 700;
}
.shopping__header {
  display: none;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .shopping__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #9ea5b4;
    background-color: #ec2024;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b4b8c4), to(#d9dce1));
    background-image: linear-gradient(to top, #b4b8c4, #d9dce1);
    font-family: "lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: none;
    color: #252d3e;
    text-align: left;
    text-transform: uppercase;
  }
}
.shopping__item {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(158, 165, 180, 0.3);
}
@media (min-width: 768px) {
  .shopping__item {
    padding-top: 15px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}
.shopping__col {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .shopping__col {
    padding: 12px 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .shopping__col--12 {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    width: 12%;
  }
}
@media (min-width: 768px) {
  .shopping__col--17 {
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    width: 17%;
  }
}
.shopping__col--18 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .shopping__col--18 {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    width: 18%;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .shopping__col--20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
  }
}
.shopping__col--53 {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (min-width: 768px) {
  .shopping__col--53 {
    padding-left: 30px;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
    width: 53%;
  }
}
.shopping__image-box {
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shopping__image-box[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .shopping__image-box[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.shopping__image-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 9px solid rgba(213, 216, 221, 0.8);
  border-radius: 50%;
}
.shopping__image-box img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .shopping__image-box {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .shopping__image-box {
    min-width: 110px;
    width: 110px;
    height: 110px;
  }
}
.shopping__item-names {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shopping__item-names[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .shopping__item-names[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .shopping__item-names {
    margin-right: 3%;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .shopping__item-names {
    margin-right: 10%;
  }
}
.shopping__item-name {
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  text-align: center;
}
.shopping__item-name b {
  margin-right: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .shopping__item-name {
    text-align: left;
  }
}
.shopping__item-subname {
  color: #9ea5b4;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
  line-height: 30px;
}
.shopping__price-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.shopping__price {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
}
.shopping__units {
  margin-left: 5px;
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: none;
}
.shopping__total {
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.shopping__qty-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid #9ea5b4;
}
@media (min-width: 992px) {
  .shopping__qty-box {
    padding: 10px 14px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.shopping__qty {
  width: 48px;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  outline: none;
  text-align: center;
  color: #ec2024;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.shopping__math {
  padding: 0;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping__math::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #252d3e;
  top: 50%;
  left: 0;
}
.shopping__math::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #252d3e;
  top: 0;
  left: 50%;
}
.shopping__math:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shopping__math:hover:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .shopping__math:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.shopping__math--minus::after {
  display: none;
}
.shopping__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .shopping__content-list {
    width: 30%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.shopping__content-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .shopping__content-item {
    display: inline;
  }
}
.shopping__content {
  text-align: left;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.49px;
  z-index: -1;
}
.shopping__content--bold {
  margin-right: 5px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.shopping__bin {
  width: 16px;
  height: 20px;
  margin-top: 25px;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-trash.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping__bin:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shopping__bin:hover:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .shopping__bin:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .shopping__bin {
    margin-top: 0;
  }
}
.print .shopping__header {
  background: none;
}
/*==============================
checkout
==============================*/
.checkout {
  width: 90%;
  margin-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .checkout {
    width: 100%;
    padding-bottom: 222px;
    padding-right: 0;
  }
}
.checkout__block {
  width: 95%;
  padding: 25px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .checkout__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding: 42px 50px;
    padding-top: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .checkout__block {
    width: 100%;
  }
}
.checkout__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .checkout__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.checkout__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 25px;
}
.checkout__total .checkout__prices-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.checkout__total .checkout__accent-text {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .checkout__total {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.checkout__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .checkout__col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.checkout__col--prices {
  width: 100%;
}
@media (min-width: 992px) {
  .checkout__col--prices {
    max-width: 65%;
    margin-right: 2%;
  }
}
.checkout__col--summary {
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .checkout__col--summary {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid rgba(158, 165, 180, 0.5);
  }
}
.checkout__prices-item {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
  white-space: normal;
}
.checkout__prices-item--long {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout__prices-item--long .checkout__accent-text {
  text-align: center;
}
@media (min-width: 992px) {
  .checkout__prices-item--long .checkout__accent-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .checkout__prices-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.checkout__summary-title {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .checkout__summary-title {
    margin-bottom: 0;
    text-align: left;
  }
}
.checkout__accent-text {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
}
.checkout__accent-text--items {
  margin-right: 5px;
}
.checkout__tip {
  display: inline-block;
  width: 100%;
  color: #6792c7;
  font-size: 12px;
  line-height: 1.6;
  white-space: normal;
  text-align: center;
}
@media (min-width: 992px) {
  .checkout__tip {
    text-align: left;
  }
}
.checkout__price {
  font-size: 18px;
}
.checkout__shipping {
  font-size: 14px;
}
.checkout__totalcost {
  font-size: 18px;
  font-weight: bold;
  color: #ec2024;
}
.checkout__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .checkout__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.checkout__btn {
  position: relative;
  min-width: 200px;
  width: 200px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 30px;
  color: #ffffff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}
.checkout__btn img {
  display: none;
  margin-left: 20px;
  width: 15px;
  height: 19px;
}
@media (min-width: 576px) {
  .checkout__btn {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
    background-image: linear-gradient(to top, #c82127, #ed2024);
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .checkout__btn {
    margin-top: 0;
    margin-left: 55px;
  }
  .checkout__btn img {
    display: inline-block;
  }
}
.checkout__link {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  text-transform: uppercase;
  color: #252d3e;
}
@media (min-width: 768px) {
  .checkout__link {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .checkout__link {
    padding-left: 0;
    padding-right: 0;
  }
}
.print .checkout {
  padding: 0;
}
.print .checkout__btn-block {
  display: none;
}
/*==============================
user
==============================*/
.user {
  position: relative;
  width: auto;
  height: 100%;
  padding-left: 5%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(158, 165, 180, 0.4);
  cursor: pointer;
}
@media (min-width: 576px) {
  .user {
    min-width: 190px;
    width: 190px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  .user {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px 30px;
    border-right: 1px solid rgba(158, 165, 180, 0.4);
    border-left: 1px solid rgba(158, 165, 180, 0.4);
  }
}
.user__acc {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 25px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-user.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 6;
}
.user__acc[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .user__acc[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .user__acc {
    margin-right: 0;
  }
}
.user__backet-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 6;
}
.user__backet-opener[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .user__backet-opener[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .user__backet-opener {
    width: 66%;
  }
}
.user__shopping {
  position: relative;
  text-decoration: none;
  display: inline-block;
  min-width: 19px;
  width: 19px;
  height: 19px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-bag.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.user__shopping-count {
  position: absolute;
  top: -2px;
  right: -8px;
  min-width: 13px;
  min-height: 13px;
  padding: 5%;
  background-color: #ec2024;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.user__totalprice {
  display: none;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  color: #252d3e;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.user__totalprice[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .user__totalprice[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 576px) {
  .user__totalprice {
    display: inherit;
  }
}
/*==============================
user-form
==============================*/
@media (min-width: 768px) {
  .user-form {
    padding-bottom: 200px;
    padding-top: 23px;
  }
}
.user-form__form {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .user-form__form {
    width: 430px;
  }
}
.user-form__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-form__item {
  width: 100%;
  position: relative;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .user-form__item {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.user-form__item .standart-form__label {
  position: absolute;
  top: 30%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
@media (min-width: 768px) {
  .user-form__item .standart-form__label {
    left: -18px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.user-form__item .standart-form__label--required::after {
  position: absolute;
  top: 5px;
  right: -6px;
}
.user-form__item .standart-form__input {
  height: 42px;
  margin-top: 10px;
  border-radius: 15px;
  border: 1px solid #9ea5b4;
}
@media (min-width: 768px) {
  .user-form__item .standart-form__input {
    width: 410px;
    margin-top: 0;
  }
}
.user-form__item .standart-form__input:focus {
  border: 1px solid #252d3e;
}
.user-form__item .standart-form__select {
  margin-top: 10px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .user-form__item .standart-form__select {
    width: 410px;
    margin-top: 0;
  }
}
.user-form .standart-form__error-block {
  position: relative;
}
.user-form .standart-form__error-block::after {
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (min-width: 768px) {
  .user-form .standart-form__error-block::after {
    left: 90px;
  }
}
.user-form__btn-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(158, 165, 180, 0.4);
}
@media (min-width: 768px) {
  .user-form__btn-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.user-form__btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 230px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
  background-image: linear-gradient(to top, #c82127, #ed2024);
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.user-form__btn:focus {
  outline: 0;
}
.user-form__btn:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .user-form__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .user-form__btn {
    border-radius: 15px;
  }
}
.user-form__btn::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 17px;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-enter.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.user-form__btn--reg {
  padding-right: 67px;
  padding-left: 43px;
}
.user-form__btn--reg::before {
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-reg.png");
}
.user-form__register-box {
  margin-top: 17px;
  text-align: center;
}
.user-form__register-text {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  color: #252d3e;
}
.user-form__register-link {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ec2024;
}
.user-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.user-form .standart-form__input--radio ~ span {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.user-form .standart-form__label--agree a {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #252d3e;
}
.user-form__forgotten {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #367ab8;
}
/*==============================
modal-box
==============================*/
.modal-box {
  position: absolute;
  min-width: 350px;
  left: -50%;
  bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  z-index: 5;
}
.modal-box__container {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  display: inline-block;
  background-color: #ffffff;
  padding-top: 3px;
  border: 1px solid #9ea5b4;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px 0 #d7d7d7;
  box-shadow: 0 0 40px 0 #d7d7d7;
  overflow: hidden;
}
.modal-box__container::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: -6px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #9ea5b4;
  border-right: 1px solid #9ea5b4;
}
.modal-box__container::after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: -90px;
  width: 27%;
  height: 100px;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .modal-box__container {
    width: 400px;
  }
}
.modal-box--usermenu {
  min-width: 200px;
  left: 0;
  bottom: -5px;
  -webkit-transform: translateY(100%) translateX(-34%);
  transform: translateY(100%) translateX(-34%);
}
.modal-box--usermenu .modal-box__container {
  width: auto;
}
.js-modal-box {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(53, 60, 62, 0.85);
}
.js-modal-box--closed {
  display: none;
}
.js-modal-box--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-modal-box__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.js-modal-box .modal-box__container {
  width: 80%;
  max-height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .js-modal-box .modal-box__container {
    width: 600px;
  }
}
.js-modal-box .modal-box__container::before {
  display: none;
}
.js-modal-box .modal-box__container--profile .backet-modal__btn {
  width: auto;
  margin: 0 auto;
}
.js-modal-box__close {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: fixed;
  width: 25px;
  height: 24px;
  top: 20px;
  right: 20px;
  background: url("/local/templates/stp-europe-2/css/../img/icon-close-w.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 2000;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.js-modal-box__close:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .js-modal-box__close {
    top: 36px;
    right: 41px;
  }
}
.js-modal-box__close:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.js-modal-box__close:active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/*==============================
backet-modal
==============================*/
.backet-modal {
  width: 100%;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
.backet-modal b {
  font-weight: 700;
}
.backet-modal__item {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(158, 165, 180, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .backet-modal__item {
    padding: 15px 25px;
    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;
  }
}
.backet-modal__col {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .backet-modal__col {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.backet-modal__col--1 {
  width: 65%;
  text-decoration: none;
  color: inherit;
  margin-right: 0;
  padding-right: 5px;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.backet-modal__col--1[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .backet-modal__col--1[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.backet-modal__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.backet-modal__image-box {
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.backet-modal__image-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid rgba(213, 216, 221, 0.8);
  border-radius: 50%;
}
.backet-modal__image-box img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .backet-modal__image-box {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.backet-modal__item-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.backet-modal__item-name {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  color: #ec2024;
  text-align: left;
}
.backet-modal__item-name b {
  margin-right: 3px;
  text-transform: uppercase;
}
.backet-modal__item-subname {
  margin-bottom: 18px;
  color: #9ea5b4;
  font-family: "lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.backet-modal__price {
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
.backet-modal__qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #9ea5b4;
}
.backet-modal__qty {
  width: 30px;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  outline: none;
  color: #ec2024;
  font-family: "lato", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: none;
  text-align: center;
}
.backet-modal__math {
  padding: 0;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.backet-modal__math::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #252d3e;
  top: 50%;
  left: 0;
}
.backet-modal__math::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #252d3e;
  top: 0;
  left: 50%;
}
.backet-modal__math:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.backet-modal__math:hover:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .backet-modal__math:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.backet-modal__math--minus::after {
  display: none;
}
.backet-modal__bin {
  width: 12px;
  height: 17px;
  margin-top: 25px;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url("/local/templates/stp-europe-2/css/../img/icon-trash.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.backet-modal__bin:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.backet-modal__bin:hover:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .backet-modal__bin:hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .backet-modal__bin {
    margin-top: 0;
  }
}
.backet-modal__total {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.backet-modal__total-pricebox {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.backet-modal__total-shippingbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.backet-modal__total-shipping {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.backet-modal__total-shippingprice {
  font-family: "lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.backet-modal__btn-box {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .backet-modal__btn-box {
    -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;
  }
}
.backet-modal__morelink {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #252d3e;
  border-bottom: 1px solid #252d3e;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.backet-modal__morelink[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .backet-modal__morelink[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.backet-modal__btn {
  position: relative;
  width: 162px;
  margin: 0 auto;
  margin-top: 25px;
  color: #ffffff;
  font-weight: normal;
}
@media (min-width: 576px) {
  .backet-modal__btn {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
    background-image: linear-gradient(to top, #c82127, #ed2024);
    border-radius: 12px;
    padding-right: 56px;
  }
  .backet-modal__btn::before {
    position: absolute;
    width: 16px;
    height: 20px;
    right: 26px;
    top: 9px;
    content: "";
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-checkout.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .backet-modal__btn {
    margin: 0;
  }
}
.backet-modal__profile-subtitle {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  color: #9ea5b4;
}
.backet-modal__profile-mail {
  text-decoration: none;
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-weight: bold;
}
.backet-modal__profile-link {
  padding-left: 37px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-decoration: none;
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-weight: bold;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.backet-modal__profile-link[href]:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  opacity: 0.5;
}
@media (min-width: 768px) {
  .backet-modal__profile-link[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer;
  }
}
.backet-modal__profile-link--profile {
  background-image: url("/local/templates/stp-europe-2/css/../img/profile-icon.svg");
}
.backet-modal__profile-link--orders {
  background-image: url("/local/templates/stp-europe-2/css/../img/orders-icon.svg");
}
.modal-box__container--profile .backet-modal__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-box__container--profile .backet-modal__btn-box {
  padding-top: 25px;
}
.modal-box__container--profile .backet-modal__btn {
  width: 100%;
}
@media (min-width: 576px) {
  .modal-box__container--profile .backet-modal__btn {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c82127), to(#ed2024));
    background-image: linear-gradient(to top, #c82127, #ed2024);
    border-radius: 12px;
    padding-right: 56px;
  }
  .modal-box__container--profile .backet-modal__btn::before {
    position: absolute;
    width: 22px;
    height: 17px;
    right: 25%;
    top: 11px;
    content: "";
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-enter.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.video-bg {
  position: relative;
  overflow: hidden;
  background: url("/local/templates/stp-europe-2/css/../img/video-bg.jpg") no-repeat;
  background-size: cover;
}
@media (min-width: 1280px) {
  .video-bg {
    background-color: #232428 !important;
    background-image: none;
  }
}
.video-bg__video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 0.24;
}
@media (min-width: 1280px) {
  .video-bg__video {
    display: block;
  }
}
/*==============================
box
==============================*/
.box-fullsize {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.box-fullsize--nopicture {
  padding-top: 35px;
  background-color: #f2f4f7;
  overflow: hidden;
}
@media (min-width: 576px) {
  .box-fullsize--nopicture {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-hex-01.svg");
  }
}
@media (min-width: 1024px) {
  .box-fullsize--nopicture {
    padding-top: 96px;
  }
}
@media (min-width: 1280px) {
  .box-fullsize--nopicture {
    background-position: top right;
  }
}
.box-wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.box {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .box {
    width: 1170px;
  }
}
/*==============================
solution
==============================*/
.solution {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__wrapper {
  position: relative;
  margin-bottom: 154px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__wrapper::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 12vh;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40px);
  transform: translateX(-50%) translateY(-40px);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("/local/templates/stp-europe-2/css/../img/decor-word-solution.svg");
}
@media (min-width: 576px) {
  .solution__wrapper {
    padding-top: 34px;
    margin-bottom: 200px;
  }
  .solution__wrapper::before {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@media (min-width: 1024px) {
  .solution__wrapper {
    margin-bottom: 308px;
  }
  .solution__wrapper::before {
    height: 150px;
    background-position: center;
  }
}
.solution__wrapper--intro {
  margin-bottom: 100px;
  padding-top: 60px;
}
.solution__wrapper--intro::before {
  display: none;
}
@media (min-width: 576px) {
  .solution__wrapper--intro {
    padding-top: 90px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .solution__wrapper--intro {
    margin-top: 124px;
    margin-bottom: 124px;
  }
}
.solution__wrapper--change-bottom {
  margin-bottom: 0;
}
.solution__top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}
@media (min-width: 576px) {
  .solution__top {
    top: 20px;
  }
}
.solution__content {
  position: relative;
  min-height: 530px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 18px 53px 0 rgba(35, 36, 40, 0.15);
  box-shadow: 0 18px 53px 0 rgba(35, 36, 40, 0.15);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .solution__content {
    min-height: 637px;
    width: 500px;
    padding-bottom: 145px;
  }
}
.solution__content--hidden {
  min-height: inherit;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: min-height 0.4s ease, height 0.4s ease;
  transition: min-height 0.4s ease, height 0.4s ease;
}
@media (min-width: 576px) {
  .solution__content--hidden {
    min-height: inherit;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .solution__content--hidden {
    min-height: 637px;
    padding-bottom: 145px;
  }
}
.solution__content--intro {
  min-height: auto;
  height: auto;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 7px 18px 0 rgba(35, 36, 40, 0.25), 0 34px 84px 0 rgba(35, 36, 40, 0.53);
  box-shadow: 0 7px 18px 0 rgba(35, 36, 40, 0.25), 0 34px 84px 0 rgba(35, 36, 40, 0.53);
}
.solution__content--intro .solution__content-inner {
  padding: 30px;
  padding-top: 0;
  display: block;
}
@media (min-width: 576px) {
  .solution__content--intro .solution__content-inner {
    padding: 0 50px 22px;
  }
}
.solution__content--intro .solution__content-inner-top {
  padding-top: 35px;
}
@media (min-width: 576px) {
  .solution__content--intro .solution__content-inner-top {
    padding-top: 50px;
  }
}
.solution__content--intro .solution__top {
  position: absolute;
  right: 0;
  margin-bottom: 0;
  padding: 0 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.solution__content--intro::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 174px;
  height: 174px;
  left: 0;
  top: 0;
  opacity: 0.35;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/solutions-gray.svg");
  -webkit-transform: translateY(-37%) translateX(-46%);
  transform: translateY(-37%) translateX(-46%);
  z-index: 2;
}
@media (min-width: 576px) {
  .solution__content--intro {
    width: 390px;
    min-height: inherit;
  }
  .solution__content--intro::before {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .solution__content--intro {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .solution__content--intro {
    width: 33%;
  }
  .solution__content--intro::before {
    width: 225px;
    height: 225px;
  }
}
.solution__content--options {
  height: auto;
  min-height: inherit;
  margin-top: 50px;
  margin-bottom: 47px;
  padding-bottom: 0;
  border-top: 2px solid #232428;
  -webkit-box-shadow: 0 18px 53px 0 rgba(35, 36, 40, 0.15);
  box-shadow: 0 18px 53px 0 rgba(35, 36, 40, 0.15);
}
.solution__content--options .solution__content-inner {
  padding: 35px 48px 35px 35px;
}
@media (min-width: 768px) {
  .solution__content--options .solution__content-inner {
    min-height: inherit;
    margin-top: 0;
    padding: 55px 40px 10px 45px;
  }
}
@media (min-width: 768px) {
  .solution__content--options {
    width: 630px;
    padding-bottom: 0;
  }
}
.solution__content--fin {
  min-height: auto;
  position: relative;
  height: auto;
  padding-bottom: 0;
}
.solution__content--fin::after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  left: 50%;
  bottom: 0;
  background-color: #da1921;
  opacity: 0.9;
  -webkit-transform: translateY(25px) translateX(-50%);
  transform: translateY(25px) translateX(-50%);
}
.solution__content--fin::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  opacity: 0.35;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/solutions-gray.svg");
  -webkit-transform: translateY(30%) translateX(-46%);
  transform: translateY(30%) translateX(-46%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .solution__content--fin::before {
    width: 283px;
    height: 283px;
  }
}
.solution__content--fin .solution__content-inner {
  min-height: auto;
  position: relative;
  padding: 0 5px 60px;
  z-index: 2;
}
@media (min-width: 768px) {
  .solution__content--fin .solution__content-inner {
    margin-top: 0;
    padding: 0 5px 98px;
  }
}
@media (min-width: 768px) {
  .solution__content--fin {
    width: 430px;
    min-height: inherit;
    padding-bottom: 0;
  }
}
.solution__content-inner {
  position: relative;
  padding: 40px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution .sound-off {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/volume-mute.svg");
  background-position: left center;
}
.solution .sound-off:hover {
  cursor: pointer;
}
.solution .sound-off:focus {
  outline: 0;
}
.solution .sound-on {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/volume-up.svg");
  background-position: left center;
}
.solution .sound-on:hover {
  cursor: pointer;
}
.solution .sound-on:focus {
  outline: 0;
}
.solution__progress {
  position: relative;
  width: 100%;
  z-index: 2;
}
.solution__progress-bar {
  padding-top: 2px;
  background-color: #c2c7d0;
}
.solution__progress-indicator {
  position: absolute;
  width: 10%;
  left: 0;
  top: 0;
  padding-top: 2px;
  background-color: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__current-page {
  margin-right: 5px;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  color: #232428;
}
@media (min-width: 1024px) {
  .solution__current-page {
    font-size: 50px;
  }
}
.solution__allpages {
  font-size: 18px;
  font-weight: 300;
  color: rgba(35, 36, 40, 0.45);
}
@media (min-width: 1024px) {
  .solution__allpages {
    font-size: 20px;
  }
}
.solution__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: #232428;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .solution__title {
    font-size: 35px;
  }
}
.solution__title-decor {
  height: 1px;
  background-color: #232428;
}
.solution__title-decor:first-child {
  width: auto;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.solution__title-decor:last-child {
  width: auto;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.solution__title-text {
  display: inline-block;
  width: auto;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.solution__text {
  margin: 0;
  margin-bottom: 15px;
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.38;
}
@media (min-width: 1024px) {
  .solution__text {
    margin-bottom: 35px;
    font-size: 16px;
  }
}
.solution__intro-btn {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px 0 rgba(35, 36, 40, 0.2);
  box-shadow: 0 2px 5px 0 rgba(35, 36, 40, 0.2);
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #da1921;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.solution__intro-btn:focus {
  outline: 0;
}
.solution__intro-btn svg {
  width: 28px;
  height: 28px;
  margin-left: 13px;
  fill: #ffffff;
}
@media (min-width: 1024px) {
  .solution__intro-btn {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .solution__intro-btn:active,
  .solution__intro-btn:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(35, 36, 40, 0.2);
    box-shadow: 0 2px 5px 0 rgba(35, 36, 40, 0.2);
    background-color: #c41219;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.solution__animation {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.solution__animation-code {
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .solution__animation-code {
    width: 360px;
    height: 320px;
    max-width: none;
    max-height: none;
  }
}
.solution__prim {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 25px;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  font-family: "lato", Arial, sans-serif;
  color: #da1921;
  text-align: center;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/headphones.svg");
  background-size: 18px 17px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 1024px) {
  .solution__prim {
    margin-bottom: 30px;
  }
}
.solution__problem {
  width: 80%;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.25;
  color: #171821;
  text-align: center;
}
@media (min-width: 576px) {
  .solution__problem {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 768px) {
  .solution__problem {
    min-height: 70px;
    margin-bottom: 8px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.solution__btn {
  width: 105px;
  height: 49px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #c2c7d0;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #171821;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .solution__btn:hover {
    border: 1px solid #da1921;
    -webkit-box-shadow: 0 2px 5px 0 rgba(218, 25, 33, 0.2);
    box-shadow: 0 2px 5px 0 rgba(218, 25, 33, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.solution__btn--yes {
  margin-left: 15px;
}
.solution__problemer {
  position: absolute;
  width: 168px;
  height: 168px;
  left: 50%;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 4;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.solution__problemer--unactive {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .solution__problemer {
    width: 230px;
    height: 230px;
  }
}
.solution__modal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__modal--active {
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: all;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__modal--active .solution__modal-btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__modal-btn {
  position: relative;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.06;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #232428;
  background: -webkit-gradient(linear, left bottom, left top, from(#232428), to(#53555e));
  background: linear-gradient(0deg, #232428 0%, #53555e 100%);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.solution__modal-btn {
  cursor: pointer;
}
.solution__modal-btn::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.45);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.solution__modal-btn::after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/solutions-gray.svg");
  background-size: cover;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0.77;
  mix-blend-mode: multiply;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .solution__modal-btn {
    width: 128px;
    height: 128px;
    font-size: 16px;
  }
  .solution__modal-btn::before {
    width: 112px;
    height: 112px;
  }
  .solution__modal-btn::after {
    width: 254px;
    height: 254px;
  }
}
@media (min-width: 1280px) {
  .solution__modal-btn:hover {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .solution__modal-btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
    transform: translateY(-50%) translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .solution__modal-btn:active {
    -webkit-box-shadow: 0 8px 17px 0 rgba(35, 36, 40, 0.22), 0 21px 53px 0 rgba(35, 36, 40, 0.34), inset -1.9px -2.3px 0 0 #171821;
    box-shadow: 0 8px 17px 0 rgba(35, 36, 40, 0.22), 0 21px 53px 0 rgba(35, 36, 40, 0.34), inset -1.9px -2.3px 0 0 #171821;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .solution__modal-btn:active::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
.solution__scan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #242529;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 3;
}
.solution__scan--active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.solution__scan-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.solution__scan-video {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
@media (min-width: 768px) {
  .solution__scan-video {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
}
.solution__scan-btn {
  text-decoration: none;
  color: inherit;
  position: absolute;
  width: 180px;
  height: 51px;
  left: 50%;
  bottom: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da1921;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 8px 35px 0 rgba(218, 25, 33, 0.46);
  box-shadow: 0 8px 35px 0 rgba(218, 25, 33, 0.46);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .solution__scan-btn {
    width: 242px;
    bottom: 237px;
  }
}
@media (min-width: 1280px) {
  .solution__scan-btn {
    font-size: 18px;
  }
  .solution__scan-btn:active,
  .solution__scan-btn:hover {
    background-color: #c41219;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.solution__scan-btn--active {
  opacity: 1;
  -webkit-animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.solution__fin {
  margin-bottom: 103px;
}
@media (min-width: 768px) {
  .solution__fin {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media (min-width: 1024px) {
  .solution__fin {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@media (min-width: 768px) {
  .solution__fin .options__heading {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (min-width: 1024px) {
  .solution__fin .options__heading {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.solution__fin-text {
  position: relative;
  width: 70%;
  margin-top: 28px;
  padding-top: 11px;
  font-family: "lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.38;
  text-align: center;
}
.solution__fin-text::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87px;
  height: 1px;
  background-color: #dc161a;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .solution__fin-text {
    font-size: 18px;
    line-height: 1.67;
  }
}
.solution__social {
  margin-top: 47px;
  text-align: center;
}
.solution__social-title {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #da1921;
  margin-bottom: 13px;
}
.solution__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .solution__social-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.solution__social-link {
  text-decoration: none;
  color: inherit;
  width: 45px;
  height: 45px;
  margin-left: 6px;
  margin-right: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.solution__social-link .sprite-icon {
  width: 22px;
  height: 22px;
  fill: #c2c7d0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .solution__social-link .sprite-icon {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1280px) {
  .solution__social-link:hover {
    background-color: #232428;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .solution__social-link:hover .sprite-icon {
    fill: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
/*==============================
options
==============================*/
.options {
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .options {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .options {
    width: 630px;
  }
}
@media (min-width: 1024px) {
  .options {
    margin-bottom: 92px;
  }
}
.options__heading {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .options__heading {
    padding-top: 20px;
    padding-bottom: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/templates/stp-europe-2/css/../img/decor-word-gray.svg");
    background-size: auto 100%;
  }
}
@media (min-width: 1024px) {
  .options__heading {
    padding-top: 25px;
    padding-bottom: 90px;
    line-height: 0.52;
  }
}
@media (min-width: 1280px) {
  .options__heading .title-decor {
    padding-left: 58px;
    padding-right: 58px;
  }
  .options__heading .title-decor::after {
    right: 0;
  }
}
.options__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.options__subtitle {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: inline-block;
  color: #232428;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.04;
  text-align: center;
}
@media (min-width: 768px) {
  .options__subtitle {
    font-size: 25px;
  }
}
.options__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .options__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0px 2px 5px 0 rgba(35, 36, 40, 0.2);
    box-shadow: 0px 2px 5px 0 rgba(35, 36, 40, 0.2);
  }
}
.options__item {
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dddede;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(35, 36, 40, 0.2);
  box-shadow: 0px 2px 5px 0 rgba(35, 36, 40, 0.2);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.options__item:last-child {
  border-right: 0;
}
@media (min-width: 768px) {
  .options__item {
    width: calc(100% / 3);
    min-height: 188px;
    margin-bottom: 0;
    padding: 25px;
    border-bottom: none;
    border-right: 1px solid #dddede;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .options__item:hover {
    -webkit-box-shadow: 0px 20px 40px 0 rgba(35, 36, 40, 0.15);
    box-shadow: 0px 20px 40px 0 rgba(35, 36, 40, 0.15);
    z-index: 3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .options__item:hover .options__icon {
    fill: #da1921;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.options__icon {
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  fill: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .options__icon {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1280px) {
  .options__icon {
    margin-bottom: 0;
    fill: #e9eaec;
  }
}
.options__title-box {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.options__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.06;
  font-weight: 900;
  color: #171821;
}
@media (min-width: 1280px) {
  .options__title {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1280px), (-ms-high-contrast: none) and (min-width: 1280px) {
  .options__icon {
    margin-bottom: 20px;
  }
}
/*==============================
car
==============================*/
.car__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-78%) translateX(-50%);
  transform: translateY(-78%) translateX(-50%);
}
.car__parts-box {
  margin: 0 auto;
  position: relative;
  width: 240px;
  height: 72px;
}
@media (min-width: 1024px) {
  .car__parts-box {
    width: 424px;
    height: 127px;
  }
}
.car__parts-item {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__parts-item--active {
  opacity: 1;
  fill: #f01418;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__parts-item--active:hover {
  opacity: 1;
  fill: #f01418;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__parts-item-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.car__parts-item-initial {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.car__toggle-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.car__toggle-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .car__toggle-wrapper {
    padding-bottom: 31px;
  }
}
.car__toggle-wrapper::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: -7px;
  background-color: #da1921;
}
@media (min-width: 768px) {
  .car__toggle-wrapper::before {
    height: calc(100% - 7px);
  }
}
.car__toggle-wrapper:first-child .car__name {
  cursor: pointer;
}
@media (min-width: 768px) {
  .car__toggle-wrapper:first-child {
    padding-bottom: 10px;
  }
}
.car__toggle-wrapper:last-child::before {
  display: none;
}
.car__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .car__toggle:hover .car__name {
    color: #da1921;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .car__toggle:hover .car__name b {
    color: #da1921;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.car__name {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-left: 22px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.13;
  color: #232428;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__name b {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: rgba(194, 199, 208, 0.35);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .car__name b {
    margin-right: 10px;
    display: inline;
  }
}
@media (min-width: 768px) {
  .car__name {
    margin-left: 25px;
    font-size: 16px;
  }
  .car__name b {
    font-size: 22px;
  }
}
.car__allparts {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: default;
}
.car__allparts-item {
  font-size: 12px;
  font-weight: bold;
  color: #c2c7d0;
  font-family: 'lato', Arial, sans-serif;
}
/*==============================
car__toggle radio
==============================*/
.car__toggle input {
  position: absolute;
  opacity: 0;
}
.checkmark {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 7px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #da1921;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__toggle:hover input ~ .checkmark {
  background-color: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__toggle input:checked ~ .checkmark {
  background-color: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__toggle input:checked ~ .car__name {
  color: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car__toggle input:checked ~ .car__name b {
  color: #da1921;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.location {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 40px;
  border: solid 1px #9ea5b4;
  border-radius: 15px;
  background-color: #ffffff;
  color: #252d3e;
  font-family: "lato", Arial, sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0px 14px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 25px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media (min-width: 576px) {
  .location {
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .location {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .location {
    width: 1100px;
    top: 128px;
  }
}
.location__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #eff1f4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .location__title-box {
    padding-bottom: 40px;
  }
}
.location__title {
  margin: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 576px) {
  .location__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
}
.location__title::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/world.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -3px;
}
@media (min-width: 576px) {
  .location__title::before {
    top: 1px;
  }
}
.location__text {
  margin: 0;
  font-size: 14px;
}
.location__text-link {
  color: #ec2024;
  text-decoration: none;
  position: relative;
}
.location__text-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ec2024;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__text-link:hover,
.location__text-link:focus {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 576px) {
  .location__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.location__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% / 1) - 10px);
  margin: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 576px) {
  .location__list-item {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .location__list-item {
    width: calc((100% / 3) - 10px);
  }
}
@media (min-width: 992px) {
  .location__list-item {
    width: calc((100% / 4) - 10px);
  }
}
@media (min-width: 1200px) {
  .location__list-item {
    width: calc((100% / 5) - 10px);
  }
}
.location__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #252d3e;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__country-name::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #252d3e;
  position: absolute;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__link:hover .location__item-img-box,
.location__link:hover .location__item-img-box {
  border: 1px solid #ec2024;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__link:hover .location__country-name::before,
.location__link:hover .location__country-name::before {
  content: "";
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__item-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
  margin-right: 14px;
  border: 1px solid #d5d9de;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__list-img {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.location__country {
  margin-top: 5px;
}
.location__country-name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}
.location__country-language {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #9ea5b4;
}
.location__close {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/local/templates/stp-europe-2/css/../img/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border: none;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.location__close:hover,
.location__close:focus {
  outline: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes location-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes location-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-location {
  display: none;
}
.modal-location--show {
  display: block;
  -webkit-animation: location-fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: location-fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.lang {
  display: none;
  padding: 0;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #9ea5b4;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) {
  .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lang:hover,
.lang:focus {
  outline-width: 0;
  color: #252d3e;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lang:hover .lang__img-box,
.lang:focus .lang__img-box {
  border: 1px solid #ec2024;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lang__title {
  display: block;
  padding: 10px;
}
.lang__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
  margin-right: 14px;
  border: 1px solid #d5d9de;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lang__img {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.lang-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #9ea5b4;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) {
  .lang-mobile {
    display: none;
  }
}
.lang-mobile:hover,
.lang-mobile:focus {
  outline-width: 0;
}
.lang-mobile .lang__img-box {
  margin-right: 0;
}
/* icon-header--pdf */
.section-manual .icon-header {
  min-width: 0;
}
.section-manual .icon-header--pdf span::before {
  background-image: url('/local/templates/stp-europe-2/css/../img/icons/pdf.svg');
  background-position: bottom;
}
/* section-manual */
.section-manual {
  margin-bottom: 90px;
}
@media (min-width: 576px) {
  .section-manual {
    margin-bottom: 100px;
  }
}
.section-manual .site-wrapper {
  min-width: 0;
}
.section-manual .site-main__top {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .section-manual .site-main__top {
    margin-bottom: 20px;
  }
}
.section-manual__subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  color: #252D3E;
  text-align: center;
}
@media (min-width: 576px) {
  .section-manual__subtitle {
    font-size: 14px;
  }
}
.section-manual__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-manual__search > div {
  width: 100%;
}
@media (min-width: 992px) {
  .section-manual__search > div {
    width: 730px;
  }
}
.section-manual__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid #FFFFFF;
  position: relative;
}
@media (min-width: 576px) {
  .section-manual__search form {
    padding: 26px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-manual__search label {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #252D3E;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .section-manual__search label {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.section-manual__search input {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  height: 42px;
  width: 100%;
  padding: 10px 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #9EA5B4;
  border-radius: 15px;
  background-color: #FFFFFF;
}
.section-manual__search input::-webkit-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  background-color: #FFFFFF;
  color: #9EA5B4;
}
.section-manual__search input::-moz-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  background-color: #FFFFFF;
  color: #9EA5B4;
}
.section-manual__search input:-ms-input-placeholder {
  font-family: "lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  background-color: #FFFFFF;
  color: #9EA5B4;
}
.section-manual__search button {
  display: inline-block;
  height: 38px;
  width: 38px;
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 25px;
  bottom: 22px;
  border: none;
  background-image: url('/local/templates/stp-europe-2/css/../img/icons/search.svg');
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .section-manual__search button {
    right: 45px;
    bottom: 28px;
  }
}
.section-manual__search button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.section-manual__search p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #252D3E;
  text-align: center;
}
.section-manual__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-manual__list li {
  border-bottom: 1px solid #EFF1F4;
}
.section-manual__list li:last-child {
  border-bottom: none;
}
.section-manual__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  padding-right: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #171821;
  background-color: #FFFFFF;
  text-decoration: none;
  background-image: url('/local/templates/stp-europe-2/css/../img/icons/download.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.section-manual__link:hover {
  cursor: pointer;
  opacity: 0.8;
}
.section-manual__link > span {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  padding: 7px 12px;
  border: 1px solid #EC2024;
  font-size: 16px;
  line-height: 16px;
  color: #EC2024;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section-manual__link > span {
    margin-right: 30px;
    padding: 7px 22px;
    font-size: 18px;
    line-height: 18px;
  }
}
.section-manual__link > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 576px) {
  .section-manual__link > div {
    -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;
  }
}
.section-manual__link h3 {
  margin: 0;
  margin-right: 0px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .section-manual__link h3 {
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.section-manual__link > div span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #9EA5B4;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .section-manual__link > div span {
    font-size: 14px;
    line-height: 14px;
  }
}

/* End */


/* Start:/local/templates/stp-europe-2/css/main.css?175151944816282*/
.cluster {
    color: #FFF;
    text-align: center;
    font-family: 'Arial,Helvetica';
    font-size: 11px;
    font-weight: bold;
}

.cluster-1 {
    background-image: url('/local/templates/stp-europe-2/css/../img/m1.png');
    line-height: 53px;
    width: 53px;
    height: 52px;
}
.cluster-2{background-image:url('/local/templates/stp-europe-2/css/../img/m2.png');line-height:53px;width:56px;height:55px}
.cluster-3{background-image:url('/local/templates/stp-europe-2/css/../img/m3.png');line-height:66px;width:66px;height:65px}

.lang__selection--ro::after {
    background-position: center -325px;}

.modal-box--show {
    display: block;
}
/*.user__backet-opener {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}*/

.btn-default {
    width: auto;
}

#bx-soa-basket .container-fluid {
    display:none;    
}

.areas__options-info {
    background-image: none !important;
}

td.ps_logo {
    display:none;    
}

.sale_order_full_table {
    margin-top:20px; 
    margin-bottom:20px;     
}

.lang__selection--fa::after {
    background-position: center -205px; }
.lang__selection--ch::after {
    background-position: center -245px; }
.lang__selection--pl::after {
    background-position: center -285px; }

.site-header__email {
    font-family: "lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #252d3e;
}

.site-header__email::before {
    content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 21px;
    height: 17px;
    margin-right: 10px;
    background-image: url(/local/templates/stp-europe-2/css/../img/icon-letter.svg);
    vertical-align: middle;
}    

/*==============================
choice
==============================*/
.choice {
    padding: 20px 0; }
.choice__select-block {
    background: #ffffff; }
@media (min-width: 1200px) {
    .choice__select-block {
    padding-top: 30px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 30px, #ffffff 90px, transparent 90px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 30px, #ffffff 90px, transparent 90px); } }
.choice__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.choice__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
@media (min-width: 576px) {
    .choice__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }
@media (min-width: 1200px) {
    .choice__item {
    -webkit-flex-basis: 14.28%;
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.choice__label
{
    text-decoration: none;
    color: #252d3e;
}
.choice__label input:checked + .choice__content, .choice__label.active .choice__content {
    background-color: #ffffff; }
.choice__label input:checked + .choice__content::after, .choice__label.active .choice__content::after {
    opacity: 1; }
.choice__label input:checked + .choice__content .choice__img-wrapper,
.choice__label.active .choice__content .choice__img-wrapper{
    border-color: #ec2024;
    cursor: default;
}
.choice__label input:checked + .choice__content .choice__img-wrapper:active, .choice__label input:checked + .choice__content .choice__img-wrapper[href]:active,
.choice__label.active .choice__content .choice__img-wrapper:active, .choice__label.active .choice__content .choice__img-wrapper[href]:active
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1; }
@media (min-width: 768px) {
    .choice__label input:checked + .choice__content .choice__img-wrapper:hover, .choice__label input:checked + .choice__content .choice__img-wrapper[href]:hover,
    .choice__label.active .choice__content .choice__img-wrapper:hover, .choice__label.active .choice__content .choice__img-wrapper[href]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    opacity: 1;
    cursor: default; } }
.choice__label input:checked + .choice__content .choice__title,
.choice__label.active .choice__content .choice__title
{
    color: #ec2024; }
@media (min-width: 1200px) {
    .choice__label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media (min-width: 1200px) {
    .choice__content::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/stp-europe-2/css/../img/icon-check.svg");
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px; } }
@media (min-width: 1200px) {
    .choice__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 150px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    position: relative; } }
.choice__img-wrapper {
    display: block;
    padding-top: 20px;
    border: 3px solid transparent;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
.choice__img-wrapper:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5; }
@media (min-width: 768px) {
    .choice__img-wrapper:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.5;
    cursor: pointer; } }
.choice__img-wrapper img {
    max-width: 100%;
    height: auto; }
@media (min-width: 1200px) {
    .choice__img-wrapper {
    padding-top: 0;
    border-width: 0; } }
.choice__title {
    display: block;
    padding: 10px;
    font-family: "lato", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color; }
@media (min-width: 768px) {
    .choice {
    margin-top: -200px; } }
    /*
.calculator-block__link--04[href*="/fa/"] span::after
{
    margin-left: -37px;
}
.calculator-block__link--01[href*="/fa/"] span::after, .calculator-block__link--03[href*="/fa/"] span::after
{
    margin-left: -57px;
}
.calculator-block__link--02[href*="/fa/"] span::after
{
    margin-left: -77px;
}
.calculator-block__link--05[href*="/fa/"] span::after
{
    margin-left: -86px;
}*/
/* End */

/*==============================
areas
==============================*/
.areas {
    position: relative; }
.areas__option-wrapper {
    padding: 10px 0;
    position: relative;
    z-index: 1; }
@media (min-width: 576px) {
    .areas__option-wrapper {
    padding: 20px 10px; } }
@media (min-width: 768px) {
    .areas__option-wrapper {
    padding: 30px 10px 80px; } }
.areas__option-block {
    max-width: 825px;
    padding: 10px;
    margin: 0 auto; }
@media (min-width: 768px) {
    .areas__option-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2)); } }
.areas__col {
    padding: 10px; }
@media (min-width: 768px) {
    .areas__col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%; } }
.areas__col--select {
    position: relative;
    z-index: 1; }
@media (min-width: 992px) {
    .areas__col--select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #f1f1f1; } }
.areas__option-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    top: 0; }
.areas__option-item {
    padding: 10px; }
@media (min-width: 768px) {
    .areas__option-item {
    padding: 10px 20px; } }
.areas__option-title {
    padding-bottom: 10px;
    font-family: "lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    color: #252d3e;
    text-align: center;
    width: 75px;
}
@media (min-width: 992px) {
    .areas__option-title {
    padding: 0 20px 0 0; } }
.areas__option-form {
    font-family: "lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    color: #252d3e;
    position: relative;
    width: 100%; }
.areas__options-info {
    display: block;
    height: 40px;
    padding: 0 10px;
    margin-top: -1px;
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-select.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border: 1px solid #9ea5b4;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 40px;
    color: #ec2024;
    position: relative;
    z-index: 1; }
@media (min-width: 768px) {
    .areas__options-info {
    padding: 0 20px; } }
.areas__option-checkbox {
    display: none; }
.areas__option-checkbox:checked ~ span::before {
    background-image: url("/local/templates/stp-europe-2/css/../img/sprite-form.svg");
    background-position: center -15px; }
.areas__option-label span {
    display: block;
    padding-left: 30px;
    position: relative; }
.areas__option-label span::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #9ea5b4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -3px; }
.areas__support-input {
    display: none; }
.areas__support-input:checked ~ .areas__option-list {
    height: auto;
    padding-top: 45px;
    padding-bottom: 10px;
    border: 1px solid #9ea5b4; }
.areas__support-input:checked ~ .areas__options-info {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-select-closer.svg"); }
.areas__zone-block {
    width: 300px;
    height: 90px;
    margin: 0 auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
.areas__zone-block--luxury {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-luxury.png"); }
.areas__zone-block--van {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-van.png"); }
.areas__zone-block--suv {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-suv.png"); }
.areas__zone-block--crossover {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-crossover.png"); }
.areas__zone-block--sedan {
    background-image: url("/local/templates/stp-europe-2/css/../img/bg-areas-sedan.png"); }
.areas__hover-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 90px;
    position: absolute; }
.areas__hover-list--doors .areas__hover-item--01 {
    display: block; }
.areas__hover-list--roof .areas__hover-item--02 {
    display: block; }
.areas__hover-list--interior-floor .areas__hover-item--03 {
    display: block; }
.areas__hover-list--trunk-floor .areas__hover-item--04 {
    display: block; }
.areas__hover-list--wheel-arches .areas__hover-item--05 {
    display: block; }
.areas__hover-list--hood .areas__hover-item--06 {
    display: block; }
.areas__hover-list--trunk-roof .areas__hover-item--07 {
    display: block; }
.areas__hover-item {
    display: none;
    position: absolute; }
.areas__hover-item--01 {
    bottom: 19px;
    left: 97px; }
.areas__hover-item--02 {
    bottom: 75px;
    left: 126px; }
.areas__hover-item--03 {
    bottom: 19px;
    left: 97px; }
.areas__hover-item--04 {
    bottom: 9px;
    left: 93px; }
.areas__hover-item--05 {
    bottom: 12px;
    left: 39px; }
.areas__hover-item--06 {
    bottom: 24px;
    left: 226px; }
.areas__hover-item--07 {
    bottom: 45px;
    left: 30px; }
.areas__pseudo-table {
    padding-bottom: 10px; }
.areas__text-block {
    padding: 10px; }
@media (min-width: 768px) {
    .areas__text-block {
    padding: 20px;
    text-align: center; } }
.areas__btn-block {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.areas__btn-block .btn {
    min-width: 250px;
    margin-bottom: 20px; }
@media (min-width: 768px) {
    .areas__btn-block {
    padding: 20px; } }
@media (min-width: 992px) {
    .areas__btn-block {
    padding-bottom: 60px; } }
.areas__btn {
    display: inline-block;
    width: auto;
    margin: 0 20px; }

.print .areas {
    padding: 0; }
.print .areas__option-wrapper, .print .areas__btn-block {
    display: none; }


.backet-modal__morelink {
    text-decoration: none !important;
}

.backet-modal__item a {
    text-decoration: none;
}

a.user__backet-opener {
    text-decoration: none;
}


@media (min-width: 992px) {
    .backet_open-hover {
    display:block;    
}
}

.form-group select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group select {
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    box-shadow: none;
    border-radius: 2px;    
}

.bx-soa-cart-total-button-container {
display:none;    
}


a.shopping__col--53 {
text-decoration: none;    
}

a.site-nav__link {
text-decoration: none;    
}

a.site-header__link {
text-decoration: none;    
}

a.lang__selection {
text-decoration: none;    
}

a.site-footer__nav-link {
text-decoration: none;   
}

.sale-order-list-title-container {
    background: #6792c7;
}

.sale-order-list-title, .sale-order-list-accomplished-title {
    color: #fff;
}

.sale-order-detail-general-head {
    background: #6792c7;
}

.modal-box {
    z-index: 999;
}
@media (max-width: 992px) {
.bx-soa-cart-total-button-container {
    display: block;
}
}

.sale-order-detail-payment-options-methods-shipment-list-item-link {
display:none;    
}
.sale-order-detail-payment-options-methods-info-change-link {
display:none;     
}

.two-face__label--01::before {
    right: -40px;
    left:inherit;
}

.goods .where-block__select {
width: fit-content;    
}

.areas__options-info {
white-space: nowrap;
}

.areas__options-info {
overflow: hidden;
}
/*
.social__link--facebook {
    background-color: rgb(252,175,69);
background-image:
 linear-gradient(45deg, rgba(252,175,69,1) 0%, rgba(193,53,132,1) 50%, rgba(64,93,230,1) 100%),
 url("/local/templates/stp-europe-2/css/../img/sprite-social.svg");
    background-position: center -83px;
}*/
/* End */
/* /local/templates/stp-europe-2/css/styles.css?1751519448244537 */
/* /local/templates/stp-europe-2/css/main.css?175151944816282 */
