/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/*a:active,
a:hover {
  outline: 0;
}*/
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}
/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
@CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cuprum/v19/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6Vj_YIg.ttf) format('truetype');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/cuprum/v19/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9Vj_YIg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYag.ttf) format('truetype');
}
.gils {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Roboto Condensed', sans-serif;
}
@font-face {
  font-family: 'GillSansLight';
  src: url('../fonts/GillSansLight.eot');
  src: url('../fonts/GillSansLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GillSansLight.woff') format('woff'), url('../fonts/GillSansLight.ttf') format('truetype'), url('../fonts/GillSansLight.svg#GillSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans-SemiBold';
  src: url('../fonts/GillSans-SemiBold.eot');
  src: url('../fonts/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GillSans-SemiBold.woff') format('woff'), url('../fonts/GillSans-SemiBold.ttf') format('truetype'), url('../fonts/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 13px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Roboto Condensed', sans-serif;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #4c4c4c;
}
a:hover {
  color: #01b4bf;
}
.banner + .line--no-banner {
  display: none;
}
.country-banner + .line--no-banner {
  display: none;
}
.line--no-banner {
  background-image: url('../img/assets/header/dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  margin: 0;
  border: 0 none;
}
@media only screen and (max-width: 1279px) {
  .line--no-banner {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .car {
    position: absolute;
  }
}
.admin-page {
  font-family: "Helvetica Neue", serif;
  font-size: 12px;
  color: #4c4c4c;
}
.admin-page__inner {
  padding: 20px;
}
.admin-page__row:before,
.admin-page__row:after {
  display: table;
  content: "";
}
.admin-page__row:after {
  clear: both;
}
.lt-ie8 .admin-page__row {
  zoom: 1;
}
.main-page-bot__inner-wrap {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .main-page-bot__inner-wrap {
    width: 768px;
  }
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 1.154rem;
}
.select2-container * {
  outline: 0;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #cddfe0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f0f4f6;
  border: 1px solid #cddfe0;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #cddfe0;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f0f4f6;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #cddfe0;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.admin-btns {
  white-space: nowrap;
}
.admin-btn {
  display: inline-block;
  margin: 0 10px;
}
.admin-btn--edit {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2402px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.admin-btn--copy {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2354px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.admin-btn--delete {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2378px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.admin-filter {
  width: 100%;
  border-top: 1px solid #cddfe0;
  border-bottom: 1px solid #cddfe0;
  padding: 30px;
  background: #ebefef;
}
.admin-filter__inner-wrap {
  width: 1240px;
  margin: 0 auto;
}
.admin-filter__inner-wrap:before,
.admin-filter__inner-wrap:after {
  display: table;
  content: "";
}
.admin-filter__inner-wrap:after {
  clear: both;
}
.lt-ie8 .admin-filter__inner-wrap {
  zoom: 1;
}
.admin-filter__column {
  width: 33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.admin-filter__input-wrap {
  margin-bottom: 30px;
}
.admin-filter__input-wrap:before,
.admin-filter__input-wrap:after {
  display: table;
  content: "";
}
.admin-filter__input-wrap:after {
  clear: both;
}
.lt-ie8 .admin-filter__input-wrap {
  zoom: 1;
}
.admin-filter__label {
  font-size: 13.988000000000001px;
  font-size: 1.076rem;
  font-weight: bold;
  margin: 10px 0;
}
.admin-filter__select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
}
.admin-filter__select:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.admin-filter__select--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.admin-filter__select--disabled {
  color: #cddfe0;
}
.admin-filter__apply-btn {
  text-align: center;
  background: #01b4bf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  width: 60%;
  float: left;
}
.admin-filter__apply-btn:hover {
  background: #d23139;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  color: #fff;
}
.admin-filter__apply-btn--disabled,
.admin-filter__apply-btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.admin-filter__clear-btn {
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  width: 35%;
  float: right;
}
.admin-filter__clear-btn:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.admin-filter__clear-btn--disabled,
.admin-filter__clear-btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.admin-filter__date-input {
  background: #fff;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
  height: 40px;
  padding-right: 36px;
  width: 100%;
}
.admin-filter__date-input:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.admin-filter__date-input--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.admin-filter__date-input--disabled {
  color: #cddfe0;
}
.admin-filter__calendar-icon {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2544px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  display: block;
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
.admin-filter__ico-wrap {
  position: relative;
  display: inline-block;
  width: 45%;
}
.admin-filter__ico-wrap--first {
  float: left;
}
.admin-filter__ico-wrap--second {
  float: right;
}
.admin-login {
  float: right;
}
.admin-login__note {
  display: inline-block;
  vertical-align: middle;
}
.admin-login__name {
  color: #01b4bf;
}
.admin-login__logout-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #01b4bf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  margin-left: 30px;
}
.admin-login__logout-btn:hover {
  background: #d23139;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  color: #fff;
}
.admin-login__logout-btn--disabled,
.admin-login__logout-btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.admin-header {
  width: 1240px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
.admin-header:before,
.admin-header:after {
  display: table;
  content: "";
}
.admin-header:after {
  clear: both;
}
.lt-ie8 .admin-header {
  zoom: 1;
}
.admin-header__title {
  font-size: 35.879999999999995px;
  font-size: 2.76rem;
  font-weight: bold;
  float: left;
}
.admin-pagination {
  margin: 20px 0;
  display: inline-block;
}
.admin-pagination__info {
  margin: 10px 0;
}
.admin-pager {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.admin-pager:before,
.admin-pager:after {
  display: table;
  content: "";
}
.admin-pager:after {
  clear: both;
}
.lt-ie8 .admin-pager {
  zoom: 1;
}
.admin-pager__item {
  float: left;
}
.admin-pager__link {
  text-decoration: none;
  display: block;
  height: 44px;
  background: #ebefef;
  min-width: 44px;
  text-align: center;
  line-height: 44px;
  padding: 0 10px;
  border: 1px solid #cddfe0;
  margin-left: -1px;
}
.admin-pager__link--first {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.admin-pager__link--last {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.admin-pager__link--prev .admin-pager__icon {
  display: inline-block;
  margin-top: 8px;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2012px;
  width: 14px;
  height: 26px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.admin-pager__link--prev .admin-pager__icon:hover {
  opacity: 1;
}
.admin-pager__link--next .admin-pager__icon {
  display: inline-block;
  margin-top: 8px;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2042px;
  width: 14px;
  height: 26px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.admin-pager__link--next .admin-pager__icon:hover {
  opacity: 1;
}
.admin-table {
  width: 100%;
  margin-top: 20px;
}
.admin-table th,
.admin-table td {
  border: 1px solid #cddfe0;
  padding: 20px 10px;
}
.admin-table thead th {
  background: #ebefef;
}
.admin-table tbody > tr:nth-of-type(odd) {
  background: #fff;
}
.admin-table tbody > tr:nth-of-type(even) {
  background: #ebefef;
}
.admin-table__yes {
  color: #008000;
}
.admin-table__no {
  color: #b42c32;
}
.admin-table__select {
  background: #fff;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.05);
  height: 40px;
  width: 150px;
}
.admin-table__select:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.admin-table__select--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.admin-table__select--disabled {
  color: #cddfe0;
}
.admin-show-detail {
  display: inline-block;
  position: relative;
}
.admin-show-detail__link {
  color: #01b4bf;
}
.admin-show-detail__link:hover {
  color: #4c4c4c;
}
.admin-show-detail__popup {
  display: none;
  position: absolute;
  left: -20px;
  top: 30px;
}
.admin-popup {
  -webkit-box-shadow: -2px 2px 3px 0px #cddfe0;
          box-shadow: -2px 2px 3px 0px #cddfe0;
  border-top: 1px solid #cddfe0;
}
.admin-popup:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #fff;
  border-left: 1px solid #cddfe0;
  border-top: 1px solid #cddfe0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  left: 35px;
  -webkit-box-shadow: -2px 2px 3px 0px #cddfe0;
          box-shadow: -2px 2px 3px 0px #cddfe0;
}
.admin-popup__table {
  position: relative;
}
.admin-popup__table td {
  background: #fff;
  min-width: 200px;
  padding: 10px;
  border-top: 0;
}
.admin-popup__close {
  width: 40px;
  height: 40px;
  background: #01b4bf;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  text-align: center;
  font-size: 36px;
  line-height: 31px;
  cursor: pointer;
  border: 1px solid #01b4bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.admin-popup__close:hover {
  color: #01b4bf;
  background: #fff;
}
.all-cities__main-wrap {
  padding-left: 30px;
}
.all-cities__main-wrap:before,
.all-cities__main-wrap:after {
  display: table;
  content: "";
}
.all-cities__main-wrap:after {
  clear: both;
}
.lt-ie8 .all-cities__main-wrap {
  zoom: 1;
}
@media only screen and (min-width: 1280px) {
  .all-cities__main-wrap--desktop {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .all-cities__main-wrap--desktop {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .all-cities__main-wrap--tablet {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .all-cities__main-wrap--tablet {
    display: block;
  }
}
.all-cities__main-wrap--hidden {
  display: none;
}
.all-cities__search-result {
  list-style: none;
  padding-left: 0;
}
.all-cities__search-result:before,
.all-cities__search-result:after {
  display: table;
  content: "";
}
.all-cities__search-result:after {
  clear: both;
}
.lt-ie8 .all-cities__search-result {
  zoom: 1;
}
.all-cities__main-list-col {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 240px;
  float: left;
}
@media only screen and (max-width: 1279px) {
  .all-cities__main-list-col {
    width: 232px;
  }
}
.all-cities__subgroup-item {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: relative;
}
.all-cities__letter-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.all-cities__item {
  padding-bottom: 15px;
}
.all-cities__item--hidden {
  display: none;
}
.all-cities__item--left {
  float: left;
  width: 240px;
}
.all-cities__link {
  color: #4c4c4c;
  font-size: 1.154rem;
  font-weight: normal;
}
.all-cities__letter {
  position: absolute;
  top: -2px;
  left: -30px;
  color: #d23139;
  font-weight: 200;
  font-size: 1.54rem;
}
.all-cities__search-wrap {
  padding-top: 30px;
  margin-bottom: 50px;
}
.all-cities__search-input {
  background: #f0f4f6;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 270px;
  height: 30px;
}
.all-cities__search-input:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.all-cities__search-input--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.all-cities__search-input--disabled {
  color: #cddfe0;
}
.all-cities__clear-search {
  font-size: 1rem;
  color: #4c4c4c;
  border-bottom: 1px dotted;
  text-decoration: none;
  margin-left: 10px;
  display: none;
}
.all-cities--on-country {
  padding-left: 40px;
  padding-bottom: 40px;
}
.all-cities__title {
  font-size: 2rem;
  font-weight: 200;
}
.all-cities__main-wrap--hidden {
  display: none;
}
.all-cities__switch-wrap {
  padding: 20px 0;
}
.all-cities .all-cities__switch {
  font-size: 20px;
  color: #d23139;
  margin-right: 20px;
}
.all-cities .all-cities__switch--selected {
  text-decoration: none;
}
.all-cities .all-cities__switch--selected:hover {
  color: #d23139;
}
.alert {
  width: 100%;
}
.alert__inner {
  text-align: center;
  line-height: 1.5;
  width: 1240px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1279px) {
  .alert__inner {
    width: 768px;
    padding: 20px 40px;
  }
}
.banner {
  width: 100%;
  height: 173px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.banner--1 {
  background-image: url('../img/assets/banner/image-1.jpg');
}
.banner--valentine {
  background-image: url('../img/assets/banner/image-valentine.jpg');
}
.banner--3 {
  background-image: url('../img/assets/banner/image-3.jpg');
}
.banner--spring {
  background-image: url('../img/assets/banner/image-spring.jpg');
}
.banner--summer {
  background-image: url('../img/assets/banner/image-summer.jpg');
}
.banner--september {
  background-image: url('../img/assets/banner/image-september.jpg');
}
.banner--md {
  background-image: url('../img/assets/banner/image-md.jpg');
}
@media only screen and (min-width: 1280px) {
  .banner--md .banner__btn {
    left: 680px;
  }
}
.banner--autumn {
  background-image: url('../img/assets/banner/banner-autumn.jpg');
  background-position: right;
}
.banner--september-red {
  background-image: url('../img/assets/banner/image-september.jpg');
}
.banner--september-red .banner__text-main {
  color: #d23139;
}
.banner--september-red .banner__text-sub {
  color: #d23139;
}
.banner--mart-8 {
  background-image: url('../img/assets/banner/image-mart-8.jpg');
}
.banner--mart-8 .banner__text-main {
  color: #d23139;
  font-size: 3.8rem;
}
.banner--mart-8 .banner__text-sub {
  color: #d23139;
}
.banner__inner {
  width: 1240px;
  margin: 0 auto;
  height: 173px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .banner__inner {
    width: 768px;
    padding: 0 20px;
  }
}
.banner__text-wrap {
  padding-top: 45px;
  display: inline-block;
}
.banner__text-main {
  font-size: 4.6rem;
  font-family: 'Cuprum', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.banner__text-sub {
  font-size: 1.54rem;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
}
.banner__btn {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  height: 60px;
  background: #fff;
  border-radius: 3px;
  color: #d23139;
  font-size: 1.54em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
  -webkit-box-shadow: inset 0px -3px 0px 0px #a4a4a4;
          box-shadow: inset 0px -3px 0px 0px #a4a4a4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 52px;
  left: 550px;
}
.banner__btn:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .banner__btn {
    font-size: 1.15rem;
    width: 240px;
    left: 500px;
  }
}
.basket-add__title {
  font-size: 1.54rem;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 30px;
}
.basket-add__slider {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1280px) {
  .basket-add__slider {
    height: 310px;
  }
}
@media only screen and (max-width: 1279px) {
  .basket-add__slider {
    height: 244px;
  }
}
.basket-add__slider-inner:before,
.basket-add__slider-inner:after {
  display: table;
  content: "";
}
.basket-add__slider-inner:after {
  clear: both;
}
.lt-ie8 .basket-add__slider-inner {
  zoom: 1;
}
.basket-add__slider-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #4c4c4c;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
}
.basket-add__slider-nav--prev {
  left: -46px;
}
.basket-add__slider-nav--prev:before {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1698px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-animation: bg_animate_l_r linear 0.2s;
          animation: bg_animate_l_r linear 0.2s;
  animation-direction: reverse;
}
.basket-add__slider-nav--prev:hover {
  color: #01b4bf;
}
.basket-add__slider-nav--prev:hover:before {
  -webkit-animation: bg_animate_l linear 0.2s;
          animation: bg_animate_l linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1658px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.basket-add__slider-nav--next {
  right: -46px;
}
.basket-add__slider-nav--next:after {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1778px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-animation: bg_animate_r_r linear 0.2s;
          animation: bg_animate_r_r linear 0.2s;
  animation-direction: reverse;
}
.basket-add__slider-nav--next:hover {
  color: #01b4bf;
}
.basket-add__slider-nav--next:hover:after {
  -webkit-animation: bg_animate_r linear 0.2s;
          animation: bg_animate_r linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1738px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.best__title {
  font-size: 1.54rem;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 30px;
  margin-left: 88px;
}
@media only screen and (max-width: 575.98px) {
    .best__title {
        margin-left: 0;
    }
}
.best__slider {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
/*@media only screen and (min-width: 1280px) {
  .best__slider {
    height: 415px;
  }
}
@media only screen and (max-width: 1279px) {
  .best__slider {
    height: 305px;
  }
}
@media only screen and (max-width: 575.98px) {
    .best__slider {
        height: auto;
    }
}*/
.best__slider-inner:before,
.best__slider-inner:after {
  display: table;
  content: "";
}
.best__slider-inner:after {
  clear: both;
}
.lt-ie8 .best__slider-inner {
  zoom: 1;
}
.best__slider-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #4c4c4c;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.best__slider-nav--prev {
  left: 0;
}
.best__slider-nav--prev:before {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1698px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-animation: bg_animate_l_r linear 0.2s;
          animation: bg_animate_l_r linear 0.2s;
  animation-direction: reverse;
}
.best__slider-nav--prev:hover {
  color: #01b4bf;
}
.best__slider-nav--prev:hover:before {
  -webkit-animation: bg_animate_l linear 0.2s;
          animation: bg_animate_l linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1658px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.best__slider-nav--next {
  right: 0;
}
.best__slider-nav--next:after {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1778px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-animation: bg_animate_r_r linear 0.2s;
          animation: bg_animate_r_r linear 0.2s;
  animation-direction: reverse;
}
.best__slider-nav--next:hover {
  color: #01b4bf;
}
.best__slider-nav--next:hover:after {
  -webkit-animation: bg_animate_r linear 0.2s;
          animation: bg_animate_r linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1738px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.botblock {
  width: 355px;
  float: left;
  padding-left: 100px;
}
.botblock__header {
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  height: 90px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .botblock__header {
    height: auto;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.botblock__header--delivery {
  width: 200px;
}
@media only screen and (max-width: 1279px) {
  .botblock__header--delivery {
    width: 400px;
  }
}
.botblock__header--advantages {
  width: 300px;
}
.botblock__header--regions {
  width: 150px;
  position: relative;
}
.botblock__header--regions:before {
  content: '';
  background: url('../img/content/icon-car.gif') 0 0 no-repeat;
  background-size: 66px 38px;
  display: block;
  width: 66px;
  height: 38px;
  position: absolute;
  left: 100%;
  top: 0.5rem;
}
.botblock__content {
  font-size: 1.15rem;
  line-height: 1.33;
}
.botblock__content:before,
.botblock__content:after {
  display: table;
  content: "";
}
.botblock__content:after {
  clear: both;
}
.lt-ie8 .botblock__content {
  zoom: 1;
}
.botblock__paragraph {
  margin-top: 0;
  margin-bottom: 20px;
}
.botblock__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
@media only screen and (max-width: 1279px) {
  .botblock__list {
    width: 50%;
    float: left;
  }
}
.botblock__list-item {
  margin-bottom: 16px;
}
.botblock__list-item--with-marker {
  padding-left: 1em;
  text-indent: -0.7em;
}
.botblock__list-item--with-marker:before {
  content: '• ';
  color: #d23139;
}
.botblock__list-item--with-margin {
  margin-top: 30px;
}
.botblock__link {
  color: #4c4c4c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.botblock__link:hover {
  color: #01b4bf;
}
@media only screen and (max-width: 1279px) {
  .botblock {
    width: auto;
    float: none;
    padding-left: 0;
  }
}
.js-botblock__content--to-move {
  z-index: -1;
  position: absolute;
}
.region-item {
  border-bottom: 2px dotted #b9b9b9;
  margin-right: 15px;
  font-size: 0;
  position: relative;
  padding-right: 50px;
  top: -8px;
}
.region-item:before,
.region-item:after {
  display: table;
  content: "";
}
.region-item:after {
  clear: both;
}
.lt-ie8 .region-item {
  zoom: 1;
}
.region-item__note {
  color: #b9b9b9;
  background: #fff;
  position: relative;
  bottom: -8px;
  font-size: 14.95px;
  font-size: 1.15rem;
}
.region-item__name {
  background: #fff;
  position: relative;
  bottom: -8px;
  font-size: 14.95px;
  font-size: 1.15rem;
  padding-right: 4px;
}
.region-item__price {
  background: #fff;
  position: absolute;
  bottom: -8px;
  font-size: 14.95px;
  font-size: 1.15rem;
  right: 0;
  padding: 0 5px;
}
.botblocks {
  margin-top: 55px;
  padding-bottom: 80px;
}
.botblocks:before,
.botblocks:after {
  display: table;
  content: "";
}
.botblocks:after {
  clear: both;
}
.lt-ie8 .botblocks {
  zoom: 1;
}
@media only screen and (max-width: 1279px) {
  .botblocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.callback-popup {
  width: 500px;
  height: 450px;
  padding: 30px 30px;
}
.callback-popup__wrap {
  display: none;
}
.callback-popup__title {
  font-size: 1.54rem;
  font-weight: 200;
  margin: 10px 0;
  text-transform: uppercase;
}
.callback-popup__submit {
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  width: 270px;
  margin-top: 30px;
  height: 48px;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
.callback-popup__submit:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.callback-popup__submit--disabled,
.callback-popup__submit--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.callback-popup__note {
  margin-top: 20px;
  font-size: 1.15rem;
  line-height: 1.33;
  width: 270px;
}
.inputwrap--callback {
  margin-top: 30px;
}
.inputwrap--callback-ct {
  display: none;
}
.inputwrap__input {
  background: #f0f4f6;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.inputwrap__input:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.inputwrap__input--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.inputwrap__input--disabled {
  color: #cddfe0;
}
.inputwrap__input--callback {
  width: 270px;
  height: 40px;
  font-size: 1.5rem;
  display: block;
}
.inputwrap__label--callback {
  font-size: 1.15rem;
  line-height: 1.5;
}
.city-request-form {
  padding-top: 20px;
}
.city-request-form__input {
  background: #f0f4f6;
  border: 1px solid #cddfe0;
  outline: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
          box-shadow: inset 0px 3px 8px 0px rgba(6, 7, 7, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 270px;
  height: 30px;
  margin-right: 20px;
  vertical-align: top;
}
.city-request-form__input:focus {
  border: 2px solid #01b4bf;
  padding-left: 9px;
  padding-right: 9px;
}
.city-request-form__input--error {
  border: 2px solid #d23139;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffa8ac;
}
.city-request-form__input--disabled {
  color: #cddfe0;
}
@media only screen and (max-width: 1279px) {
  .city-request-form__input {
    width: 170px;
  }
}
.city-request-form__btn {
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  height: 30px;
  vertical-align: top;
  width: 100px;
}
.city-request-form__btn:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.city-request-form__btn--disabled,
.city-request-form__btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.city-select {
  width: 230px;
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .city-select {
    margin-right: 0;
  }
}
.city-select__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  line-height: 1.5rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.city-select__link:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2655px;
  width: 12px;
  height: 15px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.city-select__dropdown {
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  z-index: 30;
}
.city-dropdown {
  background: #fff;
  color: #4c4c4c;
  border-radius: 3px;
  width: 365px;
  padding: 24px;
  white-space: normal;
  -webkit-box-shadow: 0px 1px 3px 1px #cddfe0;
          box-shadow: 0px 1px 3px 1px #cddfe0;
}
.city-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
  left: 20%;
}
.city-dropdown__close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
}
.city-dropdown__title {
  font-size: 21.97px;
  font-size: 1.69rem;
  line-height: 1.2;
}
.city-dropdown__subtitle {
  font-size: 15.99px;
  font-size: 1.23rem;
  margin: 10px 0;
}
.city-dropdown__row:before,
.city-dropdown__row:after {
  display: table;
  content: "";
}
.city-dropdown__row:after {
  clear: both;
}
.lt-ie8 .city-dropdown__row {
  zoom: 1;
}
.city-dropdown__col {
  width: 50%;
  float: left;
}
.city-dropdown__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.city-dropdown__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.city-dropdown__list-item:before {
  content: '– ';
  color: #b42c32;
}
.city-dropdown__link {
  font-size: 15.99px;
  font-size: 1.23rem;
}
.city-dropdown__all-link {
  font-size: 13.91px;
  font-size: 1.07rem;
  display: inline-block;
  margin-top: 20px;
}
.cities-mp {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ebefef;
}
.cities-mp:before,
.cities-mp:after {
  display: table;
  content: "";
}
.cities-mp:after {
  clear: both;
}
.lt-ie8 .cities-mp {
  zoom: 1;
}
.cities-mp__col {
  float: left;
  width: 33%;
  padding-left: 100px;
}
@media only screen and (max-width: 1279px) {
  .cities-mp__col {
    padding-left: 30px;
  }
}
.cities-mp__title {
  font-family: 'Cuprum', sans-serif;
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20.02px;
  font-size: 1.54rem;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 48px;
}
.cities-mp__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.cities-mp__list-item {
  font-size: 14.989px;
  font-size: 1.153rem;
  line-height: 1.66;
}
.cities_new {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ebefef;
}
.cities_new_title {
  font-size: 3.07rem;
  font-weight: 200;
  vertical-align: middle;
  font-family: 'GillSansLight';
}
.cities_new_cell {
  padding-top: 30px;
  display: table;
  width: 100%;
}
.cities_new_block {
  display: table-row;
}
.cities_new_rus,
.cities_new_zar {
  padding-top: 10px;
  font-family: 'GillSansLight';
  font-weight: 500;
  font-size: 2.34rem;
  line-height: 1.2;
}
.cities_new_rus,
.cities_new_zar,
.cities_new_tb {
  display: table-cell;
  vertical-align: top;
}
.cities_new_rus,
.cities_new_zar {
  width: 20%;
}
.cities_new_tb {
  width: 80%;
  padding-right: 30px;
}
.cities_new_list {
  font-family: 'GillSansLight';
  font-weight: 500;
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
}
.cities_new_list li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cities_new_block_land {
  margin-top: 30px;
  display: table;
  width: 100%;
}
.varLand .cities_new_list {
  display: table-cell;
  width: 100%;
  font-family: 'GillSansLight';
  font-weight: 500;
  font-size: 1.5rem !important;
  list-style: none;
  padding: 0;
}
.varLand .cities_new_list li {
  padding-left: 34px;
  padding-right: 50px;
}
.varLand ul {
  display: inline;
}
.varLand ul li {
  display: inline-block;
  width: 150px;
}
.varLand ul li:first-child {
  background: url("../img/assets/cities-mp/ico_1.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(2) {
  background: url("../img/assets/cities-mp/ico_2.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(3) {
  background: url("../img/assets/cities-mp/ico_3.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(4) {
  background: url("../img/assets/cities-mp/ico_4.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(5) {
  background: url("../img/assets/cities-mp/ico_5.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(6) {
  background: url("../img/assets/cities-mp/ico_6.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(7) {
  background: url("../img/assets/cities-mp/ico_7.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(8) {
  background: url("../img/assets/cities-mp/ico_8.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(9) {
  background: url("../img/assets/cities-mp/ico_9.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(10) {
  background: url("../img/assets/cities-mp/ico_10.jpg") 0 3px no-repeat;
}
.varLand ul li:nth-child(11) {
  background: url("../img/assets/cities-mp/ico_11.jpg") 0 3px no-repeat;
}
.chist {
  clear: both;
}
.cities_new_inner {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .cities_new_inner {
    width: 768px;
  }
}
.citylist__main-wrap,
.citylist__main-wrap-c {
  padding-left: 30px;
}
.citylist__main-wrap:before,
.citylist__main-wrap-c:before,
.citylist__main-wrap:after,
.citylist__main-wrap-c:after {
  display: table;
  content: "";
}
.citylist__main-wrap:after,
.citylist__main-wrap-c:after {
  clear: both;
}
.lt-ie8 .citylist__main-wrap,
.lt-ie8 .citylist__main-wrap-c {
  zoom: 1;
}
@media only screen and (min-width: 1280px) {
  .citylist__main-wrap--desktop,
  .citylist__main-wrap-c--desktop {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .citylist__main-wrap--desktop,
  .citylist__main-wrap-c--desktop {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .citylist__main-wrap--tablet,
  .citylist__main-wrap-c--tablet {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .citylist__main-wrap--tablet,
  .citylist__main-wrap-c--tablet {
    display: block;
  }
}
.citylist__main-wrap--hidden,
.citylist__main-wrap-c--hidden {
  display: none;
}
.citylist__search-result {
  list-style: none;
  padding-left: 0;
}
.citylist__search-result:before,
.citylist__search-result:after {
  display: table;
  content: "";
}
.citylist__search-result:after {
  clear: both;
}
.lt-ie8 .citylist__search-result {
  zoom: 1;
}
.citylist__main-list-col {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 224px;
  float: left;
}
.citylist__subgroup-item {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: relative;
}
.citylist__letter-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.citylist__item {
  padding-bottom: 15px;
}
.citylist__item--hidden {
  display: none;
}
.citylist__item--left {
  float: left;
  width: 224px;
}
.citylist__link {
  color: #4c4c4c;
  font-size: 1.154rem;
  font-weight: normal;
}
.citylist__c-link {
  color: #4c4c4c;
  font-size: 1.154rem;
  font-weight: normal;
}
.citylist__letter {
  position: absolute;
  top: -2px;
  left: -30px;
  color: #d23139;
  font-weight: 200;
  font-size: 1.54rem;
}
.citylist--on-delivery {
  width: 950px;
  padding-left: 20px;
  padding-bottom: 80px;
  margin-left: 100px;
  margin-top: -80px;
}
@media only screen and (max-width: 1279px) {
  .citylist--on-delivery {
    margin-left: 0;
    width: auto;
  }
}
.admin-add-btn {
  float: right;
  width: 200px;
  text-align: center;
  background: #01b4bf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  margin-top: 60px;
  vertical-align: baseline;
}
.admin-add-btn:hover {
  background: #d23139;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  color: #fff;
}
.admin-add-btn--disabled,
.admin-add-btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.admin-add-btn__plus-icon {
  display: inline-block;
  height: 40px;
  font-size: 24px;
  vertical-align: top;
  margin-right: 10px;
  line-height: 36px;
}
.admin-add-btn__text {
  display: inline-block;
  height: 40px;
  vertical-align: top;
}
.closest-items {
  position: relative;
  margin: 40px 0;
}
.closest-items__inner {
  padding-left: 105px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .closest-items__inner {
    padding-left: 60px;
  }
}
.closest-items__title {
  font-size: 39.91px;
  font-size: 3.07rem;
  font-weight: 200;
  vertical-align: middle;
}
.closest-items__block {
  margin: 25px 0;
}
.closest-items__subtitle {
  font-size: 21.97px;
  font-size: 1.69rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.closest-items__table-heading {
  font-weight: 300;
  padding: 5px 0;
  text-align: left;
  font-size: 10.92px;
  font-size: 0.84rem;
  text-transform: uppercase;
}
.closest-items__table-heading--1 {
  min-width: 200px;
}
.closest-items__table-heading--2 {
  min-width: 200px;
}
.closest-items__table-item {
  font-size: 14.989px;
  font-size: 1.153rem;
  padding: 5px 0;
}
.contact-text-cols {
  margin-top: 50px;
}
.contact-text-cols:before,
.contact-text-cols:after {
  display: table;
  content: "";
}
.contact-text-cols:after {
  clear: both;
}
.lt-ie8 .contact-text-cols {
  zoom: 1;
}
.contact-text-cols__col {
  float: left;
  width: 260px;
}
.contact-text-cols__header {
  font-size: 1.54rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.contacts-row {
  width: 875px;
}
.contacts-row:before,
.contacts-row:after {
  display: table;
  content: "";
}
.contacts-row:after {
  clear: both;
}
.lt-ie8 .contacts-row {
  zoom: 1;
}
@media only screen and (max-width: 1279px) {
  .contacts-row {
    width: 100%;
  }
}
.contacts-col {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1279px) {
  .contacts-col {
    width: 100%;
    float: none;
  }
}
.contact-time-block {
  position: relative;
}
.contact-time-block__inner {
  border-left: 1px solid #cddfe0;
  padding-left: 60px;
  font-size: 1.54rem;
  font-weight: 200;
  line-height: 1.25;
  margin: 20px 0 65px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-time-block__inner:before {
  content: '';
  display: block;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2426px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 20px;
}
.contact-time-block__item + .contact-time-block__item {
  margin-top: 30px;
}
.contact-time-block__item-title {
  font-size: 15.000000002px;
  font-size: 1.153846154rem;
}
.contact-time-block__item-body {
  font-size: 21.999999996px;
  font-size: 1.692307692rem;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 1280px) {
  .contact-time-block__car {
    position: absolute;
    right: -361px;
    top: -40px;
  }
}
.dropdown-menu {
  display: none;
  position: relative;
  vertical-align: middle;
  margin-left: 20px;
}
@media only screen and (max-width: 1279px) {
  .dropdown-menu {
    display: inline-block;
  }
}
.dropdown-menu:hover .dropdown-menu__submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.dropdown-menu:hover .dropdown-menu__main-link {
  color: #d23139;
}
.dropdown-menu__main-link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 35;
  position: relative;
}
.dropdown-menu__main-link:after {
  -webkit-backface-visibility: hidden;
  content: '›';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  position: absolute;
  font-weight: bold;
  margin-left: 10px;
  font-size: 0.7rem;
  right: -0.6rem;
  top: 50%;
  z-index: 22;
  margin-top: -0.3rem;
}
.dropdown-menu__submenu {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  z-index: 30;
  background: #fff;
  padding: 40px 30px 10px 30px;
  left: -30px;
  top: -10px;
  border: 1px solid #cddfe0;
}
.dropdown-menu__item {
  margin-bottom: 10px;
  margin-right: -20px;
}
.dropdown-menu__link {
  color: #d23139;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.dropdown-menu__link:hover {
  color: #01b4bf;
}
.dropdown-menu__link--pay:before {
  content: ' ';
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2674px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -19px;
}
.delivert-card {
  width: 405px;
  height: 170px;
  padding: 35px 65px;
  border: 1px solid #cddfe0;
}
.delivert-card__text {
  position: relative;
}
.delivert-card__text:before {
  content: '';
  display: block;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2567px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 2px;
}
.delivert-card__phone {
  font-size: 1.69rem;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (min-width: 1280px) {
  .delivery-car {
    position: absolute;
    right: -361px;
    top: 35px;
  }
}
.delivery-block {
  padding-bottom: 50px;
  width: 100%;
}
.delivery-block:after {
  content: ' ';
  background-image: url('../img/assets/header/dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 50px;
}
.detail-additional-items {
  padding: 30px 0;
}
.detail-additional-items__header {
  font-size: 1.54rem;
  font-weight: 200;
  padding-left: 30px;
}
.detail-additional-items__itemlist {
  margin-top: 30px;
}
.detail-additional-items__itemlist:before,
.detail-additional-items__itemlist:after {
  display: table;
  content: "";
}
.detail-additional-items__itemlist:after {
  clear: both;
}
.lt-ie8 .detail-additional-items__itemlist {
  zoom: 1;
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.lt-ie8 .gallery {
  zoom: 1;
}
@media only screen and (max-width: 1279px) {
  .gallery {
    margin-left: 15px;
  }
}
.gallery__item {
  float: left;
  margin-left: 44px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .gallery__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.gallery__paginator {
  margin-left: 44px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .gallery__paginator {
    margin-left: 30px;
  }
}
.gallery-item {
  display: block;
  width: 289px;
  height: 453px;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .gallery-item {
    width: 240px;
    height: 386px;
  }
}
.gallery-item__img-wrap {
  height: 331px;
  white-space: nowrap;
}
.gallery-item__img-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .gallery-item__img-wrap {
    height: 270px;
  }
}
.gallery-item__image {
  vertical-align: middle;
  max-width: 100%;
  max-height: 331px;
}
@media only screen and (max-width: 1279px) {
  .gallery-item__image {
    max-height: 270px;
  }
}
.gallery-item__name {
  margin: 15px 0 10px;
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
  line-height: 1.6;
  text-transform: uppercase;
}
.gallery-item__item-info {
  font-size: 13px;
  font-size: 1rem;
}
.gallery-item__buy-link {
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  font-family: 'Cuprum', sans-serif;
  margin-top: 10px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  font-size: 1.54em;
  line-height: 2.4;
}
.gallery-item__buy-link:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.gallery-item__buy-link--disabled,
.gallery-item__buy-link--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
@media only screen and (max-width: 1279px) {
  .gallery-item__buy-link {
    line-height: 2.1;
  }
}
.gallery-blocks {
  position: relative;
  margin: 40px 0;
}
.gallery-blocks__inner {
  padding-left: 105px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .gallery-blocks__inner {
    padding-left: 60px;
    padding-bottom: 0;
  }
}
.gallery-blocks:before {
  content: '';
  background-image: url('../img/assets/header/dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  margin: 0;
  border: 0 none;
  top: -20px;
}
@media only screen and (max-width: 1279px) {
  .gallery-blocks:before {
    display: none;
  }
}
.gallery-blocks__title {
  font-size: 39.91px;
  font-size: 3.07rem;
  font-weight: 200;
  vertical-align: middle;
}
.gallery-blocks__all-link {
  font-weight: bold;
  font-size: 11.999px;
  font-size: 0.923rem;
  color: #b42c32;
  text-transform: uppercase;
  margin-left: 18px;
  vertical-align: middle;
}
.gallery-blocks__items {
  padding-top: 30px;
}
.gallery-blocks__items:before,
.gallery-blocks__items:after {
  display: table;
  content: "";
}
.gallery-blocks__items:after {
  clear: both;
}
.lt-ie8 .gallery-blocks__items {
  zoom: 1;
}
.gallery-blocks__item {
  float: left;
  margin-right: 20px;
}
.mp-gallery-item {
  width: 290px;
  height: 324px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1279px) {
  .mp-gallery-item {
    width: 220px;
    height: 246px;
  }
  .mp-gallery-item:nth-of-type(3) {
    display: none;
  }
}
.mp-gallery-item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mp-gallery-item__img {
  max-width: 100%;
  max-height: 324px;
  vertical-align: middle;
}
@media only screen and (max-width: 1279px) {
  .mp-gallery-item__img {
    max-height: 246px;
  }
}
.guaranties {
  width: 600px;
  margin: 40px auto ;
}
.guaranties__title {
  font-size: 1.54rem;
  font-weight: 200;
  margin: 10px 0;
  text-transform: uppercase;
}
.guaranties__list {
  padding-left: 20px;
}
.guaranties__item {
  font-size: 1.15rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.33;
}
.guaranties__item--first {
  font-size: 1.54rem;
  font-weight: 200;
  line-height: 1.25;
}
.guaranties__big-text {
  font-size: 1.54rem;
  font-weight: 200;
  line-height: 1.25;
}
.header-phones__list {
  margin: 0;
  list-style: none;
  padding-left: 0;
  height: 26px;
  overflow: hidden;
  border-radius: 5px;
}
.header-phones__list:hover {
  height: auto;
  position: absolute;
  top: 0;
  width: 152px;
  z-index: 12;
  -webkit-box-shadow: 0px 2px 7px #C4C4C4;
          box-shadow: 0px 2px 7px #C4C4C4;
}
.header-phones__list:hover .header-phones__item {
  text-decoration: none;
  background: #fff;
}
.header-phones__list:hover .header-phones__item:first-of-type:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-phones__list:hover .header-phones__item span {
  border-bottom: 1px transparent;
}
.header-phones__list:hover .header-phones__item + .header-phones__item {
  border-top: 0 none;
}
.header-phones__backcall {
  text-decoration: none;
}
.header-phones__backcall:hover {
  opacity: 0.6;
  color: initial;
}
.header-phones__item {
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header-phones__item:before {
  content: '';
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2727px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  color: #b42c32;
  display: inline-block;
  line-height: 26px;
  visibility: hidden;
}
.header-phones__item:after {
  content: '';
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2710px;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  color: #b42c32;
  display: inline-block;
  visibility: hidden;
}
.header-phones__item:first-of-type:before {
  visibility: visible;
}
.header-phones__item:first-of-type:after {
  visibility: visible;
}
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1279px) {
  .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.logo__img {
  position: relative;
  text-decoration: none;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1570px;
  width: 40px;
  height: 45px;
  background-repeat: no-repeat;
  display: inline-block;
}
.logo__text-block {
  margin-left: 10px;
  font-size: 15.99px;
  font-size: 1.23rem;
  position: relative;
}
.logo__city-selector {
  color: #b42c32;
  text-decoration: none;
}
.logo__city-selector:hover {
  color: #b42c32;
  opacity: 0.6;
}
.logo__city-dropdown {
  position: absolute;
  left: -40px;
  top: 50px;
  z-index: 30;
  display: block;
}
/*.main-heading__wrap:before,
.main-heading__wrap:after {
  display: table;
  content: "";
}
.main-heading__wrap:after {
  clear: both;
}
.lt-ie8 .main-heading__wrap {
  zoom: 1;
}*/
.main-heading__sub-heading {
  margin: 15px 0;
  font-size: 16px;
  opacity: 0.6;
  text-align: center;
}
.main-heading__sub {
  font-size: 26px;
}
.main-heading__city-select-link {
  border-bottom: 2px dashed #4c4c4c;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.main-heading__city-select-link:after {
  content: " ";
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2613px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
}
/*.itemlist:before,
.itemlist:after {
  display: table;
  content: "";
}*/
.lang-switch {
  width: 150px;
  height: 25px;
  margin: 0 auto;
}
.lang-switch__item {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  height: 25px;
  line-height: 21px;
  border: 2px solid #b42c32;
}
.lang-switch__item:hover {
  background: #b42c32;
  color: #fff;
}
.lang-switch__item--selected {
  color: #fff;
  background: #b42c32;
}
.lang-switch__item--left {
  border-radius: 13px 0px 0px 13px / 13px 0px 0px 13px;
  border-right: 0;
}
.lang-switch__item--left:hover:not(.lang-switch__item--selected) {
  border-right: 1px solid #fff;
}
.lang-switch__item--right {
  border-radius: 0px 13px 13px 0px / 0px 13px 13px 0px;
  border-left: 0;
}
.lang-switch__item--right:hover:not(.lang-switch__item--selected) {
  border-left: 1px solid #fff;
}
.main-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .main-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.main-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .main-menu__list {
    text-align: center;
  }
}
.main-menu__item {
  display: inline-block;
  margin-right: 37px;
}
@media only screen and (max-width: 1279px) {
  .main-menu__item {
    margin: 0 20px;
  }
}
.main-menu__item--with-submenu {
  position: relative;
}
.main-menu__item--with-submenu:hover .main-menu__link {
  z-index: 20;
}
@media only screen and (min-width: 1280px) {
  .main-menu__item--with-submenu:hover .main-menu__submenu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    left: -15px;
    right: -20px;
  }
  .main-menu__item--with-submenu:hover .main-menu__submenu {
    margin-top: 15px;
    background: #fff;
    list-style: none;
    padding: 10px 17px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 7px #C4C4C4;
            box-shadow: 0px 2px 7px #C4C4C4;
    width: fit-content;
  }
  .main-menu__item--with-submenu:hover .main-menu__link--with-submenu:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 0.2rem;
  }
}
.main-menu__link {
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 15.99px;
  font-size: 1.23rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.main-menu__link:hover {
  color: #4c4c4c;
  opacity: 0.6;
}
@media only screen and (min-width: 1280px) {
  .main-menu__link--with-submenu {
    position: relative;
    text-decoration: none;
    border-bottom: 1px dashed;
  }
  .main-menu__link--with-submenu:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    font-weight: bold;
    font-size: 1.2rem;
    right: -12px;
    top: 50%;
    z-index: 12;
    margin-top: -0.2rem;
    text-decoration: none;
    width: 6px;
    height: 6px;
    overflow: hidden;
    border: 1px solid #4c4c4c;
    border-top: none;
    border-left: none;
  }
}
.main-menu__link--active {
  opacity: 0.6;
}
.main-menu__submenu-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.main-menu__submenu-item {
  padding: 5px 0;
}
.main-menu__submenu-link {
  text-decoration: none;
}
.main-menu__submenu-link:hover {
  color: #4c4c4c;
  opacity: 0.6;
}
.menu--header-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
}
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__list:before,
.menu__list:after {
  display: table;
  content: "";
}
.menu__list:after {
  clear: both;
}
.lt-ie8 .menu__list {
  zoom: 1;
}
.menu__item {
  float: left;
}
.menu__item--pay {
  margin-right: 30px;
}
.menu__link {
  text-decoration: none;
  margin: 0 8px;
  display: inline-block;
  line-height: 1.5rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.menu__link:hover {
  color: #4c4c4c;
  opacity: 0.6;
}
.menu__link--pay:before {
  content: ' ';
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -2692px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.mini-basket {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 1279px) {
  .mini-basket {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
}
.mini-basket__text {
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 15.99px;
  font-size: 1.23rem;
}
.mini-basket__text:hover {
  color: #4c4c4c;
  opacity: 0.6;
}
.mini-basket__text--no-hover:hover {
  color: #4c4c4c;
  opacity: 1;
}
.mini-basket__counter {
  background-color: #b42c32;
  display: inline-block;
  height: 13px;
  width: 13px;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -5px;
}
.new-popup {
  display: none;
  padding: 50px;
}
.new-popup__inner {
  font-size: 2rem;
  line-height: 1.5;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
}
.new-popup__company-name {
  white-space: nowrap;
}
.bn-pay {
  padding-right: 50px;
  width: 500px;
  font-size: 1.154rem;
}
.wu-pay {
  padding-right: 50px;
  width: 600px;
  font-size: 1.154rem;
  line-height: 1.5;
}
.pp-pay {
  padding-right: 50px;
  width: 600px;
  font-size: 1.154rem;
  line-height: 1.5;
}
.paginator:before,
.paginator:after {
  display: table;
  content: "";
}
.paginator:after {
  clear: both;
}
.lt-ie8 .paginator {
  zoom: 1;
}
.paginator__item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #4c4c4c;
  float: left;
  width: 36px;
  height: 36px;
  font-size: 1.54rem;
  line-height: 1.8;
  text-align: center;
}
.paginator__item--current {
  background: #d23139;
  border-radius: 50%;
  color: #fff;
}
.paginator__arrows {
  float: left;
}
.paginator__arrows--prev:before {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1698px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-animation: bg_animate_l_r linear 0.2s;
          animation: bg_animate_l_r linear 0.2s;
  animation-direction: reverse;
}
.paginator__arrows--prev:hover {
  color: #01b4bf;
}
.paginator__arrows--prev:hover:before {
  -webkit-animation: bg_animate_l linear 0.2s;
          animation: bg_animate_l linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1658px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.paginator__arrows--next:after {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1778px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-animation: bg_animate_r_r linear 0.2s;
          animation: bg_animate_r_r linear 0.2s;
  animation-direction: reverse;
}
.paginator__arrows--next:hover {
  color: #01b4bf;
}
.paginator__arrows--next:hover:after {
  -webkit-animation: bg_animate_r linear 0.2s;
          animation: bg_animate_r linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1738px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.pay-info {
  width: 600px;
  margin: 40px auto ;
}
.pay-info__title {
  font-size: 1.54rem;
  font-weight: 200;
  margin: 10px 0;
  text-transform: uppercase;
}
.pay-info__paragraph {
  font-size: 1.15rem;
  font-weight: normal;
}
.pay-info__icons {
  background-image: url(../img/png-sprite/96dpi/spriteef3sw9.png);
  background-position: -639px -518px;
  width: 180px;
  height: 18px;
  background-size: 939px, 938px;
  background-repeat: no-repeat;
  margin: 20px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pay-info__icons {
    background-image: url(../img/png-sprite/192dpi/spriteef3sw9.png);
  }
}
.pay-info__sub-title {
  text-transform: uppercase;
  font-size: 1.15em;
  margin: 30px 0;
}
.pay-info__list {
  padding-left: 20px;
}
.pay-info__item {
  font-size: 1.15rem;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.33;
}
.pay-popup {
  width: 430px;
  padding: 30px 30px;
}
.pay-popup__wrap {
  display: none;
}
.pay-popup__title {
  font-size: 1.54rem;
  font-weight: 200;
  margin: 10px 0;
  text-transform: uppercase;
}
.pay-popup__link {
  display: block;
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  width: 100%;
  margin-top: 30px;
  height: 48px;
  line-height: 2.18;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
.pay-popup__link:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.pay-popup__link--disabled,
.pay-popup__link--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.pay-popup__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-top: 35px;
}
.pay-popup__list-item {
  line-height: 2.2;
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
}
.pay-popup__list-item:before {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  content: '•';
  color: #b42c32;
  padding-right: 0.5rem;
}
.popup {
  width: 1210px;
  background: #fff;
}
@media only screen and (max-width: 1279px) {
  .popup {
    width: 750px;
  }
}
.tab-wrap {
  display: none;
  padding-bottom: 20px;
}
.tab-wrap--active {
  display: block;
}
.popup-navigation {
  padding: 10px 30px;
}
.popup-navigation:before,
.popup-navigation:after {
  display: table;
  content: "";
}
.popup-navigation:after {
  clear: both;
}
.lt-ie8 .popup-navigation {
  zoom: 1;
}
.popup-navigation__link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #4c4c4c;
}
.popup-navigation__link--prev {
  float: left;
}
.popup-navigation__link--prev:before {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1698px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-animation: bg_animate_l_r linear 0.2s;
          animation: bg_animate_l_r linear 0.2s;
  animation-direction: reverse;
}
.popup-navigation__link--prev:hover {
  color: #01b4bf;
}
.popup-navigation__link--prev:hover:before {
  -webkit-animation: bg_animate_l linear 0.2s;
          animation: bg_animate_l linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1658px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.popup-navigation__link--next {
  float: right;
}
.popup-navigation__link--next:after {
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1778px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-animation: bg_animate_r_r linear 0.2s;
          animation: bg_animate_r_r linear 0.2s;
  animation-direction: reverse;
}
.popup-navigation__link--next:hover {
  color: #01b4bf;
}
.popup-navigation__link--next:hover:after {
  -webkit-animation: bg_animate_r linear 0.2s;
          animation: bg_animate_r linear 0.2s;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1738px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
@-webkit-keyframes bg_animate_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg_animate_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg_animate_r_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    opacity: 1;
  }
}
@keyframes bg_animate_r_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1778px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1738px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    opacity: 1;
  }
}
@-webkit-keyframes bg_animate_l {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg_animate_l {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bg_animate_l_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    opacity: 1;
  }
}
@keyframes bg_animate_l_r {
  0% {
    opacity: 1;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  50% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1698px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  51% {
    opacity: 0;
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
  }
  100% {
    background-image: url('../img/svg-sprite/spriteef3sw9.svg');
    background-position: -4px -1658px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    opacity: 1;
  }
}
.popup-navigation-big__link {
  position: fixed;
  top: 50%;
  opacity: 0.7;
}
.popup-navigation-big__link--prev {
  left: 50%;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1387px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  margin-left: -700px !important;
}
@media only screen and (max-width: 1279px) {
  .popup-navigation-big__link--prev {
    margin-left: -500px !important;
  }
}
.popup-navigation-big__link--next {
  right: 50%;
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1457px;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  margin-right: -700px !important;
}
@media only screen and (max-width: 1279px) {
  .popup-navigation-big__link--next {
    margin-right: -500px !important;
  }
}
.popup-navigation-big__link:hover {
  opacity: 1;
}
.reviews-block {
  position: relative;
  margin: 40px 0;
}
.reviews-block__inner {
  padding-left: 105px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .reviews-block__inner {
    padding-left: 60px;
  }
}
.reviews-block__title {
  font-size: 39.91px;
  font-size: 3.07rem;
  font-weight: 200;
  vertical-align: middle;
}
.reviews-block__all-link {
  font-weight: bold;
  font-size: 11.999px;
  font-size: 0.923rem;
  color: #b42c32;
  text-transform: uppercase;
  margin-left: 18px;
  vertical-align: middle;
}
.reviews-block:before,
.reviews-block:after {
  content: '';
  background-image: url('../img/assets/header/dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  margin: 0;
  border: 0 none;
}
@media only screen and (max-width: 1279px) {
  .reviews-block:before,
  .reviews-block:after {
    display: none;
  }
}
.reviews-block__items {
  padding-top: 30px;
}
.reviews-block__items:before,
.reviews-block__items:after {
  display: table;
  content: "";
}
.reviews-block__items:after {
  clear: both;
}
.lt-ie8 .reviews-block__items {
  zoom: 1;
}
.reviews-block__item {
  width: 254px;
  max-height: 282px;
  float: left;
  margin-right: 99px;
}
.reviews-block__item:nth-of-type(3) {
  margin-right: 0;
}
@media only screen and (max-width: 1279px) {
  .reviews-block__item {
    margin-bottom: 30px;
    width: auto;
    margin-right: 60px;
    float: none;
  }
  .reviews-block__item:nth-of-type(3) {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.review-item {
  background: #ebefef;
  padding: 24px;
}
.review-item__date {
  font-size: 14.001px;
  font-size: 1.077rem;
  margin-bottom: 10px;
}
.review-item__text {
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
  line-height: 1.2;
  max-height: 148px;
  overflow: hidden;
}
.review-item__info {
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 24px;
}
.main-page-bot .reviews-block__inner {
  width: 1240px;
  padding-left: 0;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .main-page-bot .reviews-block__inner {
    width: 768px;
  }
}
.main-page-bot .reviews-block__item {
  width: 347px;
}
@media only screen and (max-width: 1279px) {
  .main-page-bot .reviews-block__item {
    width: auto;
  }
}
.popup-item {
  padding: 30px;
}
.popup-item:before,
.popup-item:after {
  display: table;
  content: "";
}
.popup-item:after {
  clear: both;
}
.lt-ie8 .popup-item {
  zoom: 1;
}
.popup-item__image-wrap {
  width: 810px;
  border: 1px solid #cddfe0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1279px) {
  .popup-item__image-wrap {
    width: 365px;
  }
}
.popup-item__img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  max-height: 800px;
}
.popup-item__description-wrap {
  float: left;
  width: 270px;
  margin-left: 40px;
  padding-top: 40px;
}
.popup-item__item-title {
  font-weight: 200;
  font-size: 1.54rem;
  text-transform: uppercase;
}
.popup-item__item-price {
  font-weight: bold;
  font-size: 3.1rem;
  font-family: 'Cuprum', sans-serif;
  margin-top: 25px;
  display: inline-block;
}
.popup-item__item-new-price-wrap {
  display: inline-block;
  color: #868686;
  padding-left: 30px;
  position: relative;
}
.popup-item__item-new-price-wrap:before {
  content: '';
  border-left: 1px solid #868686;
  position: absolute;
  left: 10px;
  top: 0;
  height: 50px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.popup-item__item-new-price-date {
  font-size: 1rem;
}
.popup-item__item-new-price {
  font-family: 'Cuprum', sans-serif;
  font-size: 2.3rem;
  text-decoration: line-through;
}
.popup-item__item-delivery-note {
  font-size: 1.15rem;
  margin-top: 10px;
}
.popup-item__buy-link {
  font-size: 1.54em;
  line-height: 2.4;
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  display: block;
  margin: 20px 0;
}
.popup-item__buy-link:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.popup-item__buy-link--disabled,
.popup-item__buy-link--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
.popup-item__pay-icons {
  background-image: url(../img/png-sprite/96dpi/spriteef3sw9.png);
  background-position: -639px -518px;
  width: 180px;
  height: 18px;
  background-size: 939px, 938px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .popup-item__pay-icons {
    background-image: url(../img/png-sprite/192dpi/spriteef3sw9.png);
  }
}
.popup-item__separator {
  border: 0 none;
  border-bottom: 1px solid #cddfe0;
  margin: 40px 0;
}
.popup-item__contents-link {
  font-size: 1.15rem;
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #4c4c4c;
}
.popup-item__contents-link--active {
  display: none;
}
.popup-item__contents-block {
  font-size: 1.15rem;
  display: none;
}
.popup-item__contents-block--active {
  display: block;
}
.popup-item__description-text {
  font-size: 1.15rem;
  margin-top: 20px;
}
.popup-item__price-wrap {
  white-space: nowrap;
}
.popup-item__sku-selector-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}
.popup-item__sku-item-wrap {
  margin: 0 20px 10px 0;
  display: inline-block;
  width: 100px;
}
.popup-item__sku-item {
  white-space: nowrap;
  color: #4c4c4c;
  border-bottom: 1px dashed ;
  text-decoration: none;
}
.popup-item__sku-item--selected {
  border-bottom: 0 none;
  color: #b42c32;
}
.popup-item__sku-item--selected:hover {
  color: #b42c32;
}
.seo-filter {
  border: 1px solid #cddfe0;
  background: #ebefef;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  z-index: 9;
  position: relative;
}
.seo-filter:before,
.seo-filter:after {
  display: table;
  content: "";
}
.seo-filter:after {
  clear: both;
}
.lt-ie8 .seo-filter {
  zoom: 1;
}
.seo-filter__wrap {
  width: 728px;
  margin-top: 50px;
  float: right;
}
@media only screen and (max-width: 1279px) {
  .seo-filter__wrap {
    margin-top: 20px;
    width: 728px;
    float: none;
    margin-bottom: 40px;
  }
}
.seo-filter__item {
  float: left;
  border-right: 1px solid #cddfe0;
  background: #ebefef;
  width: 25%;
}
.seo-filter__item:first-of-type {
  border-radius: 2px 0 0 2px;
}
.seo-filter__item:last-of-type {
  border-right: 0 none;
  border-radius: 0 2px 2px 0;
}
/*.filter-dropdown {
  position: relative;
}
.filter-dropdown__head-line {
  background: #b42c32;
  height: 5px;
  margin-left: -2px;
  margin-right: -2px;
}
.filter-dropdown__title {
  display: block;
  line-height: 28px;
  padding-left: 18px;
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
  position: relative;
  z-index: 15;
}
.filter-dropdown__title--default {
  opacity: 0.7;
}
.filter-dropdown__title--hidden {
  display: none;
}
.filter-dropdown__title:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4c4c4c;
}
.filter-dropdown__title + .filter-dropdown__title--default {
  display: block;
}
.filter-dropdown__title:not(.filter-dropdown__title--hidden) + .filter-dropdown__title--default {
  display: none;
}
.filter-dropdown__body {
  display: none;
  position: absolute;
  width: 100%;
  background: red;
  z-index: 10;
  background: #fff;
  top: -5px;
  left: -1px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(6, 7, 7, 0.2);
          box-shadow: 0px 3px 4px 0px rgba(6, 7, 7, 0.2);
}
.filter-dropdown__item {
  border-bottom: 1px solid #cddfe0;
  margin-left: -2px;
  margin-right: -2px;
}
.filter-dropdown__item:last-of-type {
  border-bottom: 0 none;
}
.filter-dropdown__link {
  text-decoration: none;
  font-size: 15.001999999999999px;
  font-size: 1.154rem;
  line-height: 2;
  padding-left: 18px;
  display: block;
}
.filter-dropdown:hover .filter-dropdown__body {
  display: inline-block;
}
.filter-dropdown:hover .filter-dropdown__title {
  display: none;
  opacity: 0.7;
}
.filter-dropdown:hover .filter-dropdown__title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-dropdown:hover .filter-dropdown__title--default {
  display: block;
}*/
.show-all__link {
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
  margin: 35px auto;
  display: block;
  width: 710px;
  height: 50px;
  font-size: 1.7rem;
  line-height: 2.27;
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
}
.show-all__link:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.show-all__link--disabled,
.show-all__link--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
@media only screen and (max-width: 1279px) {
  .show-all__link {
    margin: 40px auto;
    width: 375px;
  }
}
.show-all__link--n {
  width: 320px;
  height: 53px;
  line-height: 53px;
}
.show-all__link--n:before {
  content: ' ';
  background-image: url('../img/svg-sprite/spriteef3sw9.svg');
  background-position: -4px -1898px;
  width: 27px;
  height: 23px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.tabs:before,
.tabs:after {
  display: table;
  content: "";
}
.tabs:after {
  clear: both;
}
.lt-ie8 .tabs {
  zoom: 1;
}
.tabs__item {
  border-right: 1px solid #cddfe0;
  border-bottom: 1px solid #cddfe0;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 3.2;
  width: 280px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs__item:hover {
  color: #d23139;
}
.tabs__item--active {
  color: #d23139;
  background-color: #f0f4f6;
}
@media only screen and (max-width: 1279px) {
  .tabs__item {
    width: 150px;
  }
}
.dropdown-tab.dropdown-tab--hover .dropdown-tab__list {
  display: block;
}
.dropdown-tab__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: absolute;
  display: none;
  border-top: 1px solid #cddfe0;
  z-index: 1;
}
.dropdown-tab__item {
  color: #4c4c4c;
  background: #fff;
  float: none;
  border: 1px solid #cddfe0;
  border-top: 0 none;
}
.dropdown-tab .city-tabs__item--active {
  display: none;
}
.subscribe {
  position: relative;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #cddfe0;
}
.subscribe__inner {
  padding-left: 105px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 105px;
}
@media only screen and (max-width: 1279px) {
  .subscribe__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.subscribe__title {
  font-family: 'Cuprum', sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribe-form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  border-bottom: 1px solid #cddfe0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1279px) {
  .subscribe-form__input-wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0 none;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.subscribe-form__input {
  border: 0 none;
  outline: 0 none;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 40px;
}
@media only screen and (max-width: 1279px) {
  .subscribe-form__input {
    border-bottom: 1px solid #cddfe0;
  }
}
.subscribe-form__note {
  text-align: right;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 1279px) {
  .subscribe-form__note {
    margin: 10px auto;
  }
}
.subscribe-form__btn {
  margin-left: auto;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #d23139;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #b42c32;
          box-shadow: inset 0px -3px 0px 0px #b42c32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0 none;
}
.subscribe-form__btn:hover {
  background: #01b4bf;
  -webkit-box-shadow: inset 0px -3px 0px 0px #008a92;
          box-shadow: inset 0px -3px 0px 0px #008a92;
  color: #fff;
}
.subscribe-form__btn--disabled,
.subscribe-form__btn--disabled:hover {
  cursor: default;
  background: #cddfe0;
  -webkit-box-shadow: inset 0px -3px 0px 0px #afcdcf;
          box-shadow: inset 0px -3px 0px 0px #afcdcf;
}
@media only screen and (max-width: 1279px) {
  .subscribe-form__btn {
    margin-top: 20px  ;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.subscribe-thx-popup {
  padding: 100px 150px;
}
.subscribe-thx-popup__inner {
  text-align: center;
}
.subscribe-thx-popup__title {
  font-size: 24.05px;
  font-size: 1.85rem;
  font-family: 'Cuprum', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-link {
  background: #b42c32;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  position: fixed;
  bottom: 50px;
  left: 50px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.top-link:before {
  content: ' ';
  width: 17px;
  height: 17px;
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 17px;
}
.top-link:hover {
  background: #01b4bf;
}
@media only screen and (max-width: 1279px) {
  .top-link {
    display: none;
  }
}

.main-page__bottom-text,
.bottom-seo-text
{
    margin-top: 50px;
    padding: 0px 105px;
    font-size: 1.3rem;
    line-height: 1.4em;
    font-family: 'GillSansLight', Arial, serif;
}

h1,
.h1 {
    font-size: 3.1rem;
}

h2,
.h2 {
    font-size: 2.6rem;
    font-weight: 200;
    vertical-align: middle;
    font-family: 'GillSansLight', Arial, serif;
    text-transform: none;
}

h3,
.h3 {
    font-size: 2rem;
    font-weight: 200;
    vertical-align: middle;
    font-family: 'GillSansLight', Arial, serif;
    text-transform: none;
}
