/*-------------- begin normalize --------------*/

/*! normalize.css v2.1.0PlusLegacy | MIT License | git.io/normalize , http://delka.name/blog/tag/normalize/ */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ol,
nav ul {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure,
form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------- end normalize --------------*/

/*----------------- begin fonts ---------------*/

@font-face {
  font-family: 'Arial Black';
  src: url('../fonts/arial-black.eot');
  src: local('Arial Black'), url('../fonts/arial-black.eot?#iefix') format('embedded-opentype'), url('../fonts/arial-black.woff') format('woff'), url('../fonts/arial-black.ttf') format('truetype'), url('../fonts/arial-black.svg#ArialBlackRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------ end fonts ----------------*/

/*--------------- begin common -------------*/

html {
  height: 100%;
  min-width: 1004px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.429;
  letter-spacing: 0.02em;
  color: #272727;
  background: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.container {
  position: relative;
  min-width: 1004px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.content:before,
.content:after,
.content-two-column:before,
.content-two-column:after,
.content__header:before,
.content__header:after,
.content-video:before,
.content-video:after,
.form__row:before,
.form__row:after,
.review-form__inner:before,
.review-form__inner:after,
.header-social__list:before,
.header-social__list:after,
.header-basket:before,
.header-basket:after,
.footer-top:before,
.footer-top:after,
.footer-catalog-menu__row:before,
.footer-catalog-menu__row:after,
.index-slider__list:before,
.index-slider__list:after,
.useful__inner:before,
.useful__inner:after,
.products-basket__main:before,
.products-basket__main:after,
.card-info:before,
.card-info:after,
.card-main:before,
.card-main:after,
.card-property__item:before,
.card-property__item:after,
.card-payment__item:before,
.card-payment__item:after,
.photo-gallery__list:before,
.photo-gallery__list:after,
.preview-gallery__list:before,
.preview-gallery__list:after,
.reviews__content:before,
.reviews__content:after,
.order__info:before,
.order__info:after,
.delivery-tabs-content__inner:before,
.delivery-tabs-content__inner:after,
.content-gallery__list:before,
.content-gallery__list:after,
.breadcrumbs__list:before,
.breadcrumbs__list:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.container:after,
.content:after,
.content-two-column:after,
.content__header:after,
.content-video:after,
.form__row:after,
.review-form__inner:after,
.header-social__list:after,
.header-basket:after,
.footer-top:after,
.footer-catalog-menu__row:after,
.index-slider__list:after,
.useful__inner:after,
.products-basket__main:after,
.card-info:after,
.card-main:after,
.card-property__item:after,
.card-payment__item:after,
.photo-gallery__list:after,
.preview-gallery__list:after,
.reviews__content:after,
.order__info:after,
.delivery-tabs-content__inner:after,
.content-gallery__list:after,
.breadcrumbs__list:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

h1,
.h1 {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.429em;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
}

h2,
.h2 {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.286em;
  line-height: 1.111;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
}

h3,
.h3 {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.143em;
  line-height: 1.25;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
}

.titlekat {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.329em;
  line-height: 1.429;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
}

p {
  margin: 0.714em 0;
}

a {
  color: #1e89a8;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #5fdbff;
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

table {
  border-bottom: 4px solid #e6e6e6;
}

table th,
table td {
  padding: 5px 15px 5px 15px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

table th {
  padding: 5px 15px 5px 15px;
  font-weight: 400;
  color: #fff;
  background: #1e89a8;
}

table tr:nth-child(2n+1) td {
  background: #e6e6e6;
}

.hidden {
  display: none !important;
}

.color-green {
  color: #00aa52;
}

/*--------------- end common ----------------*/

/*--------------- begin content -------------*/

.content {
  padding-bottom: 397px;
  background: #fff;
}

.content-main {
  position: relative;
}

.content-one-column .content-main {
  width: 100%;
}

.content-two-column .left-sidebar {
  float: left;
  width: 23.167%;
  padding-bottom: 25px;
}

.content-two-column .content-main {
  float: right;
  width: 74.417%;
  padding: 20px 0 25px 0;
}

.content__header {
  position: relative;
  margin-top: 7px;
  margin-bottom: 10px;
}

.content__header h1,
.content__header .h1 {
  margin: 0;
}

.content__header_catalog h1,
.content__header_catalog .h1 {
  padding-right: 150px;
}

.content__header_useful h1,
.content__header_useful .h1 {
  padding-right: 120px;
}

.content__header-link {
  position: absolute;
  bottom: -1px;
  right: 0;
}

body.page-card .breadcrumbs + .content__header {
  padding-right: 240px;
  margin-bottom: 0;
}

body.page-card .card .content__header {
  margin-top: 0;
}

.sidebar-section {
  margin: 20px 0;
}

.text-box {
  margin: 25px 0;
  padding: 18px 31px 6px 31px;
  color: #fff;
  background: #ff4e00;
}

.section-text {
  margin: 35px 0;
}

.tabs_index + .section-text {
  margin-top: 43px;
}

.section-video {
  width: 100%;
  height: 460px;
}

.section-video + .section-video {
  margin-top: 10px;
}

.section-video iframe {
  max-width: 100%;
  height: 100%;
}

.content-video {
  width: 100%;
  margin: 25px 0;
}

.content-video__inner {
  height: 330px;
  overflow: hidden;
}

.content-video__text {
  position: relative;
  float: right;
  width: 280px;
  margin-left: 28px;
  padding: 15px 20px 10px 20px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.content-video__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: #e6e6e6;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-video iframe {
  max-width: 100%;
  height: 100%;
}

.flamp {
  padding-top: 5px;
  border: 1px solid #b3b4b8;
}

.flamp__wrap {
  position: relative;
  width: 225px;
  margin: 0 auto;
  overflow: hidden;
}

.flamp__inner {
  margin-top: -6px;
  margin-left: -2px;
  margin-bottom: -7px;
}

.flamp__inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: #fff;
  z-index: 1;
}

.content__img {
  float: right;
  max-width: 276px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.date {
  margin: 18px 0 12px 0;
}

.date__text {
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #252b2d;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

/*---------------- end content --------------*/


/*-------------------- begin buttons ---------------*/

.btn {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  padding: 0 20px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  text-decoration: none;
}

.btn:active,
.btn:focus {
  outline: none;
}

.btn_green {
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  background: #31ad5d;
  background: -webkit-gradient(linear, left top, left bottom, from(#31ad5d), to(#1f9b4b));
  background: -webkit-linear-gradient(top, #31ad5d 0%, #1f9b4b 100%);
  background: -o-linear-gradient(top, #31ad5d 0%, #1f9b4b 100%);
  background: linear-gradient(to bottom, #31ad5d 0%, #1f9b4b 100%);
  border-top: 1px solid #8fd3a7;
  border-bottom: 1px solid #19823e;
  border-radius: 3px;
}

.btn_green:hover {
  color: #fff;
  background: #31ad5d;
  background: -webkit-gradient(linear, left top, left bottom, from(#31ad5d), to(#1f9b4b));
  background: -webkit-linear-gradient(top, #31ad5d 0%, #1f9b4b 100%);
  background: -o-linear-gradient(top, #31ad5d 0%, #1f9b4b 100%);
  background: linear-gradient(to bottom, #31ad5d 0%, #1f9b4b 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn_green:active {
  color: #fff;
  background: #1ea84f;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ea84f), to(#1f9b4b));
  background: -webkit-linear-gradient(top, #1ea84f 0%, #1f9b4b 100%);
  background: -o-linear-gradient(top, #1ea84f 0%, #1f9b4b 100%);
  background: linear-gradient(to bottom, #1ea84f 0%, #1f9b4b 100%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_blue {
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  background: #3191ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#3191ad), to(#1f7f9b));
  background: -webkit-linear-gradient(top, #3191ad 0%, #1f7f9b 100%);
  background: -o-linear-gradient(top, #3191ad 0%, #1f7f9b 100%);
  background: linear-gradient(to bottom, #3191ad 0%, #1f7f9b 100%);
  border-top: 1px solid #8fc4d3;
  border-bottom: 1px solid #196a82;
  border-radius: 3px;
}

.btn_blue:hover {
  color: #fff;
  background: #3191ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#3191ad), to(#1f7f9b));
  background: -webkit-linear-gradient(top, #3191ad 0%, #1f7f9b 100%);
  background: -o-linear-gradient(top, #3191ad 0%, #1f7f9b 100%);
  background: linear-gradient(to bottom, #3191ad 0%, #1f7f9b 100%);
  border-top: 1px solid #8fc4d3;
  border-bottom: 1px solid #196a82;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn_blue:active {
  color: #fff;
  background: #1e89a8;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e89a8), to(#1e89a8));
  background: -webkit-linear-gradient(top, #1e89a8 0%, #1e89a8 100%);
  background: -o-linear-gradient(top, #1e89a8 0%, #1e89a8 100%);
  background: linear-gradient(to bottom, #1e89a8 0%, #1e89a8 100%);
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_order {
  width: 100%;
  height: 62px;
  font-weight: 700;
  font-size: 14px;
  line-height: 62px;
}

.btn_order:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 16px;
  margin-right: 9px;
  background: url(../images/sprite.png) -108px -66px no-repeat;
}

.back {
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
}

.back__link {
  display: inline-block;
  margin-left: 3px;
}

.back__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent #1e8aa8 transparent transparent;
}

/*-------------------- end buttons -----------------*/

/*------------------ begin forms ---------------*/

::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  opacity: 1;
}

::-moz-placeholder {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  opacity: 1;
}

:-moz-placeholder {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  opacity: 1;
}

:-ms-input-placeholder {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  opacity: 1;
}

.my-placeholder {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
  opacity: 1;
}

.form__row {
  margin: 0;
  padding: 0;
}

.form__col {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 50%;
}

.form__list {
  margin: 0;
  padding: 0;
}

.form__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 6px 0 0 0;
}

.form__item:first-child {
  margin-top: 0;
}

.form__item_btn {
  margin-top: 9px;
  text-align: center;
}

.form__header {
  position: relative;
  margin-bottom: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.429em;
  line-height: 1;
  color: #272727;
  text-align: left;
}

.form__title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.429;
}

.form__input_text,
.form__textarea {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  background: #fff;
  border: 1px solid rgba(30, 137, 168, 0.4);
  -webkit-box-shadow: inset 0px 1px 2px -1px rgba(35, 31, 32, 0.48);
  box-shadow: inset 0px 1px 2px -1px rgba(35, 31, 32, 0.48);
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form__textarea {
  height: 81px;
  padding: 8px 14px;
  resize: none;
}

.form__input_text:focus,
.form__textarea:focus {
  width: 100%;
  border-color: #1e89a8;
  outline: none;
}

.form__submit {
  width: 100%;
  cursor: pointer;
}

.form__input_checkbox,
.form__input_radio {
  display: none;
}

.form__label_checkbox,
.form__label_radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.429;
  cursor: pointer;
}

.form__label_checkbox:before,
.form__label_radio:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) -134px -61px no-repeat;
}

.form__label_radio {
  padding-left: 29px;
}

.form__label_radio:before {
  background-position: -174px -61px;
}

.form__input_checkbox:checked + .form__label_checkbox:before {
  background-position: -154px -61px;
}

.form__input_checkbox:disabled + .form__label_checkbox,
.form__input_checkbox:disabled + .form__label_checkbox:hover,
.form__input_checkbox:checked:disabled + .form__label_checkbox,
.form__input_checkbox:checked:disabled + .form__label_checkbox:hover,
.form__input_radio:disabled + .form__label_radio,
.form__input_radio:disabled + .form__label_radio:hover {
  opacity: .65;
  cursor: default;
}

.form__input_radio:checked + .form__label_radio:before {
  background-position: -194px -61px;
}

.form__input_radio:checked:disabled + .form__label_radio,
.form__input_radio:checked:disabled + .form__label_radio:hover {
  opacity: .65;
  cursor: default;
}

.form__label_block {
  display: block;
  font-size: 1em;
  line-height: 1;
  color: #272727;
  margin-bottom: 5px;
}

.form__select {
  height: 34px;
  padding-left: 9px;
  border: 1px solid #a5d0dc;
}

.required {
  color: #ff4e00;
}

.call-request-form {
  width: 272px;
  padding: 35px 39px 35px 39px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}

.form-answer {
  width: 272px;
  padding: 35px 39px 35px 39px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}

.form-answer .form__title p {
  margin: 0;
}

.form-answer .form__title p + p {
  margin-top: 1.071em;
}

.form-answer .btn {
  width: 100%;
  text-align: center;
}

.form-answer__action {
  margin-top: 15px;
}

.form-answer__action + a {
  display: inline-block;
  margin-top: 20px;
}

.footer-feedback-form {
  width: 100%;
  max-width: 100%;
  padding: 18px 15px 30px 15px;
  background: #1e89a8;
}

.footer-feedback-form .form__header {
  margin-bottom: 17px;
  padding-left: 9px;
  font-size: 18px;
  color: #fff;
}

.footer-feedback-form .form__input_text {
  border: none;
}

.footer-feedback-form .form__textarea {
  resize: none;
  border: none;
}

.footer-feedback-form .form__item {
  margin-top: 6px;
}

.footer-feedback-form .form__item_btn {
  margin-top: 10px;
}

.footer-feedback-form .form__submit {
  text-align: left;
  padding: 0 16px;
}

.review-form {
  margin-top: 15px;
}

.review-form__inner {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.review-form__left {
  float: left;
  width: 66.322%;
}

.review-form__right {
  float: right;
  width: 30.46%;
}

.review-form .form__textarea {
  height: 227px;
}

.review-form .form__item {
  margin-top: 15px;
}

.review-form .form__item:first-child {
  margin-top: 0;
}

.review-form .form__item_btn {
  margin-top: 19px;
}

.review-form .rating {
  margin-top: 5px;
}

.review-form .form__submit {
  height: 52px;
  line-height: 50px;
}

.form-fast-buy .form__submit {
  position: absolute;
  top: 1px;
  right: 0;
  width: 31px;
  height: 32px;
  background-color: #1e89a8;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.01)), to(rgba(255, 255, 255, 0.01)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAARBAMAAAD9OpvVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEX///////////////////////////////////////////////////9Ruv0SAAAADHRSTlMAOBha1xn5SVFQVAN/DuNnAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAENJREFUCNdjEGIAARMFEGnjBCaPgDg2Z1zB5JEAEAniAEkgB0geKwCRGSCRYw0gMgOkEsRksAExGcwmgMiVYJM3gAgAqaAXuL26iHIAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}

.order-form .form__row {
  padding-bottom: 13px;
}

.order-form .form__item {
  margin-top: 17px;
}

.order-form .form__item:first-child {
  margin-top: 0;
}

.order-form .form__input_text,
.order-form .form__textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.error,
textarea.error,
input.error:focus,
textarea.error:focus {
  border-color: #ff0000;
}

/*------------------- end forms ----------------*/

/*------------ begin page-header ------------*/

/*------------ begin header-top ------------*/

.header-top {
  position: relative;
  min-height: 43px;
  padding: 8px 0;
  background: #e5e5e5;
}

.header-text {
  float: left;
  width: 48%;
  font-size: 14px;
  line-height: 25px;
  color: #375158;
}

.header-top-contacts {
  float: right;
  width: 48%;
  text-align: right;
}

.header-social {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}

.header-social__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}

.header-social__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-left: 26px;
}

.header-social__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header-social__link:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url(../images/sprite.png) -134px -42px no-repeat;
}

.header-social__item_vk .header-social__link:befre {
  background-position: -134px -42px;
}

.header-social__item_ins .header-social__link:before {
  background-position: -148px -42px;
}

/*-------------- end page-top ------------*/

/*------------ begin header-main ------------*/

.header-main {
  position: relative;
  min-height: 133px;
  padding: 7px 0 20px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.header-logo {
  float: left;
  width: 23.167%;
  padding-left: 9px;
  text-align: center;
}

.header-contacts {
  float: left;
  width: 36.8%;
  padding: 0 3% 0 5.8%;
}

.header-contacts__list {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

.header-contacts__item {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 31px;
  text-align: center;
}

.header-contacts__phone {
  font-weight: 700;
  font-size: 20px;
}

.header-contacts__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #969696;
}

.header-compare {
  float: right;
  width: 17%;
  padding-top: 50px;
  text-align: center;
  color: #979797;
}

.header-call-request {
  float: left;
  padding-top: 36px;
}

.header-call-request__btn {
  width: 124px;
  height: 48px;
  padding-top: 8px;
  line-height: 15px;
  white-space: normal;
}

.header-basket {
  float: right;
  width: 6%;
  margin-left: 1%;
  padding-top: 37px;
}

.header-basket__link {
  position: relative;
  display: inline-block;
  float: right;
  width: 47px;
  height: 42px;
  margin-top: 2px;
  margin-right: 15px;
  background: url(../images/sprite.png) -134px 0 no-repeat;
  cursor: default;
}

.header-basket__link_state_active {
  background-position: -181px 0;
  cursor: pointer;
}

.header-basket__link-value {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 24px;
  height: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

/*-------------- end header-main ------------*/

/*------------ begin header-menu ------------*/

.header-menu {
  background: #252b2d;
}

.header-menu__inner {
  float: right;
  width: 74.417%;
}

.header-menu__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
}

.header-menu__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 65px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu__link {
  position: relative;
  display: block;
  height: 65px;
  font-weight: 400;
  font-size: 18px;
  line-height: 65px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.header-menu__link:hover {
  color: #5fdbff;
  text-decoration: none;
}

.header-menu__link:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-color: #fff;
  background-image: url(../images/sprite.png);
  background-position: 0 -66px;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-menu__link:hover:before {
  background-color: #5fdbff;
}

.header-menu__item_buy .header-menu__link:before {
  background-position: 0 -66px;
}

.header-menu__item_payment .header-menu__link:before {
  background-position: -16px -66px;
}

.header-menu__item_delivery .header-menu__link:before {
  background-position: -32px -66px;
}

.header-menu__item_useful .header-menu__link:before {
  background-position: -48px -66px;
}

.header-menu__item_contacts .header-menu__link:before {
  background-position: -64px -66px;
}

.header-menu__item_state_active .header-menu__link {
  cursor: default;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-menu__item_state_active .header-menu__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

/*-------------- end header-menu ------------*/

/*------------ end page-header ------------*/

/*------------ begin page-footer -------------*/

.page-footer {
  position: relative;
  width: 100%;
  min-height: 397px;
  margin-top: -397px;
  padding-top: 39px;
  background: #252b2d;
}

.footer-top {
  padding-bottom: 11px;
}

.footer__logo {
  float: left;
  width: 12%;
}

.footer-contacts {
  float: right;
  width: 86%;
  padding-top: 5px;
  color: #fff;
}

.footer-contacts__list {
  min-height: 50px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contacts__item {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.footer-contacts__inner {
  display: inline-block;
  text-align: left;
}

.footer-main {
  display: table;
  width: 100%;
}

.footer-main__left {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 76.166%;
  padding-top: 13px;
  padding-bottom: 70px;
  padding-right: 1.833%;
}

.footer-main__right {
  display: table-cell;
  vertical-align: bottom;
  width: 27.5%;
}

.footer-menu {
  margin-bottom: 16px;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.footer-menu__link {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.footer-menu__link:hover {
  color: #5fdbff;
  text-decoration: none;
}

.footer-catalog-menu__title {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #999c9d;
}

.footer-catalog-menu__col {
  float: left;
  width: 31.091%;
  margin-left: 3.363%;
}

.footer-catalog-menu__col:first-child {
  margin-left: 0;
}

.footer-catalog-menu__list {
  margin: 0;
  padding: 0;
  padding-right: 45px;
}

.footer-catalog-menu__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}

.footer-catalog-menu__link {
  display: inline-block;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.footer-catalog-menu__link:hover {
  color: #5fdbff;
  text-decoration: none;
}

.footer-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 62px;
  font-size: 1em;
  line-height: 1.786;
  color: #fff;
  opacity: .6;
}

/*---------------- end page-footer ------------*/

/*------------------ begin search ---------------*/

.search {
  padding: 0 14px;
}

.search .form-search {
  position: relative;
}

.search .form__input_text {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 30px 0 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.search .form__input_text:focus {
  border-color: #808084;
}

.search .form-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 32px;
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 29px;
  background-color: transparent;
  background-image: url('data:image/png;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/wAALCAARABABAREA/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAUHAv/EACQQAAEEAQQCAgMAAAAAAAAAAAIBAwQFBgAREiEHMTIzQoGx/9oACAEBAAA/AKtQ05eRXLK6v7GxGvGY9Fg18SUcdtpto1DmfBUUjVUVe1601wp6dSZnaYjNsJFlEaiN2MGRJLm822RkBNGX5bEO6Kvey6H8VyKktp8vCLSvZiWDyyH6+yYNxpt4vk42QKhJy9qK9b6Rw27jx/lMm8yt8LiFco0zJs2GVBYBiqoAKG67Mry25J3v71WtYe+tf1/df//Z');
  background-repeat: no-repeat;
  background-position: 12px center;
  border: none;
  border-radius: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.search .form-search__btn:hover,
.search .form-search__btn:focus,
.search .form-search__btn:active {
  background-color: transparent;
  outline: none;
  opacity: .7;
}

/*------------------- end search ----------------*/

/*------------ begin index-slider ----------*/

.index-slider {
  position: relative;
  margin-bottom: 29px;
  padding-bottom: 28px;
}

.index-slider__list {
  margin: 0;
  padding: 0;
}

.index-slider__item {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.index-slider__wrap {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.index-slider__inner {
  display: table-cell;
  width: 650px;
  height: 300px;
  padding: 35px 35px 35px;
  vertical-align: middle;
}

.index-slider__content {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

.index-slider__header {
  display: block;
  margin-bottom: 15px;
  font-family: 'Arial Black', 'Arial Bold', Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
}

.index-slider__text {
  display: block;
  max-width: 400px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.index-slider-pagination {
  position: absolute;
  bottom: -28px;
  width: 100%;
  text-align: center;
}

.index-slider-pagination__list {
  display: inline-block;
}

.index-slider-pagination__item {
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.index-slider-pagination__item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.index-slider-pagination__item_state_active:before {
  position: relative;
  top: 1px;
  width: 20px;
  height: 18px;
  background: url(../images/sprite.png) -195px -43px no-repeat;
}

/*------------- end index-slider -----------*/

/*------------- begin tabs -----------*/

.tabs {
  margin: 35px 0;
}

.tabs iframe {
  border-radius: 4px;
}

.tabs-title {
  margin-bottom: 15px;
}

.tabs-title__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.tabs-title__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0 14.5px;
  line-height: 1;
}

.tabs_index .tabs-title__item {
  padding: 0 23px;
}

.tabs-title__link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #1e89a8;
  text-align: center;
  text-decoration: none;
  background: none;
  z-index: 1;
}

.tabs-title__link:hover {
  color: #5fdbff;
  text-decoration: none;
}

.tabs-title__link:focus,
.tabs-title__link:active {
  outline: none;
}

.tabs-title__link-counter {
  font-weight: 400;
  color: #ff4e00;
}

.tabs_index .tabs-title__link {
  font-size: 20px;
}

.tabs-title__item_state_active .tabs-title__link {
  font-weight: 700;
  color: #272727;
  cursor: default;
}

.tabs-title__item_state_active .tabs-title__link:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: -6px;
  background: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tabs-content__list {
  margin: 0;
  padding: 0;
}

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

.tabs-content__inner {
  position: relative;
  padding: 10px;
  background: #e6e6e6;
  border: 1px solid #ccc;
}

.tabs-content__text p {
  margin-top: 0;
}

.tabs-content__inner-text {
  padding: 19px 19px 11px 19px;
  background: #fff;
  border-radius: 4px;
}

.tabs-content__inner-text p {
  margin: 0;
}

.tabs-content__inner-text p + p {
  margin-top: 10px;
}

#tab-property .tabs-content__inner-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*-------------- end tabs ------------*/

/*------------ begin useful ----------*/

.useful {
  margin: 32px 0 37px 0;
}

.useful_index {
  margin: 0;
}

.useful__header {
  margin-top: -5px;
  margin-bottom: 20px;
}

.useful__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin: 0 -15px;
}

.useful__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 50%;
  margin-top: 11px;
  padding: 0 15px;
}

.useful__item:nth-child(1),
.useful__item:nth-child(2) {
  margin-top: 0;
}

.useful_index .useful__list {
  margin: 0 -5px;
}

.useful_index .useful__item {
  padding: 0 5px;
}

.useful_index .useful__item:nth-child(1),
.useful_index .useful__item:nth-child(2) {
  margin-top: 0;
}

.useful__inner {
  display: block;
  min-height: 116px;
  padding: 12px 11px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
}

.useful__img-link {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.useful__content {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  text-align: left;
  overflow: hidden;
}

.useful__title {
  font-size: 17px;
  line-height: 1.2;
}

/*------------- end useful -----------*/

/*-------------- begin index-offer ------------*/

.index-offer {
  margin: 35px 0;
}

.index-offer__list {
  display: table;
  margin: 0;
  padding: 0;
  counter-reset: listIndexOffer;
}

.index-offer__item {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  width: 33.333%;
  height: 95px;
  padding: 14px 30px 14px 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background: #ff4e00;
}

.index-offer__item:before {
  content: counter(listIndexOffer);
  counter-increment: listIndexOffer;
  position: absolute;
  top: 0px;
  left: 40px;
  display: inline-block;
  height: 95px;
  font-weight: 400;
  font-size: 74px;
  line-height: 92px;
  font-family: 'Arial Black', 'Arial Bold', Arial, sans-serif;
}

/*-------------- end index-offer ------------*/

/*------------ begin sidebar-catalog -------------*/

.sidebar-catalog {
  background: #1e89a8;
}

.sidebar-catalog__title {
  position: relative;
  display: block;
  height: 65px;
  margin-top: -65px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.sidebar-catalog__title:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  display: inline-block;
  width: 133px;
  height: 58px;
  margin-left: -65px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.sidebar-catalog-menu {
  margin-bottom: 20px;
  padding: 11px 0 25px 0;
}

.sidebar-catalog-menu__list {
  margin: 0;
  padding: 0;
}

.sidebar-catalog-menu__list_level_0 > .sidebar-catalog-menu__item {
  padding-top: 15px;
}

.sidebar-catalog-menu__list_level_0 > .sidebar-catalog-menu__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.sidebar-catalog-menu__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-catalog-menu__link {
  position: relative;
  display: block;
  padding: .357em 30px .357em 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.074;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.sidebar-catalog-menu__link:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  display: inline-block;
  width: 10px;
  height: 100%;
  background: url(../images/menu-arrow.png) left center no-repeat;
  background-size: auto 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.sidebar-catalog-menu__link:hover,
.sidebar-catalog-menu__item_state_active > .sidebar-catalog-menu__link {
  color: #fff;
  text-decoration: none;
  background: #ff4e00;
}

.sidebar-catalog-menu__link:hover:after,
.sidebar-catalog-menu__item_state_active > .sidebar-catalog-menu__link:after {
  opacity: 1;
  visibility: visible;
}

.sidebar-catalog-menu__list_level_1 {
  margin-top: 0;
  padding-left: 14px;
}

.sidebar-catalog-menu__list_level_1 .sidebar-catalog-menu__link {
  padding-left: 14px;
  border-left: 1px solid #fff;
}

.sidebar-catalog-menu__list_level_1 .sidebar-catalog-menu__link:hover {
  border-color: #ff4e00;
}

.sidebar-catalog-menu__list_level_1 .sidebar-catalog-menu__item_state_active > .sidebar-catalog-menu__link {
  border-color: #ff4e00;
}

/*---------------- end sidebar-catalog ------------*/

/*---------------- begin products --------------*/

.products {
  margin-bottom: 32px;
}

.products_tabs {
  margin-bottom: 0;
}

.products_tabs .products__item {
  margin-top: 11px;
}

.products__section {
  margin-top: 25px;
}

.products__section-title {
  margin: 0 0 19px 0;
  font-size: 18px;
  font-weight: bold;
}

.products__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px;
}

.products__item {
  position: relative;
  width: 33.333%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 21px;
  padding: 0 15px;
}

.products__item:nth-child(1),
.products__item:nth-child(2),
.products__item:nth-child(3) {
  margin-top: 0;
}

.products_tabs .products__list {
  margin: 5px -3px;
}

.products_tabs .products__item {
  padding: 0 6.5px;
}

.products__inner {
  border-radius: 6px 6px 4px 4px;
  background: #252b2d;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.products__inner:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.15);
}

.products__item_action .products__inner {
  background: #ff4e00;
}

.products__item_hit .products__inner {
  background: #459db7;
}

.products__item_away .products__inner {
  background: #e6e6e6;
}

.products__content {
  position: relative;
  /*padding: 32px 20px 20px;*/
  padding: 12px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
  z-index: 1;
}

.products__compare {
  position: absolute;
  top: 3px;
  left: 18px;
  right: 18px;
  height: 25px;
  padding: 2px;
  overflow: hidden;
}

.products__img-link {
  position: relative;
  display: block;
  margin-bottom: 1px;
  text-align: center;
  outline: none;
}

.products__img-link:hover,
.products__img-link:focus,
.products__img-link:active {
  outline: none;
}

.products__item_hit .products__img-link:before,
.products__item_action .products__img-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 8px;
  width: 43px;
  height: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 2;
}

.products__item_hit .products__img-link:before {
  width: 43px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWCAMAAABuZ5WBAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAnFBMVEUeiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiageiahgo7pxq8BOm7Q5kq7////1+frW5euoydaAs8a00Nvh7PDA1+Hr8vWcwtHL3uaOu8u6kxq0AAAAI3RSTlMAA6rv7uHd1MwCoQGbkYqAeG9m/l9X/Kano5+Xk46GfNfl8i2BvjkAAAABYktHRCi9sLWyAAAACXBIWXMAAAsSAAALEgHS3X78AAAA9ElEQVQoz5XTC0+DMBAH8KLzsaFO3dzLx6bHtQd1HZvf/7t5hfVKggn1n5Bw4cdxoa1SIdkF+FyOJFfXkptbjtDxBIYSaH43SMXeD9NgHxLo2U5TaGsfz0WBGsAg8o3xldHYxET7FF5EKjVUZPlC+CZCS01Q7PNMvrInZ8mBt7pkg/ZAZK0Odh4pGMddisa6th8SxXlfFt3xuU0N3jpyrmeXXcpPSh6XLbevejZbdUao6Vj4IdgeoW9VtpbiRAeAH6pNRSf4y6psk7QS7f8dJ+wbWbf8Nd2q/C3dqvw93SbtSrHq4x9Wbf3528Xz+BlP6VdjfwGXzW46zWzcVQAAAABJRU5ErkJggg==');
}

.products__item_action .products__img-link:before {
  width: 60px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAWCAMAAACrFQ8QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACQFBMVEX/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/TgD/WA//Vw3/TwH/WhL/Uwf/UQX/VQr/Ugb/TwL/kWH/sI3/1cP/ilb/39H/uJj/czX/bSz/wab/x6//p4D/Yh3/ybH/18X/YBr/aCX/vqH/y7T/XBT/vaD/2sr/dzv/5dr/eDz/w6j/pn//2sn/zLb/mGr/UAP/x67//v7//////Pv/6uH/j17/uJn/7+j/vqL/Xxn/gUr/aCb/+/n/3s//iFP/rIf//Pr/jFr/3Mz/49f/4NL/5tv/dDf/8ev/VAj/6eD/nXL/3c7/dTj/eD3/djn/+ff/XRX/49b/hE7/k2T/kF//7eX/kWD/n3X/0Lz/o3v//fz/rov/n3T/pHz/7uf/xaz/Xhf/+fb//v3/fUT/by//bCv/6+L/9/T/f0f/qoX/2Mf/yLD/Xxj/59z/vJ//hlH/8+3/+vj/ZiL/ej//WA7/593/xq3/28v/8+7/4NP/ZCD/9fH/g0z/+PX/ZB//oXf/XRb/hU//UQT/VAn/4tX/lWb/sY7/8Or/rYn/tZT/oXj/3tD/Vgz/gUn/WxP/0r7/ZiP/7OP/6d//h1L/qYP/yrP/yrL/cTP/w6n/tpb/v6P/sY//zrn/08D/lGX/WRD/18b/waX/xav/Vgv/WhH/8On/czZtkaraAAAAIXRSTlMAkO7e3c7MjIR/eHJu/mZhXPxWpwOlnwGYkop7dW3Q3+/G4r9KAAAAAWJLR0RLaQuFUAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAiZJREFUOMul1IlbDGEcB/Bxn+WK3PyaaXZ2iChXQgjTfNexsjEJFcvaVq7oGNQ6EkI2VDaUK1SS+/avmT1mZp99PEvbd55532eeZz7zvjPze1+GMTKE9AyNzrDhURkxMhDTjqIBx7CjB24NPCYOq+Ox8dgwHheXDeHxCfplinZoYYk4rUvlea21aKcQ6Fk2eGVlSTRxomFpwcK0RUT84vQlSzMyly1fsXIVZa3OXsOtXZcj5mSvF2jDxtzMTZu3GHiCaaU8GTaJaCu2bccO+04gn3Y5wFkKsJvdo6BQ2IuifcB+PownTjJf4oBSDBCVlOLgIZuTUh04TEfgOmp1y2UeF3CMynGcTuBkeOTJEZZOna44g7MkVAJKFUvVNeo5Oi8rF8RSOb22ToaXLgJpl3CZC+EpEfZKPa42QOHomlyP6zeIV5VGylIdN8VbcOB2EzyUUomaO/BZQjhpqombtUnXAs38XfleMe5Tiyq3tj2wwS81AXntD/FIeqx2ODvhC4/MJE3TrfAEdudTF549L0d+NfCiq0N7mAK8fPUa3V7qRk+LG71UgTfG106eHsZcT18DcW/77WJrRiG981WJ7wt6P3z8BHeJpzO3iz73l335+q2RvH3fJeM/J8/Qxw7NxqoVQluwVLgfWvfzV5GfpMDtVqL2QEP+yPKcGbMKf3tj1vY/FiQXGzOz/m8p/B0zsweDmTkJg8BMYnBTmxu9182L3g3nG/gPY4DmNuvPx+YAAAAASUVORK5CYII=');
}

.products__info {
  display: block;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  overflow: hidden;
}

.products__title {
  display: inline-block;
  max-height: 42px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
}

.products__description-list {
  margin: 0;
  padding: 0;
}

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

.products__status {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.products__status_available {
  color: #00aa52;
}

.products__action {
  position: relative;
  display: table;
  width: 100%;
  height: 55px;
  padding: 8px 16px 10px 16px;
  border-radius: 4px;
}

.products__price {
  display: table-cell;
  vertical-align: middle;
  padding-left: 4px;
  text-align: left;
  color: #fff;
}

.products__price-value {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}

.products__price-value_old {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}

.products__action-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.products-color {
  position: relative;
  padding: 8px 0 5px 0;
  line-height: 1;
}

.products-color__inner {
  position: relative;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.products-color__toggle {
  position: absolute;
  top: -6px;
  right: -27px;
  width: 40px;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
}

.products-color__toggle:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1e89a8 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.products-color__toggle:hover:before {
  border-color: #5fdbff transparent transparent transparent;
}

.products-color__list {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  height: 20px;
  max-width: 222px;
  padding: 0;
  line-height: 0;
}

.products-color__item {
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: none;
  width: 20px;
  margin: 0 17px 0 0;
  padding: 0;
}

.products-color__item:nth-child(1),
.products-color__item:nth-child(2),
.products-color__item:nth-child(3),
.products-color__item:nth-child(4),
.products-color__item:nth-child(5),
.products-color__item:nth-child(6) {
  display: inline-block;
}

.products-color__label {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-position: center center;
}

.products-color__item_selected .products-color__label:before,
.products-color__popup-item_selected .products-color__label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url(../images/sprite.png) -80px -66px no-repeat;
}

.products-color__link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.products-color__status {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #222;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.products-color__status:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}

.products-color__status_available {
  color: #00aa52;
}

.products-color__link:hover + .products-color__status {
  opacity: 1;
  visibility: visible;
}

.products-color__item_selected .products-color__link:hover + .products-color__status,
.products-color__popup-item_selected .products-color__link:hover + .products-color__status {
  opacity: 0;
  visibility: hidden;
}

.products-color__popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  padding-left: 18px;
  background: #fff;
  z-index: 5;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  /*&:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
        border-top: 1px solid #ececec;
        border-left: 1px solid #ececec;
        transform: rotate(-45deg);
        box-shadow: -7px -7px 10px -5px rgba(0, 0, 0, 0.3);
    }*/
}

.products-color__popup-inner {
  display: block;
  max-height: 235px;
  overflow-y: auto;
}

.products-color__popup-list {
  margin: 0;
  padding: 0;
  padding: 6px 0 0 0;
}

.products-color__popup-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 0 5px 30px;
}

.products-color__popup-label {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-position: center center;
}

.products-color__popup-item_selected .products-color__popup-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url(../images/sprite.png) -80px -66px no-repeat;
}

.products-color__popup-link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.products-color__popup-status {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.products-color__popup-status_available {
  color: #00aa52;
}

.products-basket {
  display: none;
  position: absolute;
  bottom: 100%;
  right: -165px;
  width: 475px;
  margin-bottom: 6px;
  text-align: left;
  z-index: 10;
}

.products-basket__inner {
  padding: 36px 40px 40px 33px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.products-basket__inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-right: -7px;
  background: #fff;
  border: none;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.products-basket__btn_close {
  position: absolute;
  top: 16px;
  right: 14px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/sprite.png) -178px -42px no-repeat;
  border: none;
  outline: none;
}

.products-basket__btn_close:focus,
.products-basket__btn_close:active {
  outline: none;
}

.products-basket__header {
  margin-bottom: 16px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #272727;
}

.products-basket__main {
  margin-bottom: 18px;
}

.products-basket__img-wrap {
  float: left;
  width: 191px;
  margin-right: 21px;
}

.products-basket__content {
  display: table-cell;
  vertical-align: middle;
  height: 191px;
  padding-top: 9px;
  overflow: hidden;
}

.products-basket__title-link {
  display: block;
  margin-bottom: 13px;
  font-weight: 400;
  color: #1e89a8;
  font-size: 17px;
  line-height: 1.3;
}

.products-basket-color {
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;
}

.products-basket-color__label {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-position: center center;
}

.products-basket-color__title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.products-basket-color__status {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.products-basket-color__status_available {
  color: #00aa52;
}

.products-basket__price {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}

.products-basket__action {
  line-height: 32px;
}

.products-basket__action .btn {
  float: right;
  width: 191px;
}

.product-compare {
  position: relative;
  display: inline-block;
  min-height: 19px;
  padding-left: 28px;
  line-height: 1;
}

.product-compare__checkbox {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #fff;
  background-position: 1px 3px;
  background-repeat: no-repeat;
  background-image: none;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  z-index: 1;
}

.product-compare__checkbox:hover {
  background-color: #e7e7e7;
}

.product-compare__checkbox_state_active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA7VBMVEUAiqv////////////////////////////////////////////////+///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////N6O92wNIQkbDn9Pf0+vv9/v5ous0WlLLO6e8ZlbO/4ur6/f1as8kcl7TX7fK03eYSkrH3+/xNrcQlm7ff8PQTk7Gb0d5BqMAtn7rL5+44pL3t9/nY7fLz+fv///9nnCP/AAAAMHRSTlMADVTuRGH8+FErvx9w/uMKNezhJ3/eI+foMI/WGjr5zBQvwQ7gtR7YqAYXz5wDCwHz8UqUAAAAAWJLR0QB/wIt3gAAAAlwSFlzAAALEgAACxIB0t1+/AAAAH9JREFUCNdjYEACjAyogImZBYXPymbAzgFicHJxgygeXkMjYz5+BgYBQRMhYQYGEVMzcwtRMQYGfnFjSysJSSlrG1s7aRmQUllmewd7OUcnZxd5BYhhihJWrm7uHsZKyjDjhVU8Xb28VfkRFqqp+/hqaCI7QUtbRxfVkXr6MBYAkdoNLKApPZcAAAAASUVORK5CYII=');
}

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

.product-compare__link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #1e89a8;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.product-compare__link:hover {
  color: #5fdbff;
}

.product-compare__link_state_disabled {
  color: #222;
  cursor: default;
}

.product-compare__link_state_disabled:hover {
  color: #222;
}

/*---------------- end products --------------*/

/*------------ begin catalog-filter ----------*/

.catalog-filter {
  margin-top: 17px;
}

.catalog-filter__wrap {
  position: relative;
  padding: 10px 6px 5px 6px;
  background: #e6e6e6;
  border: 1px solid #ccc;
}

.catalog-filter__wrap:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 66px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.catalog-filter__link_clear-all {
  position: absolute;
  top: -25px;
  right: 0;
}

.catalog-filter__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
}

.catalog-filter__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.catalog-filter__section {
  position: relative;
  margin-right: 2px;
  font-size: 0;
  border-radius: 2px;
}

.catalog-filter__section_state_open,
.catalog-filter__section_state_selected {
  background: #1e89a8;
}

.catalog-filter__title,
.catalog-filter__value {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 7px 3px 8px;
  font-size: 14px;
  line-height: 1;
  color: #1e89a8;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.catalog-filter__title:hover,
.catalog-filter__value:hover {
  color: #5fdbff;
}

.catalog-filter__section_state_open .catalog-filter__title,
.catalog-filter__section_state_open .catalog-filter__value,
.catalog-filter__section_state_selected .catalog-filter__title,
.catalog-filter__section_state_selected .catalog-filter__value {
  color: #fff;
}

.catalog-filter__section_state_open .catalog-filter__title,
.catalog-filter__section_state_open .catalog-filter__value {
  z-index: 6;
}

.catalog-filter__btn_clear {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  line-height: 20px;
  text-align: center;
}

.catalog-filter__btn_clear:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/sprite.png) -96px -66px no-repeat;
}

.catalog-filter__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  max-width: 500px;
  margin-top: -4px;
  padding: 15px 0 12px 0;
  font-size: 14px;
  background-color: #fff;
  border-top: 4px solid #1e89a8;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.catalog-filter__item_price .catalog-filter__dropdown {
  min-width: 273px;
}

.catalog-filter__dropdown-wrap {
  max-height: 250px;
  padding: 0 10px;
  overflow-y: auto;
}

.catalog-filter .form__list_line {
  word-spacing: -0.34em;
}

.catalog-filter .form__list_line .form__item {
  display: inline-block;
  word-spacing: normal;
}

.catalog-filter .form__label_checkbox {
  margin: 0 10px;
  color: #272727;
  white-space: nowrap;
}

.catalog-filter__action {
  margin-top: 15px;
  padding: 13px 10px 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

.filter-price {
  padding: 0 10px 20px 10px;
}

.filter-price__action {
  margin-bottom: 25px;
  white-space: nowrap;
}

.filter-price__action-separator {
  display: inline-block;
  padding: 0 2px;
}

.filter-price__input {
  width: 75px;
  height: 34px;
  padding: 0 14px;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(30, 137, 168, 0.4);
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.filter-price__input:focus {
  border-color: #1e89a8;
  outline: none;
}

.filter-price__slider.ui-slider-horizontal {
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background: #ccc;
  border: none;
}

.filter-price__slider .ui-slider-range {
  top: -1px;
  height: 3px;
  background: #1e89a8;
}

.filter-price__slider .ui-slider-handle {
  top: -12px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 24px;
  background: #1e89a8;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.filter-price__slider .ui-slider-handle:focus {
  outline: none;
}

.filter-price__slider .ui-slider-handle:nth-child(2) {
  margin-left: -21px;
}

.filter-price__slider .ui-slider-handle:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #1e89a8;
}

.filter-price__slider .ui-slider-handle:nth-child(3) {
  margin-left: 12px;
}

.filter-price__slider .ui-slider-handle:nth-child(3):after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #1e89a8 transparent transparent;
}

/*------------- end catalog-filter -----------*/

/*---------------- begin card --------------*/

.card .content__header {
  padding-right: 240px;
  margin-bottom: 10px;
}

.card-compare {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 221px;
  text-align: center;
}

.card-info {
  margin-bottom: 14px;
  padding-top: 1px;
}

.card-info__left {
  float: left;
  width: 71.781%;
}

.card-info__right {
  float: right;
  width: 221px;
  text-align: center;
}

.card-info-old__price {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #252b2d;
  text-decoration: line-through;
}

.card-info__price {
  display: block;
  margin-bottom: 9px;
  padding-top: 14px;
}

.card-info__price-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
}

.card-info__price-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  vertical-align: top;
  white-space: nowrap;
}

.card-info__price-value {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  line-height: 32px;
  color: #252b2d;
}

.card-info__status {
  position: relative;
  display: inline-block;
  height: 32px;
  margin-left: 27px;
  padding: 0 11px 0 2px;
  font-size: 14px;
  line-height: 32px;
  font-family: "Arial Black";
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.card-info__status:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent transparent transparent transparent;
}

.card-info__status_hit {
  background: #1e89a8;
}

.card-info__status_hit:before {
  border-color: transparent #1e89a8 transparent transparent;
}

.card-info__status_action {
  background: #ff4e00;
}

.card-info__status_action:before {
  border-color: transparent #ff4e00 transparent transparent;
}

.card-info__code {
  display: inline-block;
  height: 32px;
  margin-left: 10px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #252b2d;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.card-info__action-to-cart {
  position: relative;
  margin: 0 0 10px 0;
}

.card-info__action-to-cart .products-basket {
  right: 100%;
  bottom: auto;
  top: -70px;
  margin-right: 16px;
}

.card-info__action-to-cart .products-basket__inner:after {
  content: "";
  position: absolute;
  top: 105px;
  left: auto;
  right: -8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  margin-right: 0;
  background: #fff;
  border: none;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 4px 4px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px -5px rgba(0, 0, 0, 0.3);
}

.card-info__btn_to-cart {
  width: 100%;
  height: 62px;
  line-height: 62px;
}

.card-info__btn_to-cart:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin-right: 13px;
  background: url(../images/sprite.png) -215px -42px no-repeat;
}

.card-info__btn_fast-buy {
  width: 100%;
}

.card-info-color {
  position: relative;
  width: 100%;
  height: 57px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.card-info-color_state_open,
.card-info-color_state_open:hover {
  border-color: transparent;
}

.card-info-color_dropdown_disabled,
.card-info-color_dropdown_disabled:hover {
  border-color: transparent;
}

.card-info-color__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 57px;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.card-info-color_state_open .card-info-color__inner {
  height: auto;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.card-info-color__toggle {
  position: absolute;
  top: -1px;
  right: 0;
  width: 55px;
  height: 57px;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
}

.card-info-color__toggle:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1e89a8 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.card-info-color__toggle:hover:before {
  border-color: #5fdbff transparent transparent transparent;
}

.card-info-color_state_open .card-info-color__toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-info-color_dropdown_disabled .card-info-color__toggle {
  display: none;
}

.card-info-color__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  padding: 8px 50px 8px 15px;
}

.card-info-color__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 33.33333%;
  padding: 5px 5px 5px 30px;
  margin-bottom: 15px;
}

.card-info-color__label {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-position: center center;
}

.products-color__popup-item_selected .card-info-color__label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url(../images/sprite.png) -80px -66px no-repeat;
}

.card-info-color__link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.card-info-color__status {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.card-info-color__status_available {
  color: #00aa52;
}

.card-main {
  margin-bottom: 29px;
}

.card-main__left {
  float: left;
  width: 48.38%;
}

.card-main__right {
  float: right;
  width: 48.264%;
  padding-top: 6px;
}

.card-property__inner {
  position: relative;
  overflow: hidden;
}

.card-property__title {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.286em;
  line-height: 1.111;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 5px;
}

.card-property__row {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px;
}

.card-property__col {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 50%;
  padding: 0 15px;
}

.card-property__list {
  margin: 0;
  padding: 0;
}

.card-property__item {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 14px;
  background: #fff;
}

.card-property__item:nth-child(2n) {
  background: #e6e6e6;
}

.card-property__name {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.card-property__value {
  display: block;
  overflow: hidden;
}

.card-property__action {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 29px;
  background: #fff;
  z-index: 1;
}

.card-property__action:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}

.card-payment {
  margin-bottom: 39px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.card-payment__list {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.card-payment__item {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  height: 87px;
  padding: 20px 20px 20px 75px;
  white-space: nowrap;
}

.card-payment__item:first-child {
  width: 282px;
}

.card-payment__img-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-top: -23px;
  margin-right: 10px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.card-payment__img-wrap img {
  vertical-align: middle;
}

.card-payment__text {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.card-fast-buy {
  display: none;
}

.card-fast-buy__inner {
  position: relative;
  padding-right: 41px;
}

.card-fast-buy__answer {
  min-height: 34px;
  line-height: 34px;
}

/*---------------- end card --------------*/

/*---------------- begin photogallery --------------*/

.photo-gallery__list {
  margin: 0;
  padding: 0;
}

.photo-gallery__item {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 341px;
}

.photo-gallery__link {
  display: block;
}

.photo-gallery__link img {
  display: block;
  border: 1px solid #ccc;
}

.preview-gallery {
  position: relative;
  padding: 11px 9px 0 9px;
}

.preview-gallery__list {
  margin: 0;
  padding: 0;
}

.preview-gallery__item {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 107px;
  float: left;
  padding: 0 2px;
  text-align: center;
}

.preview-gallery__link {
  position: relative;
  display: inline-block;
}

.preview-gallery__link img {
  display: block;
  width: 99px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.preview-gallery__item_state_active .preview-gallery__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #1e89a8;
  z-index: 1;
}

.preview-gallery .gallery-control {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 13px;
  height: 99px;
  background: #fff;
  border: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  z-index: 1;
}

.preview-gallery .gallery-control .gallery-control__icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.preview-gallery .gallery-control_prev {
  left: 0;
}

.preview-gallery .gallery-control_prev .gallery-control__icon {
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e6e6e6 transparent transparent;
}

.preview-gallery .gallery-control_prev:hover .gallery-control__icon {
  border-color: transparent #1e89a8 transparent transparent;
}

.preview-gallery .gallery-control_next {
  right: 0;
}

.preview-gallery .gallery-control_next .gallery-control__icon {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e6e6e6;
}

.preview-gallery .gallery-control_next:hover .gallery-control__icon {
  border-color: transparent transparent transparent #1e89a8;
}

.preview-gallery .gallery-control_next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: inline-block;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/*---------------- end photogallery --------------*/

/*---------------- begin reviews --------------*/

.reviews__list {
  margin: 0;
  padding: 0;
}

.reviews__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.reviews__content_answer {
  position: relative;
  top: -6px;
  margin-bottom: -2px;
}

.reviews__content_answer .reviews__text {
  padding: 15px 20px 18px 20px;
}

.reviews__text {
  position: relative;
  float: left;
  width: 66.322%;
  min-height: 70px;
  padding: 19px 20px 21px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.reviews__text:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}

.reviews__content_answer .reviews__text {
  color: #fff;
  background: #1e89a8;
}

.reviews__content_answer .reviews__text:after {
  border-color: #1e89a8 transparent transparent transparent;
}

.reviews__info {
  float: right;
  width: 30.46%;
  padding-top: 5px;
  color: #000;
}

.reviews__info-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1e89a8;
  text-decoration: underline;
}

.reviews__link_more {
  text-decoration: underline;
}

/*---------------- end reviews --------------*/

/*---------------- begin rating --------------*/

.rating__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  width: 101px;
  padding-left: 3px;
  white-space: nowrap;
  background: url(../images/sprite.png) -239px 0 no-repeat;
}

.rating_0 .rating__list {
  background-position: -239px 0;
}

.rating_1 .rating__list {
  background-position: -239px -14px;
}

.rating_2 .rating__list {
  background-position: -239px -28px;
}

.rating_3 .rating__list {
  background-position: -239px -42px;
}

.rating_4 .rating__list {
  background-position: -239px -56px;
}

.rating_5 .rating__list {
  background-position: -239px -70px;
}

.rating__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 20px;
  height: 14px;
  line-height: 1;
}

.rating__item:last-child {
  width: 15px;
}

.rating_state_active .rating__item {
  cursor: pointer;
}

/*---------------- end rating --------------*/

/*---------- begin catalog-section ---------*/

.catalog-section {
  margin: 30px 0;
}

.catalog-section + h2,
.catalog-section + .h2 {
  margin-top: 30px;
}

.catalog-section__header {
  margin: -7px 0 20px 0;
}

.catalog-section__inner {
  padding: 25px 0;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), inset 0 0 0 rgba(0, 0, 0, 0.15);
}

.catalog-section__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px;
}

.catalog-section__item {
  position: relative;
  width: 33.333%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
}

.catalog-section__item:nth-child(1),
.catalog-section__item:nth-child(2),
.catalog-section__item:nth-child(3) {
  margin-top: 0;
}

.catalog-section__link {
  display: block;
}

.catalog-section__img-wrap {
  display: block;
  max-height: 125px;
}

.catalog-section__img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.catalog-section__title {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 17px;
}

/*----------- end catalog-section -----------*/

/*---------------- begin basket --------------*/

.basket {
  margin-bottom: 35px;
}

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

.basket__table {
  width: 100%;
  border-bottom: none;
}

.basket th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
  background: #1e89a8;
  border: none;
}

.basket td {
  vertical-align: middle;
  height: 89px;
  padding: 15px 10px;
  font-size: 17px;
  text-align: left;
}

.basket tbody td:first-child,
.basket thead th:first-child {
  padding-left: 17px;
}

.basket tbody td:last-child,
.basket thead th:last-child {
  padding-right: 17px;
}

.basket tr:nth-child(2n) td {
  background: #e6e6e6;
}

.basket tr:nth-child(2n+1) td {
  background: #fff;
}

.basket tr td {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.basket td:last-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

.basket td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.basket__col_product {
  width: 8.8%;
}

.basket__col_name {
  width: 48.5%;
}

.basket__col_price {
  text-align: center;
}

.basket__col_quantity {
  width: 9%;
  text-align: center;
}

.basket__img-link {
  position: relative;
  display: block;
  width: 100px;
  height: 75px;
  line-height: 49px;
  background: #fff;
}

.basket__img {
  vertical-align: middle;
}

.basket__title-link {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
}

.basket-color {
  position: relative;
}

.basket__status {
  font-weight: 400;
  font-size: 12px;
  color: #262626;
}

.basket__footer {
  display: table;
  width: 100%;
  padding-top: 26px;
}

.basket-delivery {
  display: table-cell;
  vertical-align: bottom;
  /*width: 65.29%;*/
  padding-right: 40px;
}

.basket-delivery__list {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 87px;
  padding: 20px 20px 20px 20px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.basket-delivery__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  height: 100%;
  white-space: nowrap;
}

.basket-delivery__img-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.basket-delivery__img-wrap img {
  vertical-align: middle;
}

.basket-delivery__text {
  padding-left: 14px;
  white-space: normal;
}

.basket-total {
  display: table-cell;
  vertical-align: bottom;
  width: 31.13%;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #252b2d;
}

.basket-total__text {
  margin-top: -10px;
  margin-bottom: 11px;
  text-align: right;
}

.basket-total__coast {
  display: inline-block;
  min-width: 134px;
  padding-left: 15px;
  padding-right: 16px;
}

.basket-total__quantity {
  display: inline-block;
}

/*---------------- end basket --------------*/

/*----------- begin product-counter ---------*/

.product-counter {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 34px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.product-counter__value {
  position: relative;
  float: left;
  width: 35px;
  height: 34px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #272727;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(30, 137, 168, 0.4);
  border-radius: 3px;
}

.product-counter__value:focus {
  border: 1px solid #12579F;
  outline: none;
}

.product-counter__control_prev,
.product-counter__control_next {
  float: left;
  width: 25px;
  height: 34px;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.product-counter__control_prev:hover,
.product-counter__control_next:hover {
  opacity: .8;
}

.product-counter__control_prev:before,
.product-counter__control_next:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
}

.product-counter__control_prev:before {
  background: url(../images/sprite.png) -228px -22px no-repeat;
}

.product-counter__control_next:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/sprite.png) -228px -11px no-repeat;
}

.product-counter__control_state_disabled {
  cursor: default;
}

.product-counter__control_state_disabled:hover {
  opacity: 1;
}

.product-counter__control_state_disabled:before {
  background-position: -228px 0;
}

/*------------ end product-counter -----------*/

/*------------ begin order -----------*/

.order .content__header {
  margin-bottom: 15px;
}

.order__list {
  margin: 0;
  padding: 0;
}

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

.order__header {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.286em;
  line-height: 1.111;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  margin: 15px 0 20px 0;
}

.order__table {
  width: 100%;
  margin-bottom: 6px;
  border-bottom: none;
}

.order th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
  background: #1e89a8;
  border: none;
}

.order td {
  vertical-align: middle;
  height: 75px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #252b2d;
  text-align: left;
  background: #fff;
}

.order tr:nth-child(2n+1) td {
  background: #fff;
}

.order tbody td:first-child,
.order thead th:first-child {
  padding-left: 17px;
}

.order tbody td:last-child,
.order thead th:last-child {
  padding-right: 17px;
}

.order tbody tr:first-child td {
  padding-top: 17px;
}

.order tbody tr:last-child td {
  padding-bottom: 17px;
}

.order tr td {
  border: none;
}

.order tr td:nth-child(3) {
  white-space: nowrap;
}

.order__col_color {
  width: 65px;
}

.order__col_coast {
  width: 120px;
}

.order__img-link {
  float: left;
  width: 100px;
  height: 75px;
  margin-right: 22px;
  line-height: 49px;
  background: #fff;
}

.order__img {
  vertical-align: middle;
}

.order__title {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  overflow: hidden;
}

.order__title-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.order__title-link:hover {
  text-decoration: none;
}

.order__title-status {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #262626;
}

.order__info {
  padding: 15px 20px 7px 0;
  border-top: 1px solid #eeeeee;
}

.order__info-left {
  float: left;
  max-width: 48%;
  padding-top: 2px;
}

.order__info-right {
  float: right;
  max-width: 48%;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #252b2d;
}

.order__link_back {
  display: inline-block;
  margin-left: 3px;
}

.order__link_back:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent #1e8aa8 transparent transparent;
}

.order__total {
  text-align: right;
}

.order__total-label {
  display: inline-block;
}

.order__total-value {
  display: inline-block;
  min-width: 92px;
  padding-left: 10px;
}

.order-choose {
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

.order-choose .form__list,
.order-payment .form__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
}

.order-choose .form__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-right: 28px;
}

.order-payment .form__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-right: 15px;
}

.order-payment__label {
  display: block;
  margin-left: 29px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #969696;
}

.order-individual .form__row {
  margin: 0 -15px;
}

.order-individual .form__col {
  width: 33.333%;
  padding: 0 15px;
}

.order-individual .form__col_textarea {
  width: 66.666%;
}

.order-individual .form__textarea {
  height: 175px;
}

.order-entity .form__row {
  margin: 0 -15px;
}

.order-entity .form__col {
  width: 33.333%;
  padding: 0 15px;
}

.order-delivery .delivery-tabs-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.order-delivery .delivery-tabs-title__list {
  white-space: nowrap;
}

.order-delivery .delivery-tabs-title__item:last-child {
  margin-right: 0;
}

.order-delivery .delivery-tabs-content__inner {
  padding-top: 19px;
}

.order-delivery .delivery-tabs-title__item .delivery-tabs__label {
  white-space: normal;
}

.order-delivery-info {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  padding: 20px 20px 20px 20px;
}

.order-delivery-select {
  padding-top: 23px;
  margin-bottom: 19px;
  border-top: 1px solid #eeeeee;
}

.order-delivery-select .form__label_block {
  width: 215px;
  margin-bottom: 7px;
}

.order-delivery-select .form__select {
  width: 220px;
}

.order-delivery__list {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.order-delivery__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

.order-delivery__item:nth-child(1) {
  padding-right: 10px;
}

.order-delivery__item:last-child {
  text-align: right;
  padding-left: 20px;
  white-space: nowrap;
}

.order-delivery__img-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.order-delivery__img-wrap img {
  vertical-align: middle;
}

.order-delivery strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #252b2d;
}

.order-delivery .delivery-tabs {
  margin-bottom: 28px;
}

.order__action {
  margin-top: 35px;
  text-align: center;
}

.order__action .btn_order {
  width: 280px;
}

/*------------- end order -------------*/

/*------------ begin compare -----------*/

.compare {
  position: relative;
  width: 893px;
  margin-top: -5px;
}

.compare .content__header {
  position: absolute;
  top: -3px;
  left: 0;
  width: 210px;
  margin-bottom: 15px;
}

.compare .content__header h1 {
  line-height: 1.15;
}

.compare__table-wrap {
  width: 664px;
  margin-left: 229px;
  overflow: hidden;
}

.compare__table {
  border: none;
}

.compare__control {
  position: absolute;
  top: 100px;
  display: inline-block;
  width: 16px;
  height: 32px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.compare__control:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.compare__control:hover {
  opacity: .8;
}

.compare__control:focus {
  outline: none;
}

.compare__control_state_disabled:hover {
  opacity: 1;
}

.compare__control_prev {
  left: 220px;
}

.compare__control_prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #1e8aa8 transparent transparent;
}

.compare__control_prev.compare__control_state_disabled {
  cursor: default;
}

.compare__control_prev.compare__control_state_disabled:before {
  border-color: transparent #e6e6e6 transparent transparent;
}

.compare__control_next {
  right: -10px;
}

.compare__control_next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #1e8aa8;
}

.compare__control_next.compare__control_state_disabled {
  cursor: default;
}

.compare__control_next.compare__control_state_disabled:before {
  border-color: transparent transparent transparent #e6e6e6;
}

.compare__table {
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
}

.compare__inner {
  width: 166px;
  padding: 7px 15px 8px 15px;
  overflow: hidden;
}

.compare th.compare__col_name .compare__inner {
  width: 229px;
}

.compare th {
  height: 285px;
  padding: 0 0 37px 0;
  text-align: center;
  background: transparent;
  border: none;
}

.compare th .compare__inner {
  padding-bottom: 0;
}

.compare tr:nth-child(2n + 1):not(.compare__row_head) td {
  background: #e6e6e6;
}

.compare tr.compare__row_head td {
  padding: 3px 15px 3px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #1e89a8;
  border: none;
}

.compare tr.compare__row_head td a,
.compare tr.compare__row_head td a:hover {
  color: #fff;
}

.compare th.compare__col_name {
  vertical-align: bottom;
  padding-bottom: 30px;
  text-align: left;
}

.compare__row_head .compare__col_name {
  color: rgba(0, 0, 0, 0);
}

.compare td {
  vertical-align: middle;
  width: 166px;
  padding: 7px 15px 8px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #272727;
  text-align: left;
  border: none;
  text-align: center;
  background: #fff;
}

.compare th.compare__col_name,
.compare td.compare__col_name {
  position: absolute;
  left: 0;
  width: 229px;
  padding-left: 10px;
  text-align: left;
}

.compare th.compare__col_name {
  padding: 100px 20px 0 0;
  vertical-align: bottom;
}

.compare td.compare__col_name {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.compare__col_name-text {
  padding-top: 7px;
  padding-bottom: 8px;
}

.compare-products__img-link {
  display: block;
  width: 136px;
  height: 136px;
  margin-bottom: 10px;
}

.compare-products__img-link img {
  display: block;
}

.compare-products__title {
  height: 36px;
  overflow: hidden;
}

.compare-products__title-link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1e89a8;
  text-align: left;
}

.compare-products__price {
  padding: 4px 0 6px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #252b2d;
  text-align: left;
  white-space: nowrap;
}

.compare-products__action > .btn {
  width: 100%;
}

.compare-products__action .products-basket {
  color: #272727;
}

.compare-products .products-basket {
  right: auto;
  bottom: auto;
  margin-left: -172.5px;
  margin-top: -402px;
}

.compare-show {
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #272727;
}

.compare-show__inner {
  width: 190px;
  padding: 13px 10px 12px 20px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.compare-show__title {
  margin-bottom: 10px;
}

.compare-show__list {
  margin: 0;
  padding: 0;
}

.compare-show__item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.compare-show__item:first-child {
  margin-top: 0;
}

.compare-show .form__label_radio {
  font-weight: 400;
}

.compare-empty__img-wrap {
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/*------------ end compare ------------*/

/*------------ begin useful-section ----------*/

.useful-section {
  position: relative;
  margin: 17px 0 32px 0;
  padding: 12px 20px 7px 22px;
  background: #e6e6e6;
  border: 1px solid #ccc;
}

.useful-section:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 42px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.useful-section__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
}

.useful-section__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 50%;
  margin-bottom: 4px;
  padding-left: 22px;
}

.useful-section__item:nth-child(2n + 1) {
  width: 54.4%;
  padding-right: 20px;
}

.useful-section__item:nth-child(2n) {
  width: 45.6%;
}

.useful-section__item:before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1e89a8;
  border-radius: 50%;
}

.useful-section__item_state_active:before {
  background: #ff4e00;
}

.useful-section__link {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

/*------------- end useful-section -----------*/

/*------------ begin buy ----------*/

.buy {
  margin: 25px 0;
}

.buy__list {
  margin: 0;
  padding: 0;
  counter-reset: listBuy;
}

.buy__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 122px;
  margin-top: -8px;
  margin-bottom: 26px;
  padding-left: 126px;
}

.buy__item:before {
  counter-increment: listBuy;
  content: counter(listBuy);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 103px;
  height: 122px;
  padding-top: 13px;
  font-weight: 700;
  font-size: 74px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: url(../images/sprite-buy-bg.png) 0 0 no-repeat;
}

.buy__item:last-child:before {
  background-position: -103px 0;
}

.buy__inner {
  padding-top: 6px;
}

.buy__inner h2 {
  margin-top: 0;
  margin-bottom: 11px;
}

.buy__inner p + h2 {
  margin-top: 30px;
}

.buy__inner em {
  font-style: normal;
  font-size: 12px;
  color: #969696;
}

.buy__inner ul {
  padding-left: 0;
  margin-bottom: 9px;
}

.buy__inner ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  list-style: none;
}

.buy__inner ul li:before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ff4e00;
  border-radius: 50%;
}

/*------------- end buy -----------*/

/*---------------- begin delivery --------------*/

.delivery {
  margin-bottom: 35px;
}

.delivery .content__header {
  margin-bottom: 15px;
}

.delivery__img-link {
  float: left;
  width: 49px;
  height: 49px;
  margin-right: 15px;
  line-height: 49px;
  background: #fff;
}

.delivery__img {
  vertical-align: middle;
}

.delivery__title {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  overflow: hidden;
}

.delivery__title-link {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #252b2d;
  text-decoration: none;
}

.delivery__title-link:hover {
  color: #252b2d;
  text-decoration: none;
}

.delivery__link_back {
  display: inline-block;
  margin-left: 3px;
}

.delivery__link_back:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent #1e8aa8 transparent transparent;
}

.delivery__table {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: none;
}

.delivery__table th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
  background: #1e89a8;
  border: none;
}

.delivery__table td {
  vertical-align: middle;
  height: 89px;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #252b2d;
  text-align: left;
  background: #e6e6e6;
}

.delivery__table tbody td:first-child,
.delivery__table thead th:first-child {
  padding-left: 17px;
}

.delivery__table tbody td:last-child,
.delivery__table thead th:last-child {
  padding-right: 17px;
}

.delivery__table tr td {
  border: none;
}

.delivery__table tr td:nth-child(2),
.delivery__table tr td:nth-child(3),
.delivery__table tr td:nth-child(4),
.delivery__table tr td:nth-child(5),
.delivery__table tr td:nth-child(6) {
  white-space: nowrap;
}

tr.delivery__table-action td {
  height: auto;
  border-top: 1px solid #fff;
}

.delivery-tabs__header {
  margin: 35px 0 10px 0;
  font-weight: 700;
  font-size: 1.429em;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  margin: 0 0 15px 0;
}

.delivery-tabs-title {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #eeeeee;
}

.delivery-tabs-title__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  padding-left: 2px;
}

.delivery-tabs-title__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-right: 30px;
}

.delivery-tabs__label {
  display: block;
  margin-left: 29px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #969696;
}

.delivery-tabs-content__list {
  margin: 0;
  padding: 0;
}

.delivery-tabs-content__item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-tabs__text {
  position: relative;
  float: left;
  width: 64%;
  min-height: 150px;
  padding: 9px 20px 8px 20px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}

.delivery-tabs__text:after {
  content: "";
  position: absolute;
  top: 73px;
  right: -8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.delivery-tabs__text h2 {
  margin-top: 10px;
}

.delivery-tabs__text h3 {
  margin-top: 10px;
}

.delivery-tabs__text h3 + table {
  margin-top: -2px;
  margin-bottom: 6px;
}

.delivery-tabs__text th {
  padding-left: 0;
  font-weight: 700;
  color: #272727;
}

.delivery-tabs__text th,
.delivery-tabs__text td {
  padding-top: 4px;
  padding-bottom: 5px;
  background: none;
  border: none;
}

.delivery-tabs__calc {
  float: right;
  /*width: 520px;*/
}

.delivery-tabs__calc iframe {
  max-width: 100%;
}

/*---------------- end delivery --------------*/

/*------------- begin content-gallery -----------*/

.content-gallery {
  position: relative;
  margin: 25px 0;
  padding: 0 15px 0 15px;
}

.content-gallery__list {
  margin: 0;
  padding: 0;
}

.content-gallery__item {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 175px;
  float: left;
  padding: 0 5px;
  text-align: center;
}

.content-gallery__link {
  position: relative;
  display: inline-block;
}

.content-gallery__link img {
  display: block;
  width: 99px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.content-gallery .gallery-control {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 13px;
  height: 175px;
  background: #fff;
  border: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  z-index: 1;
}

.content-gallery .gallery-control .gallery-control__icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.content-gallery .gallery-control_prev {
  left: 0;
}

.content-gallery .gallery-control_prev .gallery-control__icon {
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1e89a8 transparent transparent;
}

.content-gallery .gallery-control_prev:hover .gallery-control__icon {
  opacity: .8;
}

.content-gallery .gallery-control_next {
  right: 0;
}

.content-gallery .gallery-control_next .gallery-control__icon {
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1e89a8;
}

.content-gallery .gallery-control_next:hover .gallery-control__icon {
  opacity: .8;
}

.content-gallery .gallery-control_next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.content-gallery .gallery-control_state_disabled {
  cursor: default;
}

.content-gallery .gallery-control_state_disabled .gallery-control__icon {
  top: 27px;
  height: 16px;
}

.content-gallery .gallery-control_state_disabled.gallery-control_prev .gallery-control__icon {
  border-color: transparent #e6e6e6 transparent transparent;
}

.content-gallery .gallery-control_state_disabled.gallery-control_next .gallery-control__icon {
  border-color: transparent transparent transparent #e6e6e6;
}

/*------------- end content-gallery ----------*/

/*------------- begin breadcrumbs -----------*/

.breadcrumbs {
  margin: 7px 0 27px 0;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 1;
  font-size: 14px;
  color: #1e89a8;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  color: #5fdbff;
}

.breadcrumbs__link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #1e89a8;
}

.breadcrumbs__item:first-child .breadcrumbs__link {
  padding-left: 0;
}

.breadcrumbs__item_state_current .breadcrumbs__link,
.breadcrumbs__item_state_current .breadcrumbs__link:hover {
  color: #000;
  text-decoration: none;
  cursor: default;
}

.breadcrumbs__item_state_current .breadcrumbs__link:after,
.breadcrumbs__item_state_current .breadcrumbs__link:hover:after {
  content: none;
}

/*--------------- end breadcrumbs ------------*/

/*---------------- begin pagination ---------*/

.pagination {
  margin: 30px 0 30px 0;
}

.pagination__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.pagination__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0 8px;
}

.pagination__item:first-child {
  margin-left: 0;
}

.pagination__link {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  white-space: nowrap;
  color: #1e89a8;
  text-decoration: none;
}

.pagination__item_state_active .pagination__link,
.pagination__item_state_active .pagination__link:hover {
  min-width: 32px;
  padding: 0 5px;
  color: #fff;
  background: #1e89a8;
}

.pagination__link_prev:before,
.pagination__link_next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.pagination__link_prev:before {
  margin-right: 10px;
  border-width: 3px 3px 3px 0;
  border-color: transparent #1e89a8 transparent transparent;
}

.pagination__link_prev:hover:before {
  border-color: transparent #5fdbff transparent transparent;
}

.pagination__link_next:after {
  margin-left: 10px;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #1e89a8;
}

.pagination__link_next:hover:after {
  border-color: transparent transparent transparent #5fdbff;
}

/*---------------- end pagination -----------*/

/*------------------ begin slider ---------------*/

.swiper-slide,
.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------- end slider ----------------*/

/*---------------- begin fancybox ----------------*/

.fancybox-skin {
  background: #fff;
  border-radius: 4px;
}

.fancybox-close {
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 4px;
}

.fancybox-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  margin-left: -8px;
  background: url(../images/sprite.png) -178px -42px no-repeat;
  opacity: 1;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.fancybox-close:hover:before {
  opacity: .8;
}

/*------------------ end fancybox ----------------*/

/*----------- begin custom scrollbar --------*/

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #ccc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #1e89a8;
  border-radius: 0;
}

/*----------- end custom scrollbar ----------*/

/*------------------ begin chosen ---------------*/

.chosen-container-single .chosen-single {
  padding: 4px 20px 4px 9px;
  height: 34px;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  background: #fff;
  border: 1px solid rgba(30, 137, 168, 0.4);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.chosen-container-single.chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.chosen-container .chosen-drop {
  background: #fff;
}

.chosen-container-single .chosen-single div b {
  line-height: 30px;
}

.chosen-container-single .chosen-single div b:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #007bff transparent transparent transparent;
}

.order-delivery-select .chosen-container-single .chosen-single,
.order-delivery-select .chosen-container .chosen-drop {
  width: 220px;
}

/*------------------- end chosen ----------------*/

.delivery-tabs-content.dop {
  margin-top: 23px;
}

.errortext {
  color: red;
}

@media (max-width: 1279px) {
  .compare {
    width: 703px;
  }

  .compare__table-wrap {
    width: 468px;
    margin-left: 235px;
  }

  .compare__inner {
    width: 156px;
    padding: 7px 10px 8px 10px;
  }

  .compare th.compare__col_name .compare__inner {
    width: 235px;
  }

  .compare td {
    width: 156px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare td.compare__col_name,
  .compare th.compare__col_name {
    width: 235px;
  }

  .compare__control_next {
    right: -15px;
  }
}

@media (max-width: 1259px) {
  .content-two-column .left-sidebar {
    float: left;
    width: 23.411%;
  }

  .content-two-column .content-main {
    float: right;
    width: 74.471%;
    padding: 20px 0 20px 0;
  }

  .header-logo {
    width: 23.411%;
  }

  .header-contacts {
    width: 32.8%;
    padding: 0 2.119%;
  }

  .header-compare {
    width: 19%;
  }

  .header-basket {
    width: 7%;
  }

  .footer-catalog-menu__col {
    margin-left: 2.845%;
  }

  .footer-catalog-menu__list {
    padding-right: 0;
  }

  .index-slider__inner {
    width: 470px;
  }

  .index-slider__text {
    max-width: 210px;
  }

  .products-color__list {
    max-width: 148px;
  }

  .products-color__item {
    position: relative;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 0.02em;
    display: none;
    width: 20px;
    margin: 0 17px 0 0;
    padding: 0;
  }

  .products-color__item:nth-child(5),
  .products-color__item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .section-video {
    height: 350px;
  }

  .content-video__inner {
    height: 260px;
  }

  .content-video__text {
    width: 220px;
    margin-left: 20px;
  }

  .useful__list {
    margin: 0 -10px;
  }

  .useful__item {
    padding: 0 10px;
  }

  .index-offer__item {
    padding: 14px 14px 14px 68px;
  }

  .index-offer__item:before {
    left: 10px;
  }

  .products__list {
    margin: 0 -9px;
  }

  .products__item {
    margin-top: 21px;
    padding: 0 9px;
  }

  .products_tabs .products__list {
    margin: 0 -5px;
  }

  .products_tabs .products__item {
    margin-top: 12px;
    padding: 0 5px;
  }

  .products_tabs .products__item:nth-child(1),
  .products_tabs .products__item:nth-child(2),
  .products_tabs .products__item:nth-child(3) {
    margin-top: 0;
  }

  .products__content {
    padding: 32px 16px 16px;
  }

  .products__compare {
    left: 14px;
    right: 14px;
  }

  .products__price {
    padding-left: 0;
  }

  .products .btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-info__left {
    width: 65.718%;
  }

  .card-info-color__item {
    width: 50%;
  }

  .basket__col_name {
    width: 34.5%;
  }

  .order-delivery .delivery-tabs-title__item:first-child {
    width: 22%;
  }

  .delivery-tabs__text {
    width: 55.903%;
  }
}


