@charset "UTF-8";
.btn,
.slick-slider {
  -ms-user-select: none; }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu,
.slick-slide {
  float: left; }

.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-list,
svg:not(:root) {
  overflow: hidden; }

.slick-slider,
html {
  -webkit-tap-highlight-color: transparent; }

.form-control-feedback,
.slick-slide.dragging img,
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px; }

.basket .present-product .basket__total-wrap {
  margin-top: 20px;
  margin-bottom: 20px; }

.basket .present-product .basket__total-wrap .basket__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.basket .present-product .basket__total-wrap .basket__total span {
  font-size: 16px;
  font-family: 'Geometria';
  font-weight: 400; }

.basket .present-product .basket__total-wrap .basket__delivery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.basket .present-product .basket__total-wrap .basket__delivery span {
  font-size: 16px;
  font-family: 'Geometria';
  font-weight: 400; }

.basket .present-product .basket__total-wrap .basket__total-price {
  display: flex;
  justify-content: space-between; }

.basket .present-product .basket__total-wrap .basket__total-price span {
  font-family: 'Geometria';
  font-weight: 500;
  font-size: 24px; }

.basket .present-product .basket-holder .basket-item {
  display: flex;
  align-items: center;
  padding: 25px 15px 25px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3); }

.basket .present-product .basket-holder .basket-item .basket-item__image {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.basket .present-product .basket-holder .basket-item .basket-item__name {
  max-width: 270px;
  color: #333;
  font-size: 16px;
  line-height: 137%; }

.basket .present-product .basket-holder .basket-item .basket-item__quantity {
  font-size: 24px;
  color: #333;
  padding: 0 15px; }

.basket .present-product .basket-holder .basket-item .basket-item__price {
  font-size: 24px;
  color: #333; }

.basket .basket-item ul,
.block-addition ul,
.contacts-holder .links-contact,
.header-bottom .menu ul li,
.links-dash {
  list-style-type: none; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.datetimepicker {
  -webkit-user-select: none;
  -moz-user-select: none; }

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

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

sub,
sup {
  position: relative;
  line-height: 0; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

pre,
textarea {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

.main select,
button.close,
input[type=search] {
  -webkit-appearance: none; }

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

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

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

optgroup {
  font-weight: 700; }

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid; }
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; } }

.dropdown-menu,
.modal-content {
  -webkit-background-clip: padding-box; }

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.img-thumbnail,
body {
  background-color: #fff; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

body {
  line-height: 1.42857143;
  color: #333; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

a:focus,
a:hover {
  color: #23527c; }

a:focus {
  outline-offset: -2px; }

figure {
  margin: 0; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

code,
pre {
  border-radius: 4px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%; }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%; }

.h1,
h1 {
  font-size: 36px; }

.h2,
h2 {
  font-size: 30px; }

.h3,
h3 {
  font-size: 24px; }

.h4,
h4 {
  font-size: 18px; }

.h5,
h5 {
  font-size: 14px; }

.h6,
h6 {
  font-size: 12px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.42857143; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small,
small {
  font-size: 85%; }

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus,
a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus,
a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus,
a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus,
a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9; }

pre code,
table {
  background-color: transparent; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

dl,
ol,
ul {
  margin-top: 0; }

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

ol,
ul {
  margin-bottom: 10px; }

.list-inline {
  margin-left: -5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-bottom: 20px; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .container {
    width: 750px; } }

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.links-dash,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
h5 {
  clear: both; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.table,
address {
  margin-bottom: 20px; }

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #777; }

legend,
pre {
  display: block;
  color: #333; }

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

caption,
th {
  text-align: left; }

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  color: #c7254e;
  background-color: #f9f2f4; }

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0; }

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px; }

.pre-scrollable {
  overflow-y: scroll; }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777; }

.table {
  width: 100%;
  max-width: 100%; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0; }

legend {
  width: 100%;
  margin-bottom: 20px;
  line-height: inherit; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal; }

.form-control,
output {
  line-height: 1.42857143;
  color: #555;
  display: block; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

output {
  padding-top: 7px; }

.form-group.pop label {
  transform: scale(1) !important; }

.form-control {
  width: 100%;
  height: 34px;
  padding: 14px 25px 0 12px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px; }

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px; }

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px; }

.input-sm {
  height: 30px;
  line-height: 1.5; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm,
textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5; }

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  line-height: 1.3333333; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg,
textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.collapsing,
.dropdown,
.dropup {
  position: relative; }

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block; }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  margin-bottom: 0;
  line-height: 1.42857143;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent; }

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-header,
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  clear: both;
  font-weight: 400;
  color: #333; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  font-size: 12px;
  color: #777; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn .caret,
.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-lg .caret {
  border-width: 5px 5px 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell; }

.nav > li,
.nav > li > a {
  display: block;
  position: relative; }

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li > a {
  padding: 10px 15px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left; }

.nav-tabs > li > a {
  line-height: 1.42857143; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-justified > li,
.nav-stacked > li {
  float: none; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; }
  .navbar-header {
    float: left; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px; }

@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block; }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.breadcrumb > li,
.pagination {
  display: inline-block; }

.btn .badge,
.btn .label {
  top: -1px;
  position: relative; }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pager li,
.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.badge,
.label {
  line-height: 1;
  white-space: nowrap;
  text-align: center; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.label {
  vertical-align: baseline; }

.label:empty {
  display: none; }

.label-default {
  background-color: #777; }

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.media-object,
.thumbnail {
  display: block; }

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.alert,
.thumbnail {
  margin-bottom: 20px; }

.alert .alert-link,
.close {
  font-weight: 700; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

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

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-title {
  margin-top: 0;
  font-size: 16px; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

.popover,
.tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  line-break: auto;
  text-decoration: none;
  white-space: normal; }

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  text-align: left;
  text-align: start;
  opacity: 0; }

.tooltip.in {
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px; }

.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0; }

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px; }

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px; }

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.carousel-caption,
.carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.carousel,
.carousel-inner {
  position: relative; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.left > .arrow:after,
.popover.right > .arrow:after {
  bottom: -10px;
  content: " "; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff; }

.carousel-inner {
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 10;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.post-page .post-information .wrap-star ul {
  padding: 0; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #44bb6e;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #44bb6e; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px; }

.carousel-caption .btn,
.text-hide {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; } }

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md,
  th.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print,
  th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; }
  .hidden-print {
    display: none !important; } }

.datetimepicker > div {
  display: none; }

.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%; }

.datetimepicker .table {
  margin: 0; }

.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  border-radius: 4px;
  height: 20px;
  text-align: center; }

.datetimepicker .day:hover,
.datetimepicker .hour:hover,
.datetimepicker .left:hover,
.datetimepicker .minute:hover,
.datetimepicker .right:hover,
.datetimepicker .switch:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: 0 0;
  color: #ebebeb;
  cursor: default; }

.datetimepicker .active,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover,
.datetimepicker .active:hover {
  background-color: #04c;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  color: #fff;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#08c', endColorstr='#04c', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datetimepicker .current,
.datetimepicker .current.disabled,
.datetimepicker .current.disabled:hover,
.datetimepicker .current:hover {
  background-color: #e5e5e5; }

.datetimepicker .active.active,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover,
.datetimepicker .active:hover.active,
.datetimepicker .active:hover.disabled,
.datetimepicker .active:hover:active,
.datetimepicker .active:hover:hover,
.datetimepicker span.active.disabled:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active[disabled] {
  background-color: #04c; }

.datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%; }

.datetimepicker span:hover {
  background: #eee; }

.datetimepicker .future,
.datetimepicker .past {
  color: #999; }

/*!
 * ZooMove v1.2.0
 * http://thompsonemerson.github.io/zoomove
 *
 * Copyright (c) 2016, Emerson Thompson
 * Licensed http://thompsonemerson.mit-license.org
<<<<<<< HEAD
*/
.zoo-item .zoo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out; }

.box-category-holder .box-category .item-category .description-category .price-new,
.box-category-holder .box-category .item-category .description-category .price-old,
.box-category-holder .box-category .item-category .description-category .title span,
.box-category-holder .box-category .one-click span,
.box-category-holder .box-category:hover .block-addition,
.card-product-page .detail-main .share-details .counter,
.card-product-page .detail-text .detail-main-inner .choose-color,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click span,
.categories-items .name-product,
.data,
.detail-image .wrap-star .stars li span,
.download,
.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .dropdown-holder .dropdown-holder-item,
.dropdown-contact .dropdown-holder:hover .city-inner,
.dropdown-contact .dropdown-holder:hover .phone-inner,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span,
.feedback-holder .wrap-star .stars li span,
.header-fixed .menu-fix ul li a,
.header-middle .header-middle-child .callback span,
.header-middle .header-middle-child .duty span,
.label,
.menu-holder .menu-principal .link-child li a,
.menu-holder .menu-principal .link-parent li a,
.menu-holder .menu-principal .link-parent li:hover .link-child,
.post-item .text-holder span,
.quantity-reviews,
.scope ul li a,
.search-by-child a,
.search-by-parent:hover .search-by-child,
.search-holder .img-search,
.search-result .inner-search .text-block span,
.social-holder .card-links li a,
.social-holder .social-links li a {
  display: block; }

#basket-window .btn-close-window,
#basket-window .return:after,
.btn-close,
.btn-holder-close,
.btn-open,
.btn-read-all:after,
.burger,
.burger-close,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.cart-wrap a i,
.checkbox-holder .checkbox:not(checked) + label:before,
.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.detail-image .wrap-star .stars li span,
.download i,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.edit-order:before,
.feedback-holder .wrap-star .stars li span,
.form-common .modal-form .btn-close-form,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.header-middle .header-middle-child .links-faces li span,
.information span:after,
.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover,
.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover,
.sale-window .btn-close-sale:after,
.scope .more:after,
.scroll-to-top a,
.search-holder .img-search,
.search-holder .search-by:after,
.social-holder .card-links li a,
.social-holder .social-links li a,
.sort-row span .asc-sort,
.sort-row span .desc-sort,
.wrap-star .stars li span,
.ya-share2__link {
  background: url(../images/sprites.png) no-repeat; }

.btn-read-all:after,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.information span:after,
.links-dash li:before,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.scope .more:after,
.scope ul li a:after,
.search-holder .search-by:after {
  position: absolute;
  content: '';
  display: block; }

.card-product-page .detail-text .column,
.card-product-page .detail-text .detail-main-inner .detail-service .column-item,
.contact-middle .city-block,
.header-middle .header-middle-child .callback,
.header-middle .header-middle-child .cart,
.header-middle .header-middle-child .duty,
.header-middle .header-middle-child .logo {
  float: left;
  padding: 0 15px; }

.categories-items {
  line-height: 0;
  font-size: 0;
  padding: 30px 15px 20px;
  max-width: 1500px;
  margin: 0 auto; }

@media screen and (max-width: 550px) {
  .categories-items {
    padding: 15px 15px 15px; } }

.categories-items .categories-inner {
  display: inline-block;
  width: 25%;
  padding: 0 5px 10px;
  position: relative; }

@media screen and (max-width: 1000px) {
  .categories-items .categories-inner {
    width: 33.3%; }
  .footer-container {
    flex-direction: column-reverse; }
  div.footer-container > div {
    width: unset; }
  .mind-team {
    padding: 10px 0; } }

@media screen and (max-width: 600px) {
  .categories-items .categories-inner {
    width: 50%;
    padding: 0 2px 4px; } }

.categories-items .categories-inner img {
  width: 100%;
  border-radius: 5px;
  -webkit-filter: grayscale(100%) brightness(75%);
  -o-filter: grayscale(100%) brightness(75%);
  -moz-filter: grayscale(100%) brightness(75%);
  filter: grayscale(100%) brightness(75%); }

.categories-items .categories-inner .color,
.categories-items .categories-inner:hover img {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.categories-items .categories-inner .name-color,
.categories-items .categories-inner:hover .name-product {
  background: rgba(0, 0, 0, 0.5); }

.categories-items .categories-inner a {
  position: relative;
  overflow: hidden; }

.categories-items .name-product {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-45%);
  padding: 5px 25px; }

@media screen and (max-width: 500px) {
  .categories-items .name-product {
    font-size: 20px;
    line-height: 25px; } }

@media screen and (max-width: 380px) {
  .categories-items .name-product {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    transform: translateY(-50%); } }

.description-holder {
  background: #f5f5f5; }

.description-holder .description-items {
  max-width: 1490px;
  padding: 30px 135px;
  margin: 0 auto;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 992px) {
  .description-holder .description-items {
    padding: 30px 45px; } }

@media screen and (max-width: 768px) {
  .description-holder .description-items {
    text-align: center; }
  #edit-basket .modal-form .ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }
  #edit-basket .modal-form .basket .title {
    text-align: left;
    margin-left: 5px; }
  .basket .basket-item .count-wrap .count-item .count {
    display: flex;
    align-items: center;
    justify-content: center; }
  .basket .basket-item ul li span.price-bsk {
    margin-bottom: 0; }
  div.basket .basket-item .delete-item {
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px; }
  div.basket .basket-item .delete-item svg {
    width: 100%;
    height: 100%; }
  div.basket .basket-item {
    margin-bottom: 0;
    padding: 20px 0; }
  div.basket .basket-item:last-child {
    border-bottom: 1px solid #e1e1e1; }
  div.basket .basket-item ul li span.price-bsk {
    white-space: unset; }
  #edit-basket div.basket .total-holder span {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrap.active {
    flex-direction: column-reverse; }
  .cancel-edit-btn {
    margin-top: 12px;
    text-align: center;
    justify-content: center; }
  div.basket .total-holder .btn-buy {
    font-size: 18px;
    max-width: unset; }
  .description-holder .description-items ul {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px; } }

@media screen and (max-width: 670px) {
  .description-holder .description-items {
    padding: 30px 15px; } }

.description-holder .description-items img {
  margin: 0 32px 20px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .description-holder .description-items img {
    float: none;
    margin: 0 auto 30px; } }

@media screen and (max-width: 550px) {
  .description-holder .description-items {
    padding: 20px 15px; }
  .description-holder .description-items img {
    margin: 0 auto 10px; } }

@media screen and (max-width: 420px) {
  .description-holder .description-items img {
    width: 100%; } }

.product-list-page .container-holder {
  margin: 0 70px; }

@media screen and (max-width: 900px) {
  .product-list-page .container-holder {
    margin: 0 90px; } }

@media screen and (max-width: 740px) {
  .product-list-page .container-holder {
    margin: 0 70px; } }

@media screen and (max-width: 700px) {
  .product-list-page .container-holder {
    margin: 0 50px; } }

@media screen and (max-width: 650px) {
  .product-list-page .container-holder {
    margin: 0 30px; } }

@media screen and (max-width: 570px) {
  .product-list-page .container-holder {
    margin: 0; } }

.category-links {
  padding: 20px 0 10px;
  font-size: 0;
  line-height: 0; }

@media screen and (max-width: 900px) {
  .category-links {
    padding: 20px 0 20px; } }

@media screen and (max-width: 550px) {
  .category-links {
    padding: 20px 0 10px; } }

@media screen and (max-width: 380px) {
  .category-links {
    padding: 15px 0 20px; } }

.holder {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px; }

@media screen and (max-width: 1500px) {
  .holder {
    width: 25%; } }

@media screen and (max-width: 1150px) {
  .holder {
    width: 33.3%; } }

@media screen and (max-width: 900px) {
  .holder {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px; } }

@media screen and (max-width: 615px) {
  .holder {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .holder .image-holder a {
    width: 100%; } }

@media screen and (max-width: 320px) {
  .holder {
    margin-bottom: 0; } }

.box-category-holder {
  color: #202020;
  background: #fff; }

.box-category-holder .box-category {
  position: relative;
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1; }

.box-category-holder .box-category:hover {
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 5px #e6eef1;
  -moz-box-shadow: 0 1px 5px 5px #e6eef1;
  box-shadow: 0 1px 5px 5px #e6eef1;
  border-radius: 4px 4px 0 0; }

.box-category-holder .box-category:hover .block-addition {
  position: absolute;
  width: 100%; }

.box-category-holder .box-category:hover .title {
  background-color: #fff;
  overflow: visible;
  position: absolute;
  right: 0;
  transition: all .25s ease 0s;
  white-space: normal;
  width: 100%;
  z-index: 999; }

.advantages-holder .item .info-box,
.block-addition,
.detail-main-small,
.information .phone-inform .links-phone {
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s; }

.box-category-holder .box-category:hover .title .about-title {
  height: auto;
  text-align: center !important; }

.box-category-holder .box-category .item-category {
  padding: 15px 15px 0; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category {
    padding: 5px 7px 0; } }

.box-category-holder .box-category .item-category .image-holder img {
  width: 100%;
  border-radius: 2px;
  object-fit: cover;
  min-height: unset;
  margin-bottom: 0; }

.box-category-holder .box-category .item-category .description-category {
  border: 0;
  padding: 12px 5px 20px; }

.box-category-holder .box-category .item-category .description-category .title {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 10px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category:hover .title {
    position: static; }
  .box-category-holder .box-category .item-category .description-category .title {
    min-height: 70px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category {
    padding: 10px 5px 20px; }
  .box-category-holder .box-category .item-category .description-category .title {
    font-size: 14px;
    line-height: 17px;
    min-height: 55px; } }

.box-category-holder .box-category .item-category .description-category .title span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .title span {
    font-size: 14px;
    line-height: 17px; } }

.box-category-holder .box-category .item-category .description-category .price-new {
  font: 20px/34px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 1200px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 19px;
    line-height: 22px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 16px;
    line-height: 20px; } }

.box-category-holder .box-category .item-category .description-category .price-old {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  color: #777;
  text-decoration: line-through; }

.box-category-holder .about-title a,
.box-category-holder .about-title a:focus,
.box-category-holder .about-title a:hover,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a:hover {
  color: #202020; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  .box-category-holder .box-category .item-category .description-category .btn-holder {
    width: 100%; }
  .box-category-holder .box-category .item-category .description-category .btn-holder .btn-buy {
    max-width: 90px; }
  .box-category-holder .box-category .item-category .description-category .price-old {
    text-align: center; }
  .box-category-holder .box-category .item-category .description-category .compare-block {
    display: none; } }

.box-category-holder .box-category .item-category .description-category .compare-block {
  margin-bottom: 10px; }

.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder {
  padding: 0;
  position: absolute;
  left: 20px; }

.box-category-holder .box-category .substrate {
  height: 45px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category .substrate {
    height: auto; } }

.box-category-holder .about-title {
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  max-width: 215px; }

@media screen and (max-width: 475px) {
  .box-category-holder .about-title {
    height: auto;
    max-height: 60px;
    padding: 0 5px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .about-title {
    max-height: 50px;
    margin-bottom: 5px; } }

.block-addition {
  border-top: 1px solid #e1e1e1;
  padding: 15px 15px 0;
  display: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 5px #e6eef1;
  -moz-box-shadow: 0 5px 5px 5px #e6eef1;
  box-shadow: 0 5px 5px 5px #e6eef1; }

.block-addition ul li {
  margin-bottom: 7px; }

.block-addition ul li span {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  margin-right: 10px; }

.block-addition ul li span:last-child {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-right: 0; }

@media screen and (max-width: 570px) {
  .product-list-page {
    padding: 15px 10px 0; } }

.product-list-page .slider-poduct .slick-next,
.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover,
.product-list-page .slider-poduct .slick-prev,
.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  top: 50%;
  transform: translateY(-50%); }

.product-list-page .slider-poduct .slick-next {
  background-position: 0 -573px;
  right: 1px; }

.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover {
  background-position: -28px -543px; }

.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  background-position: -28px -573px; }

.product-list-page .slider-poduct .slick-prev {
  left: 0; }

.main {
  color: #777;
  min-height: 310px; }

.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover {
  background-position: 0 -543px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover {
  background-position: 0 -573px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-dots li button:before,
.main .slick-next:before,
.main .slick-prev:before {
  content: ""; }

.main .slick-slide {
  height: auto; }

.main .slick-dotted.slick-slider {
  margin-bottom: 0; }

.product-page .description-holder .description-items {
  padding: 30px 100px 0; }

@media screen and (max-width: 992px) {
  .product-page .description-holder .description-items {
    padding: 30px 50px; } }

@media screen and (max-width: 670px) {
  .product-page .description-holder .description-items {
    padding: 20px 15px; } }

@media screen and (max-width: 550px) {
  .main {
    min-height: 10px; }
  .product-page .description-holder .description-items {
    padding: 15px; } }

.filter-row {
  margin: 0 15px;
  padding-bottom: 0; }

.filter-row .btn-filter-holder {
  width: 21%;
  float: left;
  padding: 0 15px 0 3px;
  text-align: right; }

@media screen and (max-width: 992px) {
  .filter-row {
    max-width: 460px;
    margin: 0 auto; }
  .filter-row .btn-filter-holder {
    width: 100%;
    padding: 0 5px; } }

.filter-row .filters-select {
  padding: 0 10px 0 0;
  width: 79%;
  float: left;
  font-size: 0;
  line-height: 0; }

.filter-row .filters-select .form-group {
  display: inline-block;
  margin: 0 0 10px 10px; }

@media screen and (max-width: 992px) {
  .filter-row .filters-select {
    width: 100%;
    padding: 0; }
  .filter-row .filters-select .form-group {
    width: 50%;
    margin: 0 0 11px;
    padding: 0 5px; } }

@media screen and (max-width: 440px) {
  .filter-row .filters-select .form-group {
    width: 100%; } }

.filter-row .filters-select .form-group:last-child {
  margin-right: 0; }

.main select {
  border: 1px solid #ccc;
  border-radius: 2px;
  max-width: 210px;
  min-width: 210px;
  padding: 6px;
  height: 30px;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: 0;
  resize: none;
  box-shadow: none;
  cursor: pointer;
  background: url(../images/select-arrow-down.png) 96% 8px no-repeat; }

.main select:focus {
  border: 1px solid #ccc; }

@media screen and (max-width: 992px) {
  .main select {
    max-width: 100%; } }

.main select option {
  padding: 4px 6px; }

.main .form-control:focus {
  box-shadow: none;
  outline: 0; }

.sort-row {
  font: 17px/21px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  max-width: 1405px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 13px;
  margin: 0 auto; }

@media screen and (max-width: 430px) {
  .sort-row {
    padding-bottom: 13px; } }

.sort-row span {
  display: inline-block;
  color: #202020;
  padding: 0 15px 0 8px;
  position: relative;
  cursor: pointer; }

.sort-row span.active {
  color: #287c9b;
  text-decoration: underline; }

.sort-row span .asc-sort,
.sort-row span .desc-sort {
  background-position: 0 0;
  height: 9px;
  position: absolute;
  right: -7px;
  top: 8px;
  width: 16px; }

.sort-row span .asc-sort {
  transform: rotate(180deg);
  right: -3px;
  top: 4px; }

@media screen and (max-width: 430px) {
  .sort-row .sort-title {
    display: block;
    margin-bottom: 8px; } }

select::-ms-expand {
  display: none; }

.old-price-holder {
  text-align: left; }

@media screen and (max-width: 485px) {
  .old-price-holder {
    height: 15px;
    text-align: center; }
  .old-price-holder .old-price {
    display: block;
    padding-top: 4px; } }

.old-price {
  color: #777;
  text-decoration: line-through;
  font: 14px/13px 'Geometria', sans-serif;
  font-weight: 400; }

.basket .present-product .basket-holder .basket-item {
  font-family: 'Geometria';
  font-weight: 500; }

.download {
  height: 60px;
  width: 370px;
  text-align: center;
  border: 1px solid #17627e;
  color: #17627e;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400;
  margin: 0 auto 10px;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 0; }

@media screen and (max-width: 400px) {
  .download {
    width: 100%;
    font-size: 18px;
    line-height: 22px; } }

.download:hover {
  background: #17627e;
  color: #fff; }

.download:hover i {
  background-position: -66px -575px; }

.download i {
  background-position: -66px -539px;
  width: 27px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 8px;
  color: red; }

.inform-text {
  padding: 10px 35px; }

@media screen and (max-width: 380px) {
  #community_footer .flat_button {
    width: 275px !important; } }

.search-result {
  top: 28px !important;
  position: absolute !important; }

.card-product-page {
  overflow: initial;
  color: #202020; }

.card-product-page h1 {
  margin-bottom: 10px; }

@media screen and (max-width: 550px) {
  .inform-text {
    padding: 10px 5px; }
  .card-product-page h1 {
    padding: 0; } }

.card-product-page .categories-items {
  padding: 30px 45px 20px; }

@media screen and (max-width: 800px) {
  .card-product-page .categories-items {
    padding: 30px 40px 20px; } }

@media screen and (max-width: 680px) {
  .card-product-page .categories-items {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .categories-items {
    padding: 15px 10px 5px; } }

.card-product-page .detail-image {
  float: left;
  width: 34%; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-image {
    width: 28%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-image {
    width: 400px;
    margin: 0 auto;
    float: none; } }

@media screen and (max-width: 450px) {
  .card-product-page .detail-image {
    width: 100%; } }

.card-product-page .detail-text {
  color: #202020;
  float: left;
  width: 66%;
  padding: 10px 0 0 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-text {
    width: 72%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text {
    width: 100%;
    padding: 22px 0 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text {
    padding: 0; } }

.card-product-page .detail-text .available-box {
  position: relative;
  padding-left: 30px; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .available-box {
    padding: 0 30px; }
  .card-product-page .detail-text .detail-wishlist-link {
    padding-left: 25px; } }

.card-product-page .detail-text .available-box:after {
  background-position: -42px -24px;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0; }

.card-product-page .detail-text .detail-wishlist-link {
  position: relative;
  padding-right: 25px;
  color: #202020;
  font-size: 16px;
  line-height: 20px; }

.card-product-page .detail-text .detail-wishlist-link:after {
  background-position: -87px -755px;
  height: 15px;
  right: 0;
  top: 0;
  width: 14px; }

.card-product-page .detail-text .detail-wishlist-link.active:after,
.card-product-page .detail-text .detail-wishlist-link:hover:after {
  background-position: -71px -24px; }

.card-product-page .detail-text .checkbox-holder {
  padding-left: 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .form-group {
    margin-bottom: 5px; }
  .card-product-page .detail-text .checkbox-holder {
    text-align: center;
    padding: 7px 0 0 65px; } }

.card-product-page .detail-text .column {
  width: 27%; }

.card-product-page .detail-text .column:first-child {
  width: 35%; }

.card-product-page .detail-text .column:last-child {
  width: 37%; }

.card-product-page .detail-text .detail-main-inner {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 5px;
  font-size: 15px;
  line-height: 20px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 18px 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 10px 0 0; } }

.card-product-page .detail-text .detail-main-inner .column:first-child {
  width: 68%;
  padding: 0 50px 0 0; }

@media screen and (max-width: 765px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    padding-right: 25px; } }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    width: 100%;
    float: none;
    padding-right: 0; } }

.card-product-page .detail-text .detail-main-inner .column:last-child {
  width: 32%;
  background: #dcf3fb;
  border-radius: 3px;
  padding: 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:last-child {
    float: none;
    margin: 0 auto;
    width: 235px; } }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo {
  border: 1px solid #49b7e0;
  border-radius: 2px;
  padding: 17px 10px 10px;
  min-height: 160px; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time {
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 0 15px 20px;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block {
  float: left;
  width: 22%;
  margin-right: 4%;
  border: 1px solid #febd0c;
  border-radius: 2px;
  padding: 10px 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block:last-child {
  margin: 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .choose-color {
  padding-top: 5px; }

.card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
  display: none; }

.card-product-page .detail-text .detail-main-inner .detail-service {
  padding: 25px 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .choose-color {
    display: none; }
  .card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 80px;
    display: block; }
  .card-product-page .detail-text .detail-main-inner .detail-service {
    padding: 10px 0; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
  width: 45%;
  padding: 0 0 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    width: 40%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child .form-group {
    float: left;
    width: 110px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
  width: 55%;
  padding: 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    width: 60%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  margin-left: 0 !important;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 16px no-repeat; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
  display: inline-block; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    float: none;
    width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
    margin-bottom: 0; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
    display: block;
    margin-bottom: 3px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
  height: 40px;
  max-width: 210px;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 5px 2px;
  display: inline-block; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 300px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
    margin-bottom: 15px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click {
  border-radius: 3px;
  height: 40px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 300px;
    padding-top: 12px;
    width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button {
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  height: 38px;
  background: #febd0c;
  color: #fff;
  border: none;
  line-height: 17px; }

.advantages-holder .item,
.product-slider-wrapper,
.product-slider-wrapper .slider-for .image-block {
  position: relative; }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:focus,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 38px;
  text-align: left; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    float: left;
    padding: 0 3px 0 0;
    margin-top: -2px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    margin-top: -1px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
  border: 0;
  height: 20px;
  padding: 0 2px;
  box-shadow: none;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 400;
  width: 166px;
  text-align: center; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
    float: left;
    max-width: 147px;
    font-size: 13.6px;
    line-height: 18px;
    padding: 0 0 5px;
    text-align: left; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .one-click-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; } }

.card-product-page .detail-text .social-holder {
  float: left;
  width: 50%;
  margin: 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-holder {
    float: none;
    margin: 0 auto 13px;
    width: 312px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .social-holder {
    margin: 0 auto; } }

.card-product-page .detail-text .social-links {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  display: inline-block; }

.card-product-page .detail-text .social-links li {
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (max-width: 800px) {
  .card-product-page .detail-text .social-links {
    margin-left: 0; }
  .card-product-page .detail-text .social-links li {
    padding-right: 0; } }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-links li {
    padding-left: 4px; } }

.card-product-page .detail-text .social-links li:hover .counter {
  color: #17627e; }

.card-product-page .detail-text .social-links li a.vkontakte {
  background-position: -65px -194px; }

.card-product-page .detail-text .social-links li a.vkontakte:hover {
  background-position: -99px -194px; }

.card-product-page .detail-text .social-links li a.facebook {
  background-position: -65px -163px; }

.card-product-page .detail-text .social-links li a.facebook:hover {
  background-position: -99px -163px; }

.card-product-page .detail-text .social-links li a.linkedin {
  background-position: 0 -748px; }

.card-product-page .detail-text .social-links li a.linkedin:hover {
  background-position: 0 -784px; }

.card-product-page .detail-text .social-links li a.tumblr {
  background-position: -42px -748px; }

.card-product-page .detail-text .social-links li a.tumblr:hover {
  background-position: -42px -784px; }

.card-product-page .detail-text .social-links li a.twitter {
  background-position: -65px -257px; }

.card-product-page .detail-text .social-links li a.twitter:hover {
  background-position: -99px -257px; }

.card-product-page .detail-text .social-links li a.classmates {
  background-position: -65px -288px; }

.card-product-page .detail-text .social-links li a.classmates:hover {
  background-position: -99px -288px; }

.card-product-page .detail-text .social-links li a.mail {
  background-position: -65px -319px; }

.card-product-page .detail-text .social-links li a.mail:hover {
  background-position: -99px -319px; }

.card-product-page .detail-text .social-links li a.google {
  background-position: -65px -351px; }

.card-product-page .detail-text .social-links li a.google:hover {
  background-position: -99px -351px; }

.card-product-page .detail-text .social-links li a.instagram {
  background-position: -65px -226px; }

.card-product-page .detail-text .social-links li a.instagram:hover {
  background-position: -99px -226px; }

.card-product-page .detail-text .social-links li a.pinterest {
  background-position: -31px -132px; }

.card-product-page .detail-text .social-links li a.pinterest:hover {
  background-position: -87px -131px; }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .social-holder {
    padding-bottom: 0; }
  .card-product-page .detail-text .box-wrap {
    border-top: 1px solid #e1e1e1;
    margin: 0;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap {
    padding: 10px 0; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .box-wrap .column {
    padding: 0; } }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 30%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:first-child {
  width: 35%; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:first-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:last-child {
  width: 37%; }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 35%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-code {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  display: inline-block;
  margin: 0 25px 15px 0;
  padding-top: 8px;
  vertical-align: top; }

@media screen and (max-width: 450px) {
  .card-product-page .detail-code {
    display: block;
    margin: 0 0 7px; } }

.card-product-page .detail-main {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main {
    padding-bottom: 5px; } }

.card-product-page .detail-main .share-details {
  padding: 20px 0 5px;
  border-bottom: 1px solid #e1e1e1; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details {
    padding: 20px 0; } }

.card-product-page .detail-main .share-details .counter {
  text-align: center;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777; }

.card-product-page .detail-main .share-details .sale-repost {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
  padding-top: 8px;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost {
    float: none;
    margin: 0 auto 13px;
    display: block;
    padding-top: 0;
    width: 170px; } }

.card-product-page .detail-main .share-details .sale-repost:after {
  background-position: -48px -1px;
  height: 17px;
  left: 0;
  top: 10px;
  width: 18px; }

.card-product-page .detail-main .share-details .btn-holder {
  float: left;
  width: 25%; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost:after {
    top: 0; }
  .card-product-page .detail-main .share-details .btn-holder {
    float: none;
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 550px) {
  .count-wrap {
    position: relative;
    float: left;
    width: 185px; } }

.count-wrap .count-item {
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid #17627e;
  border-radius: 3px;
  margin-left: 0 !important; }

.count-wrap .count-item .count {
  background: #17627e;
  color: #fff;
  width: 25px;
  height: 38px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  cursor: pointer; }

.count-wrap .count-item .form-control {
  border: 0;
  display: inline-block;
  height: 38px;
  max-width: 38px;
  padding: 6px;
  box-shadow: 0;
  text-align: center; }

.detail-image .wrap-star,
.feedback-holder .wrap-star {
  margin-bottom: 15px;
  display: inline-block; }

.detail-image .wrap-star .stars,
.feedback-holder .wrap-star .stars {
  display: inline-block; }

.detail-image .wrap-star .stars li,
.feedback-holder .wrap-star .stars li {
  display: inline-block;
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .detail-image .wrap-star .stars li,
  .feedback-holder .wrap-star .stars li {
    margin: 0 1px; } }

.detail-image .wrap-star .stars li span,
.feedback-holder .wrap-star .stars li span {
  background-position: 0 -608px;
  height: 25px;
  width: 25px; }

.detail-image .wrap-star .stars li span.star2,
.feedback-holder .wrap-star .stars li span.star2 {
  background-position: -25px -608px; }

.detail-image .wrap-star .stars li span.star3,
.feedback-holder .wrap-star .stars li span.star3 {
  background-position: -53px -608px; }

.detail-image .wrap-star .stars li span.star5,
.feedback-holder .wrap-star .stars li span.star5 {
  background-position: 1px -633px; }

.detail-image .wrap-star .stars li span.star4,
.feedback-holder .wrap-star .stars li span.star4 {
  background-position: -25px -633px; }

.feedback-holder .wrap-star {
  width: 160px;
  margin: 0 auto 7px;
  display: block; }

.product-slider-wrapper .slider-for {
  margin-bottom: 10px; }

.product-slider-wrapper .slider-for .image-block img {
  border-radius: 10px;
  width: 100%; }

.product-slider-wrapper .slider-for .image-block .label {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  height: 35px;
  padding: 5px 0;
  right: 0;
  width: 115px; }

.product-slider-wrapper .slider-for .slick-next,
.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover,
.product-slider-wrapper .slider-for .slick-prev,
.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

.product-slider-wrapper .slider-for .slick-next {
  background-position: 0 -702px;
  right: 0; }

.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover {
  background-position: -40px -702px; }

.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: -40px -665px; }

.product-slider-wrapper .slider-for .slick-prev {
  left: 0; }

.table-bordered-mobile .slick-prev,
.table-without-border-mobile .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav {
  padding: 0 20px; }

.product-slider-wrapper .slider-nav .dots {
  margin: 0 5px;
  cursor: pointer; }

.product-slider-wrapper .slider-nav .dots img {
  border-radius: 5px;
  width: 100%; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover,
.product-slider-wrapper .slider-nav .slick-prev,
.product-slider-wrapper .slider-nav .slick-prev:focus,
.product-slider-wrapper .slider-nav .slick-prev:hover {
  background-position: -78px -669px;
  height: 26px;
  top: 55%;
  width: 15px; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover {
  background-position: -80px -707px; }

.product-slider-wrapper .slider-nav .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav .slick-next {
  right: 0; }

.table-bordered-mobile .slick-next,
.table-without-border-mobile .slick-next {
  right: 0;
  background-position: 0 -573px; }

.block-delivery {
  padding: 23px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.block-delivery ul {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  display: table;
  width: 100%; }

@media screen and (max-width: 400px) {
  .block-delivery {
    padding: 15px 0 5px; }
  .block-delivery ul {
    width: 100%;
    display: block;
    margin: 0 auto; } }

.block-delivery ul li {
  display: table-cell;
  text-align: center; }

@media screen and (max-width: 400px) {
  .block-delivery ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 17%; } }

@media screen and (max-width: 370px) {
  .block-delivery ul li {
    padding-left: 16%; } }

@media screen and (max-width: 350px) {
  .block-delivery ul li {
    padding-left: 14%; } }

@media screen and (max-width: 330px) {
  .block-delivery ul li {
    padding-left: 13%; } }

.block-delivery ul li a {
  color: #17627e; }

.advantages-holder {
  padding: 15px 0 5px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.advantages-holder .item {
  float: left;
  width: 33.3%;
  display: table;
  margin-bottom: 20px; }

.advantages-holder .item:hover span {
  color: #17627e; }

.advantages-holder .item:hover .info-box {
  opacity: 1;
  height: auto; }

@media screen and (max-width: 992px) {
  .advantages-holder .item {
    width: 50%; } }

@media screen and (max-width: 650px) {
  .advantages-holder .item {
    width: 100%;
    margin-bottom: 12px; } }

.advantages-holder .item span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px 0 20px;
  cursor: pointer; }

.advantages-holder .item .info-box {
  opacity: 0;
  height: 0;
  background: #edebeb;
  width: 315px;
  position: absolute;
  top: 35px;
  z-index: 1;
  padding: 20px;
  color: #202020;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 60px;
  -webkit-box-shadow: 0 0 10px 0 #cacaca;
  -moz-box-shadow: 0 0 10px 0 #cacaca;
  box-shadow: 0 0 10px 0 #cacaca;
  border-radius: 5px;
  border: 1px solid #f5f5f5; }

.scope,
.specification-block {
  border-bottom: 1px solid #e1e1e1; }

.specification-block {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 550px) {
  .specification-block {
    padding: 20px 0 5px; } }

.specification-block h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px; }

.scope,
.specification-block p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px; }

.scope {
  position: relative;
  padding-bottom: 10px; }

.scope ul {
  padding-right: 60px;
  float: left;
  max-height: 52px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .scope ul {
    float: none;
    padding-right: 0; } }

@media screen and (max-width: 400px) {
  .scope ul {
    max-height: 72px; } }

.scope ul li {
  padding-left: 11px; }

.scope ul li:first-child {
  padding-left: 5px; }

.scope ul li a {
  color: #17627e;
  position: relative;
  padding: 0 0 5px 5px; }

.scope ul li a:after {
  content: '#';
  left: -6px;
  top: 0; }

.scope ul li:first-child {
  color: #202020;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.scope .more {
  position: absolute;
  right: 0;
  padding-right: 18px;
  cursor: pointer;
  float: right; }

@media screen and (max-width: 550px) {
  .scope .more {
    position: relative;
    width: 50px;
    left: 0;
    margin: 0 auto;
    float: none;
    display: block; } }

.scope .more:after {
  background-position: 0 0;
  height: 7px;
  right: 0;
  top: 7px;
  width: 13px;
  cursor: pointer; }

.scope .more:hover:after {
  transform: rotate(-90deg);
  top: 5px; }

.scope .more:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.scope .scope-links-height {
  max-height: 100%; }

.description-short,
.privilege {
  position: relative;
  max-height: 250px;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .description-short,
  .privilege {
    max-height: 330px; } }

.description-short:after,
.privilege:after {
  content: '';
  position: absolute;
  height: 10%;
  right: 0;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), #fff 100%);
  -webkit-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6); }

.description-short .links-dash,
.privilege .links-dash {
  margin-bottom: 0; }

.description-short p,
.privilege p {
  margin-bottom: 7px; }

.description-short {
  max-height: 450px; }

.description-long,
.privilege-height {
  height: auto;
  max-height: 100%; }

.description-long:after,
.privilege-height:after {
  background: 0 0;
  box-shadow: none;
  display: none; }

.btn-read-all {
  border: 1px solid #777;
  color: #777;
  width: 250px;
  height: 40px;
  padding: 8px 15px 8px 5px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: .5px;
  margin: 30px 0 7px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.post-item,
.wrap-holder {
  border-bottom: 1px solid #e1e1e1; }

.btn-read-all:after {
  background-position: -78px 0;
  cursor: pointer;
  height: 12px;
  right: 8px;
  top: 12px;
  width: 20px; }

.btn-read-all:focus,
.btn-read-all:hover {
  color: #17627e; }

.btn-read-all:focus:after,
.btn-read-all:hover:after {
  background-position: -110px -24px; }

.arrow-up:after {
  transform: rotate(180deg);
  top: 13px; }

.wrap-holder {
  padding: 30px 0 10px; }

@media screen and (max-width: 550px) {
  .category-links {
    margin-bottom: 0; }
  .wrap-holder {
    padding: 15px 0 10px; } }

.wrap-holder .holder {
  margin-bottom: 0; }

.wrap-holder .wrap {
  margin: 0 165px; }

@media screen and (max-width: 1180px) {
  .wrap-holder .wrap {
    margin: 0 135px; } }

@media screen and (max-width: 1100px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 1050px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 480px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .wrap {
    margin: 0 32px; } }

@media screen and (max-width: 360px) {
  .wrap-holder .wrap {
    margin: 0 25px; } }

.data,
.post-item .text-holder span,
.wrap-holder .ttl-text,
.wrap-holder h2 {
  margin-bottom: 10px; }

.wrap-holder .wrap .holder {
  padding: 10px 12px; }

.wrap-holder .category-links {
  padding: 0 0 10px;
  position: relative; }

@media screen and (max-width: 700px) {
  .wrap-holder .ttl-text,
  .wrap-holder h2 {
    line-height: 35px; } }

.wrap-holder .slick-next,
.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover,
.wrap-holder .slick-prev,
.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next,
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover,
  .wrap-holder .slick-prev,
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: 0 -543px;
    width: 25px;
    height: 25px; } }

.wrap-holder .slick-next {
  background-position: 0 -702px;
  right: -50px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next {
    background-position: 0 -573px; } }

.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover {
  background-position: -40px -702px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover {
    background-position: -28px -543px; } }

.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: -40px -665px; }

.wrap-holder .slick-prev {
  left: -50px; }

@media screen and (max-width: 680px) {
  .wrap-holder .slick-prev {
    left: -29px; }
  .wrap-holder .slick-next {
    right: -29px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .slick-prev {
    left: -45px; }
  .wrap-holder .slick-next {
    right: -45px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: -28px -573px; }
  .wrap-holder .slick-prev {
    left: -27px; }
  .wrap-holder .slick-next {
    right: -27px; } }

.wrap-holder .box-category-holder .box-category .item-category {
  padding: 15px 10px 0; }

.wrap-holder .box-category-holder .box-category .item-category .image-holder {
  padding: 0 5px; }

@media screen and (max-width: 485px) {
  .wrap-holder .box-category-holder .box-category .item-category .description-category .compare-block {
    display: block; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .btn-holder,
  .wrap-holder .box-category-holder .box-category .item-category .description-category .price-new {
    width: auto; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .old-price-holder {
    text-align: left; }
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 50px; } }

.data {
  font: italic 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #9a9a9a;
  width: 134px; }

.post-item {
  position: relative;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  padding: 30px 0; }

@media screen and (max-width: 480px) {
  .post-item {
    padding: 20px 0 30px; } }

.post-item:last-child {
  border-bottom: 0; }

.post-item:first-of-type {
  padding-top: 10px; }

.post-item .image-holder {
  float: left;
  width: 140px;
  padding-right: 15px; }

.post-item .text-holder {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .post-item .image-holder {
    width: 100%;
    padding-right: 0;
    text-align: center; }
  .post-item .image-holder .image-color {
    margin-bottom: 10px;
    display: block;
    text-align: center; }
  .post-item .image-holder .data,
  .post-item .image-holder .image-color img {
    display: inline-block; }
  .post-item .text-holder {
    width: 100%;
    padding-left: 0; }
  .post-item .text-holder p {
    height: auto; } }

.post-item .text-holder span {
  font: 21px/26px 'Geometria', sans-serif;
  font-weight: 500;
  color: #777; }

.post-item .text-holder .text-inform {
  font-family: 'Geometria', sans-serif;
  font-weight: 300;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #202020;
  display: block; }

.post-item .text-holder .text-inform:hover {
  color: #202020; }

.post-item .text-holder a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .5px; }

@media screen and (max-width: 480px) {
  .post-item .text-holder .text-inform {
    height: auto; }
  .post-item .text-holder a {
    bottom: 14px;
    font-size: 12px; } }

.scroll-to-top a {
  background-position: -85px -384px;
  bottom: 41px;
  display: none;
  height: 43px;
  position: fixed;
  right: 0;
  width: 45px;
  z-index: 101; }

.detail-main-small {
  display: none;
  width: 260px;
  background: #fff;
  z-index: 105;
  position: fixed;
  top: 80px;
  right: 45px;
  padding: 35px 10px 10px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1;
  opacity: .7; }

@media screen and (max-width: 800px) {
  .detail-main-small {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .detail-main-small {
    right: 15px; } }

.detail-main-small img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px; }

.detail-main-small .about-title {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px; }

.detail-main-small .detail-price {
  margin-bottom: 10px; }

.detail-main-small .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.basket .title,
.tab-content a {
  text-decoration: none !important; }

.detail-main-small .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.detail-main-small .form-group {
  display: inline-block;
  margin: 0 25px 10px 0; }

.detail-main-small .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 6px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 11px no-repeat; }

.detail-main-small .count-wrap {
  display: inline-block;
  margin-bottom: 10px; }

.detail-main-small label {
  display: block;
  margin-bottom: 3px; }

.detail-main-small .count-wrap .count-item {
  height: 30px;
  margin-left: 0; }

.detail-main-small .count-wrap .count-item .count {
  height: 28px;
  padding: 5px 0; }

.detail-main-small .count-wrap .count-item .form-control {
  height: 28px;
  max-width: 38px;
  padding: 6px; }

.detail-main-small .btn-buy {
  height: 40px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 2px; }

.detail-main-small .btn-open {
  background-position: -56px -503px;
  height: 13px;
  right: 11px;
  top: 11px;
  width: 13px; }

.detail-main-small-parent {
  width: 305px;
  display: none; }

.detail-main-small-parent .image-holder {
  width: 80px;
  float: left; }

.detail-main-small-parent .text-holder {
  width: 200px;
  float: left;
  padding: 0 0 0 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden; }

.detail-main-small-parent .btn-holder {
  padding: 5px 0 0 15px;
  width: 165px; }

.detail-main-small-parent .detail-price {
  width: 120px;
  text-align: right;
  padding-top: 15px; }

.detail-main-small-parent .detail-price .new-price {
  font-size: 18px;
  line-height: 22px; }

.detail-main-small-child {
  display: block; }

.detail-main-small-child .change-select {
  height: 30px;
  padding: 5px;
  text-align: center; }

.detail-change-block-active .detail-main-small-parent {
  display: block !important; }

.detail-change-block-active .detail-main-small-child,
.information {
  display: none; }

.information {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #44bb6e;
  z-index: 100;
  height: 40px;
  -webkit-box-shadow: 0 0 14px 0 #97c8da;
  -moz-box-shadow: 0 0 14px 0 #97c8da;
  box-shadow: 0 0 14px 0 #97c8da; }

@media screen and (max-width: 550px) {
  .information {
    display: block; } }

.information .buy {
  background: #44bb6e;
  width: 50%;
  float: left;
  height: 40px; }

.information span {
  width: 100%;
  display: block;
  position: relative;
  border-right: 2px solid #fff;
  float: left;
  height: 40px;
  cursor: pointer; }

.information span:after {
  background-position: -104px 0;
  height: 20px;
  width: 20px;
  left: 0;
  top: 10px;
  right: 0;
  margin: 0 auto; }

.information .phone-inform {
  position: relative;
  float: left;
  width: 50%;
  background-color: #febd0c; }

.information .phone-inform:hover .links-phone {
  opacity: 1;
  height: auto; }

.information .phone-inform .links-phone {
  opacity: 0;
  height: 0;
  padding-top: 10px;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 40px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0 0 7px 0 #97c8da;
  -moz-box-shadow: 0 0 7px 0 #97c8da;
  box-shadow: 0 0 7px 0 #97c8da; }

.information .phone-inform .links-phone li {
  margin-bottom: 10px; }

.information .phone-inform .links-phone li a {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e; }

.information .phone-inform .links-phone li a:hover {
  color: #000; }

.information a {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  padding-top: 10px; }

.post-page .post-information ul li,
.post-page p {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.post-page {
  padding: 0 45px; }

@media screen and (max-width: 670px) {
  .post-page {
    padding: 0 15px; } }

.post-page img {
  width: 100%; }

.post-page p {
  text-align: left; }

.post-page .post-information .four-columns {
  margin: 0 -5px;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns {
    margin: 0;
    padding: 0 50px 10px; } }

@media screen and (max-width: 600px) {
  .post-page .post-information .four-columns {
    padding: 0 25px 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns {
    padding: 0 15px 20px; } }

.post-page .post-information .four-columns .column {
  float: left;
  width: 25%;
  padding: 0 5px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns .column {
    width: 50%;
    padding: 0 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns .column {
    padding: 0 5px; }
  .post-page .post-information .four-columns .column img {
    margin-bottom: 10px; } }

@media screen and (max-width: 400px) {
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 30px; }
  .post-page .post-information .four-columns .column {
    padding: 0;
    width: 100%; } }

.post-page .post-information .four-columns .column img {
  min-height: auto; }

.post-page .post-information .data {
  margin-bottom: 24px; }

.post-page .post-information img {
  margin-bottom: 20px; }

.product-page .specification-block ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.post-page .post-information ul,
.product-page .specification-block ul {
  padding: 0 0 20px 20px; }

.post-page .post-information ul li {
  color: #202020;
  line-height: 26px;
  padding: 0 0 5px; }

.post-page .post-information ol li {
  font: 18px/26px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.post-page .post-information h2,
.post-page .post-information h3 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

.post-page h3 {
  font-size: 25px;
  line-height: 30px; }

.post-page .share-title {
  float: left;
  width: 18%;
  letter-spacing: .5px;
  vertical-align: top;
  padding-top: 4px;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400; }

.post-page .share-details .counter,
.post-page ol {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 755px) {
  .post-page .share-title {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
  .post-page .social-holder {
    float: none;
    width: 100%; } }

.post-page .share-details .btn-holder {
  float: left;
  width: 29%;
  margin-top: -3px; }

@media screen and (max-width: 755px) {
  .post-page .share-details .btn-holder {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 2px; }
  .post-page .share-details .btn-holder .btn-grey {
    max-width: 170px; } }

.post-page .share-details .counter {
  color: #777;
  display: block;
  padding-top: 5px; }

.post-page .share-details .social-links li {
  padding-left: 4px;
  padding-right: 4px; }

@media screen and (max-width: 550px) {
  .post-page .share-details .social-links li {
    padding-left: 3px;
    padding-right: 3px; } }

.post-page .share-details .social-holder {
  padding-left: 15px;
  text-align: left;
  width: 52%; }

@media screen and (max-width: 755px) {
  .post-page .share-details .social-holder {
    padding-left: 0;
    text-align: center;
    width: 100%; } }

.post-page .wrap-holder {
  border: 0; }

.post-page h2,
.post-page h3 {
  text-align: center; }

.post-page ol li {
  margin-bottom: 5px; }

.post-page .detail-text {
  width: 100%;
  padding: 0;
  border-top: 1px solid #e1e1e1; }

.post-page .detail-text .share-details {
  float: none;
  margin: 0 auto;
  padding: 30px 15px 25px;
  text-align: right;
  max-width: 680px; }

@media screen and (max-width: 755px) {
  .post-page .detail-text .share-details {
    padding: 25px 0; } }

.feedback-bg {
  background: #f5f5f5;
  padding: 30px 15px 20px; }

.feedback-bg .feedback-holder {
  max-width: 380px;
  margin: 0 auto; }

.feedback-bg .feedback-holder .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

.feedback-bg .feedback-holder .input-width {
  float: left;
  width: 49%;
  margin: 0 0 10px 1%; }

.feedback-bg .feedback-holder .input-width:first-child {
  margin: 0 1% 10px 0; }

.feedback-bg .feedback-holder .btn-buy {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 4px;
  height: 35px;
  background: #17627e; }

.feedback-bg .feedback-holder .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

.feedback-bg .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.feedback-no-bg {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 35px; }

.feedback-no-bg .feedback-holder {
  max-width: 280px; }

.wrap-bg {
  background: #f5f5f5; }

.no-articles {
  padding: 30px 0;
  text-align: center;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020; }

.universal-block {
  background-color: #124153;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 13px 0 #68b3cf;
  -moz-box-shadow: 0 0 13px 0 #68b3cf;
  box-shadow: 0 0 13px 0 #68b3cf;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 300px;
  z-index: 200;
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 400;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 50%;
  display: none; }

#send_to_friend a,
.ya-share2__link {
  width: 30px;
  height: 30px; }

.ya-share2__container_size_m {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  text-align: center;
  display: inline-block; }

.ya-share2__icon,
.ya-share2__item_service_viber {
  display: none !important; }

@media screen and (max-width: 800px) {
  .ya-share2__container_size_m {
    margin-left: 0; } }

.ya-share2__list_direction_horizontal > .ya-share2__item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 !important;
  height: 45px; }

@media screen and (max-width: 800px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 0; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 5px; } }

@media screen and (max-width: 750px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 4px; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 5px; } }

.ya-share2__item_service_facebook .ya-share2__link {
  background-position: -65px -163px; }

.ya-share2__item_service_facebook .ya-share2__link:hover {
  background-position: -99px -163px; }

.ya-share2__item_service_vkontakte .ya-share2__link {
  background-position: -65px -194px; }

.ya-share2__item_service_vkontakte .ya-share2__link:hover {
  background-position: -99px -194px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link {
  background-position: -65px -288px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover {
  background-position: -99px -288px; }

.ya-share2__item_service_gplus .ya-share2__link {
  background-position: -65px -351px; }

.ya-share2__item_service_gplus .ya-share2__link:hover {
  background-position: -99px -351px; }

.ya-share2__item_service_twitter .ya-share2__link {
  background-position: -65px -257px; }

.ya-share2__item_service_twitter .ya-share2__link:hover {
  background-position: -99px -257px; }

.ya-share2__item_service_linkedin .ya-share2__link {
  background-position: 0 -748px; }

.ya-share2__item_service_linkedin .ya-share2__link:hover {
  background-position: 0 -784px; }

.ya-share2__item_service_skype .ya-share2__link {
  background-position: 0 -829px; }

.ya-share2__item_service_skype .ya-share2__link:hover {
  background-position: -40px -829px; }

.ya-share2__item_service_viber .ya-share2__link {
  background-position: 0 -911px; }

.ya-share2__item_service_viber .ya-share2__link:hover {
  background-position: -40px -911px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_linkedin,
  .ya-share2__item_service_odnoklassniki {
    display: none !important; }
  .ya-share2__item_service_viber {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__item_service_telegram {
  display: none !important; }

.ya-share2__item_service_telegram .ya-share2__link {
  background-position: 0 -870px; }

.ya-share2__item_service_telegram .ya-share2__link:hover {
  background-position: -40px -870px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_telegram {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 33px;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter {
  text-align: center;
  font: 14px/18px "Geometria", sans-serif !important;
  font-weight: 300;
  color: #777 !important;
  padding: 0 !important;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter:hover {
  color: #17627e !important; }

#send_to_friend {
  padding-top: 2px;
  max-width: 202px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  float: right; }

@media screen and (max-width: 768px) {
  #send_to_friend {
    float: none; } }

#send_to_friend input {
  border: 1px solid #17627e;
  border-radius: 2px;
  font-size: 15px;
  height: 30px;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  width: 100%; }

#send_to_friend a {
  background-color: #17627e;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: 5px 4px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0; }

#send_to_friend a:hover {
  opacity: .85; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    padding-top: 8px !important; }
  .header-bottom .menu ul {
    top: 20px; }
  .header-bottom .menu .menu-tab {
    top: 53px !important; }
  .slider-nav {
    margin-bottom: 10px !important; } }

.progress-bar-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px; }

@media screen and (max-width: 1200px) {
  .progress-bar-block {
    max-width: 1000px; } }

@media screen and (max-width: 767px) {
  .progress-bar-block {
    padding: 15px 0 35px; } }

.progress-bar-block .column {
  float: left;
  width: 20%;
  text-align: center; }

.progress-bar-block svg {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff; }

.progress-bar-block .counter {
  display: none; }

.progress-bar-block .text-cont {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 400;
  color: #202020; }

.progress-bar-block .text-cont i {
  display: block; }

.progress-bar-block .slick-dots {
  bottom: 0; }

.progress-bar-block .slick-dots li button::before {
  background: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px; }

hr {
  border-color: #d7d7d7;
  opacity: 1 !important;
  box-shadow: 0; }

.progress-bar0,
.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4 {
  height: 145px;
  width: 145px;
  margin: 0 auto; }

@keyframes toggle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.advantages-holder-bg {
  padding: 23px 0 13px;
  background: #f5f5f5;
  margin-bottom: 5px; }

.advantages-holder-home {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home {
    max-width: 900px; }
  .advantages-holder-home .item {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home {
    max-width: 600px;
    padding: 0 15px;
    display: block; } }

.advantages-holder-home .item {
  width: 25%;
  display: block;
  float: none; }

.advantages-holder-home .item .item-h {
  display: table;
  width: 180px;
  float: right; }

.advantages-holder-home .item .item-h span {
  padding: 0 0 0 20px; }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item .item-h {
    float: left;
    width: auto; }
  .advantages-holder-home .item .item-h span {
    padding: 0 15px 0 20px; }
  .advantages-holder-home .item {
    width: 50%;
    float: left; } }

@media screen and (max-width: 450px) {
  .advantages-holder-home {
    max-width: 350px; }
  .advantages-holder-home .item,
  .advantages-holder-home .item:last-child {
    width: 100%; } }

.advantages-holder-home .item:first-child .item-h {
  float: left; }

.advantages-holder-home .item:nth-child(2) .item-h,
.advantages-holder-home .item:nth-child(3) .item-h {
  width: 235px; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: 220px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: auto; } }

.customers-logotip img.parallax-img {
  width: 10%; }

.category-item {
  padding: 15px 45px 10px; }

@media screen and (max-width: 680px) {
  .category-item {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .category-item {
    padding: 15px 10px 5px; } }

.txt-inset {
  left: 5px !important; }

.nav-tabs,
.tab-pane {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.my-desires,
.orders,
.personal-data {
  padding: 30px 0 15px;
  margin: 0 auto;
  max-width: 1425px; }

@media screen and (max-width: 1500px) {
  .my-desires,
  .orders,
  .personal-data {
    margin: 0 40px; } }

@media screen and (max-width: 768px) {
  .my-desires,
  .orders,
  .personal-data {
    padding: 23px 10px 15px;
    margin: 0 auto; } }

.nav-home {
  display: flex;
  justify-content: center; }

.home-tab {
  max-width: 1230px;
  margin: 0 auto;
  padding: 25px 15px; }

@media screen and (max-width: 1300px) {
  .home-tab {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .home-tab {
    margin: 0 20px; } }

.home-tab .wrap-holder {
  padding: 0;
  border: 0; }

.home-tab .category-links {
  width: auto !important;
  padding: 0; }

.home-tab .category-links .holder {
  padding: 10px 12px; }

@media screen and (max-width: 950px) {
  .home-tab .category-links .quantity-reviews {
    padding-top: 2px; } }

.cabinet-page {
  padding: 25px 0 0; }

.cabinet-page h1 {
  margin-bottom: 17px; }

@media screen and (max-width: 768px) {
  .cabinet-page h1 {
    margin-bottom: 20px; } }

@media screen and (max-width: 600px) {
  .cabinet-page h1 {
    margin-bottom: 25px; } }

.nav-tabs {
  max-width: 1405px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li > a {
  background-color: #fff;
  border: 0;
  border-radius: 3px 3px 0 0;
  margin-right: 0;
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 17px 20px 14px; }

@media screen and (max-width: 730px) {
  .nav-tabs > li > a {
    padding: 17px 10px 14px; } }

.nav-tabs > li {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .nav-tabs > li > a {
    padding: 5px 10px;
    border-radius: 0; }
  .nav-tabs > li {
    float: none;
    text-align: center; } }

.tab-content a {
  display: inline-block !important; }

.tab-content form {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 20px; }

@media screen and (max-width: 768px) {
  .tab-content form {
    width: 285px; } }

@media screen and (max-width: 400px) {
  .tab-content form {
    width: 100%; } }

.tab-content form .form-group {
  margin-bottom: 8px; }

.tab-content form label {
  float: left;
  text-align: right;
  width: 30%;
  padding: 5px 15px;
  color: #777; }

@media screen and (max-width: 768px) {
  .tab-content form label {
    text-align: left;
    width: 100%;
    float: none;
    padding: 5px 0 3px; } }

.tab-content form .input-holder {
  float: left;
  width: 70%;
  padding: 0 15px; }

@media screen and (max-width: 768px) {
  .tab-content form .input-holder {
    width: 100%;
    float: none;
    padding: 0; } }

.tab-content form .form-control {
  max-width: 283px;
  padding: 3px 12px 0;
  border-color: #777;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  border-radius: 2px; }

.tab-content form .form-control::-moz-placeholder {
  color: #202020; }

.tab-content form select {
  border-color: #777;
  width: 75px;
  min-width: 75px;
  padding: 5px 6px;
  height: 30px;
  margin-right: 7px;
  display: inline-block;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: url(../images/select-arrow-down-2.png) 93% 12px no-repeat;
  margin-bottom: 2px; }

.tab-content form select:nth-of-type(2) {
  width: 108px;
  background-position: 96% 12px; }

@media screen and (max-width: 400px) {
  .tab-content form .form-control {
    max-width: 100%; }
  .tab-content form select:nth-of-type(2) {
    width: 45%; } }

@media screen and (max-width: 330px) {
  .tab-content form select:nth-of-type(2) {
    width: 44.5%; } }

.tab-content form select:nth-of-type(3) {
  margin-right: 0; }

.tab-content form select:focus {
  border-color: #777; }

@media screen and (max-width: 400px) {
  .tab-content form select {
    width: 25%;
    margin-right: 1%; } }

.tab-content form .select-stock {
  width: 100%;
  max-width: 283px;
  background-position: 98% 12px; }

.tab-content .btn-holder {
  margin-left: 33px; }

@media screen and (max-width: 768px) {
  .tab-content .btn-holder {
    margin-left: -2px; } }

@media screen and (max-width: 400px) {
  .tab-content form .select-stock {
    max-width: 100%; }
  .tab-content .btn-holder {
    margin-left: 0; } }

.tab-content .holder {
  position: relative; }

@media screen and (max-width: 485px) {
  .tab-content .holder {
    width: 100%;
    margin-bottom: 20px; } }

.tab-content .btn-close {
  background-position: -112px -43px;
  right: 11px;
  top: 1px;
  z-index: 10; }

.tab-content .category-links {
  margin: 0 auto;
  max-width: 1500px; }

@media screen and (max-width: 1400px) {
  .tab-content .category-links {
    width: 1100px; } }

@media screen and (max-width: 1150px) {
  .tab-content .category-links {
    width: 820px; } }

@media screen and (max-width: 900px) {
  .tab-content .btn-close {
    right: 21px; }
  .tab-content .category-links {
    width: 600px; } }

@media screen and (max-width: 635px) {
  .tab-content .category-links {
    width: 550px; } }

@media screen and (max-width: 600px) {
  .tab-content .category-links {
    width: 475px; } }

@media screen and (max-width: 615px) {
  .tab-content .btn-close {
    right: 6px; }
  .tab-content .box-category-holder .item-category {
    padding: 15px 15px 0; } }

@media screen and (max-width: 485px) {
  .tab-content .category-links {
    width: 300px; }
  .tab-content .box-category-holder .about-title {
    max-height: 100%; }
  .tab-content .box-category-holder .item-category .description-category {
    padding: 10px 5px; }
  .tab-content .box-category-holder .item-category .description-category .compare-block {
    display: block;
    margin-bottom: 3px; }
  .tab-content .box-category-holder .item-category .description-category .btn-holder,
  .tab-content .box-category-holder .item-category .description-category .price-new {
    width: auto; }
  .tab-content .box-category-holder .item-category .description-category .old-price-holder {
    text-align: left; }
  .tab-content .box-category-holder .item-category .description-category .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 50px; }
  .tab-content .box-category-holder .item-category .description-category .title span {
    font-size: 18px;
    line-height: 22px; }
  .tab-content .box-category-holder .item-category .description-category .price-new {
    font-size: 20px;
    line-height: 24px; }
  .tab-content .box-category-holder .label {
    right: 15px; } }

.connect-account {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0; }

.connect-account .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: .4px;
  margin-bottom: 20px; }

.connect-account .add-account,
.connect-account .facebook_add_botton,
.connect-account .vk_add_botton {
  margin-bottom: 15px; }

.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.connect-account .add-account .vkontakte,
.connect-account .facebook_add_botton .vkontakte,
.connect-account .vk_add_botton .vkontakte {
  background-position: -65px -194px; }

.connect-account .add-account .facebook,
.connect-account .facebook_add_botton .facebook,
.connect-account .vk_add_botton .facebook {
  background-position: -65px -163px; }

.connect-account .add-account a,
.connect-account .add-account span,
.connect-account .facebook_add_botton a,
.connect-account .facebook_add_botton span,
.connect-account .vk_add_botton a,
.connect-account .vk_add_botton span {
  vertical-align: middle;
  color: #17627e;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  padding-top: 5px; }

@media screen and (max-width: 380px) {
  .connect-account .add-account a,
  .connect-account .add-account span,
  .connect-account .facebook_add_botton a,
  .connect-account .facebook_add_botton span,
  .connect-account .vk_add_botton a,
  .connect-account .vk_add_botton span {
    font-size: 17px; } }

.connect-account .add-account a:last-of-type,
.connect-account .add-account span:last-of-type,
.connect-account .facebook_add_botton a:last-of-type,
.connect-account .facebook_add_botton span:last-of-type,
.connect-account .vk_add_botton a:last-of-type,
.connect-account .vk_add_botton span:last-of-type {
  display: none; }

select[disabled] {
  background-color: #e1e1e1 !important;
  text-indent: -2000px; }

.cabinet-page .connect-account .add-account a:last-of-type,
.cabinet-page .connect-account .add-account span:last-of-type,
.cabinet-page .connect-account .facebook_add_botton a:last-of-type,
.cabinet-page .connect-account .facebook_add_botton span:last-of-type,
.cabinet-page .connect-account .vk_add_botton a:last-of-type,
.cabinet-page .connect-account .vk_add_botton span:last-of-type {
  display: inline-block !important; }

.login-page .ulogin-buttons-container {
  height: 35px !important;
  width: 70px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook,
.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background: url(../images/sprites.png) no-repeat !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle; }

.connect-account .facebook_add_botton i:last-of-type,
.connect-account .vk_add_botton i:last-of-type {
  display: none; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background-position: -65px -194px !important;
  margin-right: 0 !important; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte:hover {
  background-position: -99px -194px !important;
  opacity: 1 !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook {
  background-position: -65px -163px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook:hover {
  background-position: -99px -163px !important;
  opacity: 1 !important; }

.connect-account .facebook_add_botton i {
  background-position: -65px -163px; }

.connect-account .vk_add_botton i {
  background-position: -65px -194px; }

.connect-account .facebook_add_botton i:hover {
  background-position: -99px -163px !important; }

.connect-account .vk_add_botton i:hover {
  background-position: -99px -194px !important; }

.ulogin-buttons-container {
  width: 320px !important;
  height: 90px !important; }

#uLogin0d7001a5 {
  text-align: center; }

.my-desires .category-links {
  padding: 0; }

.basket .basket-holder {
  max-width: 845px;
  margin: 0 auto; }

.basket .title {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
  margin-right: 10px;
  max-width: 260px; }

@media screen and (max-width: 570px) {
  .basket .title {
    padding: 0;
    margin-right: 0; }
  .basket .basket-item .count-wrap .count-item {
    margin: 0; } }

.basket .basket-item {
  padding: 25px 0 20px;
  margin-bottom: 25px;
  display: flex; }

@media screen and (max-width: 570px) {
  .basket .basket-item {
    padding: 12px 0 20px; } }

.basket .basket-item ul li span {
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block; }

.basket .basket-item ul li span.price-bsk {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  white-space: nowrap; }

.basket .basket-item ul li .old-price {
  text-decoration: line-through;
  display: none; }

.basket .basket-item ul li .max-order {
  margin-bottom: 10px;
  display: block;
  margin-left: 0 !important;
  font-size: 16px !important; }

.basket .basket-item ul li:nth-of-type(3),
.basket .basket-item ul li:nth-of-type(4) {
  display: inline-block;
  padding-top: 2px; }

.basket .basket-item ul li:nth-of-type(4) span:last-of-type {
  font-size: 21px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.basket .basket-item .image-holder {
  width: 17%; }

@media screen and (max-width: 800px) {
  .basket .basket-item .image-holder {
    width: 20%; } }

@media screen and (max-width: 620px) {
  .basket .basket-item .image-holder {
    width: 25%; } }

@media screen and (max-width: 570px) {
  .basket .basket-item ul li:nth-of-type(3),
  .basket .basket-item ul li:nth-of-type(4) {
    display: block; }
  .basket .basket-item ul li:nth-of-type(3) {
    margin-bottom: 10px; }
  .basket .basket-item .image-holder img {
    width: 100%;
    height: 100%; }
  .basket .basket-item .image-holder {
    width: 62px;
    height: 50px;
    padding: 0;
    text-align: start;
    margin-bottom: 0; } }

.basket .basket-item .text-holder {
  padding-top: 3px;
  display: flex;
  width: -webkit-fill-available;
  justify-content: space-between; }

@media screen and (max-width: 625px) {
  .basket .basket-item .text-holder {
    width: 73%; } }

.basket .basket-item label {
  font-size: 16px;
  line-height: 20px; }

.basket .basket-item .count-wrap {
  position: relative;
  top: -2px; }

@media screen and (max-width: 570px) {
  .basket .basket-item .text-holder {
    width: 100%;
    text-align: center;
    padding-top: 0; }
  .basket .basket-item .count-wrap {
    float: none;
    width: 100%; } }

.basket .basket-item .count-wrap .count-item {
  height: 24px;
  margin: 0 15px 0 10px; }

.basket .basket-item .count-wrap .count-item .count {
  height: 22px;
  padding: 3px 0;
  text-decoration: none; }

.basket .basket-item .count-wrap .count-item .form-control {
  height: 22px;
  max-width: 38px;
  padding: 5px 6px 3px; }

.basket .basket-item .delete-item {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.basket .total-holder {
  padding: 30px 0; }

.basket .total-holder span {
  display: block;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #202020; }

.basket .total-holder .btn-buy {
  max-width: 280px;
  height: 45px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 4px;
  background: #44bb6e; }

.basket .total-holder .btn-buy:hover {
  background: #44bb6e; }

@media screen and (max-width: 570px) {
  .basket .basket-item .btn-close {
    right: 1px;
    top: 15px; }
  .basket .wrap-bg {
    margin: 0 -10px; } }

.basket .wrap-bg .category-links {
  padding: 30px 0; }

.basket .wrap-bg h2 {
  font-size: 30px;
  line-height: 35px; }

@media screen and (max-width: 485px) {
  .basket .wrap-bg .category-links {
    padding: 20px 0; }
  .basket .wrap-bg h2 {
    font-size: 20px;
    line-height: 25px; } }

.orders {
  position: relative;
  padding: 25px 10px 15px; }

@media screen and (max-width: 768px) {
  .orders {
    padding: 23px 40px 15px; } }

@media screen and (max-width: 670px) {
  .orders {
    padding: 23px 10px 15px; } }

.orders .order-sort {
  padding: 0 0 26px 26px; }

.orders .order-sort li {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px; }

.orders .order-sort li a {
  color: #202020; }

.orders .order-sort li a.active,
.orders .order-sort li a:active,
.orders .order-sort li a:focus,
.orders .order-sort li a:hover {
  color: #17627e;
  text-decoration: underline !important; }

.orders .order-block {
  background: #f9f9f9;
  display: table;
  cursor: pointer;
  width: 100%;
  color: #202020;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

.orders .order-block .info-total,
.orders .order-block time {
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block .column {
  display: table-cell;
  width: 50%;
  padding: 10px 0 10px 25px;
  vertical-align: middle; }

@media screen and (max-width: 992px) {
  .orders .order-block .column {
    width: 38%;
    padding: 10px 0 10px 15px; } }

@media screen and (max-width: 720px) {
  .orders .order-block .column {
    padding: 10px 0 10px 10px; } }

@media screen and (max-width: 600px) {
  .orders .order-block .column {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0; } }

.orders .order-block .column:first-of-type {
  width: 55%;
  border-right: 1px solid #ececec; }

@media screen and (max-width: 1150px) {
  .orders .order-block .column:first-of-type {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .orders .order-block .column:first-of-type {
    width: 62%; } }

.orders .order-block .column .head-top {
  padding: 18px 15px 15px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  display: block; }

@media screen and (max-width: 600px) {
  .orders .order-block .column:first-of-type {
    width: 100%; }
  .orders .order-block .article-block .head-top {
    display: block; }
  .orders .order-block .article-block {
    text-align: center; }
  .orders .order-block .article-block .tab-hidden {
    display: none; }
  .orders .order-block img {
    margin-bottom: 15px; } }

.orders .order-block .code {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  width: 110px; }

.orders .order-block .code:after {
  background-position: -119px -549px;
  height: 13px;
  left: 0;
  top: 1px;
  width: 8px; }

.orders .order-block img {
  width: 125px;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle; }

@media screen and (max-width: 750px) {
  .orders .order-block img {
    width: 95px;
    padding: 0 3px; } }

.orders .order-block time span {
  display: inline-block;
  margin-left: 10px; }

.orders .order-block .info-total {
  display: inline-block;
  margin-left: 50px; }

@media screen and (max-width: 1150px) {
  .orders .order-block .info-total {
    display: block;
    margin-left: 0; } }

.orders .order-block .info-total span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.orders .order-block .btn-buy {
  width: 205px;
  font-size: 16px; }

.orders .order-block .status-block .ready {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 800;
  width: 205px;
  display: block;
  padding: 5px 4px 1px;
  border: 1px dashed #17627e;
  color: #17627e;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  letter-spacing: .3px; }

@media screen and (max-width: 600px) {
  .orders .order-block time {
    float: right; }
  .orders .order-block .status-block .ready {
    display: inline-block; } }

.orders .order-block .status-block .status,
.orders .order-block-hidden .column .main-order .box .text-holder span {
  display: block; }

.orders .order-block .status-block .dl-horizontal {
  max-width: 300px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 20px 0 0; }

.orders .order-block .status-block .dl-horizontal dt {
  text-align: left;
  width: auto;
  margin: 0 10px 0 0; }

.orders .order-block .status-block .dl-horizontal dd {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block-hidden .column {
  padding: 0;
  vertical-align: top; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column {
    width: 38%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column {
    width: 100%; }
  .orders .order-block-hidden .column .head-top {
    border-top: 1px solid #ececec !important;
    text-align: center; }
  .orders .order-block-hidden .column .main-order {
    padding-top: 0 !important; } }

.orders .order-block-hidden .column:first-of-type {
  width: 50%; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 62%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 100%;
    margin-top: 0; }
  .orders .order-block-hidden .column:first-of-type .head-top {
    border-top: none !important;
    border-bottom: 1px solid #ececec;
    text-align: left;
    padding-right: 15px; }
  .orders .order-block-hidden .column:first-of-type .main-order {
    padding-top: 20px !important; } }

.orders .order-block-hidden .column .head-top {
  padding: 18px 0 15px 30px;
  border-bottom: 1px solid #ececec; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .head-top {
    padding: 18px 0 15px 15px; } }

.orders .order-block-hidden .column .main-order {
  padding: 20px 0 15px 30px; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .main-order {
    padding: 20px 0 15px 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .head-top {
    border: 0; }
  .orders .order-block-hidden .column .main-order {
    text-align: center;
    padding-left: 0; } }

.orders .order-block-hidden .column .main-order .box {
  padding: 6px 0; }

.orders .order-block-hidden .column .main-order .box:first-of-type {
  padding-top: 0; }

.orders .order-block-hidden .column .main-order .box .img-holder,
.orders .order-block-hidden .column .main-order .box .text-holder {
  float: left;
  width: 16%; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 18%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 21%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 28%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box {
    padding: 20px 0; }
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%;
    text-align: center; } }

.orders .order-block-hidden .column .main-order .box .text-holder {
  width: 84%;
  padding: 0 15px;
  position: relative; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 82%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 79%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 72%; } }

.orders .order-block-hidden .column .main-order .box .text-holder p {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 17px; }

.orders .order-block-hidden .column .main-order .box .text-holder .article {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 8px; }

.orders .order-block-hidden .column .main-order .box .text-holder .total-price {
  position: absolute;
  bottom: 0;
  right: 25px; }

@media screen and (max-width: 670px) {
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%; }
  .orders .order-block-hidden .column .main-order .box .text-holder p {
    text-align: center; }
  .orders .order-block-hidden .column .main-order .box .text-holder .article {
    margin-bottom: 3px; }
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px; } }

.orders .order-block-hidden .code:after {
  transform: rotate(180deg); }

.orders .order-block-hidden time {
  margin-left: 45px; }

.orders .order-block-hidden img {
  width: 95px;
  padding: 0; }

.orders .price-block-total {
  border-top: 1px solid #ececec;
  padding: 15px 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  line-height: 22px; }

@media screen and (max-width: 670px) {
  .orders .price-block-total {
    padding: 15px; } }

@media screen and (max-width: 600px) {
  .orders .price-block-total {
    display: none;
    padding: 15px 15px 0; }
  .orders .price-block-total p {
    text-align: center; } }

.orders .price-block-total p {
  display: inline-block;
  margin-bottom: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500; }

.orders .price-tab {
  display: none; }

@media screen and (max-width: 600px) {
  .orders .price-tab {
    display: block;
    text-align: center; } }

.orders .inline-block {
  display: inline-block; }

@media screen and (max-width: 600px) {
  .orders .inline-block {
    display: block; } }

.order-change .order-block {
  display: none; }

.order-change .order-block-hidden {
  display: block;
  display: table; }

.order-change .order-block .column .head-top {
  display: none; }

.our-manager {
  position: absolute;
  width: 230px;
  right: 10px;
  top: 6px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: #fff;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .our-manager {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .our-manager {
    right: 10px; } }

@media screen and (max-width: 560px) {
  .our-manager {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    top: auto; } }

.our-manager .ttl {
  background: #febd0c;
  color: #fff;
  text-align: center;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
  height: 47px;
  line-height: 20px;
  border-radius: 3px;
  cursor: pointer;
  width: 1%; }

.our-manager .ttl i {
  display: block;
  font-size: 13px;
  text-decoration: underline; }

.our-manager .box {
  border: 1px solid #febd0c;
  position: relative;
  top: -2px;
  padding: 35px 10px 10px;
  border-radius: 0 0 3px 3px;
  width: 230px; }

@media screen and (max-width: 560px) {
  .our-manager .box {
    position: absolute;
    bottom: 47px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px 3px 0 0; } }

.our-manager .box a {
  position: relative;
  color: #202020;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px; }

.our-manager .box a:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 19px; }

.our-manager .box span {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.our-manager .box .skype {
  font-size: 18px;
  line-height: 22px;
  color: #287c9b; }

.our-manager .box .skype:after {
  background-position: -110px -102px;
  height: 21px;
  width: 25px; }

.our-manager .box .email:after {
  background-position: -110px -566px;
  height: 14px;
  left: 0;
  top: 3px;
  width: 20px; }

.our-manager .box .form-control {
  border: 1px solid #17627e;
  border-radius: 2px; }

.our-manager .box .btn-send {
  background: #febd0c !important;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0;
  max-width: 100%;
  height: 30px;
  text-align: center; }

.our-manager .box .btn-send:after {
  background: 0 0; }

.our-manager .box .btn-send:focus,
.our-manager .box .btn-send:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85) !important; }

.our-manager .box .btn-close {
  background-position: 0 -524px;
  right: 7px;
  top: 10px; }

.our-manager-fixed {
  position: fixed;
  right: 50px;
  top: 80px; }

@media screen and (max-width: 360px) {
  .our-manager-fixed {
    top: 65px; } }

.nav-tabs > li.active:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li.active > a:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a !important;
  color: #fff !important;
  border-style: none !important; }

.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #202020;
  border-style: none; }

.change-select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border: 1px solid #febd0c;
  text-align: center; }

.wrap-slider .wrap-holder .wrap {
  margin: 0 50px; }

@media screen and (max-width: 380px) {
  .wrap-slider .wrap-holder .wrap {
    margin: 0 20px; } }

.post-page .wrap-width .wrap {
  margin: 0 20px;
  padding: 0 15px; }

@media screen and (max-width: 580px) {
  .post-page .wrap-width .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .post-page .wrap-width .wrap {
    margin: 0; } }

.video {
  position: relative;
  border-radius: 20px; }

.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.contact-page {
  padding: 30px 0 0; }

.contact-page .contact-top {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top {
    width: 100%;
    padding: 0 10px; } }

.contact-page .contact-top .personal-block {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px; }

.contact-page .contact-top .personal-block:first-of-type {
  padding-top: 5px; }

.contact-page .contact-top .personal-block .image-holder {
  float: left;
  width: 30%;
  padding: 5px 15px 0;
  text-align: center; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 35%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder {
    padding: 0 15px 0 0;
    width: 30%; } }

@media screen and (max-width: 765px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 30%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 100%; }
  .contact-page .contact-top .personal-block .image-holder img {
    margin-bottom: 15px; } }

.contact-page .contact-top .personal-block .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder {
  float: left;
  width: 70%;
  padding: 0 0 0 10px; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder img {
    min-width: 100px; }
  .contact-page .contact-top .personal-block .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 265px;
    padding: 0; }
  .contact-page .contact-top .personal-block .text-holder .email:after,
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after,
  .contact-page .contact-top .personal-block .text-holder .tel-block:after,
  .contact-page .contact-top .personal-block .text-holder .tel:after {
    left: 0; } }

.contact-page .contact-top .personal-block .text-holder span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  margin-bottom: 10px; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder span {
    font-size: 16px;
    line-height: 20px; } }

.contact-page .contact-top .personal-block .text-holder .inset {
  margin-bottom: 0; }

.contact-page .contact-top .personal-block .text-holder .strong {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder .strong {
    font-size: 19px;
    line-height: 23px; } }

.contact-page .contact-top .personal-block .text-holder .email,
.contact-page .contact-top .personal-block .text-holder .location,
.contact-page .contact-top .personal-block .text-holder .skype,
.contact-page .contact-top .personal-block .text-holder .tel,
.contact-page .contact-top .personal-block .text-holder .tel-block {
  position: relative;
  padding-left: 23px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  top: 1px;
  width: 19px; }

.contact-page .contact-top .personal-block .text-holder .tel {
  margin-bottom: 10px;
  color: #000; }

.contact-page .contact-top .personal-block .text-holder .location {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .location:after {
  background-position: -110px -585px;
  height: 24px;
  top: 37%;
  width: 25px;
  left: -4px; }

.contact-page .contact-top .personal-block .text-holder .location span {
  border-left: 1px solid #b8b8b8;
  margin: 0;
  padding-left: 10px; }

.contact-page .contact-top .personal-block .text-holder .skype {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .skype:after {
  background-position: -110px -102px;
  height: 21px;
  top: -3px;
  width: 25px; }

.contact-page .contact-top .personal-block .text-holder .social-holder {
  width: auto;
  margin-right: 5px; }

@media screen and (max-width: 750px) {
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    float: left; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after {
    left: 0; }
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    margin: 0;
    float: none; } }

.contact-page .contact-top .personal-block .text-holder .social-holder li {
  padding-left: 4px;
  padding-right: 0; }

.contact-page .contact-top .personal-block .text-holder .tel-block {
  padding-left: 10px;
  margin: 0 0 5px 35px;
  border-left: 1px solid #b8b8b8; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .tel-block {
    border-left: 1px solid #b8b8b8;
    margin: 0 auto 5px;
    padding-left: 0;
    width: 190px; } }

.contact-page .contact-top .personal-block .text-holder .tel-block:after {
  background-position: -105px -497px;
  height: 21px;
  left: -35px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%); }

.contact-page .contact-top .personal-block .text-holder .tel-block span {
  margin-bottom: 2px; }

.contact-page .contact-top .personal-block .text-holder .email {
  padding-left: 45px;
  margin-left: 2px; }

.contact-page .contact-top .personal-block .text-holder .email:after {
  background-position: -106px -526px;
  height: 16px;
  left: 0;
  top: 1px;
  width: 25px; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .email {
    padding-left: 0;
    margin-left: -20px; }
  .contact-page .contact-top .personal-block .text-holder .email:after {
    left: -42px; } }

.contact-page .contact-top .personal-block .text-holder .personal-info {
  padding-left: 47px; }

.contact-page .contact-top .personal-block .text-holder .personal-info span {
  display: inline-block;
  margin-bottom: 0;
  padding: 0; }

.contact-page .contact-top .personal-block .text-holder .personal-info i {
  display: inline-block;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-page .contact-top .personal-block .text-holder .personal-info p {
  margin-bottom: 7px;
  text-align: left !important; }

.contact-page .contact-top .personal-block-phones .image-holder {
  width: 35%; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 30%; }
  .contact-page .contact-top .personal-block-phones .image-holder img {
    min-width: 126px; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-left {
    text-align: left; }
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 100%; } }

.contact-page .contact-top .personal-block-phones .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block-phones .text-holder {
  width: 65%; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 768px) {
  .our-manager-fixed {
    right: 40px; }
  .contact-page .contact-top .personal-block .col-sm-6 {
    padding: 10px 0; }
  .contact-page .contact-top .personal-block .col-sm-6:first-of-type {
    border-bottom: 1px solid #f5f5f5; }
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 265px; } }

.contact-middle {
  background: #f5f5f5;
  padding: 47px 85px 30px; }

@media screen and (max-width: 992px) {
  .contact-middle {
    padding: 47px 10px 30px; } }

.contact-middle .city-block {
  width: 25%;
  margin-bottom: 25px; }

@media screen and (max-width: 992px) {
  .contact-middle .city-block {
    width: 33.3%; } }

@media screen and (max-width: 620px) {
  .contact-middle {
    padding: 28px 10px 10px; }
  .contact-middle .city-block {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .contact-middle .city-block {
    width: 100%; } }

.contact-middle .city-block img,
.contact-middle .city-block span {
  display: inline-block;
  width: 100%; }

.contact-middle .city-block img {
  max-width: 126px;
  border-radius: 50%;
  margin-bottom: 10px; }

.contact-middle .city-block span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-middle .city-block .strong {
  font: 21px/20px 'Geometria', sans-serif;
  font-weight: 400; }

.contact-middle .city-block i {
  width: 30px;
  height: 1px;
  background: #febd0c;
  display: block;
  margin: 6px auto; }

.map-holder {
  position: relative;
  bottom: -30px; }

.map-holder .map-canvas iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -4px; }

@media screen and (max-width: 550px) {
  .map-holder .map-canvas iframe {
    height: 500px; } }

.map-holder .contact-holder {
  background: rgba(23, 98, 126, 0.8);
  width: 33.3%;
  letter-spacing: .4px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 27px 0 27px 45px;
  min-width: 400px;
  height: 100%;
  color: #fff; }

@media screen and (max-width: 550px) {
  .map-holder .contact-holder {
    width: 100%;
    height: 50%;
    min-width: 320px;
    padding: 25px 0 25px 8px; } }

.map-holder .contact-holder dd {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.map-holder .contact-holder dd,
.map-holder .contact-holder dt {
  margin-bottom: 10px; }

.map-holder .contact-holder dl {
  margin-bottom: 20px; }

.blog-page {
  padding: 30px 15px 10px; }

@media screen and (max-width: 400px) {
  .blog-page {
    padding: 30px 7px 10px; } }

.blog-page .categories-items-grid {
  margin: 0 25px; }

@media screen and (max-width: 768px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 21px;
    line-height: 25px;
    padding: 5px; } }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 16px;
    line-height: 20px; } }

.blog-page .categories-items-grid p {
  color: #9a9a9a;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 7px 0 5px;
  margin: 0;
  text-align: center; }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid p {
    padding: 7px 0 9px; } }

.post-item-page {
  padding: 30px 50px 5px; }

@media screen and (max-width: 670px) {
  .our-manager-fixed {
    right: 10px; }
  .blog-page .categories-items-grid {
    margin: 0; }
  .post-item-page {
    padding: 30px 15px 10px; } }

.post-item-page h1,
.post-item-page h2 {
  margin-bottom: 7px; }

@media screen and (max-width: 400px) {
  .post-item-page h1,
  .post-item-page h2 {
    margin-bottom: 12px; } }

.basket-page {
  padding-top: 30px; }

.basket-page h1 {
  margin-bottom: 0; }

@media screen and (max-width: 570px) {
  .basket-page .basket-item {
    padding: 20px 0; }
  .basket-page .basket-item .btn-close {
    top: 6px; } }

.pagination-holder .pagination li:last-of-type {
  border-right: 1px solid #17627e; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination li:last-of-type,
  .pagination-holder .pagination li:last-of-type a {
    width: 30px; } }

.pagination-holder .pagination .active {
  background: #17627e !important;
  border-right-color: #17627e !important; }

.pagination-holder .pagination .active span {
  color: #fff !important; }

.pagination-holder .pagination > li {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  width: 38px;
  border: 1px solid #17627e;
  border-right: 0; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li {
    height: 30px;
    width: 28px; } }

.pagination-holder .pagination > li > a,
.pagination-holder .pagination > li > span {
  border: 0;
  color: #202020;
  padding: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  width: 40px;
  margin-left: 0;
  background-color: transparent; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li > a,
  .pagination-holder .pagination > li > span {
    width: 28px;
    font-size: 16px;
    line-height: 20px; } }

.pagination-holder .pagination > li > a:focus,
.pagination-holder .pagination > li > a:hover,
.pagination-holder .pagination > li > span:focus,
.pagination-holder .pagination > li > span:hover {
  background: 0 0;
  color: #202020; }

.pagination-holder .pagination > .active > a,
.pagination-holder .pagination > .pagination > .active > a:focus,
.pagination-holder .pagination > .pagination > .active > a:hover,
.pagination-holder .pagination > .pagination > .active > span,
.pagination-holder .pagination > .pagination > .active > span:focus,
.pagination-holder .pagination > .pagination > .active > span:hover {
  color: #202020; }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover {
  background-color: #17627e;
  width: 41px;
  height: 38px;
  display: block;
  border-radius: 0;
  background-position: 15px -945px;
  transform: rotate(180deg); }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination .next-pagin,
  .pagination-holder .pagination .next-pagin:focus,
  .pagination-holder .pagination .next-pagin:hover,
  .pagination-holder .pagination .prev-pagin,
  .pagination-holder .pagination .prev-pagin:focus,
  .pagination-holder .pagination .prev-pagin:hover {
    height: 30px;
    background-position: 11px -949px; } }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover {
  transform: rotate(0); }

.feedback-holder .wrap-star {
  margin-bottom: 20px; }

.feedback-holder .wrap-star .error-text {
  bottom: -15px !important; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0; }

h1,
h3 {
  margin-bottom: 15px; }

ol {
  padding-left: 20px; }

a {
  color: #17627e; }

h1,
h3 {
  color: #202020; }

a:focus,
a:hover {
  text-decoration: none;
  outline: 0; }

h1 {
  font: 30px/35px 'Geometria', sans-serif;
  font-weight: 500;
  text-align: center; }

@media screen and (max-width: 550px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px; }
  h3 {
    margin-bottom: 15px; } }

@media screen and (max-width: 360px) {
  h1 {
    font-size: 20px;
    line-height: 25px; } }

h3 {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500; }

.label {
  background: #eff4f6; }

.burger {
  background-position: 0 -434px;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-left: 30px;
  position: relative;
  top: 20px;
  width: 30px;
  border: 0;
  display: none; }

@media screen and (max-width: 1050px) {
  .burger {
    display: block;
    top: 8px; } }

.burger-close {
  background-position: -33px -434px; }

.btn,
.btn-buy,
.btn-callback {
  background: #febd0c;
  text-align: center;
  height: 30px;
  max-width: 203px;
  width: 100%;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff !important;
  border-radius: 5px;
  padding: 6px 4px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top; }

@media screen and (max-width: 550px) {
  .burger {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    top: 12px !important;
    margin-top: 0 !important; }
  .btn,
  .btn-buy,
  .btn-callback {
    max-width: 100%; } }

.btn-buy:focus,
.btn-buy:hover,
.btn-callback:focus,
.btn-callback:hover,
.btn:focus,
.btn:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter {
  background: #febd0c;
  max-width: 300px; }

.btn-filter-reset {
  background: #d84848;
  max-width: 300px;
  margin-top: 10px; }

@media screen and (max-width: 992px) {
  .btn-filter,
  .btn-filter-reset {
    max-width: 100%; } }

.btn-filter:focus,
.btn-filter:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter-reset:focus,
.btn-filter-reset:hover {
  color: #fff;
  background: rgba(216, 72, 72, 0.85); }

.btn-grey {
  max-width: 370px;
  margin-top: 2px;
  background: #777; }

@media screen and (max-width: 750px) {
  .btn-grey {
    width: 180px; } }

.btn-grey:focus,
.btn-grey:hover {
  background: #17627e; }

.btn-close,
.btn-open {
  background-position: 0 -524px;
  display: block;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 15px;
  cursor: pointer; }

.btn-hidden {
  display: none; }

.container-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 45px;
  color: #202020; }

@media screen and (max-width: 680px) {
  .container-wrapper {
    padding: 0 40px; } }

@media screen and (max-width: 670px) {
  .container-wrapper {
    padding: 0 17px; } }

.header-top {
  padding: 7px 0 7px;
  height: 30px; }

@media screen and (max-width: 550px) {
  .btn-hidden {
    display: block; }
  .header-top {
    height: 40px; } }

.error-text {
  color: #fff;
  background: #f53400;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
  left: 0;
  margin: 0 auto;
  max-width: 225px;
  right: 0;
  bottom: 5px;
  display: block !important; }

.error-text.hidden {
  display: none !important; }

.error-text:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border: 8px solid transparent;
  border-bottom: 8px solid #f53400;
  width: 15px;
  height: 15px; }

.feedback-holder,
.feedback-holder .validation,
.tab-content,
.tab-content .validation {
  position: relative; }

.feedback-holder .error-text,
.tab-content .error-text {
  display: block;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: 3px !important;
  padding: 2px !important;
  z-index: 10 !important; }

@media screen and (max-width: 360px) {
  .feedback-holder .error-text,
  .tab-content .error-text {
    font: 11px/20px "Geometria", sans-serif !important;
    font-weight: 300; } }

.feedback-holder a,
.tab-content a {
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: .4px;
  display: block; }

.feedback-holder .form-group,
.tab-content .form-group {
  margin-bottom: 10px; }

.feedback-holder .form-control,
.tab-content .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.feedback-holder .textarea,
.tab-content .textarea {
  min-height: 80px; }

.feedback-holder .validation .form-control,
.tab-content .validation .form-control {
  border-color: #f53400; }

.feedback-holder .feedback-block,
.tab-content .feedback-block {
  display: none;
  background: #fff;
  padding: 20px 20px 5px;
  position: absolute;
  width: 260px;
  z-index: 10;
  top: 30px;
  left: -16px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 #dde8ec;
  -moz-box-shadow: 0 0 5px 0 #dde8ec;
  box-shadow: 0 0 5px 0 #dde8ec; }

.contacts-holder .links-contact li,
.contacts-holder .links-contact:after {
  display: inline-block; }

.feedback-holder .btn-send,
.tab-content .btn-send {
  background: #17627e;
  max-width: 300px; }

.feedback-holder .btn-send:focus,
.feedback-holder .btn-send:hover,
.tab-content .btn-send:focus,
.tab-content .btn-send:hover {
  color: #fff;
  background: rgba(23, 98, 126, 0.85); }

.contacts-holder {
  padding: 0 5px 0 15px;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .2px;
  width: 80%;
  height: 30px;
  float: left; }

@media screen and (max-width: 1150px) {
  .contacts-holder {
    width: 75%;
    height: 25px; } }

@media screen and (max-width: 880px) {
  .contacts-holder {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .contacts-holder {
    width: 62%; } }

.contacts-holder .links-contact:after,
.contacts-holder:after {
  height: 0;
  width: 100%;
  content: "";
  overflow: hidden; }

.contacts-holder .links-contact {
  margin-right: 0;
  padding: 0;
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1280px) {
  .contacts-holder .links-contact li.link-4 {
    display: none; } }

@media screen and (max-width: 1050px) {
  .contacts-holder .links-contact {
    text-align: left; }
  .contacts-holder .links-contact li {
    margin-right: 25px; }
  .contacts-holder .links-contact li.link-3 {
    display: none; }
  .contacts-holder .links-contact li:nth-of-type(2) {
    margin-right: 0; } }

@media screen and (max-width: 850px) {
  .contacts-holder .links-contact li {
    margin-right: 0; }
  .contacts-holder .links-contact li.link-2 {
    display: none; } }

.contacts-holder span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-right: 5px; }

.dropdown-contact .dropdown-holder,
.dropdown-contact .dropdown-holder .dropdown-holder-item {
  position: relative;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.contacts-holder:after {
  display: inline-block; }

.dropdown-contact {
  padding-right: 32px;
  padding-left: 0;
  width: 20%;
  float: left;
  margin-top: -2px; }

@media screen and (max-width: 1150px) {
  .dropdown-contact {
    width: 25%; } }

@media screen and (max-width: 880px) {
  .dropdown-contact {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .dropdown-contact {
    width: 38%; } }

.dropdown-contact .dropdown-holder {
  display: inline-block; }

.dropdown-contact .dropdown-holder .dropdown-holder-item {
  margin: 0 0 6px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item:before {
  height: 9px;
  width: 11px;
  top: 6px;
  right: -17px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item .phone-inner-item,
.dropdown-contact .dropdown-holder .dropdown-holder-item span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.dropdown-contact .dropdown-holder:hover a {
  text-decoration: none; }

.dropdown-contact .dropdown-holder:hover a:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 5px;
  right: -20px; }

.dropdown-contact .dropdown-holder-other {
  margin-right: 30px; }

.dropdown-contact .city-inner,
.dropdown-contact .phone-inner {
  background: #fff;
  display: none;
  padding: 12px 15px 0;
  position: absolute;
  z-index: 10;
  right: -18px;
  margin-top: -5px;
  width: 300px;
  text-align: right;
  -webkit-box-shadow: 0 0 5px 4px #ebebeb;
  -moz-box-shadow: 0 0 5px 4px #ebebeb;
  box-shadow: 0 0 5px 4px #ebebeb; }

.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span {
  margin: 0 0 10px; }

.dropdown-contact .city-inner .phone-inner-item strong,
.dropdown-contact .city-inner span strong,
.dropdown-contact .phone-inner .phone-inner-item strong,
.dropdown-contact .phone-inner span strong {
  font-weight: 800;
  margin-right: 5px; }

.dropdown-contact .phone-inner {
  text-align: left;
  width: 185px; }

.dropdown-contact .phone-inner .link-2,
.dropdown-contact .phone-inner .link-3,
.dropdown-contact .phone-inner .link-4 {
  display: none; }

@media screen and (max-width: 1280px) {
  .dropdown-contact .phone-inner .link-4 {
    display: block; } }

@media screen and (max-width: 1050px) {
  .dropdown-contact .phone-inner .link-3 {
    display: block; } }

@media screen and (max-width: 850px) {
  .dropdown-contact .phone-inner .link-2 {
    display: block; } }

.dropdown-contact .other-inner {
  text-align: left;
  width: 315px; }

.dropdown-contact .other-inner .phone-inner-item,
.dropdown-contact .other-inner span {
  display: inline-block;
  padding-left: 10px;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.dropdown-contact .other-inner p {
  margin-bottom: 0; }

.header-middle {
  padding: 2px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #9a9a9a; }

@media screen and (max-width: 550px) {
  .header-middle {
    border: 0; } }

.header-middle .header-middle-child .logo {
  width: 33%;
  border-right: 1px solid #e1e1e1;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo {
    width: 20%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .logo {
    width: 24%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .logo {
    width: 22%; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .logo {
    width: 47%;
    border: 0;
    padding: 0 10px;
    margin-top: -8px;
    min-height: 105px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .logo {
    width: 32%;
    min-width: 120px;
    position: absolute; } }

.header-middle .header-middle-child .logo a {
  width: 35%;
  padding-top: 10px; }

.header-middle .header-middle-child .logo .text-item {
  max-width: 250px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 20px 0 0;
  text-align: left;
  margin: 0; }

.header-middle .header-middle-child .callback span:nth-child(1),
.header-middle .header-middle-child .duty span {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo a {
    width: 100%; }
  .header-middle .header-middle-child .logo .text-item {
    display: none; } }

.header-middle .header-middle-child .duty {
  width: 20%;
  border-right: 1px solid #e1e1e1;
  padding-top: 10px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .duty {
    width: 20%; } }

@media screen and (max-width: 900px) {
  .header-middle .header-middle-child .duty {
    display: none; } }

.header-middle .header-middle-child .duty span {
  text-align: center;
  margin-bottom: 3px; }

.header-middle .header-middle-child .callback {
  width: 23.7%;
  border-right: 1px solid #e1e1e1;
  padding-top: 6px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .callback {
    width: 35%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .callback {
    width: 41%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback {
    width: 39%; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback {
    width: 53%;
    border: 0;
    min-height: 65px;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback {
    float: right;
    width: 200px;
    padding-right: 10px; } }

.header-middle .header-middle-child .callback span {
  margin-bottom: 7px; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback span {
    margin-bottom: 0; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100%; }
  .header-middle .header-middle-child .cart .enter-wrap {
    display: none; } }

.header-middle .header-middle-child .callback a {
  color: #202020; }

.header-middle .header-middle-child .callback a span {
  font: 23px/26px "Geometria", sans-serif !important;
  font-weight: 700; }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback a span {
    font-size: 18px !important;
    width: 100% !important; } }

.header-middle .header-middle-child .cart {
  width: 20.3%;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .cart {
    width: 25%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .cart {
    width: 35%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart {
    width: 39%; } }

.header-middle .header-middle-child .cart .enter-wrap {
  height: 57px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart {
    width: 100%;
    text-align: center;
    min-height: 80px;
    padding: 17px 10px 0;
    border-top: 1px solid #e1e1e1; }
  .header-middle .header-middle-child .cart .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .header-middle .header-middle-child .cart .enter-wrap a {
    margin: 0 10px; } }

.header-middle .header-middle-child .cart .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    padding-left: 20px; } }

.header-middle .header-middle-child .cart .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.header-middle .header-middle-child .cart .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 10px; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    font-size: 14px; }
  .header-middle .header-middle-child .cart .enter-wrap .exit-block a {
    font-size: 15px; } }

.header-middle .header-middle-child .cart .enter-wrap .enter:before {
  background-position: 0 -28px; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg:before {
  background: 0 0; }

.header-middle .header-middle-child .cart .enter-wrap .exit:before {
  background-position: -92px -21px; }

.header-middle .header-middle-child .links-faces {
  margin: 0 0 10px;
  line-height: 0;
  font-size: 0;
  position: relative; }

.header-middle .header-middle-child .links-faces li {
  padding: 6px 0 0;
  width: 33.3%;
  background: #febd0c;
  height: 42px;
  cursor: pointer; }

.header-middle .header-middle-child .links-faces li span {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto; }

.header-middle .header-middle-child .links-faces li span.face-good {
  background-position: 0 -470px; }

.header-middle .header-middle-child .links-faces li span.face-normal {
  background-position: -30px -470px; }

.header-middle .header-middle-child .links-faces li span.face-bad {
  background-position: -62px -470px; }

.header-middle .header-middle-child .links-faces li:last-child {
  background: #d84848; }

.header-middle .header-middle-child .links-faces li:first-child {
  background: #1dc814; }

.header-middle .header-middle-child .links-faces .face {
  position: absolute;
  left: 0;
  width: 100%; }

.cart-wrap {
  padding: 0; }

@media screen and (max-width: 550px) {
  .cart-wrap {
    display: none; } }

.cart-wrap a i {
  background-position: 0 -51px;
  height: 35px;
  width: 50px;
  display: inline-block; }

.cart-wrap a i:hover {
  background-position: -51px -51px; }

.cart-wrap a span {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: #fff;
  background: #17627e;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 9px 0;
  font: 13px/18px 'Geometria', sans-serif;
  font-weight: 300;
  margin-top: -5px; }

.cart-wrap .bucket {
  margin-left: 18px; }

@media screen and (max-width: 1150px) {
  .cart-wrap .bucket {
    margin-left: 10px; } }

.cart-wrap .bucket i {
  background-position: 0 -96px;
  width: 40px; }

.cart-wrap .bucket i:hover {
  background-position: -51px -96px; }

.cart-wrap .bucket span {
  background: #d84848; }

.cart-wrap-visible {
  display: none; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    display: block;
    padding-top: 18px; } }

.header-bottom {
  margin-bottom: 3px;
  position: relative; }

.header-bottom .menu {
  float: right;
  width: 65%;
  padding: 0 0 0 23px; }

@media screen and (max-width: 1250px) {
  .header-bottom .menu {
    width: 74%; } }

@media screen and (max-width: 1050px) {
  .header-bottom .menu {
    width: 45%;
    min-height: 65px;
    position: relative; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu {
    width: 100%;
    padding: 0;
    min-height: 50px !important; } }

@media screen and (max-width: 600px) {
  .cart-wrap .bucket {
    margin-left: 0; }
  .header-bottom {
    -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
    -moz-box-shadow: 0 0 6px 0 #f3f3f3;
    box-shadow: 0 0 6px 0 #f3f3f3; }
  .header-bottom .menu {
    position: relative; } }

.header-bottom .menu ul {
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul {
    text-align: left;
    float: left; } }

.header-bottom .menu ul:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 100%; }

.header-bottom .menu ul li {
  display: inline-block;
  margin-right: 0;
  padding: 0 0 23px;
  text-align: right;
  margin-bottom: -23px; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul li {
    margin-left: 10px; }
  .header-bottom .menu ul li.tab-hidden {
    display: none; } }

@media screen and (max-width: 600px) {
  .header-bottom .menu ul li {
    display: none; } }

.header-bottom .menu ul li a {
  border-top: 7px solid transparent;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  letter-spacing: .4px;
  margin-bottom: -23px;
  padding: 21px 3px 19px; }

@media screen and (max-width: 1110px) {
  .header-bottom .menu ul li a {
    padding: 9px 0 23px; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu ul li {
    text-align: left; }
  .header-bottom .menu ul li a {
    border: 0;
    padding-top: 27px; } }

.header-bottom .menu ul li a:hover {
  border-color: #9a9a9a;
  background: #9a9a9a;
  color: #fff; }

.header-bottom .menu ul li .active {
  border-color: #9a9a9a; }

.header-bottom .menu .menu-tab {
  -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
  -moz-box-shadow: 0 0 6px 0 #f3f3f3;
  box-shadow: 0 0 6px 0 #f3f3f3;
  max-width: 260px;
  padding: 20px 20px 0;
  background: #fff;
  position: absolute;
  right: 45px;
  top: 55px;
  z-index: 10;
  display: none; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu .menu-tab {
    right: 0; } }

.header-bottom .menu .menu-tab li {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 10px; }

.header-bottom .menu .menu-tab li:nth-child(1),
.header-bottom .menu .menu-tab li:nth-child(2) {
  display: none; }

@media screen and (max-width: 600px) {
  .header-bottom .menu .menu-tab li:nth-child(1),
  .header-bottom .menu .menu-tab li:nth-child(2) {
    display: block; } }

.header-bottom .menu .menu-tab li:last-child {
  padding-bottom: 0; }

.header-bottom .menu .menu-tab li a {
  border: 0;
  padding: 0;
  margin-bottom: 0; }

.header-bottom .menu .menu-tab li a:hover {
  border: 0;
  color: #17627e;
  background: #fff; }

.header-bottom .menu .menu-tab li a.enter,
.header-bottom .menu .menu-tab li a.registr {
  display: none; }

@media screen and (max-width: 480px) {
  .header-bottom .menu .menu-tab li a.enter,
  .header-bottom .menu .menu-tab li a.registr {
    display: block; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu .menu-tab {
    right: auto;
    top: 87px; }
  .header-bottom .container-wrapper {
    padding: 0 10px; } }

.search-holder {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  border: 1px solid #febd0c;
  height: 30px;
  width: 35%;
  position: relative;
  border-radius: 3px;
  z-index: 5;
  float: left;
  top: 20px; }

@media screen and (max-width: 1250px) {
  .search-holder {
    width: 26%; } }

@media screen and (max-width: 1050px) {
  .search-holder {
    width: 55%;
    max-width: 600px; } }

@media screen and (max-width: 550px) {
  .search-holder {
    width: 100%;
    top: 0; } }

.search-holder .img-search {
  background-position: -24px 0;
  position: absolute;
  width: 14px;
  height: 16px;
  top: 7px;
  left: 10px; }

.search-holder .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 28px;
  padding: 1px 175px 1px 30px; }

.search-result,
.search-result .description {
  font: 13px/15px 'Geometria', sans-serif;
  font-weight: 300; }

.search-holder .search-by {
  position: absolute;
  right: 0;
  padding-right: 30px;
  top: 5px;
  color: #777;
  height: 27px; }

.search-holder .search-by:after {
  height: 9px;
  width: 11px;
  right: 7px;
  top: 7px; }

.search-by-child {
  display: none;
  border: 1px solid #febd0c;
  background: #fff;
  position: absolute;
  width: 80%;
  right: -1px;
  padding: 5px 0;
  top: 28px;
  z-index: 0; }

@media screen and (max-width: 500px) {
  .search-by-child {
    width: 100.5%; } }

@media screen and (max-width: 360px) {
  .search-by-child {
    width: 100.55%; } }

.search-by-child a {
  color: #777;
  margin-bottom: 5px;
  padding: 0 10px; }

.search-by-child a:hover {
  background: #e1e1e1; }

.search-by-parent:hover .search-by:after {
  transform: rotate(-90deg);
  top: 5px; }

.search-result {
  border: 1px solid #febd0c;
  left: -1px;
  width: 100.4%;
  background: #fff; }

.search-result .description {
  margin-bottom: 0; }

.search-result .old-price {
  text-decoration: line-through;
  color: #777; }

.menu-holder .menu-principal .link-child li a:hover,
.mind-team a,
.text-underline,
.text-underline:hover {
  text-decoration: underline; }

.search-result .inner-search {
  border-bottom: 1px solid #febd0c;
  padding: 8px 10px;
  cursor: pointer; }

.search-result .inner-search:last-child {
  border: 0; }

.search-result .inner-search .img-block {
  float: left;
  width: 60px;
  margin-right: 7px; }

.search-result .inner-search .img-block .label {
  position: relative;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  padding: 1px 0;
  right: auto;
  width: 50px;
  height: 16px;
  margin-bottom: 7px;
  border: 0; }

.search-result .inner-search .text-block {
  margin-top: -1px;
  float: left;
  width: 60%; }

.label {
  position: absolute;
  background: #d84848;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 200;
  padding: 3px 0;
  right: 15px;
  width: 90px;
  height: 25px;
  border-radius: 0 0 0 10px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }

@media screen and (max-width: 400px) {
  .label {
    right: 7px; } }

.menu-holder {
  background: #17627e;
  min-height: 50px; }

@media screen and (max-width: 600px) {
  .menu-holder {
    padding: 10px 0;
    display: none; }
  .menu-holder .menu-principal {
    display: none; } }

.menu-holder .menu-holder-width {
  padding: 0 2px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-holder-width {
    padding: 0 15px; } }

.menu-holder .menu-principal {
  padding: 0 10px; }

@media screen and (max-width: 670px) {
  .menu-holder .menu-principal {
    padding: 0; } }

.menu-holder .menu-principal .link-parent {
  position: relative;
  text-align: justify;
  min-height: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent {
    text-align: center;
    height: auto; } }

.menu-holder .menu-principal .link-parent li {
  display: block;
  list-style-type: none;
  margin-right: 0;
  vertical-align: middle;
  text-align: right;
  min-height: 55px;
  position: relative;
  padding: 0 20px;
  max-width: 180px; }

.menu-holder .menu-principal .link-parent li:nth-of-type(10),
.menu-holder .menu-principal .link-parent li:nth-of-type(6),
.menu-holder .menu-principal .link-parent li:nth-of-type(7),
.menu-holder .menu-principal .link-parent li:nth-of-type(8),
.menu-holder .menu-principal .link-parent li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1350px) {
  .menu-holder .menu-principal .link-parent li {
    min-width: 85px;
    padding: 0 8px; } }

@media screen and (max-width: 1250px) {
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 2px; } }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px;
    padding: 0 13px;
    display: inline-block; }
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 5px;
    max-width: 170px; }
  .menu-holder .menu-principal .link-parent li:last-child {
    margin-right: 0; } }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li {
    height: auto;
    vertical-align: top; } }

@media screen and (max-width: 890px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px; } }

@media screen and (max-width: 840px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 0; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent {
    float: left;
    width: 40%;
    justify-content: flex-start; }
  .menu-holder .menu-principal .link-parent:last-of-type {
    width: 60%; }
  .menu-holder .menu-principal .link-parent li {
    display: block; } }

@media screen and (max-width: 550px) {
  .menu-holder .menu-principal .link-parent li {
    padding: 0 10px; } }

.menu-holder .menu-principal .link-parent li:hover {
  background: #287c9b; }

.menu-holder .menu-principal .link-parent li a {
  border-bottom: 7px solid transparent;
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: .4px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 55px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li a {
    height: 40px;
    vertical-align: middle; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent li a {
    text-align: left;
    height: 45px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    width: 1%; } }

@media screen and (max-width: 450px) {
  .menu-holder .menu-principal .link-parent li a {
    font: 18px/20px 'Geometria', sans-serif;
    font-weight: 300; } }

.menu-holder .menu-principal .link-parent li a h1 {
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px;
  color: #fff;
  margin: 0; }

.menu-holder .menu-principal .link-parent li .active {
  border-color: #fff; }

.menu-holder .menu-principal .link-child {
  background: #287c9b;
  position: absolute;
  left: 0;
  min-width: 150px;
  padding: 15px 0 0;
  height: auto;
  width: 100%;
  display: none;
  z-index: 11;
  top: 100%; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-child {
    top: auto; } }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .link-child {
    display: none !important; } }

.menu-holder .menu-principal .link-child li {
  height: auto;
  padding: 0 10px;
  display: block;
  min-width: auto; }

.menu-holder .menu-principal .link-child li:nth-of-type(6),
.menu-holder .menu-principal .link-child li:nth-of-type(7),
.menu-holder .menu-principal .link-child li:nth-of-type(8),
.menu-holder .menu-principal .link-child li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li .active {
    border: 0; }
  .menu-holder .menu-principal .link-child li {
    display: block;
    margin: 0; } }

.menu-holder .menu-principal .link-child li a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 0 10px;
  border: 0;
  height: auto; }

.menu-holder .menu-principal .modified-ul {
  left: -70px;
  width: 350px; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul {
    display: none !important; } }

.menu-holder .menu-principal .modified-ul li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding: 0 10px;
  width: 49.2%; }

.menu-holder .menu-principal .modified-ul li a {
  text-align: left; }

.menu-holder .menu-principal .modified-ul-3 {
  width: 600px; }

.menu-holder .menu-principal .modified-ul-3 li {
  width: 32.6%; }

.menu-holder .menu-principal .modified-ul-4 {
  width: 750px; }

.menu-holder .menu-principal .modified-ul-4 li {
  width: 24.4%; }

.menu-holder .menu-principal .modified-ul-5 {
  width: 900px; }

.menu-holder .menu-principal .modified-ul-5 li {
  width: 19.5%; }

.menu-holder .menu-principal .modified-ul-6 {
  width: 1062px; }

.menu-holder .menu-principal .modified-ul-6 li {
  width: 16.15%; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul-3,
  .menu-holder .menu-principal .modified-ul-4,
  .menu-holder .menu-principal .modified-ul-5,
  .menu-holder .menu-principal .modified-ul-6 {
    display: none; } }

@-moz-document url-prefix() {
  .menu-holder .menu-principal .modified-ul-6 {
    width: 1050px; } }

.menu-holder .menu-principal .right {
  left: auto;
  right: 0; }

.menu-holder .menu-principal .center {
  left: -425px; }

.menu-holder .menu-principal .left {
  left: 0; }

.menu-holder .menu-principal-mob {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal-mob {
    display: block; }
  .menu-holder .menu-principal-mob .link-parent li {
    padding: 0;
    margin: 1px; }
  .menu-holder .menu-principal-mob .link-parent li a {
    border: 0; }
  .menu-holder .menu-principal-mob .link-parent li a h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 0; }
  .menu-holder .menu-principal-mob .link-parent li .active {
    background: #287c9b;
    display: table-cell; } }

@media screen and (max-width: 670px) {
  .menu-holder .container-wrapper {
    padding: 0; } }

.links-dash {
  margin-bottom: 20px; }

.links-dash li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px; }

.links-dash li:before {
  width: 10px;
  height: 2px;
  background: #777;
  top: 8px;
  left: 10px; }

h2 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 0 auto 25px;
  letter-spacing: .4px; }

@media screen and (max-width: 380px) {
  h2 {
    font-size: 20px;
    line-height: 25px; } }

h5,
p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 20px; }

@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 15px; }
  h5,
  p {
    margin-bottom: 10px; }
  footer {
    padding-bottom: 40px; } }

h5 {
  margin-bottom: 10px; }

ol {
  list-style-type: decimal; }

@media screen and (max-width: 768px) {
  ol {
    padding-left: 20px; } }

ol li {
  margin-bottom: 15px; }

.categories-items-grid {
  margin: 0 115px; }

@media screen and (max-width: 1000px) {
  .categories-items-grid {
    margin: 0 23px; } }

@media screen and (max-width: 670px) {
  .categories-items-grid {
    margin: 0 -3px; } }

@media screen and (max-width: 600px) {
  .categories-items-grid {
    margin: 0 -7px; } }

footer {
  background: #124153;
  min-height: 100px;
  position: relative; }

footer .footer-holder {
  max-width: 1500px;
  padding: 15px 45px 0;
  margin: 0 auto;
  position: relative; }

footer .footer-holder nav {
  margin-bottom: 25px; }

@media screen and (max-width: 670px) {
  footer .footer-holder {
    padding: 15px 15px 0; } }

footer .footer-holder .menu-footer {
  margin-bottom: 5px;
  display: table;
  width: 100%; }

footer .footer-holder .menu-footer li {
  margin-bottom: 10px;
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 140px; }

@media screen and (max-width: 925px) {
  footer .footer-holder .menu-footer li {
    display: inline-block;
    max-width: 100%; } }

footer .footer-holder .menu-footer li a {
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: 0; }

.mind-team,
.social-holder .pay-holder span {
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300; }

footer .footer-holder .menu-footer li a:hover {
  color: #febd0c; }

.social-holder {
  width: 400px;
  padding: 0 15px; }

@media screen and (max-width: 1100px) {
  footer .footer-holder .menu-footer {
    text-align: center; }
  .social-holder {
    margin-top: -20px; } }

@media screen and (max-width: 768px) {
  .social-holder {
    width: 100%; } }

.social-holder .card-links,
.social-holder .social-links {
  border-top: 1px solid #30515e;
  border-bottom: 1px solid #30515e;
  padding: 10px 0; }

.social-holder .card-links li,
.social-holder .social-links li {
  padding-left: 3px;
  padding-right: 3px; }

.social-holder .card-links li a,
.social-holder .social-links li a {
  height: 30px;
  width: 30px; }

.social-holder .card-links li a.vkontakte,
.social-holder .social-links li a.vkontakte {
  background-position: 0 -194px; }

.social-holder .card-links li a.vkontakte:hover,
.social-holder .social-links li a.vkontakte:hover {
  background-position: -31px -194px; }

.social-holder .card-links li a.facebook,
.social-holder .social-links li a.facebook {
  background-position: 0 -163px; }

.social-holder .card-links li a.facebook:hover,
.social-holder .social-links li a.facebook:hover {
  background-position: -31px -163px; }

.social-holder .card-links li a.twitter,
.social-holder .social-links li a.twitter {
  background-position: 0 -257px; }

.social-holder .card-links li a.twitter:hover,
.social-holder .social-links li a.twitter:hover {
  background-position: -32px -257px; }

.social-holder .card-links li a.classmates,
.social-holder .social-links li a.classmates {
  background-position: 0 -288px; }

.social-holder .card-links li a.classmates:hover,
.social-holder .social-links li a.classmates:hover {
  background-position: -32px -288px; }

.social-holder .card-links li a.mail,
.social-holder .social-links li a.mail {
  background-position: 0 -320px; }

.social-holder .card-links li a.mail:hover,
.social-holder .social-links li a.mail:hover {
  background-position: -32px -320px; }

.social-holder .card-links li a.google,
.social-holder .social-links li a.google {
  background-position: 0 -351px; }

.social-holder .card-links li a.google:hover,
.social-holder .social-links li a.google:hover {
  background-position: -31px -351px; }

.social-holder .card-links li a.instagram,
.social-holder .social-links li a.instagram {
  background-position: 0 -226px; }

.social-holder .card-links li a.instagram:hover,
.social-holder .social-links li a.instagram:hover {
  background-position: -32px -226px; }

.social-holder .card-links li a.visa,
.social-holder .social-links li a.visa {
  background-position: 0 -382px; }

.social-holder .card-links li a.master-visa,
.social-holder .social-links li a.master-visa {
  background-position: -34px -382px;
  width: 48px; }

.social-holder .card-links {
  border: 0;
  display: inline-block;
  padding: 8px 0; }

.social-holder .pay-holder {
  width: 240px;
  margin: 0 auto; }

.social-holder .pay-holder span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-top: 18px;
  vertical-align: top; }

.footer-container {
  display: flex;
  align-items: center; }

.footer-container > div {
  width: 33%; }

@media screen and (max-width: 768px) {
  .mind-team {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px; } }

.mind-team a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center; }

.mind-team a:hover {
  color: #febd0c; }

.mind-team a:hover svg {
  fill: #febd0c; }

.mind-team svg {
  max-width: 80px;
  flex-shrink: 0;
  width: 100%;
  margin-left: 10px;
  fill: #fff; }

@media screen and (max-width: 550px) {
  .hidden-smart {
    display: none; } }

@media screen and (max-width: 480px) {
  .hidden-smart {
    display: inline-block; } }

.checkbox-holder {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 10px; }

.checkbox-holder .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px; }

.checkbox-holder .checkbox + label {
  cursor: pointer; }

.checkbox-holder .checkbox:not(checked) {
  position: absolute;
  opacity: 0; }

.checkbox-holder .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px; }

.checkbox-holder .checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 7px;
  width: 11px;
  height: 11px;
  background-position: 0 -505px; }

.checkbox-holder .checkbox:checked + label:before {
  background-position: -14px -501px;
  height: 16px;
  width: 13px;
  top: -14px; }

@media screen and (max-width: 330px) {
  .checkbox-holder a {
    font-size: 14px;
    line-height: 18px; } }

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
  border: 0;
  padding: 5px 0;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 #e8f0f2;
  -moz-box-shadow: 0 0 5px 0 #e8f0f2;
  box-shadow: 0 0 5px 0 #e8f0f2; }

.header-fixed .header-middle-child {
  position: relative; }

.header-fixed .header-middle-child .logo {
  border-right: 0;
  min-height: 80px;
  width: 10%;
  max-width: 115px;
  min-width: 115px; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .logo {
    width: 13%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .logo {
    max-width: 100px;
    min-width: 100px;
    width: 10%; } }

@media screen and (max-width: 360px) {
  .header-fixed {
    height: 65px;
    padding: 10px 0; }
  .header-fixed .header-middle-child .logo {
    max-width: 80px;
    min-width: 80px; } }

.header-fixed .header-middle-child .logo a {
  padding-top: 10px;
  width: 100%; }

.header-fixed .header-middle-child .callback {
  border-right: 0;
  width: 38%;
  padding-top: 21px;
  min-height: 80px; }

@media screen and (max-width: 1200px) {
  .header-fixed .header-middle-child .callback {
    padding: 21px 0 0; } }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .callback {
    width: 43%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback {
    width: 25%;
    padding-left: 15px; } }

@media screen and (max-width: 670px) {
  .header-fixed .header-middle-child .callback {
    width: 45%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 15px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 7px;
    padding-left: 0; } }

.header-fixed .header-middle-child .callback span {
  font: 20px/25px 'Geometria', sans-serif !important;
  font-weight: 700;
  margin: 5px 15px 0 0;
  display: inline-block; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback span {
    display: none; }
  .header-fixed .header-middle-child .callback .btn-callback {
    background: #febd0c;
    max-width: 300px; } }

.header-fixed .header-middle-child .callback .btn-callback:focus,
.header-fixed .header-middle-child .callback .btn-callback:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.header-fixed .header-middle-child .cart {
  padding: 20px 15px 0 0;
  width: 20.6%;
  min-height: 80px;
  position: absolute;
  right: 0; }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .cart {
    padding: 0 8px 0 0;
    width: 25.5%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .cart {
    width: 33.5%;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .header-fixed .header-middle-child .cart {
    width: 31.5%;
    text-align: right;
    border: 0; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .cart {
    top: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .cart {
    top: 3px; } }

.header-fixed .search-holder {
  width: 18%; }

@media screen and (max-width: 1180px) {
  .header-fixed .search-holder {
    width: 20%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .search-holder {
    width: 23%; } }

@media screen and (max-width: 670px) {
  .header-fixed .search-holder {
    display: none !important; } }

.header-fixed .search-holder .img-search {
  background-position: -24px 0;
  height: 16px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 14px; }

.header-fixed .search-holder .form-control {
  max-width: 300px;
  padding: 1px 35px 1px 15px; }

.header-fixed .menu-fix {
  padding-left: 10px;
  width: 13%;
  float: left; }

@media screen and (max-width: 1180px) {
  .header-fixed .menu-fix {
    display: none; } }

.header-fixed .menu-fix ul li {
  display: inline-block;
  list-style-type: none;
  padding: 28px 5px 28px 0; }

.header-fixed .menu-fix ul li:last-child {
  padding-right: 0; }

.header-fixed .menu-fix ul li a {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  letter-spacing: .4px; }

@media screen and (max-width: 550px) {
  .header-fixed .cart-wrap {
    display: block; }
  div#jivo-iframe-container {
    opacity: 0 !important; } }

.wrap-star .stars,
.wrap-star .stars li {
  display: inline-block; }

.wrap-star {
  margin-bottom: 12px; }

.wrap-star .stars li {
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .wrap-star .stars li {
    margin: 0 1px; } }

.wrap-star .stars li span {
  background-position: -19px -523px;
  display: block;
  height: 12px;
  width: 12px; }

.comparison-wrapper .filter-serv label,
.comparison-wrapper .filter-serv select,
.quantity,
.widgets-block .block-fb {
  display: inline-block; }

.wrap-star .stars li span.star2 {
  background-position: -36px -523px; }

.wrap-star .stars li span.star3 {
  background-position: -53px -523px; }

.wrap-star .stars li span.star5 {
  background-position: -69px -523px; }

.wrap-star .stars li span.star4 {
  background-position: -85px -523px; }

.quantity {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-left: 5px; }

.quantity-reviews {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-align: right; }

@media screen and (max-width: 330px) {
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px; } }

.btn-buy {
  background: #44bb6e;
  max-width: 300px;
  min-width: 90px; }

.btn-buy:focus,
.btn-buy:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

.green-button {
  background: #44bb6e !important; }

.green-button:focus,
.green-button:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.yellow-button {
  background: #febd0c !important; }

.yellow-button:focus,
.yellow-button:hover {
  background: rgba(254, 189, 12, 0.85) !important; }

.red-button {
  background: #d84848 !important; }

.red-button:focus,
.red-button:hover {
  background: rgba(216, 72, 72, 0.85) !important; }

.widgets-block h2,
.wrap-holder h2 {
  color: #202020;
  font-size: 30px;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .widgets-block h2,
  .wrap-holder h2 {
    font-size: 20px;
    line-height: 25px; } }

.old-price-holder {
  height: 15px; }

.image-big {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 13% 0; }

.product-list-page .wrap-width {
  margin: 0 -10px; }

@media screen and (max-width: 680px) {
  .product-list-page .wrap-width {
    margin: 0; } }

#check_in_form {
  background: rgba(146, 146, 146, 0.7);
  overflow-y: auto; }

#check_in_form .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  border-radius: 3px;
  max-width: 300px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300; }

#check_in_form .modal-form .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

#check_in_form .modal-form label {
  margin-bottom: 3px; }

#check_in_form .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 13px; }

#check_in_form .modal-form .btn-buy {
  background: #17627e;
  font-size: 16px;
  max-width: 100%;
  padding: 5px; }

#check_in_form .modal-form .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

#check_in_form .modal-form .btn-close {
  background-position: -113px -42px;
  right: 10px;
  top: 10px; }

.widgets-block {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 45px; }

@media screen and (max-width: 855px) {
  .widgets-block {
    padding: 30px 10px; } }

.widgets-block .block-fb {
  vertical-align: top;
  padding: 0 5px 15px; }

@media screen and (max-width: 910px) {
  .widgets-block .block-fb {
    width: 100% !important;
    text-align: center;
    padding: 0 0 15px; } }

@media screen and (max-width: 435px) {
  #vk_groups,
  #vk_groups iframe,
  .fb-page,
  .fb-page iframe[style],
  .fb-page span {
    width: 100% !important; } }

.FormHolder .label-name {
  color: #8c8c8c;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 10px;
  position: absolute;
  top: 9px;
  transform-origin: 0 -150% 0;
  transition: all 120ms ease 0s; }

#city_retail_result a,
.with-result .result span {
  transition: background .4s ease 0s;
  cursor: pointer; }

.FormHolder .bg-white {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main .FormHolder select {
  background-position: 96% 13px;
  font-size: 15px;
  line-height: 22px;
  max-width: 100%;
  min-width: 100%;
  height: 40px;
  padding-top: 8px; }

.form-group.focused .label-name,
.form-group.populated .label-name,
.no-js .FormHolder .label-name {
  color: #c6c6c6;
  transform: scale(0.7, 0.7);
  top: 11px; }

.feedback-holder .form-group {
  position: relative;
  height: 40px; }

.feedback-holder .form-group .class-field,
.feedback-holder .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.feedback-holder .form-group .class-field {
  position: static; }

.input-name {
  background: 0 0; }

.feedback-holder .textarea-group {
  min-height: 80px; }

@media screen and (max-width: 550px) {
  div#jivo-iframe-container {
    z-index: -10 !important; } }

.execution-page {
  border: 0; }

.comparison-page {
  width: 1250px;
  margin: 0 auto 20px;
  border: 0;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  color: #202020; }

.comparison-page .slider-comparison {
  width: 550px;
  margin-right: 52px;
  margin-top: 20px; }

.comparison-page .slider-comparison .btn-close-item {
  background-position: -1px -139px;
  height: 17px;
  right: 14px;
  top: 0;
  width: 17px;
  z-index: 10; }

.comparison-page .slider-comparison .characteristics {
  padding: 5px 0 0;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  list-style-type: none;
  text-align: left; }

.comparison-page .slider-comparison .characteristics li {
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  padding: 9px 0 9px 15px; }

.comparison-page .holder {
  position: relative !important; }

@media screen and (max-width: 900px) {
  .comparison-page .holder {
    padding: 0 10px; } }

.comparison-page .box-category-holder .box-category {
  box-shadow: none; }

.comparison-page .box-category-holder .box-category .item-category {
  padding: 0; }

.comparison-page .box-category-holder .box-category .item-category .description-category {
  padding: 12px 12px 20px; }

.comparison-page .box-category-holder .box-category .item-category .image-holder img {
  height: 218px; }

.comparison-page .label {
  right: 5px;
  top: 145px; }

.comparison-page table {
  top: 479px;
  position: absolute; }

@media screen and (max-width: 1200px) {
  .comparison-page table {
    top: 478px; } }

@media screen and (max-width: 950px) {
  .comparison-page table {
    top: 476px; } }

@media screen and (max-width: 485px) {
  .comparison-page table {
    top: 483px; } }

@media screen and (max-width: 475px) {
  .comparison-page table {
    top: 498px; } }

@media screen and (max-width: 400px) {
  .comparison-page table {
    top: 476px; } }

@-moz-document url-prefix() {
  .comparison-page table {
    top: 479.5px; }
  @media screen and (max-width: 1200px) {
    .comparison-page table {
      top: 479.5px; } }
  @media screen and (max-width: 950px) {
    .comparison-page table {
      top: 477px; } }
  @media screen and (max-width: 485px) {
    .comparison-page table {
      top: 484px; } }
  @media screen and (max-width: 475px) {
    .comparison-page table {
      top: 499px; } }
  @media screen and (max-width: 400px) {
    .comparison-page table {
      top: 481px; } } }

.comparison-page .table > tbody > tr > td,
.comparison-page .table > tbody > tr > th,
.comparison-page .table > tfoot > tr > td,
.comparison-page .table > tfoot > tr > th,
.comparison-page .table > thead > tr > td,
.comparison-page .table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  border-top: 0;
  height: 40px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 0; }

.comparison-wrapper,
.comparison-wrapper .filter-serv a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.comparison-page .category-links {
  z-index: 10; }

.comparison-wrapper {
  overflow-x: auto;
  margin: 0 15px;
  overflow-y: hidden;
  padding-top: 15px; }

.comparison-wrapper .filter-serv {
  float: right;
  padding: 10px 0;
  height: 60px;
  overflow: hidden; }

.comparison-wrapper .filter-serv .column {
  width: 950px; }

.comparison-wrapper .filter-serv .column:nth-child(2) {
  width: 300px; }

.comparison-wrapper .filter-serv a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: right; }

.comparison-wrapper .filter-serv a.active,
.comparison-wrapper .filter-serv a:hover {
  text-decoration: underline;
  color: #17627e; }

.comparison-wrapper .filter-serv select {
  width: 130px;
  min-width: 130px; }

.comparison-wrapper .filter-serv label {
  margin-right: 5px; }

.column-height {
  padding-top: 5px;
  padding-right: 10px; }

.with-result:after {
  background: url(../images/select-arrow-down.png) no-repeat;
  position: absolute;
  content: '';
  display: block;
  height: 15px;
  right: 10px;
  top: 13px;
  width: 10px;
  z-index: 5; }

.with-result .result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  top: 40px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  max-height: 235px;
  overflow-y: auto; }

.with-result .result span {
  display: block;
  padding: 5px 10px; }

.with-result .result span:hover {
  background: #17627e;
  color: #fff; }

.review-block {
  margin: 0 auto;
  max-width: 1500px;
  padding: 30px 45px; }

@media screen and (max-width: 1500px) {
  .review-block {
    padding: 30px 0; } }

@media screen and (max-width: 550px) {
  .review-block {
    padding: 20px 0; } }

.review-block .review-block-item {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 25px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item {
    font-size: 15px;
    line-height: 18px; } }

.review-block .review-block-item .title-review {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .2px;
  margin-bottom: 3px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item .title-review {
    font-size: 16px;
    line-height: 19px; } }

.review-block .review-block-item .title-review .data-review {
  color: #9a9a9a;
  padding-left: 18px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 380px) {
  .review-block .review-block-item .title-review .data-review {
    float: none !important;
    padding-left: 0;
    margin: 5px 0; }
  .review-block .review-block-item .title-review span {
    float: none !important; } }

.review-block .review-block-item .title-review .data-review span {
  display: inline-block;
  padding-left: 5px; }

.review-block .review-block-item .wrap-star {
  margin-bottom: 2px; }

.review-block .review-block-item .wrap-star .stars li {
  margin-right: -1px; }

.review-block .review-block-item p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 13px; }

.review-block .review-block-item-child {
  padding: 25px 0 0 30px; }

.review-block .ttl-text,
.review-block h2 {
  font-size: 30px;
  line-height: 27px; }

@media screen and (max-width: 380px) {
  .review-block .ttl-text,
  .review-block h2 {
    font-size: 20px;
    line-height: 25px; } }

.review-block .more-info-btn {
  background: #fff;
  max-width: 380px;
  font: 16px/17px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e !important;
  border-radius: 3px;
  border: 1px solid #17627e;
  padding: 6px 4px; }

.review-block .more-info-btn:focus,
.review-block .more-info-btn:hover {
  color: #fff !important;
  background: #17627e; }

.product-is-out,
.product-is-out .block-addition,
.product-is-out .box-category:hover,
.product-is-out .box-category:hover .title {
  background-color: #f2f2f8; }

.block-inset {
  padding: 0 !important; }

.missing-product span {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020;
  padding: 30px 0; }

.map-page {
  max-width: 1200px;
  padding: 30px 45px 20px;
  margin: 0 auto;
  color: #202020; }

@media screen and (max-width: 670px) {
  .map-page {
    padding: 30px 15px 20px; } }

.map-first-level-title {
  font: 24px/30px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 550px) {
  .map-first-level-title {
    font-size: 21px;
    line-height: 25px; } }

@media screen and (max-width: 360px) {
  .map-first-level-title {
    font-size: 18px;
    line-height: 22px; } }

.map-first-level-title,
.map-second-level-title {
  display: block;
  margin-bottom: 5px; }

.map-second-level-wrap .map-second-level-title {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 10px 0 5px;
  text-decoration: none;
  display: block; }

@media screen and (max-width: 550px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 360px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 17px;
    line-height: 20px; } }

.map-second-level-wrap {
  margin-left: 25px; }

.map-second-level-wrap a {
  color: #202020;
  display: block;
  margin: 0 0 5px 25px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline; }

.error-page {
  text-align: center;
  padding: 30px 15px 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 auto 30px;
  max-width: 1200px; }

.error-page .txt-title {
  color: #777;
  display: block;
  font: 20px/35px 'Geometria', sans-serif;
  font-weight: 500; }

.text-none {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020; }

@media screen and (max-width: 360px) {
  .text-none {
    font-size: 18px;
    line-height: 22px; } }

.product-is-out img {
  filter: grayscale(100%) brightness(75%); }

.product-is-out .btn-buy {
  font-size: 10px;
  line-height: 14px;
  max-width: 90px;
  white-space: normal;
  padding: 0 4px;
  display: table-cell;
  vertical-align: middle; }

.product-is-out .label {
  background: #287c9b;
  width: 135px;
  font-size: 12px; }

.detail-image .product-is-out {
  background-color: transparent; }

.box-category-holder .box-category .item-category .description-category .size-19px {
  font-size: 19px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-18px {
  font-size: 18px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-16px {
  font-size: 16px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-14px {
  font-size: 14px;
  line-height: normal; }

#tab_categories_info .product-is-out {
  background: 0 0; }

#tab_categories_info .product-is-out:hover img,
.product-is-out:hover img {
  filter: grayscale(100%) brightness(75%); }

.tab-content .dropdown-toggle {
  width: 100%; }

.tab-content form .select-stock {
  font-size: 18px;
  padding: 4px 6px; }

.tab-pane .dropdown-menu {
  width: 285px;
  left: 14px;
  height: 250px; }

.form-group {
  position: relative; }

.tab-content .error-text {
  bottom: auto !important;
  left: 27px !important;
  top: 37px !important; }

@media screen and (max-width: 768px) {
  .tab-content .error-text {
    left: 0 !important; } }

.login-page {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 15px 20px; }

.login-page .txt-title {
  display: block;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  text-align: center;
  margin-bottom: 10px; }

.loader-holder {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1100;
  display: none; }

#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%); }

.circularG {
  position: absolute;
  background-color: #51c4ef;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: .41s;
  -o-animation-delay: .41s;
  -ms-animation-delay: .41s;
  -webkit-animation-delay: .41s;
  -moz-animation-delay: .41s; }

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: .55s;
  -o-animation-delay: .55s;
  -ms-animation-delay: .55s;
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s; }

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: .69s;
  -o-animation-delay: .69s;
  -ms-animation-delay: .69s;
  -webkit-animation-delay: .69s;
  -moz-animation-delay: .69s; }

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: .83s;
  -o-animation-delay: .83s;
  -ms-animation-delay: .83s;
  -webkit-animation-delay: .83s;
  -moz-animation-delay: .83s; }

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: .97s;
  -o-animation-delay: .97s;
  -ms-animation-delay: .97s;
  -webkit-animation-delay: .97s;
  -moz-animation-delay: .97s; }

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s; }

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s; }

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s; }

@keyframes bounce_circularG {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(0.3); } }

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(0.3); } }

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(0.3); } }

.login-page .form-group {
  position: relative;
  height: 40px; }

.login-page .form-group .form-control {
  border: 1px solid #07526e;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.delivery-navigation a,
.login-page a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.login-page .form-group .input-name {
  padding: 15px 0 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.login-page .error-text {
  bottom: 8px; }

.login-page a {
  cursor: pointer;
  color: #337ab7;
  display: block;
  text-align: center;
  margin-bottom: 5px; }

.delivery-navigation a:hover,
.login-page a:hover {
  color: #23527c; }

.login-page .btn {
  max-width: 100%;
  background: #07526e; }

.login-page .btn:hover {
  background: rgba(7, 82, 110, 0.95); }

.delivery-navigation {
  margin-bottom: 10px; }

.delivery-navigation a {
  margin-bottom: 5px;
  letter-spacing: 1px; }

.example {
  color: #17627e;
  font: 9px/11px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: -39px;
  position: relative;
  margin-bottom: 0; }

#city_retail_result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }

@media screen and (max-width: 767px) {
  #city_retail_result {
    left: 0;
    top: 60px;
    width: 99.6%; } }

#city_retail_result a {
  display: block;
  padding: 5px 10px;
  color: #202020;
  text-decoration: none;
  width: 100%; }

#city_retail_result a:hover {
  background: #17627e;
  color: #fff; }

select {
  padding-right: 30px !important; }

.main .execution-page .FormHolder select {
  border: 1px solid #17627e;
  font-size: 14px;
  line-height: 20px;
  color: #555; }

.zakaz_page {
  min-height: 250px;
  padding: 30px 15px 20px; }

@media screen and (max-width: 480px) {
  .zakaz_page {
    min-height: 100px;
    padding: 15px 10px 10px; } }

.block-stars .wrap-star {
  width: 188px;
  text-align: center;
  padding: 3px 0 0;
  float: left; }

@media screen and (max-width: 450px) {
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; }
  .block-stars .feedback-bg .feedback-holder .input-width {
    width: 100%; } }

.block-stars .share-details .social-holder {
  margin: -2px 0 0 !important; }

.block-stars .wrap-star .stars li:hover span {
  background-position: 1px -608px; }

#more-comments-block {
  margin: 0 10px 20px; }

.form-height-column {
  float: left;
  width: 49%; }

.form-height-column:last-of-type {
  float: right; }

@media screen and (max-width: 480px) {
  .form-height-column {
    width: 100%;
    float: none; }
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; } }

.delivery-navigation a {
  color: #202020; }

.feedback-bg .feedback-holder .input-column {
  width: 100%;
  float: none; }

.feedback-bg .feedback-holder .input-column:first-child {
  margin: 0 1% 10px 0; }

.tab-content .holder .btn-holder {
  margin-left: 0; }

.btn-holder-close {
  background-position: 0 -982px;
  display: block;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 15px;
  cursor: pointer;
  z-index: 10; }

.box-category-holder {
  position: relative; }

.old-price-holder .old-price {
  margin-top: -5px;
  display: block; }

.box-category-holder .box-category .item-category .description-category {
  max-height: 220px; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category {
    max-height: 100% !important; } }

.box-category-holder .box-category .one-click {
  border-radius: 3px;
  height: 30px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px;
  display: inline-block;
  margin-top: 10px; }

.box-category-holder .box-category .one-click button {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 28px;
  background: #44bb6e;
  color: #fff;
  border: none;
  line-height: 17px;
  font-size: 14px; }

.box-category-holder .box-category .one-click button:focus,
.box-category-holder .box-category .one-click button:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click button {
    font-size: 13px;
    width: 28px;
    padding: 0; } }

.box-category-holder .box-category .one-click span {
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 45px;
  text-align: left; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 30px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 20px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click span {
    font-size: 11px;
    padding: 0; } }

.box-category-holder .box-category .one-click .form-control {
  border: 0;
  height: 12px;
  padding: 0 2px;
  box-shadow: none;
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 175px;
  text-align: center; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 145px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 130px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click .form-control {
    font-size: 9px;
    text-align: left; } }

@media screen and (max-width: 480px) {
  .card-product-page .box-category-holder .box-category .one-click button {
    font-size: 13px;
    height: 28px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 460px) {
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 430px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    font-size: 12px;
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    font-size: 12px;
    text-align: left;
    max-width: 168px; } }

@media screen and (max-width: 330px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 155px; } }

.form-common {
  background: rgba(0, 0, 0, 0.7) !important;
  overflow-y: auto; }

.form-common .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  max-width: 350px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 5px; }

.form-common .modal-form .btn-close-form {
  position: absolute;
  background-position: 0 -977px;
  height: 19px;
  width: 15px;
  right: 5px;
  top: 3px;
  cursor: pointer; }

.form-common .modal-form .form-group {
  height: 40px;
  position: relative;
  margin-bottom: 10px; }

.form-common .modal-form .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.form-common .modal-form .form-group .input-name {
  height: 40px;
  left: 0;
  right: 0;
  position: absolute;
  top: -1px;
  z-index: 2;
  padding: 15px 0 5px 10px; }

.form-common .modal-form .form-group .textarea {
  min-height: 80px; }

.form-common .modal-form .form-group .btn-send {
  max-width: 100%;
  background: #17627e; }

.form-common .modal-form .form-group .btn-send:hover {
  background: rgba(23, 98, 126, 0.85); }

.form-common .modal-form .textarea-group {
  height: 80px; }

.form-common .modal-form .error-text {
  bottom: 4px; }

.form-common .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center; }

.empty-column-cart {
  background: #fff !important; }

.holder-width .review-block-item {
  padding: 0 45px; }

@media screen and (max-width: 680px) {
  .holder-width .review-block-item {
    padding: 0 40px; } }

@media screen and (max-width: 480px) {
  .holder-width .review-block-item {
    padding: 0 15px; } }

.card-product-page .product-is-out {
  background: #fff; }

.card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 25px; }

@media screen and (max-width: 740px) {
  .card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
    padding: 10px 25px; } }

#send_to_friend .error-text {
  bottom: -2px; }

.card-product-page .product-is-out .detail-main-small .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 33px;
  display: table;
  max-width: 100%;
  width: 100%; }

.holder-text,
.holder-text p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #000; }

.card-product-page .product-is-out .detail-main-small-parent .btn-buy {
  padding: 3px 15px; }

.holder-text {
  padding: 7px 35px; }

@media screen and (max-width: 680px) {
  .holder-text {
    padding: 0 30px; } }

@media screen and (max-width: 480px) {
  .holder-text {
    padding: 0 10px; } }

.product-is-out .status-out {
  background: #124153;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 25px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  z-index: 1;
  border-radius: 0 0 0 10px;
  border: 1px solid #fff;
  text-align: center; }

.compare-block a,
.compare-block a:focus,
.compare-block a:hover,
.ttl-text {
  color: #202020; }

@media screen and (max-width: 400px) {
  .product-is-out .status-out {
    width: 110px;
    font-size: 12px; } }

​ .holder-text {
  padding: 15px 30px; }

@media screen and (max-width: 670px) {
  ​ .holder-text {
    padding: 0 15px; } }

.wrap-width {
  padding: 0 15px; }

.card-product-page .categories-items {
  overflow: hidden; }

.detail-change-block {
  display: none; }

.login-page form {
  max-width: 320px;
  margin: 0 auto; }

.information .call-phone span {
  background: #febd0c; }

.filter-row select {
  width: 100%; }

@media screen and (max-width: 950px) {
  .checkbox-holder,
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px; }
  .checkbox-holder .checkbox:not(checked) + label::before {
    left: 0; } }

.btn-green,
.feedback-bg .feedback-holder .btn-green,
.login-page .btn-green {
  background: #44bb6e !important; }

.btn-green:hover,
.feedback-bg .feedback-holder .btn-green:hover,
.login-page .btn-green:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.ttl-text {
  font: 30px/32px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .ttl-text {
    font-size: 20px;
    line-height: 25px; } }

.category-btn {
  display: none;
  background: #44bb6e;
  padding: 5px;
  width: 130px;
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  height: 30px;
  border-radius: 3px;
  right: 60px;
  top: 20px;
  border: 0;
  transition-duration: .5s; }

.category-btn:hover {
  -webkit-box-shadow: 0 0 3px 0 #3c604a;
  -moz-box-shadow: 0 0 3px 0 #3c604a;
  box-shadow: 0 0 3px 0 #3c604a; }

@media screen and (max-width: 600px) {
  .category-btn {
    display: block; } }

@media screen and (max-width: 550px) {
  .category-btn {
    top: 12px !important;
    left: 60px;
    right: auto; } }

@media screen and (max-width: 360px) {
  .category-btn {
    width: 150px;
    left: -42px;
    right: 0;
    margin: 0 auto; } }

.menu-tab .enter-wrap {
  height: 57px;
  overflow: hidden;
  display: none !important; }

@media screen and (max-width: 480px) {
  .menu-tab .enter-wrap {
    display: block !important; } }

.menu-tab .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .menu-tab .enter-wrap a {
    padding: 0 0 10px 25px !important;
    margin-right: 0 !important; }
  .menu-tab .enter-wrap a.name-reg {
    padding-left: 0 !important; } }

@media screen and (max-width: 580px) {
  .menu-tab .enter-wrap a {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .menu-tab .enter-wrap a {
    margin: 0 !important; } }

.menu-tab .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.menu-tab .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0 !important; } }

.menu-tab .enter-wrap .enter:before {
  background-position: 0 -28px; }

.menu-tab .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.menu-tab .enter-wrap .name-reg:before {
  background: 0 0; }

.menu-tab .enter-wrap .exit:before {
  background-position: -92px -21px; }

@media screen and (max-width: 480px) {
  .cart {
    min-height: 0 !important;
    padding: 0 10px !important; }
  .cart .btn-callback {
    display: none !important; }
  .header-fixed .comparison {
    display: none; }
  .header-middle .header-middle-child .callback-fixed {
    float: none;
    margin: 0 auto;
    position: relative;
    right: 8px; }
  .header-bottom .menu ul li a.enter,
  .header-bottom .menu ul li a.registr,
  .header-middle .header-middle-child .cart .enter-wrap .exit,
  .header-middle .header-middle-child .cart .enter-wrap .name-reg {
    padding-bottom: 10px !important; } }

hr {
  margin: 0; }

@media screen and (max-width: 480px) {
  hr {
    opacity: 1;
    margin: 5px 0 10px; } }

.width-label label {
  width: 90px; }

.one-click-know span {
  padding-left: 12px !important;
  font-size: 12px !important; }

#basket-window .modal-form,
.example-block {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  position: relative; }

@media screen and (max-width: 740px) {
  .one-click-know span {
    padding-left: 5px !important;
    margin-top: -1px; }
  .one-click-know .form-control {
    max-width: 100px !important; } }

.one-click-know {
  margin: 30px 0 0 !important; }

.block-reserv {
  float: left;
  width: 35%;
  height: 65px;
  position: relative; }

@media screen and (max-width: 1250px) {
  .block-reserv {
    width: 26%;
    padding-bottom: 20px; } }

@media screen and (max-width: 1050px) {
  .block-reserv {
    width: 55%;
    max-width: 600px; }
  .block-reserv .search-holder {
    width: 100%;
    max-width: 600px; } }

.block-reserv .search-holder {
  float: none;
  width: 100%; }

@media screen and (max-width: 1250px) {
  .block-reserv .search-holder {
    width: 100%; } }

.example-block {
  bottom: -19px; }

@media screen and (max-width: 550px) {
  .count-wrap .count-item {
    height: 20px;
    width: 57px;
    margin: 0;
    display: flex !important;
    align-items: center; }
  .count-wrap .count-item .count {
    width: 25px !important;
    height: 18px !important;
    padding: 0 !important; }
  .basket .basket-item .count-wrap .count-item .form-control {
    height: 17px;
    max-width: 18px;
    padding: 0; }
  .basket .basket-item .count-wrap .count-item {
    height: 20px;
    margin: 0; }
  .basket .basket-item .count-wrap .count-item .count {
    height: 18px;
    width: 18px; }
  .one-click-know {
    margin: 15px 0 0 !important; }
  .block-reserv {
    width: 100%;
    top: 0;
    height: auto; }
  .block-reserv .search-holder {
    width: 100%;
    top: 0; }
  .example-block {
    padding-top: 3px;
    bottom: 0; } }

#basket-window,
#edit-basket,
#quick-basket {
  overflow-y: auto;
  display: none; }

#basket-window .modal-form,
#edit-basket .modal-form,
#quick-basket .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  position: relative;
  border-radius: 3px;
  max-width: 600px;
  z-index: 50;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

#basket-window .basket .total-holder {
  text-align: right;
  padding-top: 0;
  position: relative; }

#basket-window .image-holder,
.sale-window .ttl {
  text-align: center; }

#basket-window .basket .total-holder span,
#edit-basket .basket .total-holder span,
#quick-basket .basket .total-holder span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 5px; }

#basket-window .ttl,
#edit-basket .ttl,
#quick-basket .ttl {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

#basket-window .image-holder a {
  display: inline-block; }

#basket-window .text-holder a {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 19px;
  max-width: 240px; }

.checkout-wrap .tel-wrapper {
  position: relative;
  width: 100%;
  margin-right: 25px; }

.checkout-wrap .tel-wrapper label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-65%); }

.checkout-wrap .tel-wrapper input {
  height: 45px; }

.checkout-wrap .tel-wrapper .btn-buy {
  height: 45px; }

.checkout-wrap .tel-wrapper input:focus + label {
  transition: .3s ease all;
  transform: scale(0.7) translateY(-155%);
  left: -5px; }

#quick-basket .post-item .text-holder a {
  max-width: 320px;
  margin-right: 45px; }

#quick-basket li.clearfix {
  margin-right: 80px; }

#basket-window .btn-close-quick-basket span,
#edit-basket .btn-close-quick-basket span,
#quick-basket .btn-close-quick-basket span {
  font-size: 12px;
  line-height: 12px;
  color: #888; }

#basket-window .basket .basket-item ul li span,
#edit-basket.basket .basket-item ul li span,
#quick-basket .basket .basket-item ul li span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 0; }

.total-holder .total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.total-holder .total-price span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .basket .total-holder .btn-buy {
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 500;
  height: 38px;
  max-width: 220px;
  background-color: #44bb6e; }

#basket-window .return {
  font: 16px/20px "Geometria", sans-serif !important;
  font-weight: 500;
  color: rgba(23, 98, 126, 0.7);
  bottom: 33px;
  left: 10px;
  display: flex;
  align-items: center; }

@media screen and (max-width: 500px) {
  #basket-window .basket .total-holder {
    text-align: center; }
  #basket-window .return {
    width: 255px;
    margin: 0 auto;
    bottom: 0;
    right: 0; } }

#basket-window .return:hover {
  color: #17627e; }

#basket-window .return:after {
  top: 4px;
  left: -15px;
  position: absolute;
  background-position: -33px -990px;
  width: 10px;
  height: 10px; }

.checkout-wrap {
  display: none;
  justify-content: space-between; }

.checkout-wrap.active {
  display: flex; }

.fast-checkout-wrap {
  display: none;
  justify-content: space-between; }

.fast-checkout-wrap.active {
  display: flex; }

@media screen and (max-width: 500px) {
  #basket-window .return:after {
    left: 30px; } }

#basket-window .btn-close-window,
#edit-basket.btn-close-window,
#quick-basket .btn-close-window {
  background-position: -1px -139px;
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  cursor: pointer; }

#quick-basket .list-inline > li {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .modal-form .btn-close-window,
#edit-basket .modal-form .btn-close-window,
#quick-basket .modal-form .btn-close-window {
  cursor: pointer; }

#basket-window .btn-close-basket,
#edit-basket .btn-close-basket,
#quick-basket .btn-close-quick-basket {
  background: 0 0;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  right: 12px;
  top: 15px; }

#basket-window .btn-close-basket span,
#edit-basket .btn-close-basket span,
#quick-basket .btn-close-quick-basket span {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #888; }

.btn-inset {
  margin: 15px 0 20px; }

.sale-window {
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: none; }

.cancel-edit-btn {
  display: flex;
  align-items: center; }

.sale-window .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 45px;
  border-radius: 0;
  max-width: 525px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

@media screen and (max-width: 500px) {
  .sale-window .modal-form {
    top: 25px; } }

.sale-window img {
  border-bottom: 2px solid #febd0c; }

.sale-window form {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 440px; }

.sale-window form .form-height {
  width: 45%;
  margin: 0 10px;
  padding: 0;
  position: relative; }

.sale-window form .form-height.last-child {
  margin: 0 0 0 20px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-height {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 45px; }
  .sale-window form .form-height.last-child {
    margin: 0;
    padding: 0 15px; } }

.sale-window form .form-height .form-control {
  border: 1px solid #e1e1e1;
  box-shadow: 0;
  outline: 0;
  border-radius: 0; }

.sale-window form .form-height .form-control:focus {
  outline: 0;
  box-shadow: none; }

.sale-window form .form-group {
  position: relative;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group {
    height: 35px; } }

.sale-window form .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group .input-name {
    padding: 10px 5px 5px 10px;
    height: 35px; } }

.sale-window .ttl {
  font: 33px/68px 'Geometria', sans-serif;
  font-weight: 500;
  background: #febd0c;
  color: #17627e;
  height: 65px;
  border-bottom: 2px solid #fff; }

@media screen and (max-width: 767px) {
  .sale-window .ttl {
    font-size: 25px;
    line-height: 40px;
    height: 40px; } }

@media screen and (max-width: 380px) {
  .sale-window .ttl {
    font-size: 20px; } }

.sale-window .btn-buy {
  max-width: 300px;
  padding: 11px 4px;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window .btn-buy {
    padding: 8px 4px;
    height: 35px; } }

.sale-window .btn-close-sale {
  display: block;
  position: absolute;
  right: 2px;
  padding-right: 20px;
  top: -18px;
  cursor: pointer;
  color: #d9d9d9;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale {
    top: -13px; } }

.sale-window .btn-close-sale:after {
  position: absolute;
  background-position: -56px -984px;
  height: 16px;
  width: 18px;
  content: '';
  top: -2px;
  right: 0; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale:after {
    top: -4px; } }

.sale-window .error-text {
  bottom: 10px; }

.btn-size .btn-buy {
  max-width: 283px; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  font-size: 0; }

input:focus::-o-placeholder,
textarea:focus::-o-placeholder {
  font-size: 0; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  font-size: 0; }

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  font-size: 0; }

.feedback-block-add {
  position: fixed !important;
  z-index: 10 !important;
  top: 145px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto; }

.orders .order-block .status-inform {
  margin: 0 0 5px !important; }

.zoo-img {
  cursor: crosshair !important; }

.product-slider-wrapper .slick-list {
  border-radius: 10px; }

.basket .total-holder .two-block-f {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 15px; }

@media screen and (max-width: 615px) {
  .basket .total-holder .two-block-f {
    flex-direction: column;
    align-items: center; }
  .basket .total-holder .two-block-f .btn {
    margin-bottom: 20px !important; } }

.basket .total-holder .two-block-f .btn-grey {
  background: #777;
  width: 100%;
  margin: 0; }

.basket .total-holder .two-block-f .btn-grey:focus,
.basket .total-holder .two-block-f .btn-grey:hover {
  background: rgba(119, 119, 119, 0.85); }

.execution-page {
  position: relative; }

.edit-order {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  padding-left: 20px;
  line-height: 24px; }

.edit-order:before {
  content: "";
  position: absolute;
  background-position: -20px -21px;
  height: 9px;
  left: 0;
  top: 5px;
  width: 14px; }

@media screen and (max-width: 850px) {
  .edit-order {
    right: 0;
    left: 0;
    max-width: 200px;
    padding-left: 0; }
  .checkout-wrapper .product-checkout div.product-checkout__title {
    padding: 0; } }

.checkout-wrapper {
  display: flex; }

.checkout-wrapper .product-checkout {
  border-left: 1px solid rgba(136, 136, 136, 0.3);
  padding: 110px 0 0 20px; }

.checkout-wrapper .product-checkout .product-checkout__title {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: flex-start; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order {
  position: relative;
  cursor: pointer; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order:before {
  content: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm label {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #17627e;
  margin-bottom: 10px; }

#for_liqpay,
.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
  display: inline-block;
  width: fit-content;
  font-family: 'Geometria';
  font-weight: 700;
  font-size: 24px;
  padding: 16px 45px;
  background: #17627e;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 25px; }

div#for_liqpay {
  display: none;
  width: 312px !important; }

div#for_liqpay * {
  background: 0 0 !important;
  text-align: center; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input {
  display: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #333; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input.error + label:before {
  border-color: red; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 1px solid rgba(136, 136, 136, 0.6);
  left: 0; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 5px;
  border: 1px solid rgba(136, 136, 136, 0.6);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.checkout-wrapper .form-wrapper {
  width: 55%;
  padding: 45px 0 0 0; }

.checkout-wrapper .form-wrapper .basket-mobile {
  display: none; }

.checkout-wrapper .form-wrapper h1 {
  text-align: start;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Geometria';
  font-weight: 400;
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder {
  max-width: 410px;
  padding-right: 20px; }

.checkout-wrapper p.title-check {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio],
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] {
  display: none; }

.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox {
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
  position: relative;
  padding-left: 0;
  display: flex;
  font-family: 'Geometria';
  font-weight: 400;
  color: #333;
  align-items: center; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(51, 51, 51, 0.5);
  white-space: nowrap; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  flex-shrink: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #17627e;
  position: absolute;
  border: 1px solid #888;
  border-radius: 50%;
  left: 7px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap {
  padding-left: 30px;
  padding-top: 20px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label {
  padding-left: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap {
  display: flex; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap p {
  margin-left: auto; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap {
  margin-bottom: 45px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn {
  display: flex;
  flex-wrap: wrap; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn label {
  text-align: center; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .forgot-password {
  color: #888;
  text-decoration: underline; }

.checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height .example {
  color: #888;
  font-size: 12px;
  bottom: 0; }

.checkout-wrapper .form-wrapper .form-control {
  height: 45px;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .form-control::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .form-control::placeholder {
  color: #333;
  font-size: 16px; }

.checkout-wrapper__confirm .form-height .form-group .form-control {
  height: 45px;
  padding: 0 12px; }

.checkout-wrapper__confirm .form-height .form-group .form-control input::placeholder {
  color: #333; }

.checkCoupon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #17627e; }

.checkout-wrapper .form-wrapper .FormHolder .label-name {
  top: 14px;
  color: #333;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  font-size: 16px;
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar {
  width: 100%;
  height: 1px;
  position: relative;
  background: #888;
  margin-bottom: 32px;
  margin-top: 10px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar .authorization__scroll {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  border-radius: 5px;
  background: #17627e;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn #const-auth:checked ~ .authorization__scrollBar .authorization__scroll {
  left: initial;
  right: 0;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn input:checked + label {
  font-weight: 700; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap input[type=radio] {
  display: none; }

.delivery-house {
  width: 80%;
  display: flex; }

.delivery-house .form-height:first-child {
  margin-right: 15px; }

.delivery-house .form-height {
  margin-bottom: 0 !important; }

.delivery-house input {
  width: 105px;
  padding: 8px 2px 6px 2px;
  font-size: 16px;
  line-height: 16px; }

.delivery-house input::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .checkout-wrapper .form-wrapper {
    width: 100%;
    max-width: 577px; }
  .checkout-wrapper .form-wrapper h1 {
    margin-bottom: 41px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%;
    margin-top: 40px;
    padding-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile {
    display: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select {
    transition: .3s ease all;
    width: 25px;
    height: 25px;
    position: relative; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 25%;
    left: 40%;
    border: 1px solid #17627e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active {
    height: 45px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .arrow-select {
    transform: rotate(180deg);
    transition: .3s ease all; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order {
    display: none;
    font-size: 12px;
    padding-left: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order:before {
    content: none; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .edit-order {
    display: block;
    bottom: 0;
    left: 0;
    right: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check {
    margin: 0;
    padding-bottom: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    display: block;
    margin: 0;
    max-height: 270px;
    overflow-y: auto;
    position: relative;
    width: 100%; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item {
    padding: 15px 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image {
    margin-right: 5px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100px;
    height: 80px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 16px;
    line-height: 137%;
    margin: 0;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 24px;
    line-height: 24px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    margin-left: auto;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria';
    font-weight: 500; }
  .checkout-wrapper {
    flex-direction: column; }
  .checkout-wrapper .product-checkout {
    border-left: none; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm textarea {
    resize: none; }
  .checkout-wrapper .product-checkout .basket .basket-holder {
    display: none; }
  .checkout-wrapper .product-checkout .product-checkout__title .title-check {
    display: none; }
  .checkout-wrapper .product-checkout {
    width: 80%;
    padding: 0; } }

@media screen and (max-width: 468px) {
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check,
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm label,
  .checkout-wrapper p.title-check {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    width: 12px;
    height: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder {
    max-width: unset; }
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
    height: 35px;
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    left: 5px; }
  .delivery-method .checkbox label,
  .payment-method .checkbox label {
    font-size: 12px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap {
    margin-top: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height,
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
    margin-bottom: 20px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    text-align: center; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label,
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input::placeholder {
    font-size: 14px;
    line-height: 1; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
    width: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 12px;
    margin-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    white-space: nowrap; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    width: unset; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100%;
    height: 100%; }
  .checkout-wrapper__confirm .form-height .form-group .form-control {
    font-size: 12px;
    line-height: 1;
    height: 35px; }
  .checkCoupon {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    width: 10px;
    height: 10px; } }

@media screen and (max-width: 568px) {
  input#inp_55::placeholder {
    font-size: 12px; }
  #quick-basket li.clearfix {
    margin-right: 15px; }
  #basket-window .ttl,
  #edit-basket .ttl,
  #quick-basket .ttl {
    font-size: 24px; }
  .checkout-wrap .tel-wrapper {
    margin-right: 0; }
  .checkout-wrap .tel-wrapper input {
    margin-bottom: 15px; }
  #basket-window .basket .total-holder span,
  #edit-basket .basket .total-holder span,
  #quick-basket .basket .total-holder span {
    font-size: 14px; }
  .checkout-wrap.active {
    flex-direction: column;
    align-items: center; }
  #basket-window .return {
    order: 3;
    width: unset;
    text-align: center; }
  #basket-window .basket .basket-item ul li span,
  #edit-basket.basket .basket-item ul li span,
  #quick-basket .basket .basket-item ul li span {
    font-size: 14px; }
  #basket-window .text-holder a {
    font-size: 12px;
    line-height: 1.35; }
  .basket .basket-item .delete-item {
    top: 0;
    right: 0; }
  #basket-window .modal-form,
  #edit-basket .modal-form,
  #quick-basket .modal-form {
    padding: 24px 10px 10px; }
  .basket .basket-holder {
    margin: 0; }
  #basket-window .basket .total-holder .btn-buy {
    margin-bottom: 15px; }
  .list-inline {
    align-items: unset;
    padding-top: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 14px;
    line-height: 12px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    text-align: center;
    font-size: 18px;
    width: 100%; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 63px;
    height: 50px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper,
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%; }
  .checkout-wrapper p.title-check {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .form-control {
    height: 35px;
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .label-name {
    top: 8px; } }

#buy-cart-popup:disabled {
  pointer-events: none; }

.slider-for div img {
  width: 50%;
  margin: 0 auto; }

.review-block-item-page {
  margin: 25px 45px;
  border-bottom: 1px solid silver;
  padding: 0 !important; }

.video-poster {
  max-width: 50px; }

.custom-g-c .slick-slide {
  margin: 0 12px; }

.gallery-ch-item img {
  margin: 0 auto;
  width: 280px !important; }

.zoo-item .zoo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out; }

.box-category-holder .box-category .item-category .description-category .price-new,
.box-category-holder .box-category .item-category .description-category .price-old,
.box-category-holder .box-category .item-category .description-category .title span,
.box-category-holder .box-category .one-click span,
.box-category-holder .box-category:hover .block-addition,
.card-product-page .detail-main .share-details .counter,
.card-product-page .detail-text .detail-main-inner .choose-color,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click span,
.categories-items .name-product,
.data,
.detail-image .wrap-star .stars li span,
.download,
.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .dropdown-holder .dropdown-holder-item,
.dropdown-contact .dropdown-holder:hover .city-inner,
.dropdown-contact .dropdown-holder:hover .phone-inner,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span,
.feedback-holder .wrap-star .stars li span,
.header-fixed .menu-fix ul li a,
.header-middle .header-middle-child .callback span,
.header-middle .header-middle-child .duty span,
.label,
.menu-holder .menu-principal .link-child li a,
.menu-holder .menu-principal .link-parent li a,
.menu-holder .menu-principal .link-parent li:hover .link-child,
.post-item .text-holder span,
.quantity-reviews,
.scope ul li a,
.search-by-child a,
.search-by-parent:hover .search-by-child,
.search-holder .img-search,
.search-result .inner-search .text-block span,
.social-holder .card-links li a,
.social-holder .social-links li a {
  display: block; }

#basket-window .btn-close-window,
#basket-window .return:after,
.btn-close,
.btn-holder-close,
.btn-open,
.btn-read-all:after,
.burger,
.burger-close,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.cart-wrap a i,
.checkbox-holder .checkbox:not(checked) + label:before,
.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.detail-image .wrap-star .stars li span,
.download i,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.edit-order:before,
.feedback-holder .wrap-star .stars li span,
.form-common .modal-form .btn-close-form,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.header-middle .header-middle-child .links-faces li span,
.information span:after,
.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover,
.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover,
.sale-window .btn-close-sale:after,
.scope .more:after,
.scroll-to-top a,
.search-holder .img-search,
.search-holder .search-by:after,
.social-holder .card-links li a,
.social-holder .social-links li a,
.sort-row span .asc-sort,
.sort-row span .desc-sort,
.wrap-star .stars li span,
.ya-share2__link {
  background: url(../images/sprites.png) no-repeat; }

.btn-read-all:after,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.information span:after,
.links-dash li:before,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.scope .more:after,
.scope ul li a:after,
.search-holder .search-by:after {
  position: absolute;
  content: '';
  display: block; }

.card-product-page .detail-text .column,
.card-product-page .detail-text .detail-main-inner .detail-service .column-item,
.contact-middle .city-block,
.header-middle .header-middle-child .callback,
.header-middle .header-middle-child .cart,
.header-middle .header-middle-child .duty,
.header-middle .header-middle-child .logo {
  float: left;
  padding: 0 15px; }

.categories-items {
  line-height: 0;
  font-size: 0;
  padding: 30px 15px 20px;
  max-width: 1500px;
  margin: 0 auto; }

@media screen and (max-width: 550px) {
  .categories-items {
    padding: 15px 15px 15px; } }

.categories-items .categories-inner {
  display: inline-block;
  width: 25%;
  padding: 0 5px 10px;
  position: relative; }

@media screen and (max-width: 1000px) {
  .categories-items .categories-inner {
    width: 33.3%; }
  .footer-container {
    flex-direction: column-reverse; }
  div.footer-container > div {
    width: unset; }
  .mind-team {
    padding: 10px 0; } }

@media screen and (max-width: 600px) {
  .categories-items .categories-inner {
    width: 50%;
    padding: 0 2px 4px; } }

.categories-items .categories-inner img {
  width: 100%;
  border-radius: 5px;
  -webkit-filter: grayscale(100%) brightness(75%);
  -o-filter: grayscale(100%) brightness(75%);
  -moz-filter: grayscale(100%) brightness(75%);
  filter: grayscale(100%) brightness(75%); }

.categories-items .categories-inner .color,
.categories-items .categories-inner:hover img {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.categories-items .categories-inner .name-color,
.categories-items .categories-inner:hover .name-product {
  background: rgba(0, 0, 0, 0.5); }

.categories-items .categories-inner a {
  position: relative;
  overflow: hidden; }

.categories-items .name-product {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-45%);
  padding: 5px 25px; }

@media screen and (max-width: 500px) {
  .categories-items .name-product {
    font-size: 20px;
    line-height: 25px; } }

@media screen and (max-width: 380px) {
  .categories-items .name-product {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    transform: translateY(-50%); } }

.description-holder {
  background: #f5f5f5; }

.description-holder .description-items {
  max-width: 1490px;
  padding: 30px 135px;
  margin: 0 auto;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 992px) {
  .description-holder .description-items {
    padding: 30px 45px; } }

@media screen and (max-width: 768px) {
  .description-holder .description-items {
    text-align: center; }
  #edit-basket .modal-form .ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }
  #edit-basket .modal-form .basket .title {
    text-align: left;
    margin-left: 5px; }
  .basket .basket-item .count-wrap .count-item .count {
    display: flex;
    align-items: center;
    justify-content: center; }
  .basket .basket-item ul li span.price-bsk {
    margin-bottom: 0; }
  div.basket .basket-item .delete-item {
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px; }
  div.basket .basket-item .delete-item svg {
    width: 100%;
    height: 100%; }
  div.basket .basket-item {
    margin-bottom: 0;
    padding: 20px 0; }
  div.basket .basket-item:last-child {
    border-bottom: 1px solid #e1e1e1; }
  div.basket .basket-item ul li span.price-bsk {
    white-space: unset; }
  #edit-basket div.basket .total-holder span {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrap.active {
    flex-direction: column-reverse; }
  .cancel-edit-btn {
    margin-top: 12px;
    text-align: center;
    justify-content: center; }
  div.basket .total-holder .btn-buy {
    font-size: 18px;
    max-width: unset; }
  .description-holder .description-items ul {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px; } }

@media screen and (max-width: 670px) {
  .description-holder .description-items {
    padding: 30px 15px; } }

.description-holder .description-items img {
  margin: 0 32px 20px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .description-holder .description-items img {
    float: none;
    margin: 0 auto 30px; } }

@media screen and (max-width: 550px) {
  .description-holder .description-items {
    padding: 20px 15px; }
  .description-holder .description-items img {
    margin: 0 auto 10px; } }

@media screen and (max-width: 420px) {
  .description-holder .description-items img {
    width: 100%; } }

.product-list-page .container-holder {
  margin: 0 70px; }

@media screen and (max-width: 900px) {
  .product-list-page .container-holder {
    margin: 0 90px; } }

@media screen and (max-width: 740px) {
  .product-list-page .container-holder {
    margin: 0 70px; } }

@media screen and (max-width: 700px) {
  .product-list-page .container-holder {
    margin: 0 50px; } }

@media screen and (max-width: 650px) {
  .product-list-page .container-holder {
    margin: 0 30px; } }

@media screen and (max-width: 570px) {
  .product-list-page .container-holder {
    margin: 0; } }

.category-links {
  padding: 20px 0 10px;
  font-size: 0;
  line-height: 0; }

@media screen and (max-width: 900px) {
  .category-links {
    padding: 20px 0 20px; } }

@media screen and (max-width: 550px) {
  .category-links {
    padding: 20px 0 10px; } }

@media screen and (max-width: 380px) {
  .category-links {
    padding: 15px 0 20px; } }

.holder {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px; }

@media screen and (max-width: 1500px) {
  .holder {
    width: 25%; } }

@media screen and (max-width: 1150px) {
  .holder {
    width: 33.3%; } }

@media screen and (max-width: 900px) {
  .holder {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px; } }

@media screen and (max-width: 615px) {
  .holder {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .holder .image-holder a {
    width: 100%; } }

@media screen and (max-width: 320px) {
  .holder {
    margin-bottom: 0; } }

.box-category-holder {
  color: #202020;
  background: #fff; }

.box-category-holder .box-category {
  position: relative;
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1; }

.box-category-holder .box-category:hover {
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 5px #e6eef1;
  -moz-box-shadow: 0 1px 5px 5px #e6eef1;
  box-shadow: 0 1px 5px 5px #e6eef1;
  border-radius: 4px 4px 0 0; }

.box-category-holder .box-category:hover .block-addition {
  position: absolute;
  width: 100%; }

.box-category-holder .box-category:hover .title {
  background-color: #fff;
  overflow: visible;
  position: absolute;
  right: 0;
  transition: all .25s ease 0s;
  white-space: normal;
  width: 100%;
  z-index: 999; }

.advantages-holder .item .info-box,
.block-addition,
.detail-main-small,
.information .phone-inform .links-phone {
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s; }

.box-category-holder .box-category:hover .title .about-title {
  height: auto;
  text-align: center !important; }

.box-category-holder .box-category .item-category {
  padding: 15px 15px 0; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category {
    padding: 5px 7px 0; } }

.box-category-holder .box-category .item-category .image-holder img {
  width: 100%;
  border-radius: 2px;
  object-fit: cover;
  min-height: unset;
  margin-bottom: 0; }

.box-category-holder .box-category .item-category .description-category {
  border: 0;
  padding: 12px 5px 20px; }

.box-category-holder .box-category .item-category .description-category .title {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 10px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category:hover .title {
    position: static; }
  .box-category-holder .box-category .item-category .description-category .title {
    min-height: 70px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category {
    padding: 10px 5px 20px; }
  .box-category-holder .box-category .item-category .description-category .title {
    font-size: 14px;
    line-height: 17px;
    min-height: 55px; } }

.box-category-holder .box-category .item-category .description-category .title span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .title span {
    font-size: 14px;
    line-height: 17px; } }

.box-category-holder .box-category .item-category .description-category .price-new {
  font: 20px/34px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 1200px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 19px;
    line-height: 22px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 16px;
    line-height: 20px; } }

.box-category-holder .box-category .item-category .description-category .price-old {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  color: #777;
  text-decoration: line-through; }

.box-category-holder .about-title a,
.box-category-holder .about-title a:focus,
.box-category-holder .about-title a:hover,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a:hover {
  color: #202020; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  .box-category-holder .box-category .item-category .description-category .btn-holder {
    width: 100%; }
  .box-category-holder .box-category .item-category .description-category .btn-holder .btn-buy {
    max-width: 90px; }
  .box-category-holder .box-category .item-category .description-category .price-old {
    text-align: center; }
  .box-category-holder .box-category .item-category .description-category .compare-block {
    display: none; } }

.box-category-holder .box-category .item-category .description-category .compare-block {
  margin-bottom: 10px; }

.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder {
  padding: 0;
  position: absolute;
  left: 20px; }

.box-category-holder .box-category .substrate {
  height: 45px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category .substrate {
    height: auto; } }

.box-category-holder .about-title {
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  max-width: 215px; }

@media screen and (max-width: 475px) {
  .box-category-holder .about-title {
    height: auto;
    max-height: 60px;
    padding: 0 5px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .about-title {
    max-height: 50px;
    margin-bottom: 5px; } }

.block-addition {
  border-top: 1px solid #e1e1e1;
  padding: 15px 15px 0;
  display: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 5px #e6eef1;
  -moz-box-shadow: 0 5px 5px 5px #e6eef1;
  box-shadow: 0 5px 5px 5px #e6eef1; }

.block-addition ul li {
  margin-bottom: 7px; }

.block-addition ul li span {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  margin-right: 10px; }

.block-addition ul li span:last-child {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-right: 0; }

@media screen and (max-width: 570px) {
  .product-list-page {
    padding: 15px 10px 0; } }

.product-list-page .slider-poduct .slick-next,
.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover,
.product-list-page .slider-poduct .slick-prev,
.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  top: 50%;
  transform: translateY(-50%); }

.product-list-page .slider-poduct .slick-next {
  background-position: 0 -573px;
  right: 1px; }

.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover {
  background-position: -28px -543px; }

.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  background-position: -28px -573px; }

.product-list-page .slider-poduct .slick-prev {
  left: 0; }

.main {
  color: #777;
  min-height: 310px; }

.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover {
  background-position: 0 -543px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover {
  background-position: 0 -573px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-dots li button:before,
.main .slick-next:before,
.main .slick-prev:before {
  content: ""; }

.main .slick-slide {
  height: auto; }

.main .slick-dotted.slick-slider {
  margin-bottom: 0; }

.product-page .description-holder .description-items {
  padding: 30px 100px 0; }

@media screen and (max-width: 992px) {
  .product-page .description-holder .description-items {
    padding: 30px 50px; } }

@media screen and (max-width: 670px) {
  .product-page .description-holder .description-items {
    padding: 20px 15px; } }

@media screen and (max-width: 550px) {
  .main {
    min-height: 10px; }
  .product-page .description-holder .description-items {
    padding: 15px; } }

.filter-row {
  margin: 0 15px;
  padding-bottom: 0; }

.filter-row .btn-filter-holder {
  width: 21%;
  float: left;
  padding: 0 15px 0 3px;
  text-align: right; }

@media screen and (max-width: 992px) {
  .filter-row {
    max-width: 460px;
    margin: 0 auto; }
  .filter-row .btn-filter-holder {
    width: 100%;
    padding: 0 5px; } }

.filter-row .filters-select {
  padding: 0 10px 0 0;
  width: 79%;
  float: left;
  font-size: 0;
  line-height: 0; }

.filter-row .filters-select .form-group {
  display: inline-block;
  margin: 0 0 10px 10px; }

@media screen and (max-width: 992px) {
  .filter-row .filters-select {
    width: 100%;
    padding: 0; }
  .filter-row .filters-select .form-group {
    width: 50%;
    margin: 0 0 11px;
    padding: 0 5px; } }

@media screen and (max-width: 440px) {
  .filter-row .filters-select .form-group {
    width: 100%; } }

.filter-row .filters-select .form-group:last-child {
  margin-right: 0; }

.main select {
  border: 1px solid #ccc;
  border-radius: 2px;
  max-width: 210px;
  min-width: 210px;
  padding: 6px;
  height: 30px;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: 0;
  resize: none;
  box-shadow: none;
  cursor: pointer;
  background: url(../images/select-arrow-down.png) 96% 8px no-repeat; }

.main select:focus {
  border: 1px solid #ccc; }

@media screen and (max-width: 992px) {
  .main select {
    max-width: 100%; } }

.main select option {
  padding: 4px 6px; }

.main .form-control:focus {
  box-shadow: none;
  outline: 0; }

.sort-row {
  font: 17px/21px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  max-width: 1405px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 13px;
  margin: 0 auto; }

@media screen and (max-width: 430px) {
  .sort-row {
    padding-bottom: 13px; } }

.sort-row span {
  display: inline-block;
  color: #202020;
  padding: 0 15px 0 8px;
  position: relative;
  cursor: pointer; }

.sort-row span.active {
  color: #287c9b;
  text-decoration: underline; }

.sort-row span .asc-sort,
.sort-row span .desc-sort {
  background-position: 0 0;
  height: 9px;
  position: absolute;
  right: -7px;
  top: 8px;
  width: 16px; }

.sort-row span .asc-sort {
  transform: rotate(180deg);
  right: -3px;
  top: 4px; }

@media screen and (max-width: 430px) {
  .sort-row .sort-title {
    display: block;
    margin-bottom: 8px; } }

select::-ms-expand {
  display: none; }

.old-price-holder {
  text-align: left; }

@media screen and (max-width: 485px) {
  .old-price-holder {
    height: 15px;
    text-align: center; }
  .old-price-holder .old-price {
    display: block;
    padding-top: 4px; } }

.old-price {
  color: #777;
  text-decoration: line-through;
  font: 14px/13px 'Geometria', sans-serif;
  font-weight: 400; }

.basket .present-product .basket-holder .basket-item {
  font-family: 'Geometria';
  font-weight: 500; }

.download {
  height: 60px;
  width: 370px;
  text-align: center;
  border: 1px solid #17627e;
  color: #17627e;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 0 auto 10px;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 0; }

@media screen and (max-width: 400px) {
  .download {
    width: 100%;
    font-size: 18px;
    line-height: 22px; } }

.download:hover {
  background: #17627e;
  color: #fff; }

.download:hover i {
  background-position: -66px -575px; }

.download i {
  background-position: -66px -539px;
  width: 27px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 8px;
  color: red; }

.inform-text {
  padding: 10px 35px; }

@media screen and (max-width: 380px) {
  #community_footer .flat_button {
    width: 275px !important; } }

.search-result {
  top: 28px !important;
  position: absolute !important; }

.card-product-page {
  overflow: initial;
  color: #202020; }

.card-product-page h1 {
  margin-bottom: 10px; }

@media screen and (max-width: 550px) {
  .inform-text {
    padding: 10px 5px; }
  .card-product-page h1 {
    padding: 0; } }

.card-product-page .categories-items {
  padding: 30px 45px 20px; }

@media screen and (max-width: 800px) {
  .card-product-page .categories-items {
    padding: 30px 40px 20px; } }

@media screen and (max-width: 680px) {
  .card-product-page .categories-items {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .categories-items {
    padding: 15px 10px 5px; } }

.card-product-page .detail-image {
  float: left;
  width: 34%; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-image {
    width: 28%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-image {
    width: 400px;
    margin: 0 auto;
    float: none; } }

@media screen and (max-width: 450px) {
  .card-product-page .detail-image {
    width: 100%; } }

.card-product-page .detail-text {
  color: #202020;
  float: left;
  width: 66%;
  padding: 10px 0 0 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-text {
    width: 72%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text {
    width: 100%;
    padding: 22px 0 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text {
    padding: 0; } }

.card-product-page .detail-text .available-box {
  position: relative;
  padding-left: 30px; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .available-box {
    padding: 0 30px; }
  .card-product-page .detail-text .detail-wishlist-link {
    padding-left: 25px; } }

.card-product-page .detail-text .available-box:after {
  background-position: -42px -24px;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0; }

.card-product-page .detail-text .detail-wishlist-link {
  position: relative;
  padding-right: 25px;
  color: #202020;
  font-size: 16px;
  line-height: 20px; }

.card-product-page .detail-text .detail-wishlist-link:after {
  background-position: -87px -755px;
  height: 15px;
  right: 0;
  top: 0;
  width: 14px; }

.card-product-page .detail-text .detail-wishlist-link.active:after,
.card-product-page .detail-text .detail-wishlist-link:hover:after {
  background-position: -71px -24px; }

.card-product-page .detail-text .checkbox-holder {
  padding-left: 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .form-group {
    margin-bottom: 5px; }
  .card-product-page .detail-text .checkbox-holder {
    text-align: center;
    padding: 7px 0 0 65px; } }

.card-product-page .detail-text .column {
  width: 27%; }

.card-product-page .detail-text .column:first-child {
  width: 35%; }

.card-product-page .detail-text .column:last-child {
  width: 37%; }

.card-product-page .detail-text .detail-main-inner {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 5px;
  font-size: 15px;
  line-height: 20px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 18px 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 10px 0 0; } }

.card-product-page .detail-text .detail-main-inner .column:first-child {
  width: 68%;
  padding: 0 50px 0 0; }

@media screen and (max-width: 765px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    padding-right: 25px; } }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    width: 100%;
    float: none;
    padding-right: 0; } }

.card-product-page .detail-text .detail-main-inner .column:last-child {
  width: 32%;
  background: #dcf3fb;
  border-radius: 3px;
  padding: 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:last-child {
    float: none;
    margin: 0 auto;
    width: 235px; } }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo {
  border: 1px solid #49b7e0;
  border-radius: 2px;
  padding: 17px 10px 10px;
  min-height: 160px; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time {
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 0 15px 20px;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block {
  float: left;
  width: 22%;
  margin-right: 4%;
  border: 1px solid #febd0c;
  border-radius: 2px;
  padding: 10px 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block:last-child {
  margin: 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .choose-color {
  padding-top: 5px; }

.card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
  display: none; }

.card-product-page .detail-text .detail-main-inner .detail-service {
  padding: 25px 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .choose-color {
    display: none; }
  .card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 80px;
    display: block; }
  .card-product-page .detail-text .detail-main-inner .detail-service {
    padding: 10px 0; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
  width: 45%;
  padding: 0 0 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    width: 40%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child .form-group {
    float: left;
    width: 110px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
  width: 55%;
  padding: 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    width: 60%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  margin-left: 0 !important;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 16px no-repeat; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
  display: inline-block; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    float: none;
    width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
    margin-bottom: 0; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
    display: block;
    margin-bottom: 3px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
  height: 40px;
  max-width: 210px;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 5px 2px;
  display: inline-block; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 300px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
    margin-bottom: 15px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click {
  border-radius: 3px;
  height: 40px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 300px;
    padding-top: 12px;
    width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button {
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  height: 38px;
  background: #febd0c;
  color: #fff;
  border: none;
  line-height: 17px; }

.advantages-holder .item,
.product-slider-wrapper,
.product-slider-wrapper .slider-for .image-block {
  position: relative; }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:focus,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 38px;
  text-align: left; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    float: left;
    padding: 0 3px 0 0;
    margin-top: -2px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    margin-top: -1px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
  border: 0;
  height: 20px;
  padding: 0 2px;
  box-shadow: none;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 400;
  width: 166px;
  text-align: center; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
    float: left;
    max-width: 147px;
    font-size: 13.6px;
    line-height: 18px;
    padding: 0 0 5px;
    text-align: left; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .one-click-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; } }

.card-product-page .detail-text .social-holder {
  float: left;
  width: 50%;
  margin: 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-holder {
    float: none;
    margin: 0 auto 13px;
    width: 312px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .social-holder {
    margin: 0 auto; } }

.card-product-page .detail-text .social-links {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  display: inline-block; }

.card-product-page .detail-text .social-links li {
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (max-width: 800px) {
  .card-product-page .detail-text .social-links {
    margin-left: 0; }
  .card-product-page .detail-text .social-links li {
    padding-right: 0; } }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-links li {
    padding-left: 4px; } }

.card-product-page .detail-text .social-links li:hover .counter {
  color: #17627e; }

.card-product-page .detail-text .social-links li a.vkontakte {
  background-position: -65px -194px; }

.card-product-page .detail-text .social-links li a.vkontakte:hover {
  background-position: -99px -194px; }

.card-product-page .detail-text .social-links li a.facebook {
  background-position: -65px -163px; }

.card-product-page .detail-text .social-links li a.facebook:hover {
  background-position: -99px -163px; }

.card-product-page .detail-text .social-links li a.linkedin {
  background-position: 0 -748px; }

.card-product-page .detail-text .social-links li a.linkedin:hover {
  background-position: 0 -784px; }

.card-product-page .detail-text .social-links li a.tumblr {
  background-position: -42px -748px; }

.card-product-page .detail-text .social-links li a.tumblr:hover {
  background-position: -42px -784px; }

.card-product-page .detail-text .social-links li a.twitter {
  background-position: -65px -257px; }

.card-product-page .detail-text .social-links li a.twitter:hover {
  background-position: -99px -257px; }

.card-product-page .detail-text .social-links li a.classmates {
  background-position: -65px -288px; }

.card-product-page .detail-text .social-links li a.classmates:hover {
  background-position: -99px -288px; }

.card-product-page .detail-text .social-links li a.mail {
  background-position: -65px -319px; }

.card-product-page .detail-text .social-links li a.mail:hover {
  background-position: -99px -319px; }

.card-product-page .detail-text .social-links li a.google {
  background-position: -65px -351px; }

.card-product-page .detail-text .social-links li a.google:hover {
  background-position: -99px -351px; }

.card-product-page .detail-text .social-links li a.instagram {
  background-position: -65px -226px; }

.card-product-page .detail-text .social-links li a.instagram:hover {
  background-position: -99px -226px; }

.card-product-page .detail-text .social-links li a.pinterest {
  background-position: -31px -132px; }

.card-product-page .detail-text .social-links li a.pinterest:hover {
  background-position: -87px -131px; }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .social-holder {
    padding-bottom: 0; }
  .card-product-page .detail-text .box-wrap {
    border-top: 1px solid #e1e1e1;
    margin: 0;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap {
    padding: 10px 0; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .box-wrap .column {
    padding: 0; } }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 30%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:first-child {
  width: 35%; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:first-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:last-child {
  width: 37%; }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 35%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-code {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  display: inline-block;
  margin: 0 25px 15px 0;
  padding-top: 8px;
  vertical-align: top; }

@media screen and (max-width: 450px) {
  .card-product-page .detail-code {
    display: block;
    margin: 0 0 7px; } }

.card-product-page .detail-main {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main {
    padding-bottom: 5px; } }

.card-product-page .detail-main .share-details {
  padding: 20px 0 5px;
  border-bottom: 1px solid #e1e1e1; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details {
    padding: 20px 0; } }

.card-product-page .detail-main .share-details .counter {
  text-align: center;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777; }

.card-product-page .detail-main .share-details .sale-repost {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
  padding-top: 8px;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost {
    float: none;
    margin: 0 auto 13px;
    display: block;
    padding-top: 0;
    width: 170px; } }

.card-product-page .detail-main .share-details .sale-repost:after {
  background-position: -48px -1px;
  height: 17px;
  left: 0;
  top: 10px;
  width: 18px; }

.card-product-page .detail-main .share-details .btn-holder {
  float: left;
  width: 25%; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost:after {
    top: 0; }
  .card-product-page .detail-main .share-details .btn-holder {
    float: none;
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 550px) {
  .count-wrap {
    position: relative;
    float: left;
    width: 185px; } }

.count-wrap .count-item {
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid #17627e;
  border-radius: 3px;
  margin-left: 0 !important; }

.count-wrap .count-item .count {
  background: #17627e;
  color: #fff;
  width: 25px;
  height: 38px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  cursor: pointer; }

.count-wrap .count-item .form-control {
  border: 0;
  display: inline-block;
  height: 38px;
  max-width: 38px;
  padding: 6px;
  box-shadow: 0;
  text-align: center; }

.detail-image .wrap-star,
.feedback-holder .wrap-star {
  margin-bottom: 15px;
  display: inline-block; }

.detail-image .wrap-star .stars,
.feedback-holder .wrap-star .stars {
  display: inline-block; }

.detail-image .wrap-star .stars li,
.feedback-holder .wrap-star .stars li {
  display: inline-block;
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .detail-image .wrap-star .stars li,
  .feedback-holder .wrap-star .stars li {
    margin: 0 1px; } }

.detail-image .wrap-star .stars li span,
.feedback-holder .wrap-star .stars li span {
  background-position: 0 -608px;
  height: 25px;
  width: 25px; }

.detail-image .wrap-star .stars li span.star2,
.feedback-holder .wrap-star .stars li span.star2 {
  background-position: -25px -608px; }

.detail-image .wrap-star .stars li span.star3,
.feedback-holder .wrap-star .stars li span.star3 {
  background-position: -53px -608px; }

.detail-image .wrap-star .stars li span.star5,
.feedback-holder .wrap-star .stars li span.star5 {
  background-position: 1px -633px; }

.detail-image .wrap-star .stars li span.star4,
.feedback-holder .wrap-star .stars li span.star4 {
  background-position: -25px -633px; }

.feedback-holder .wrap-star {
  width: 160px;
  margin: 0 auto 7px;
  display: block; }

.product-slider-wrapper .slider-for {
  margin-bottom: 10px; }

.product-slider-wrapper .slider-for .image-block img {
  border-radius: 10px;
  width: 100%; }

.product-slider-wrapper .slider-for .image-block .label {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  height: 35px;
  padding: 5px 0;
  right: 0;
  width: 115px; }

.product-slider-wrapper .slider-for .slick-next,
.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover,
.product-slider-wrapper .slider-for .slick-prev,
.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

.product-slider-wrapper .slider-for .slick-next {
  background-position: 0 -702px;
  right: 0; }

.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover {
  background-position: -40px -702px; }

.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: -40px -665px; }

.product-slider-wrapper .slider-for .slick-prev {
  left: 0; }

.table-bordered-mobile .slick-prev,
.table-without-border-mobile .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav {
  padding: 0 20px; }

.product-slider-wrapper .slider-nav .dots {
  margin: 0 5px;
  cursor: pointer; }

.product-slider-wrapper .slider-nav .dots img {
  border-radius: 5px;
  width: 100%; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover,
.product-slider-wrapper .slider-nav .slick-prev,
.product-slider-wrapper .slider-nav .slick-prev:focus,
.product-slider-wrapper .slider-nav .slick-prev:hover {
  background-position: -78px -669px;
  height: 26px;
  top: 55%;
  width: 15px; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover {
  background-position: -80px -707px; }

.product-slider-wrapper .slider-nav .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav .slick-next {
  right: 0; }

.table-bordered-mobile .slick-next,
.table-without-border-mobile .slick-next {
  right: 0;
  background-position: 0 -573px; }

.block-delivery {
  padding: 23px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.block-delivery ul {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  display: table;
  width: 100%; }

@media screen and (max-width: 400px) {
  .block-delivery {
    padding: 15px 0 5px; }
  .block-delivery ul {
    width: 100%;
    display: block;
    margin: 0 auto; } }

.block-delivery ul li {
  display: table-cell;
  text-align: center; }

@media screen and (max-width: 400px) {
  .block-delivery ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 17%; } }

@media screen and (max-width: 370px) {
  .block-delivery ul li {
    padding-left: 16%; } }

@media screen and (max-width: 350px) {
  .block-delivery ul li {
    padding-left: 14%; } }

@media screen and (max-width: 330px) {
  .block-delivery ul li {
    padding-left: 13%; } }

.block-delivery ul li a {
  color: #17627e; }

.advantages-holder {
  padding: 15px 0 5px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.advantages-holder .item {
  float: left;
  width: 33.3%;
  display: table;
  margin-bottom: 20px; }

.advantages-holder .item:hover span {
  color: #17627e; }

.advantages-holder .item:hover .info-box {
  opacity: 1;
  height: auto; }

@media screen and (max-width: 992px) {
  .advantages-holder .item {
    width: 50%; } }

@media screen and (max-width: 650px) {
  .advantages-holder .item {
    width: 100%;
    margin-bottom: 12px; } }

.advantages-holder .item span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px 0 20px;
  cursor: default; }

.advantages-holder .item .info-box {
  opacity: 0;
  height: 0;
  background: #edebeb;
  width: 315px;
  position: absolute;
  top: 35px;
  z-index: 1;
  padding: 20px;
  color: #202020;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 60px;
  -webkit-box-shadow: 0 0 10px 0 #cacaca;
  -moz-box-shadow: 0 0 10px 0 #cacaca;
  box-shadow: 0 0 10px 0 #cacaca;
  border-radius: 5px;
  border: 1px solid #f5f5f5; }

.scope,
.specification-block {
  border-bottom: 1px solid #e1e1e1; }

.specification-block {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 550px) {
  .specification-block {
    padding: 20px 0 5px; } }

.specification-block h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px; }

.scope,
.specification-block p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px; }

.scope {
  position: relative;
  padding-bottom: 10px; }

.scope ul {
  padding-right: 60px;
  float: left;
  max-height: 52px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .scope ul {
    float: none;
    padding-right: 0; } }

@media screen and (max-width: 400px) {
  .scope ul {
    max-height: 72px; } }

.scope ul li {
  padding-left: 11px; }

.scope ul li:first-child {
  padding-left: 5px; }

.scope ul li a {
  color: #17627e;
  position: relative;
  padding: 0 0 5px 5px; }

.scope ul li a:after {
  content: '#';
  left: -6px;
  top: 0; }

.scope ul li:first-child {
  color: #202020;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.scope .more {
  position: absolute;
  right: 0;
  padding-right: 18px;
  cursor: pointer;
  float: right; }

@media screen and (max-width: 550px) {
  .scope .more {
    position: relative;
    width: 50px;
    left: 0;
    margin: 0 auto;
    float: none;
    display: block; } }

.scope .more:after {
  background-position: 0 0;
  height: 7px;
  right: 0;
  top: 7px;
  width: 13px;
  cursor: pointer; }

.scope .more:hover:after {
  transform: rotate(-90deg);
  top: 5px; }

.scope .more:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.scope .scope-links-height {
  max-height: 100%; }

.description-short,
.privilege {
  position: relative;
  max-height: 250px;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .description-short,
  .privilege {
    max-height: 330px; } }

.description-short:after,
.privilege:after {
  content: '';
  position: absolute;
  height: 10%;
  right: 0;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), #fff 100%);
  -webkit-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6); }

.description-short .links-dash,
.privilege .links-dash {
  margin-bottom: 0; }

.description-short p,
.privilege p {
  margin-bottom: 7px; }

.description-short {
  max-height: 450px; }

.description-long,
.privilege-height {
  height: auto;
  max-height: 100%; }

.description-long:after,
.privilege-height:after {
  background: 0 0;
  box-shadow: none;
  display: none; }

.btn-read-all {
  border: 1px solid #777;
  color: #777;
  width: 250px;
  height: 40px;
  padding: 8px 15px 8px 5px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: .5px;
  margin: 30px 0 7px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.post-item,
.wrap-holder {
  border-bottom: 1px solid #e1e1e1; }

.btn-read-all:after {
  background-position: -78px 0;
  cursor: pointer;
  height: 12px;
  right: 8px;
  top: 12px;
  width: 20px; }

.btn-read-all:focus,
.btn-read-all:hover {
  color: #17627e; }

.btn-read-all:focus:after,
.btn-read-all:hover:after {
  background-position: -110px -24px; }

.arrow-up:after {
  transform: rotate(180deg);
  top: 13px; }

.wrap-holder {
  padding: 30px 0 10px; }

@media screen and (max-width: 550px) {
  .category-links {
    margin-bottom: 0; }
  .wrap-holder {
    padding: 15px 0 10px; } }

.wrap-holder .holder {
  margin-bottom: 0; }

.wrap-holder .wrap {
  margin: 0 165px; }

@media screen and (max-width: 1180px) {
  .wrap-holder .wrap {
    margin: 0 135px; } }

@media screen and (max-width: 1100px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 1050px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 480px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .wrap {
    margin: 0 32px; } }

@media screen and (max-width: 360px) {
  .wrap-holder .wrap {
    margin: 0 25px; } }

.data,
.post-item .text-holder span,
.wrap-holder .ttl-text,
.wrap-holder h2 {
  margin-bottom: 10px; }

.wrap-holder .wrap .holder {
  padding: 10px 12px; }

.wrap-holder .category-links {
  padding: 0 0 10px;
  position: relative; }

@media screen and (max-width: 700px) {
  .wrap-holder .ttl-text,
  .wrap-holder h2 {
    line-height: 35px; } }

.wrap-holder .slick-next,
.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover,
.wrap-holder .slick-prev,
.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next,
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover,
  .wrap-holder .slick-prev,
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: 0 -543px;
    width: 25px;
    height: 25px; } }

.wrap-holder .slick-next {
  background-position: 0 -702px;
  right: -50px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next {
    background-position: 0 -573px; } }

.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover {
  background-position: -40px -702px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover {
    background-position: -28px -543px; } }

.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: -40px -665px; }

.wrap-holder .slick-prev {
  left: -50px; }

@media screen and (max-width: 680px) {
  .wrap-holder .slick-prev {
    left: -29px; }
  .wrap-holder .slick-next {
    right: -29px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .slick-prev {
    left: -45px; }
  .wrap-holder .slick-next {
    right: -45px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: -28px -573px; }
  .wrap-holder .slick-prev {
    left: -27px; }
  .wrap-holder .slick-next {
    right: -27px; } }

.wrap-holder .box-category-holder .box-category .item-category {
  padding: 15px 10px 0; }

.wrap-holder .box-category-holder .box-category .item-category .image-holder {
  padding: 0 5px; }

@media screen and (max-width: 485px) {
  .wrap-holder .box-category-holder .box-category .item-category .description-category .compare-block {
    display: block; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .btn-holder,
  .wrap-holder .box-category-holder .box-category .item-category .description-category .price-new {
    width: auto; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .old-price-holder {
    text-align: left; }
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 50px; } }

.data {
  font: italic 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #9a9a9a;
  width: 134px; }

.post-item {
  position: relative;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  padding: 30px 0; }

@media screen and (max-width: 480px) {
  .post-item {
    padding: 20px 0 30px; } }

.post-item:last-child {
  border-bottom: 0; }

.post-item:first-of-type {
  padding-top: 10px; }

.post-item .image-holder {
  float: left;
  width: 140px;
  padding-right: 15px; }

.post-item .text-holder {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .post-item .image-holder {
    width: 100%;
    padding-right: 0;
    text-align: center; }
  .post-item .image-holder .image-color {
    margin-bottom: 10px;
    display: block;
    text-align: center; }
  .post-item .image-holder .data,
  .post-item .image-holder .image-color img {
    display: inline-block; }
  .post-item .text-holder {
    width: 100%;
    padding-left: 0; }
  .post-item .text-holder p {
    height: auto; } }

.post-item .text-holder span {
  font: 21px/26px 'Geometria', sans-serif;
  font-weight: 500;
  color: #777; }

.post-item .text-holder .text-inform {
  font-family: 'Geometria', sans-serif;
  font-weight: 300;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #202020;
  display: block; }

.post-item .text-holder .text-inform:hover {
  color: #202020; }

.post-item .text-holder a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .5px; }

@media screen and (max-width: 480px) {
  .post-item .text-holder .text-inform {
    height: auto; }
  .post-item .text-holder a {
    bottom: 14px;
    font-size: 12px; } }

.scroll-to-top a {
  background-position: -85px -384px;
  bottom: 41px;
  display: none;
  height: 43px;
  position: fixed;
  right: 0;
  width: 45px;
  z-index: 101; }

.detail-main-small {
  display: none;
  width: 260px;
  background: #fff;
  z-index: 105;
  position: fixed;
  top: 80px;
  right: 45px;
  padding: 35px 10px 10px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1;
  opacity: .7; }

@media screen and (max-width: 800px) {
  .detail-main-small {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .detail-main-small {
    right: 15px; } }

.detail-main-small img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px; }

.detail-main-small .about-title {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px; }

.detail-main-small .detail-price {
  margin-bottom: 10px; }

.detail-main-small .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.basket .title,
.tab-content a {
  text-decoration: none !important; }

.detail-main-small .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.detail-main-small .form-group {
  display: inline-block;
  margin: 0 25px 10px 0; }

.detail-main-small .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 6px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 11px no-repeat; }

.detail-main-small .count-wrap {
  display: inline-block;
  margin-bottom: 10px; }

.detail-main-small label {
  display: block;
  margin-bottom: 3px; }

.detail-main-small .count-wrap .count-item {
  height: 30px;
  margin-left: 0; }

.detail-main-small .count-wrap .count-item .count {
  height: 28px;
  padding: 5px 0; }

.detail-main-small .count-wrap .count-item .form-control {
  height: 28px;
  max-width: 38px;
  padding: 6px; }

.detail-main-small .btn-buy {
  height: 40px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 2px; }

.detail-main-small .btn-open {
  background-position: -56px -503px;
  height: 13px;
  right: 11px;
  top: 11px;
  width: 13px; }

.detail-main-small-parent {
  width: 305px;
  display: none; }

.detail-main-small-parent .image-holder {
  width: 80px;
  float: left; }

.detail-main-small-parent .text-holder {
  width: 200px;
  float: left;
  padding: 0 0 0 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden; }

.detail-main-small-parent .btn-holder {
  padding: 5px 0 0 15px;
  width: 165px; }

.detail-main-small-parent .detail-price {
  width: 120px;
  text-align: right;
  padding-top: 15px; }

.detail-main-small-parent .detail-price .new-price {
  font-size: 18px;
  line-height: 22px; }

.detail-main-small-child {
  display: block; }

.detail-main-small-child .change-select {
  height: 30px;
  padding: 5px;
  text-align: center; }

.detail-change-block-active .detail-main-small-parent {
  display: block !important; }

.detail-change-block-active .detail-main-small-child,
.information {
  display: none; }

.information {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #44bb6e;
  z-index: 100;
  height: 40px;
  -webkit-box-shadow: 0 0 14px 0 #97c8da;
  -moz-box-shadow: 0 0 14px 0 #97c8da;
  box-shadow: 0 0 14px 0 #97c8da; }

@media screen and (max-width: 550px) {
  .information {
    display: block; } }

.information .buy {
  background: #44bb6e;
  width: 50%;
  float: left;
  height: 40px; }

.information span {
  width: 100%;
  display: block;
  position: relative;
  border-right: 2px solid #fff;
  float: left;
  height: 40px;
  cursor: pointer; }

.information span:after {
  background-position: -104px 0;
  height: 20px;
  width: 20px;
  left: 0;
  top: 10px;
  right: 0;
  margin: 0 auto; }

.information .phone-inform {
  position: relative;
  float: left;
  width: 50%;
  background-color: #febd0c; }

.information .phone-inform:hover .links-phone {
  opacity: 1;
  height: auto; }

.information .phone-inform .links-phone {
  opacity: 0;
  height: 0;
  padding-top: 10px;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 40px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0 0 7px 0 #97c8da;
  -moz-box-shadow: 0 0 7px 0 #97c8da;
  box-shadow: 0 0 7px 0 #97c8da; }

.information .phone-inform .links-phone li {
  margin-bottom: 10px; }

.information .phone-inform .links-phone li a {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e; }

.information .phone-inform .links-phone li a:hover {
  color: #000; }

.information a {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  padding-top: 10px; }

.post-page .post-information ul li,
.post-page p {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.post-page {
  padding: 0 45px; }

@media screen and (max-width: 670px) {
  .post-page {
    padding: 0 15px; } }

.post-page img {
  width: 100%; }

.post-page p {
  text-align: left; }

.post-page .post-information .four-columns {
  margin: 0 -5px;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns {
    margin: 0;
    padding: 0 50px 10px; } }

@media screen and (max-width: 600px) {
  .post-page .post-information .four-columns {
    padding: 0 25px 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns {
    padding: 0 15px 20px; } }

.post-page .post-information .four-columns .column {
  float: left;
  width: 25%;
  padding: 0 5px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns .column {
    width: 50%;
    padding: 0 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns .column {
    padding: 0 5px; }
  .post-page .post-information .four-columns .column img {
    margin-bottom: 10px; } }

@media screen and (max-width: 400px) {
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 30px; }
  .post-page .post-information .four-columns .column {
    padding: 0;
    width: 100%; } }

.post-page .post-information .four-columns .column img {
  min-height: auto; }

.post-page .post-information .data {
  margin-bottom: 24px; }

.post-page .post-information img {
  margin-bottom: 20px; }

.product-page .specification-block ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.post-page .post-information ul,
.product-page .specification-block ul {
  padding: 0 0 20px 20px; }

.post-page .post-information ul li {
  color: #202020;
  line-height: 26px;
  padding: 0 0 5px; }

.post-page .post-information ol li {
  font: 18px/26px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.post-page .post-information h2,
.post-page .post-information h3 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

.post-page h3 {
  font-size: 25px;
  line-height: 30px; }

.post-page .share-title {
  float: left;
  width: 18%;
  letter-spacing: .5px;
  vertical-align: top;
  padding-top: 4px;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400; }

.post-page .share-details .counter,
.post-page ol {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 755px) {
  .post-page .share-title {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
  .post-page .social-holder {
    float: none;
    width: 100%; } }

.post-page .share-details .btn-holder {
  float: left;
  width: 29%;
  margin-top: -3px; }

@media screen and (max-width: 755px) {
  .post-page .share-details .btn-holder {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 2px; }
  .post-page .share-details .btn-holder .btn-grey {
    max-width: 170px; } }

.post-page .share-details .counter {
  color: #777;
  display: block;
  padding-top: 5px; }

.post-page .share-details .social-links li {
  padding-left: 4px;
  padding-right: 4px; }

@media screen and (max-width: 550px) {
  .post-page .share-details .social-links li {
    padding-left: 3px;
    padding-right: 3px; } }

.post-page .share-details .social-holder {
  padding-left: 15px;
  text-align: left;
  width: 52%; }

@media screen and (max-width: 755px) {
  .post-page .share-details .social-holder {
    padding-left: 0;
    text-align: center;
    width: 100%; } }

.post-page .wrap-holder {
  border: 0; }

.post-page h2,
.post-page h3 {
  text-align: center; }

.post-page ol li {
  margin-bottom: 5px; }

.post-page .detail-text {
  width: 100%;
  padding: 0;
  border-top: 1px solid #e1e1e1; }

.post-page .detail-text .share-details {
  float: none;
  margin: 0 auto;
  padding: 30px 15px 25px;
  text-align: right;
  max-width: 680px; }

@media screen and (max-width: 755px) {
  .post-page .detail-text .share-details {
    padding: 25px 0; } }

.feedback-bg {
  background: #f5f5f5;
  padding: 30px 15px 20px; }

.feedback-bg .feedback-holder {
  max-width: 380px;
  margin: 0 auto; }

.feedback-bg .feedback-holder .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

.feedback-bg .feedback-holder .input-width {
  float: left;
  width: 49%;
  margin: 0 0 10px 1%; }

.feedback-bg .feedback-holder .input-width:first-child {
  margin: 0 1% 10px 0; }

.feedback-bg .feedback-holder .btn-buy {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 4px;
  height: 35px;
  background: #17627e; }

.feedback-bg .feedback-holder .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

.feedback-bg .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.feedback-no-bg {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 35px; }

.feedback-no-bg .feedback-holder {
  max-width: 280px; }

.wrap-bg {
  background: #f5f5f5; }

.no-articles {
  padding: 30px 0;
  text-align: center;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020; }

.universal-block {
  background-color: #124153;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 13px 0 #68b3cf;
  -moz-box-shadow: 0 0 13px 0 #68b3cf;
  box-shadow: 0 0 13px 0 #68b3cf;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 300px;
  z-index: 200;
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 400;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 50%;
  display: none; }

#send_to_friend a,
.ya-share2__link {
  width: 30px;
  height: 30px; }

.ya-share2__container_size_m {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  text-align: center;
  display: inline-block; }

.ya-share2__icon,
.ya-share2__item_service_viber {
  display: none !important; }

@media screen and (max-width: 800px) {
  .ya-share2__container_size_m {
    margin-left: 0; } }

.ya-share2__list_direction_horizontal > .ya-share2__item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 !important;
  height: 45px; }

@media screen and (max-width: 800px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 0; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 5px; } }

@media screen and (max-width: 750px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 4px; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 5px; } }

.ya-share2__item_service_facebook .ya-share2__link {
  background-position: -65px -163px; }

.ya-share2__item_service_facebook .ya-share2__link:hover {
  background-position: -99px -163px; }

.ya-share2__item_service_vkontakte .ya-share2__link {
  background-position: -65px -194px; }

.ya-share2__item_service_vkontakte .ya-share2__link:hover {
  background-position: -99px -194px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link {
  background-position: -65px -288px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover {
  background-position: -99px -288px; }

.ya-share2__item_service_gplus .ya-share2__link {
  background-position: -65px -351px; }

.ya-share2__item_service_gplus .ya-share2__link:hover {
  background-position: -99px -351px; }

.ya-share2__item_service_twitter .ya-share2__link {
  background-position: -65px -257px; }

.ya-share2__item_service_twitter .ya-share2__link:hover {
  background-position: -99px -257px; }

.ya-share2__item_service_linkedin .ya-share2__link {
  background-position: 0 -748px; }

.ya-share2__item_service_linkedin .ya-share2__link:hover {
  background-position: 0 -784px; }

.ya-share2__item_service_skype .ya-share2__link {
  background-position: 0 -829px; }

.ya-share2__item_service_skype .ya-share2__link:hover {
  background-position: -40px -829px; }

.ya-share2__item_service_viber .ya-share2__link {
  background-position: 0 -911px; }

.ya-share2__item_service_viber .ya-share2__link:hover {
  background-position: -40px -911px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_linkedin,
  .ya-share2__item_service_odnoklassniki {
    display: none !important; }
  .ya-share2__item_service_viber {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__item_service_telegram {
  display: none !important; }

.ya-share2__item_service_telegram .ya-share2__link {
  background-position: 0 -870px; }

.ya-share2__item_service_telegram .ya-share2__link:hover {
  background-position: -40px -870px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_telegram {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 33px;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter {
  text-align: center;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777 !important;
  padding: 0 !important;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter:hover {
  color: #17627e !important; }

#send_to_friend {
  padding-top: 2px;
  max-width: 202px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  float: right; }

@media screen and (max-width: 768px) {
  #send_to_friend {
    float: none; } }

#send_to_friend input {
  border: 1px solid #17627e;
  border-radius: 2px;
  font-size: 15px;
  height: 30px;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  width: 100%; }

#send_to_friend a {
  background-color: #17627e;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: 5px 4px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0; }

#send_to_friend a:hover {
  opacity: .85; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    padding-top: 8px !important; }
  .header-bottom .menu ul {
    top: 20px; }
  .header-bottom .menu .menu-tab {
    top: 53px !important; }
  .slider-nav {
    margin-bottom: 10px !important; } }

.progress-bar-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px; }

@media screen and (max-width: 1200px) {
  .progress-bar-block {
    max-width: 1000px; } }

@media screen and (max-width: 767px) {
  .progress-bar-block {
    padding: 15px 0 35px; } }

.progress-bar-block .column {
  float: left;
  width: 20%;
  text-align: center; }

.progress-bar-block svg {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff; }

.progress-bar-block .counter {
  display: none; }

.progress-bar-block .text-cont {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 400;
  color: #202020; }

.progress-bar-block .text-cont i {
  display: block; }

.progress-bar-block .slick-dots {
  bottom: 0; }

.progress-bar-block .slick-dots li button::before {
  background: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px; }

hr {
  border-color: #d7d7d7;
  opacity: 1 !important;
  box-shadow: 0; }

.progress-bar0,
.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4 {
  height: 145px;
  width: 145px;
  margin: 0 auto; }

@keyframes toggle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.advantages-holder-bg {
  padding: 23px 0 13px;
  background: #f5f5f5;
  margin-bottom: 5px; }

.advantages-holder-home {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home {
    max-width: 900px; }
  .advantages-holder-home .item {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home {
    max-width: 600px;
    padding: 0 15px;
    display: block; } }

.advantages-holder-home .item {
  width: 25%;
  display: block;
  float: none; }

.advantages-holder-home .item .item-h {
  display: table;
  width: 180px;
  float: right; }

.advantages-holder-home .item .item-h span {
  padding: 0 0 0 20px; }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item .item-h {
    float: left;
    width: auto; }
  .advantages-holder-home .item .item-h span {
    padding: 0 15px 0 20px; }
  .advantages-holder-home .item {
    width: 50%;
    float: left; } }

@media screen and (max-width: 450px) {
  .advantages-holder-home {
    max-width: 350px; }
  .advantages-holder-home .item,
  .advantages-holder-home .item:last-child {
    width: 100%; } }

.advantages-holder-home .item:first-child .item-h {
  float: left; }

.advantages-holder-home .item:nth-child(2) .item-h,
.advantages-holder-home .item:nth-child(3) .item-h {
  width: 235px; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: 220px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: auto; } }

.customers-logotip img.parallax-img {
  width: 10%; }

.category-item {
  padding: 15px 45px 10px; }

@media screen and (max-width: 680px) {
  .category-item {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .category-item {
    padding: 15px 10px 5px; } }

.txt-inset {
  left: 5px !important; }

.nav-tabs,
.tab-pane {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.my-desires,
.orders,
.personal-data {
  padding: 30px 0 15px;
  margin: 0 auto;
  max-width: 1425px; }

@media screen and (max-width: 1500px) {
  .my-desires,
  .orders,
  .personal-data {
    margin: 0 40px; } }

@media screen and (max-width: 768px) {
  .my-desires,
  .orders,
  .personal-data {
    padding: 23px 10px 15px;
    margin: 0 auto; } }

.nav-home {
  display: flex;
  justify-content: center; }

.home-tab {
  max-width: 1230px;
  margin: 0 auto;
  padding: 25px 15px; }

@media screen and (max-width: 1300px) {
  .home-tab {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .home-tab {
    margin: 0 20px; } }

.home-tab .wrap-holder {
  padding: 0;
  border: 0; }

.home-tab .category-links {
  width: auto !important;
  padding: 0; }

.home-tab .category-links .holder {
  padding: 10px 12px; }

@media screen and (max-width: 950px) {
  .home-tab .category-links .quantity-reviews {
    padding-top: 2px; } }

.cabinet-page {
  padding: 25px 0 0; }

.cabinet-page h1 {
  margin-bottom: 17px; }

@media screen and (max-width: 768px) {
  .cabinet-page h1 {
    margin-bottom: 20px; } }

@media screen and (max-width: 600px) {
  .cabinet-page h1 {
    margin-bottom: 25px; } }

.nav-tabs {
  max-width: 1405px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li > a {
  background-color: #fff;
  border: 0;
  border-radius: 3px 3px 0 0;
  margin-right: 0;
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 17px 20px 14px; }

@media screen and (max-width: 730px) {
  .nav-tabs > li > a {
    padding: 17px 10px 14px; } }

.nav-tabs > li {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .nav-tabs > li > a {
    padding: 5px 10px;
    border-radius: 0; }
  .nav-tabs > li {
    float: none;
    text-align: center; } }

.tab-content a {
  display: inline-block !important; }

.tab-content form {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 20px; }

@media screen and (max-width: 768px) {
  .tab-content form {
    width: 285px; } }

@media screen and (max-width: 400px) {
  .tab-content form {
    width: 100%; } }

.tab-content form .form-group {
  margin-bottom: 8px; }

.tab-content form label {
  float: left;
  text-align: right;
  width: 30%;
  padding: 5px 15px;
  color: #777; }

@media screen and (max-width: 768px) {
  .tab-content form label {
    text-align: left;
    width: 100%;
    float: none;
    padding: 5px 0 3px; } }

.tab-content form .input-holder {
  float: left;
  width: 70%;
  padding: 0 15px; }

@media screen and (max-width: 768px) {
  .tab-content form .input-holder {
    width: 100%;
    float: none;
    padding: 0; } }

.tab-content form .form-control {
  max-width: 283px;
  padding: 3px 12px 0;
  border-color: #777;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  border-radius: 2px; }

.tab-content form .form-control::-moz-placeholder {
  color: #202020; }

.tab-content form select {
  border-color: #777;
  width: 75px;
  min-width: 75px;
  padding: 5px 6px;
  height: 30px;
  margin-right: 7px;
  display: inline-block;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: url(../images/select-arrow-down-2.png) 93% 12px no-repeat;
  margin-bottom: 2px; }

.tab-content form select:nth-of-type(2) {
  width: 108px;
  background-position: 96% 12px; }

@media screen and (max-width: 400px) {
  .tab-content form .form-control {
    max-width: 100%; }
  .tab-content form select:nth-of-type(2) {
    width: 45%; } }

@media screen and (max-width: 330px) {
  .tab-content form select:nth-of-type(2) {
    width: 44.5%; } }

.tab-content form select:nth-of-type(3) {
  margin-right: 0; }

.tab-content form select:focus {
  border-color: #777; }

@media screen and (max-width: 400px) {
  .tab-content form select {
    width: 25%;
    margin-right: 1%; } }

.tab-content form .select-stock {
  width: 100%;
  max-width: 283px;
  background-position: 98% 12px; }

.tab-content .btn-holder {
  margin-left: 33px; }

@media screen and (max-width: 768px) {
  .tab-content .btn-holder {
    margin-left: -2px; } }

@media screen and (max-width: 400px) {
  .tab-content form .select-stock {
    max-width: 100%; }
  .tab-content .btn-holder {
    margin-left: 0; } }

.tab-content .holder {
  position: relative; }

@media screen and (max-width: 485px) {
  .tab-content .holder {
    width: 100%;
    margin-bottom: 20px; } }

.tab-content .btn-close {
  background-position: -112px -43px;
  right: 11px;
  top: 1px;
  z-index: 10; }

.tab-content .category-links {
  margin: 0 auto;
  max-width: 1500px; }

@media screen and (max-width: 1400px) {
  .tab-content .category-links {
    width: 1100px; } }

@media screen and (max-width: 1150px) {
  .tab-content .category-links {
    width: 820px; } }

@media screen and (max-width: 900px) {
  .tab-content .btn-close {
    right: 21px; }
  .tab-content .category-links {
    width: 600px; } }

@media screen and (max-width: 635px) {
  .tab-content .category-links {
    width: 550px; } }

@media screen and (max-width: 600px) {
  .tab-content .category-links {
    width: 475px; } }

@media screen and (max-width: 615px) {
  .tab-content .btn-close {
    right: 6px; }
  .tab-content .box-category-holder .item-category {
    padding: 15px 15px 0; } }

@media screen and (max-width: 485px) {
  .tab-content .category-links {
    width: 300px; }
  .tab-content .box-category-holder .about-title {
    max-height: 100%; }
  .tab-content .box-category-holder .item-category .description-category {
    padding: 10px 5px; }
  .tab-content .box-category-holder .item-category .description-category .compare-block {
    display: block;
    margin-bottom: 3px; }
  .tab-content .box-category-holder .item-category .description-category .btn-holder,
  .tab-content .box-category-holder .item-category .description-category .price-new {
    width: auto; }
  .tab-content .box-category-holder .item-category .description-category .old-price-holder {
    text-align: left; }
  .tab-content .box-category-holder .item-category .description-category .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 50px; }
  .tab-content .box-category-holder .item-category .description-category .title span {
    font-size: 18px;
    line-height: 22px; }
  .tab-content .box-category-holder .item-category .description-category .price-new {
    font-size: 20px;
    line-height: 24px; }
  .tab-content .box-category-holder .label {
    right: 15px; } }

.connect-account {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0; }

.connect-account .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: .4px;
  margin-bottom: 20px; }

.connect-account .add-account,
.connect-account .facebook_add_botton,
.connect-account .vk_add_botton {
  margin-bottom: 15px; }

.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.connect-account .add-account .vkontakte,
.connect-account .facebook_add_botton .vkontakte,
.connect-account .vk_add_botton .vkontakte {
  background-position: -65px -194px; }

.connect-account .add-account .facebook,
.connect-account .facebook_add_botton .facebook,
.connect-account .vk_add_botton .facebook {
  background-position: -65px -163px; }

.connect-account .add-account a,
.connect-account .add-account span,
.connect-account .facebook_add_botton a,
.connect-account .facebook_add_botton span,
.connect-account .vk_add_botton a,
.connect-account .vk_add_botton span {
  vertical-align: middle;
  color: #17627e;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  padding-top: 5px; }

@media screen and (max-width: 380px) {
  .connect-account .add-account a,
  .connect-account .add-account span,
  .connect-account .facebook_add_botton a,
  .connect-account .facebook_add_botton span,
  .connect-account .vk_add_botton a,
  .connect-account .vk_add_botton span {
    font-size: 17px; } }

.connect-account .add-account a:last-of-type,
.connect-account .add-account span:last-of-type,
.connect-account .facebook_add_botton a:last-of-type,
.connect-account .facebook_add_botton span:last-of-type,
.connect-account .vk_add_botton a:last-of-type,
.connect-account .vk_add_botton span:last-of-type {
  display: none; }

select[disabled] {
  background-color: #e1e1e1 !important;
  text-indent: -2000px; }

.cabinet-page .connect-account .add-account a:last-of-type,
.cabinet-page .connect-account .add-account span:last-of-type,
.cabinet-page .connect-account .facebook_add_botton a:last-of-type,
.cabinet-page .connect-account .facebook_add_botton span:last-of-type,
.cabinet-page .connect-account .vk_add_botton a:last-of-type,
.cabinet-page .connect-account .vk_add_botton span:last-of-type {
  display: inline-block !important; }

.login-page .ulogin-buttons-container {
  height: 35px !important;
  width: 70px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook,
.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background: url(../images/sprites.png) no-repeat !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle; }

.connect-account .facebook_add_botton i:last-of-type,
.connect-account .vk_add_botton i:last-of-type {
  display: none; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background-position: -65px -194px !important;
  margin-right: 0 !important; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte:hover {
  background-position: -99px -194px !important;
  opacity: 1 !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook {
  background-position: -65px -163px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook:hover {
  background-position: -99px -163px !important;
  opacity: 1 !important; }

.connect-account .facebook_add_botton i {
  background-position: -65px -163px; }

.connect-account .vk_add_botton i {
  background-position: -65px -194px; }

.connect-account .facebook_add_botton i:hover {
  background-position: -99px -163px !important; }

.connect-account .vk_add_botton i:hover {
  background-position: -99px -194px !important; }

.ulogin-buttons-container {
  width: 320px !important;
  height: 90px !important; }

#uLogin0d7001a5 {
  text-align: center; }

.my-desires .category-links {
  padding: 0; }

.basket .basket-holder {
  max-width: 845px;
  margin: 0 auto; }

.basket .title {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
  margin-right: 10px;
  max-width: 260px; }

@media screen and (max-width: 570px) {
  .basket .title {
    padding: 0;
    margin-right: 0; }
  .basket .basket-item .count-wrap .count-item {
    margin: 0; } }

.basket .basket-item {
  padding: 25px 0 20px;
  margin-bottom: 25px;
  display: flex; }

@media screen and (max-width: 570px) {
  .basket .basket-item {
    padding: 12px 0 20px; } }

.basket .basket-item ul li span {
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block; }

.basket .basket-item ul li span.price-bsk {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  white-space: nowrap; }

.basket .basket-item ul li .old-price {
  text-decoration: line-through;
  display: none; }

.basket .basket-item ul li .max-order {
  margin-bottom: 10px;
  display: block;
  margin-left: 0 !important;
  font-size: 16px !important; }

.basket .basket-item ul li:nth-of-type(3),
.basket .basket-item ul li:nth-of-type(4) {
  display: inline-block;
  padding-top: 2px; }

.basket .basket-item ul li:nth-of-type(4) span:last-of-type {
  font-size: 21px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.basket .basket-item .image-holder {
  width: 17%; }

@media screen and (max-width: 800px) {
  .basket .basket-item .image-holder {
    width: 20%; } }

@media screen and (max-width: 620px) {
  .basket .basket-item .image-holder {
    width: 25%; } }

@media screen and (max-width: 570px) {
  .basket .basket-item ul li:nth-of-type(3),
  .basket .basket-item ul li:nth-of-type(4) {
    display: block; }
  .basket .basket-item ul li:nth-of-type(3) {
    margin-bottom: 10px; }
  .basket .basket-item .image-holder img {
    width: 100%;
    height: 100%; }
  .basket .basket-item .image-holder {
    width: 62px;
    height: 50px;
    padding: 0;
    text-align: start;
    margin-bottom: 0; } }

.basket .basket-item .text-holder {
  padding-top: 3px;
  display: flex; }

@media screen and (max-width: 625px) {
  .basket .basket-item .text-holder {
    width: 73%; } }

.basket .basket-item label {
  font-size: 16px;
  line-height: 20px; }

.basket .basket-item .count-wrap {
  position: relative;
  top: -2px; }

@media screen and (max-width: 570px) {
  .basket .basket-item .text-holder {
    width: 100%;
    text-align: center;
    padding-top: 0; }
  .basket .basket-item .count-wrap {
    float: none;
    width: 100%; } }

.basket .basket-item .count-wrap .count-item {
  height: 24px;
  margin: 0 15px 0 10px; }

.basket .basket-item .count-wrap .count-item .count {
  height: 22px;
  padding: 3px 0;
  text-decoration: none; }

.basket .basket-item .count-wrap .count-item .form-control {
  height: 22px;
  max-width: 38px;
  padding: 5px 6px 3px; }

.basket .basket-item .delete-item {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.basket .total-holder {
  padding: 30px 0; }

.basket .total-holder span {
  display: block;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #202020; }

.basket .total-holder .btn-buy {
  max-width: 280px;
  height: 45px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 4px;
  background: #44bb6e; }

.basket .total-holder .btn-buy:hover {
  background: #44bb6e; }

@media screen and (max-width: 570px) {
  .basket .basket-item .btn-close {
    right: 1px;
    top: 15px; }
  .basket .wrap-bg {
    margin: 0 -10px; } }

.basket .wrap-bg .category-links {
  padding: 30px 0; }

.basket .wrap-bg h2 {
  font-size: 30px;
  line-height: 35px; }

@media screen and (max-width: 485px) {
  .basket .wrap-bg .category-links {
    padding: 20px 0; }
  .basket .wrap-bg h2 {
    font-size: 20px;
    line-height: 25px; } }

.orders {
  position: relative;
  padding: 25px 10px 15px; }

@media screen and (max-width: 768px) {
  .orders {
    padding: 23px 40px 15px; } }

@media screen and (max-width: 670px) {
  .orders {
    padding: 23px 10px 15px; } }

.orders .order-sort {
  padding: 0 0 26px 26px; }

.orders .order-sort li {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px; }

.orders .order-sort li a {
  color: #202020; }

.orders .order-sort li a.active,
.orders .order-sort li a:active,
.orders .order-sort li a:focus,
.orders .order-sort li a:hover {
  color: #17627e;
  text-decoration: underline !important; }

.orders .order-block {
  background: #f9f9f9;
  display: table;
  cursor: pointer;
  width: 100%;
  color: #202020;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

.orders .order-block .info-total,
.orders .order-block time {
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block .column {
  display: table-cell;
  width: 50%;
  padding: 10px 0 10px 25px;
  vertical-align: middle; }

@media screen and (max-width: 992px) {
  .orders .order-block .column {
    width: 38%;
    padding: 10px 0 10px 15px; } }

@media screen and (max-width: 720px) {
  .orders .order-block .column {
    padding: 10px 0 10px 10px; } }

@media screen and (max-width: 600px) {
  .orders .order-block .column {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0; } }

.orders .order-block .column:first-of-type {
  width: 55%;
  border-right: 1px solid #ececec; }

@media screen and (max-width: 1150px) {
  .orders .order-block .column:first-of-type {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .orders .order-block .column:first-of-type {
    width: 62%; } }

.orders .order-block .column .head-top {
  padding: 18px 15px 15px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  display: block; }

@media screen and (max-width: 600px) {
  .orders .order-block .column:first-of-type {
    width: 100%; }
  .orders .order-block .article-block .head-top {
    display: block; }
  .orders .order-block .article-block {
    text-align: center; }
  .orders .order-block .article-block .tab-hidden {
    display: none; }
  .orders .order-block img {
    margin-bottom: 15px; } }

.orders .order-block .code {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  width: 110px; }

.orders .order-block .code:after {
  background-position: -119px -549px;
  height: 13px;
  left: 0;
  top: 1px;
  width: 8px; }

.orders .order-block img {
  width: 125px;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle; }

@media screen and (max-width: 750px) {
  .orders .order-block img {
    width: 95px;
    padding: 0 3px; } }

.orders .order-block time span {
  display: inline-block;
  margin-left: 10px; }

.orders .order-block .info-total {
  display: inline-block;
  margin-left: 50px; }

@media screen and (max-width: 1150px) {
  .orders .order-block .info-total {
    display: block;
    margin-left: 0; } }

.orders .order-block .info-total span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.orders .order-block .btn-buy {
  width: 205px;
  font-size: 16px; }

.orders .order-block .status-block .ready {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 800;
  width: 205px;
  display: block;
  padding: 5px 4px 1px;
  border: 1px dashed #17627e;
  color: #17627e;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  letter-spacing: .3px; }

@media screen and (max-width: 600px) {
  .orders .order-block time {
    float: right; }
  .orders .order-block .status-block .ready {
    display: inline-block; } }

.orders .order-block .status-block .status,
.orders .order-block-hidden .column .main-order .box .text-holder span {
  display: block; }

.orders .order-block .status-block .dl-horizontal {
  max-width: 300px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 20px 0 0; }

.orders .order-block .status-block .dl-horizontal dt {
  text-align: left;
  width: auto;
  margin: 0 10px 0 0; }

.orders .order-block .status-block .dl-horizontal dd {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block-hidden .column {
  padding: 0;
  vertical-align: top; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column {
    width: 38%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column {
    width: 100%; }
  .orders .order-block-hidden .column .head-top {
    border-top: 1px solid #ececec !important;
    text-align: center; }
  .orders .order-block-hidden .column .main-order {
    padding-top: 0 !important; } }

.orders .order-block-hidden .column:first-of-type {
  width: 50%; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 62%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 100%;
    margin-top: 0; }
  .orders .order-block-hidden .column:first-of-type .head-top {
    border-top: none !important;
    border-bottom: 1px solid #ececec;
    text-align: left;
    padding-right: 15px; }
  .orders .order-block-hidden .column:first-of-type .main-order {
    padding-top: 20px !important; } }

.orders .order-block-hidden .column .head-top {
  padding: 18px 0 15px 30px;
  border-bottom: 1px solid #ececec; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .head-top {
    padding: 18px 0 15px 15px; } }

.orders .order-block-hidden .column .main-order {
  padding: 20px 0 15px 30px; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .main-order {
    padding: 20px 0 15px 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .head-top {
    border: 0; }
  .orders .order-block-hidden .column .main-order {
    text-align: center;
    padding-left: 0; } }

.orders .order-block-hidden .column .main-order .box {
  padding: 6px 0; }

.orders .order-block-hidden .column .main-order .box:first-of-type {
  padding-top: 0; }

.orders .order-block-hidden .column .main-order .box .img-holder,
.orders .order-block-hidden .column .main-order .box .text-holder {
  float: left;
  width: 16%; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 18%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 21%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 28%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box {
    padding: 20px 0; }
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%;
    text-align: center; } }

.orders .order-block-hidden .column .main-order .box .text-holder {
  width: 84%;
  padding: 0 15px;
  position: relative; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 82%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 79%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 72%; } }

.orders .order-block-hidden .column .main-order .box .text-holder p {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 17px; }

.orders .order-block-hidden .column .main-order .box .text-holder .article {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 8px; }

.orders .order-block-hidden .column .main-order .box .text-holder .total-price {
  position: absolute;
  bottom: 0;
  right: 25px; }

@media screen and (max-width: 670px) {
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%; }
  .orders .order-block-hidden .column .main-order .box .text-holder p {
    text-align: center; }
  .orders .order-block-hidden .column .main-order .box .text-holder .article {
    margin-bottom: 3px; }
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px; } }

.orders .order-block-hidden .code:after {
  transform: rotate(180deg); }

.orders .order-block-hidden time {
  margin-left: 45px; }

.orders .order-block-hidden img {
  width: 95px;
  padding: 0; }

.orders .price-block-total {
  border-top: 1px solid #ececec;
  padding: 15px 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  line-height: 22px; }

@media screen and (max-width: 670px) {
  .orders .price-block-total {
    padding: 15px; } }

@media screen and (max-width: 600px) {
  .orders .price-block-total {
    display: none;
    padding: 15px 15px 0; }
  .orders .price-block-total p {
    text-align: center; } }

.orders .price-block-total p {
  display: inline-block;
  margin-bottom: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500; }

.orders .price-tab {
  display: none; }

@media screen and (max-width: 600px) {
  .orders .price-tab {
    display: block;
    text-align: center; } }

.orders .inline-block {
  display: inline-block; }

@media screen and (max-width: 600px) {
  .orders .inline-block {
    display: block; } }

.order-change .order-block {
  display: none; }

.order-change .order-block-hidden {
  display: block;
  display: table; }

.order-change .order-block .column .head-top {
  display: none; }

.our-manager {
  position: absolute;
  width: 230px;
  right: 10px;
  top: 6px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: #fff;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .our-manager {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .our-manager {
    right: 10px; } }

@media screen and (max-width: 560px) {
  .our-manager {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    top: auto; } }

.our-manager .ttl {
  background: #febd0c;
  color: #fff;
  text-align: center;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
  height: 47px;
  line-height: 20px;
  border-radius: 3px;
  cursor: pointer;
  width: 1%; }

.our-manager .ttl i {
  display: block;
  font-size: 13px;
  text-decoration: underline; }

.our-manager .box {
  border: 1px solid #febd0c;
  position: relative;
  top: -2px;
  padding: 35px 10px 10px;
  border-radius: 0 0 3px 3px;
  width: 230px; }

@media screen and (max-width: 560px) {
  .our-manager .box {
    position: absolute;
    bottom: 47px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px 3px 0 0; } }

.our-manager .box a {
  position: relative;
  color: #202020;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px; }

.our-manager .box a:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 19px; }

.our-manager .box span {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.our-manager .box .skype {
  font-size: 18px;
  line-height: 22px;
  color: #287c9b; }

.our-manager .box .skype:after {
  background-position: -110px -102px;
  height: 21px;
  width: 25px; }

.our-manager .box .email:after {
  background-position: -110px -566px;
  height: 14px;
  left: 0;
  top: 3px;
  width: 20px; }

.our-manager .box .form-control {
  border: 1px solid #17627e;
  border-radius: 2px; }

.our-manager .box .btn-send {
  background: #febd0c !important;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0;
  max-width: 100%;
  height: 30px;
  text-align: center; }

.our-manager .box .btn-send:after {
  background: 0 0; }

.our-manager .box .btn-send:focus,
.our-manager .box .btn-send:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85) !important; }

.our-manager .box .btn-close {
  background-position: 0 -524px;
  right: 7px;
  top: 10px; }

.our-manager-fixed {
  position: fixed;
  right: 50px;
  top: 80px; }

@media screen and (max-width: 360px) {
  .our-manager-fixed {
    top: 65px; } }

.nav-tabs > li.active:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li.active > a:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a !important;
  color: #fff !important;
  border-style: none !important; }

.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #202020;
  border-style: none; }

.change-select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border: 1px solid #febd0c;
  text-align: center; }

.wrap-slider .wrap-holder .wrap {
  margin: 0 50px; }

@media screen and (max-width: 380px) {
  .wrap-slider .wrap-holder .wrap {
    margin: 0 20px; } }

.post-page .wrap-width .wrap {
  margin: 0 20px;
  padding: 0 15px; }

@media screen and (max-width: 580px) {
  .post-page .wrap-width .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .post-page .wrap-width .wrap {
    margin: 0; } }

.video {
  position: relative;
  border-radius: 20px; }

.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.contact-page {
  padding: 30px 0 0; }

.contact-page .contact-top {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top {
    width: 100%;
    padding: 0 10px; } }

.contact-page .contact-top .personal-block {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px; }

.contact-page .contact-top .personal-block:first-of-type {
  padding-top: 5px; }

.contact-page .contact-top .personal-block .image-holder {
  float: left;
  width: 30%;
  padding: 5px 15px 0;
  text-align: center; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 35%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder {
    padding: 0 15px 0 0;
    width: 30%; } }

@media screen and (max-width: 765px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 30%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 100%; }
  .contact-page .contact-top .personal-block .image-holder img {
    margin-bottom: 15px; } }

.contact-page .contact-top .personal-block .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder {
  float: left;
  width: 70%;
  padding: 0 0 0 10px; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder img {
    min-width: 100px; }
  .contact-page .contact-top .personal-block .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 265px;
    padding: 0; }
  .contact-page .contact-top .personal-block .text-holder .email:after,
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after,
  .contact-page .contact-top .personal-block .text-holder .tel-block:after,
  .contact-page .contact-top .personal-block .text-holder .tel:after {
    left: 0; } }

.contact-page .contact-top .personal-block .text-holder span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  margin-bottom: 10px; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder span {
    font-size: 16px;
    line-height: 20px; } }

.contact-page .contact-top .personal-block .text-holder .inset {
  margin-bottom: 0; }

.contact-page .contact-top .personal-block .text-holder .strong {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder .strong {
    font-size: 19px;
    line-height: 23px; } }

.contact-page .contact-top .personal-block .text-holder .email,
.contact-page .contact-top .personal-block .text-holder .location,
.contact-page .contact-top .personal-block .text-holder .skype,
.contact-page .contact-top .personal-block .text-holder .tel,
.contact-page .contact-top .personal-block .text-holder .tel-block {
  position: relative;
  padding-left: 23px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  top: 1px;
  width: 19px; }

.contact-page .contact-top .personal-block .text-holder .tel {
  margin-bottom: 10px;
  color: #000; }

.contact-page .contact-top .personal-block .text-holder .location {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .location:after {
  background-position: -110px -585px;
  height: 24px;
  top: 37%;
  width: 25px;
  left: -4px; }

.contact-page .contact-top .personal-block .text-holder .location span {
  border-left: 1px solid #b8b8b8;
  margin: 0;
  padding-left: 10px; }

.contact-page .contact-top .personal-block .text-holder .skype {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .skype:after {
  background-position: -110px -102px;
  height: 21px;
  top: -3px;
  width: 25px; }

.contact-page .contact-top .personal-block .text-holder .social-holder {
  width: auto;
  margin-right: 5px; }

@media screen and (max-width: 750px) {
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    float: left; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after {
    left: 0; }
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    margin: 0;
    float: none; } }

.contact-page .contact-top .personal-block .text-holder .social-holder li {
  padding-left: 4px;
  padding-right: 0; }

.contact-page .contact-top .personal-block .text-holder .tel-block {
  padding-left: 10px;
  margin: 0 0 5px 35px;
  border-left: 1px solid #b8b8b8; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .tel-block {
    border-left: 1px solid #b8b8b8;
    margin: 0 auto 5px;
    padding-left: 0;
    width: 190px; } }

.contact-page .contact-top .personal-block .text-holder .tel-block:after {
  background-position: -105px -497px;
  height: 21px;
  left: -35px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%); }

.contact-page .contact-top .personal-block .text-holder .tel-block span {
  margin-bottom: 2px; }

.contact-page .contact-top .personal-block .text-holder .email {
  padding-left: 45px;
  margin-left: 2px; }

.contact-page .contact-top .personal-block .text-holder .email:after {
  background-position: -106px -526px;
  height: 16px;
  left: 0;
  top: 1px;
  width: 25px; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .email {
    padding-left: 0;
    margin-left: -20px; }
  .contact-page .contact-top .personal-block .text-holder .email:after {
    left: -42px; } }

.contact-page .contact-top .personal-block .text-holder .personal-info {
  padding-left: 47px; }

.contact-page .contact-top .personal-block .text-holder .personal-info span {
  display: inline-block;
  margin-bottom: 0;
  padding: 0; }

.contact-page .contact-top .personal-block .text-holder .personal-info i {
  display: inline-block;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-page .contact-top .personal-block .text-holder .personal-info p {
  margin-bottom: 7px;
  text-align: left !important; }

.contact-page .contact-top .personal-block-phones .image-holder {
  width: 35%; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 30%; }
  .contact-page .contact-top .personal-block-phones .image-holder img {
    min-width: 126px; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-left {
    text-align: left; }
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 100%; } }

.contact-page .contact-top .personal-block-phones .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block-phones .text-holder {
  width: 65%; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 768px) {
  .our-manager-fixed {
    right: 40px; }
  .contact-page .contact-top .personal-block .col-sm-6 {
    padding: 10px 0; }
  .contact-page .contact-top .personal-block .col-sm-6:first-of-type {
    border-bottom: 1px solid #f5f5f5; }
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 265px; } }

.contact-middle {
  background: #f5f5f5;
  padding: 47px 85px 30px; }

@media screen and (max-width: 992px) {
  .contact-middle {
    padding: 47px 10px 30px; } }

.contact-middle .city-block {
  width: 25%;
  margin-bottom: 25px; }

@media screen and (max-width: 992px) {
  .contact-middle .city-block {
    width: 33.3%; } }

@media screen and (max-width: 620px) {
  .contact-middle {
    padding: 28px 10px 10px; }
  .contact-middle .city-block {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .contact-middle .city-block {
    width: 100%; } }

.contact-middle .city-block img,
.contact-middle .city-block span {
  display: inline-block;
  width: 100%; }

.contact-middle .city-block img {
  max-width: 126px;
  border-radius: 50%;
  margin-bottom: 10px; }

.contact-middle .city-block span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-middle .city-block .strong {
  font: 21px/20px 'Geometria', sans-serif;
  font-weight: 400; }

.contact-middle .city-block i {
  width: 30px;
  height: 1px;
  background: #febd0c;
  display: block;
  margin: 6px auto; }

.map-holder {
  position: relative;
  bottom: -30px; }

.map-holder .map-canvas iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -4px; }

@media screen and (max-width: 550px) {
  .map-holder .map-canvas iframe {
    height: 500px; } }

.map-holder .contact-holder {
  background: rgba(23, 98, 126, 0.8);
  width: 33.3%;
  letter-spacing: .4px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 27px 0 27px 45px;
  min-width: 400px;
  height: 100%;
  color: #fff; }

@media screen and (max-width: 550px) {
  .map-holder .contact-holder {
    width: 100%;
    height: 50%;
    min-width: 320px;
    padding: 25px 0 25px 8px; } }

.map-holder .contact-holder dd {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.map-holder .contact-holder dd,
.map-holder .contact-holder dt {
  margin-bottom: 10px; }

.map-holder .contact-holder dl {
  margin-bottom: 20px; }

.blog-page {
  padding: 30px 15px 10px; }

@media screen and (max-width: 400px) {
  .blog-page {
    padding: 30px 7px 10px; } }

.blog-page .categories-items-grid {
  margin: 0 25px; }

@media screen and (max-width: 768px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 21px;
    line-height: 25px;
    padding: 5px; } }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 16px;
    line-height: 20px; } }

.blog-page .categories-items-grid p {
  color: #9a9a9a;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 7px 0 5px;
  margin: 0;
  text-align: center; }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid p {
    padding: 7px 0 9px; } }

.post-item-page {
  padding: 30px 50px 5px; }

@media screen and (max-width: 670px) {
  .our-manager-fixed {
    right: 10px; }
  .blog-page .categories-items-grid {
    margin: 0; }
  .post-item-page {
    padding: 30px 15px 10px; } }

.post-item-page h1,
.post-item-page h2 {
  margin-bottom: 7px; }

@media screen and (max-width: 400px) {
  .post-item-page h1,
  .post-item-page h2 {
    margin-bottom: 12px; } }

.basket-page {
  padding-top: 30px; }

.basket-page h1 {
  margin-bottom: 0; }

@media screen and (max-width: 570px) {
  .basket-page .basket-item {
    padding: 20px 0; }
  .basket-page .basket-item .btn-close {
    top: 6px; } }

.pagination-holder .pagination li:last-of-type {
  border-right: 1px solid #17627e; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination li:last-of-type,
  .pagination-holder .pagination li:last-of-type a {
    width: 30px; } }

.pagination-holder .pagination .active {
  background: #17627e !important;
  border-right-color: #17627e !important; }

.pagination-holder .pagination .active span {
  color: #fff !important; }

.pagination-holder .pagination > li {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  width: 38px;
  border: 1px solid #17627e;
  border-right: 0; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li {
    height: 30px;
    width: 28px; } }

.pagination-holder .pagination > li > a,
.pagination-holder .pagination > li > span {
  border: 0;
  color: #202020;
  padding: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  width: 40px;
  margin-left: 0;
  background-color: transparent; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li > a,
  .pagination-holder .pagination > li > span {
    width: 28px;
    font-size: 16px;
    line-height: 20px; } }

.pagination-holder .pagination > li > a:focus,
.pagination-holder .pagination > li > a:hover,
.pagination-holder .pagination > li > span:focus,
.pagination-holder .pagination > li > span:hover {
  background: 0 0;
  color: #202020; }

.pagination-holder .pagination > .active > a,
.pagination-holder .pagination > .pagination > .active > a:focus,
.pagination-holder .pagination > .pagination > .active > a:hover,
.pagination-holder .pagination > .pagination > .active > span,
.pagination-holder .pagination > .pagination > .active > span:focus,
.pagination-holder .pagination > .pagination > .active > span:hover {
  color: #202020; }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover {
  background-color: #17627e;
  width: 41px;
  height: 38px;
  display: block;
  border-radius: 0;
  background-position: 15px -945px;
  transform: rotate(180deg); }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination .next-pagin,
  .pagination-holder .pagination .next-pagin:focus,
  .pagination-holder .pagination .next-pagin:hover,
  .pagination-holder .pagination .prev-pagin,
  .pagination-holder .pagination .prev-pagin:focus,
  .pagination-holder .pagination .prev-pagin:hover {
    height: 30px;
    background-position: 11px -949px; } }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover {
  transform: rotate(0); }

.feedback-holder .wrap-star {
  margin-bottom: 20px; }

.feedback-holder .wrap-star .error-text {
  bottom: -15px !important; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0; }

h1,
h3 {
  margin-bottom: 15px; }

ol {
  padding-left: 20px; }

a {
  color: #17627e; }

h1,
h3 {
  color: #202020; }

a:focus,
a:hover {
  text-decoration: none;
  outline: 0; }

h1 {
  font: 30px/35px 'Geometria', sans-serif;
  font-weight: 500;
  text-align: center; }

@media screen and (max-width: 550px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px; }
  h3 {
    margin-bottom: 15px; } }

@media screen and (max-width: 360px) {
  h1 {
    font-size: 20px;
    line-height: 25px; } }

h3 {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500; }

.label {
  background: #eff4f6; }

.burger {
  background-position: 0 -434px;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-left: 30px;
  position: relative;
  top: 20px;
  width: 30px;
  border: 0;
  display: none; }

@media screen and (max-width: 1050px) {
  .burger {
    display: block;
    top: 8px; } }

.burger-close {
  background-position: -33px -434px; }

.btn,
.btn-buy,
.btn-callback {
  background: #febd0c;
  text-align: center;
  height: 30px;
  max-width: 203px;
  width: 100%;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff !important;
  border-radius: 5px;
  padding: 6px 4px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top; }

@media screen and (max-width: 550px) {
  .burger {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    top: 12px !important;
    margin-top: 0 !important; }
  .btn,
  .btn-buy,
  .btn-callback {
    max-width: 100%; } }

.btn-buy:focus,
.btn-buy:hover,
.btn-callback:focus,
.btn-callback:hover,
.btn:focus,
.btn:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter {
  background: #febd0c;
  max-width: 300px; }

.btn-filter-reset {
  background: #d84848;
  max-width: 300px;
  margin-top: 10px; }

@media screen and (max-width: 992px) {
  .btn-filter,
  .btn-filter-reset {
    max-width: 100%; } }

.btn-filter:focus,
.btn-filter:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter-reset:focus,
.btn-filter-reset:hover {
  color: #fff;
  background: rgba(216, 72, 72, 0.85); }

.btn-grey {
  max-width: 370px;
  margin-top: 2px;
  background: #777; }

@media screen and (max-width: 750px) {
  .btn-grey {
    width: 180px; } }

.btn-grey:focus,
.btn-grey:hover {
  background: #17627e; }

.btn-close,
.btn-open {
  background-position: 0 -524px;
  display: block;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 15px;
  cursor: pointer; }

.btn-hidden {
  display: none; }

.container-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 45px;
  color: #202020; }

@media screen and (max-width: 680px) {
  .container-wrapper {
    padding: 0 40px; } }

@media screen and (max-width: 670px) {
  .container-wrapper {
    padding: 0 17px; } }

.header-top {
  padding: 7px 0 7px;
  height: 30px; }

@media screen and (max-width: 550px) {
  .btn-hidden {
    display: block; }
  .header-top {
    height: 40px; } }

.error-text {
  color: #fff;
  background: #f53400;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
  left: 0;
  margin: 0 auto;
  max-width: 225px;
  right: 0;
  bottom: 5px;
  display: block !important; }

.error-text.hidden {
  display: none !important; }

.error-text:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border: 8px solid transparent;
  border-bottom: 8px solid #f53400;
  width: 15px;
  height: 15px; }

.feedback-holder,
.feedback-holder .validation,
.tab-content,
.tab-content .validation {
  position: relative; }

.feedback-holder .error-text,
.tab-content .error-text {
  display: block;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: 3px !important;
  padding: 2px !important;
  z-index: 10 !important; }

@media screen and (max-width: 360px) {
  .feedback-holder .error-text,
  .tab-content .error-text {
    font: 11px/20px "Geometria", sans-serif !important;
    font-weight: 300; } }

.feedback-holder a,
.tab-content a {
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: .4px;
  display: block; }

.feedback-holder .form-group,
.tab-content .form-group {
  margin-bottom: 10px; }

.feedback-holder .form-control,
.tab-content .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.feedback-holder .textarea,
.tab-content .textarea {
  min-height: 80px; }

.feedback-holder .validation .form-control,
.tab-content .validation .form-control {
  border-color: #f53400; }

.feedback-holder .feedback-block,
.tab-content .feedback-block {
  display: none;
  background: #fff;
  padding: 20px 20px 5px;
  position: absolute;
  width: 260px;
  z-index: 10;
  top: 30px;
  left: -16px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 #dde8ec;
  -moz-box-shadow: 0 0 5px 0 #dde8ec;
  box-shadow: 0 0 5px 0 #dde8ec; }

.contacts-holder .links-contact li,
.contacts-holder .links-contact:after {
  display: inline-block; }

.feedback-holder .btn-send,
.tab-content .btn-send {
  background: #17627e;
  max-width: 300px; }

.feedback-holder .btn-send:focus,
.feedback-holder .btn-send:hover,
.tab-content .btn-send:focus,
.tab-content .btn-send:hover {
  color: #fff;
  background: rgba(23, 98, 126, 0.85); }

.contacts-holder {
  padding: 0 5px 0 15px;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .2px;
  width: 80%;
  height: 30px;
  float: left; }

@media screen and (max-width: 1150px) {
  .contacts-holder {
    width: 75%;
    height: 25px; } }

@media screen and (max-width: 880px) {
  .contacts-holder {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .contacts-holder {
    width: 62%; } }

.contacts-holder .links-contact:after,
.contacts-holder:after {
  height: 0;
  width: 100%;
  content: "";
  overflow: hidden; }

.contacts-holder .links-contact {
  margin-right: 0;
  padding: 0;
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1280px) {
  .contacts-holder .links-contact li.link-4 {
    display: none; } }

@media screen and (max-width: 1050px) {
  .contacts-holder .links-contact {
    text-align: left; }
  .contacts-holder .links-contact li {
    margin-right: 25px; }
  .contacts-holder .links-contact li.link-3 {
    display: none; }
  .contacts-holder .links-contact li:nth-of-type(2) {
    margin-right: 0; } }

@media screen and (max-width: 850px) {
  .contacts-holder .links-contact li {
    margin-right: 0; }
  .contacts-holder .links-contact li.link-2 {
    display: none; } }

.contacts-holder span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-right: 5px; }

.dropdown-contact .dropdown-holder,
.dropdown-contact .dropdown-holder .dropdown-holder-item {
  position: relative;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.contacts-holder:after {
  display: inline-block; }

.dropdown-contact {
  padding-right: 32px;
  padding-left: 0;
  width: 20%;
  float: left;
  margin-top: -2px; }

@media screen and (max-width: 1150px) {
  .dropdown-contact {
    width: 25%; } }

@media screen and (max-width: 880px) {
  .dropdown-contact {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .dropdown-contact {
    width: 38%; } }

.dropdown-contact .dropdown-holder {
  display: inline-block; }

.dropdown-contact .dropdown-holder .dropdown-holder-item {
  margin: 0 0 6px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item:before {
  height: 9px;
  width: 11px;
  top: 6px;
  right: -17px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item .phone-inner-item,
.dropdown-contact .dropdown-holder .dropdown-holder-item span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.dropdown-contact .dropdown-holder:hover a {
  text-decoration: none; }

.dropdown-contact .dropdown-holder:hover a:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 5px;
  right: -20px; }

.dropdown-contact .dropdown-holder-other {
  margin-right: 30px; }

.dropdown-contact .city-inner,
.dropdown-contact .phone-inner {
  background: #fff;
  display: none;
  padding: 12px 15px 0;
  position: absolute;
  z-index: 10;
  right: -18px;
  margin-top: -5px;
  width: 300px;
  text-align: right;
  -webkit-box-shadow: 0 0 5px 4px #ebebeb;
  -moz-box-shadow: 0 0 5px 4px #ebebeb;
  box-shadow: 0 0 5px 4px #ebebeb; }

.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span {
  margin: 0 0 10px; }

.dropdown-contact .city-inner .phone-inner-item strong,
.dropdown-contact .city-inner span strong,
.dropdown-contact .phone-inner .phone-inner-item strong,
.dropdown-contact .phone-inner span strong {
  font-weight: 800;
  margin-right: 5px; }

.dropdown-contact .phone-inner {
  text-align: left;
  width: 185px; }

.dropdown-contact .phone-inner .link-2,
.dropdown-contact .phone-inner .link-3,
.dropdown-contact .phone-inner .link-4 {
  display: none; }

@media screen and (max-width: 1280px) {
  .dropdown-contact .phone-inner .link-4 {
    display: block; } }

@media screen and (max-width: 1050px) {
  .dropdown-contact .phone-inner .link-3 {
    display: block; } }

@media screen and (max-width: 850px) {
  .dropdown-contact .phone-inner .link-2 {
    display: block; } }

.dropdown-contact .other-inner {
  text-align: left;
  width: 315px; }

.dropdown-contact .other-inner .phone-inner-item,
.dropdown-contact .other-inner span {
  display: inline-block;
  padding-left: 10px;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.dropdown-contact .other-inner p {
  margin-bottom: 0; }

.header-middle {
  padding: 2px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #9a9a9a; }

@media screen and (max-width: 550px) {
  .header-middle {
    border: 0; } }

.header-middle .header-middle-child .logo {
  width: 33%;
  border-right: 1px solid #e1e1e1;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo {
    width: 20%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .logo {
    width: 24%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .logo {
    width: 22%; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .logo {
    width: 47%;
    border: 0;
    padding: 0 10px;
    margin-top: -8px;
    min-height: 105px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .logo {
    width: 32%;
    min-width: 120px;
    position: absolute; } }

.header-middle .header-middle-child .logo a {
  width: 35%;
  padding-top: 10px; }

.header-middle .header-middle-child .logo .text-item {
  max-width: 250px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 20px 0 0;
  text-align: left;
  margin: 0; }

.header-middle .header-middle-child .callback span:nth-child(1),
.header-middle .header-middle-child .duty span {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo a {
    width: 100%; }
  .header-middle .header-middle-child .logo .text-item {
    display: none; } }

.header-middle .header-middle-child .duty {
  width: 20%;
  border-right: 1px solid #e1e1e1;
  padding-top: 10px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .duty {
    width: 20%; } }

@media screen and (max-width: 900px) {
  .header-middle .header-middle-child .duty {
    display: none; } }

.header-middle .header-middle-child .duty span {
  text-align: center;
  margin-bottom: 3px; }

.header-middle .header-middle-child .callback {
  width: 23.7%;
  border-right: 1px solid #e1e1e1;
  padding-top: 6px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .callback {
    width: 35%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .callback {
    width: 41%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback {
    width: 39%; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback {
    width: 53%;
    border: 0;
    min-height: 65px;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback {
    float: right;
    width: 200px;
    padding-right: 10px; } }

.header-middle .header-middle-child .callback span {
  margin-bottom: 7px; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback span {
    margin-bottom: 0; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100%; }
  .header-middle .header-middle-child .cart .enter-wrap {
    display: none; } }

.header-middle .header-middle-child .callback a {
  color: #202020; }

.header-middle .header-middle-child .callback a span {
  font: 23px/26px "Geometria", sans-serif !important;
  font-weight: 700; }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback a span {
    font-size: 18px !important;
    width: 100% !important; } }

.header-middle .header-middle-child .cart {
  width: 20.3%;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .cart {
    width: 25%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .cart {
    width: 35%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart {
    width: 39%; } }

.header-middle .header-middle-child .cart .enter-wrap {
  height: 57px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart {
    width: 100%;
    text-align: center;
    min-height: 80px;
    padding: 17px 10px 0;
    border-top: 1px solid #e1e1e1; }
  .header-middle .header-middle-child .cart .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .header-middle .header-middle-child .cart .enter-wrap a {
    margin: 0 10px; } }

.header-middle .header-middle-child .cart .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    padding-left: 20px; } }

.header-middle .header-middle-child .cart .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.header-middle .header-middle-child .cart .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 10px; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    font-size: 14px; }
  .header-middle .header-middle-child .cart .enter-wrap .exit-block a {
    font-size: 15px; } }

.header-middle .header-middle-child .cart .enter-wrap .enter:before {
  background-position: 0 -28px; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg:before {
  background: 0 0; }

.header-middle .header-middle-child .cart .enter-wrap .exit:before {
  background-position: -92px -21px; }

.header-middle .header-middle-child .links-faces {
  margin: 0 0 10px;
  line-height: 0;
  font-size: 0;
  position: relative; }

.header-middle .header-middle-child .links-faces li {
  padding: 6px 0 0;
  width: 33.3%;
  background: #febd0c;
  height: 42px;
  cursor: pointer; }

.header-middle .header-middle-child .links-faces li span {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto; }

.header-middle .header-middle-child .links-faces li span.face-good {
  background-position: 0 -470px; }

.header-middle .header-middle-child .links-faces li span.face-normal {
  background-position: -30px -470px; }

.header-middle .header-middle-child .links-faces li span.face-bad {
  background-position: -62px -470px; }

.header-middle .header-middle-child .links-faces li:last-child {
  background: #d84848; }

.header-middle .header-middle-child .links-faces li:first-child {
  background: #1dc814; }

.header-middle .header-middle-child .links-faces .face {
  position: absolute;
  left: 0;
  width: 100%; }

.cart-wrap {
  padding: 0; }

@media screen and (max-width: 550px) {
  .cart-wrap {
    display: none; } }

.cart-wrap a i {
  background-position: 0 -51px;
  height: 35px;
  width: 50px;
  display: inline-block; }

.cart-wrap a i:hover {
  background-position: -51px -51px; }

.cart-wrap a span {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: #fff;
  background: #17627e;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 9px 0;
  font: 13px/18px 'Geometria', sans-serif;
  font-weight: 300;
  margin-top: -5px; }

.cart-wrap .bucket {
  margin-left: 18px; }

@media screen and (max-width: 1150px) {
  .cart-wrap .bucket {
    margin-left: 10px; } }

.cart-wrap .bucket i {
  background-position: 0 -96px;
  width: 40px; }

.cart-wrap .bucket i:hover {
  background-position: -51px -96px; }

.cart-wrap .bucket span {
  background: #d84848; }

.cart-wrap-visible {
  display: none; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    display: block;
    padding-top: 18px; } }

.header-bottom {
  margin-bottom: 3px;
  position: relative; }

.header-bottom .menu {
  float: right;
  width: 65%;
  padding: 0 0 0 23px; }

@media screen and (max-width: 1250px) {
  .header-bottom .menu {
    width: 74%; } }

@media screen and (max-width: 1050px) {
  .header-bottom .menu {
    width: 45%;
    min-height: 65px;
    position: relative; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu {
    width: 100%;
    padding: 0;
    min-height: 50px !important; } }

@media screen and (max-width: 600px) {
  .cart-wrap .bucket {
    margin-left: 0; }
  .header-bottom {
    -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
    -moz-box-shadow: 0 0 6px 0 #f3f3f3;
    box-shadow: 0 0 6px 0 #f3f3f3; }
  .header-bottom .menu {
    position: relative; } }

.header-bottom .menu ul {
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul {
    text-align: left;
    float: left; } }

.header-bottom .menu ul:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 100%; }

.header-bottom .menu ul li {
  display: inline-block;
  margin-right: 0;
  padding: 0 0 23px;
  text-align: right;
  margin-bottom: -23px; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul li {
    margin-left: 10px; }
  .header-bottom .menu ul li.tab-hidden {
    display: none; } }

@media screen and (max-width: 600px) {
  .header-bottom .menu ul li {
    display: none; } }

.header-bottom .menu ul li a {
  border-top: 7px solid transparent;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  letter-spacing: .4px;
  margin-bottom: -23px;
  padding: 21px 3px 19px; }

@media screen and (max-width: 1110px) {
  .header-bottom .menu ul li a {
    padding: 9px 0 23px; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu ul li {
    text-align: left; }
  .header-bottom .menu ul li a {
    border: 0;
    padding-top: 27px; } }

.header-bottom .menu ul li a:hover {
  border-color: #9a9a9a;
  background: #9a9a9a;
  color: #fff; }

.header-bottom .menu ul li .active {
  border-color: #9a9a9a; }

.header-bottom .menu .menu-tab {
  -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
  -moz-box-shadow: 0 0 6px 0 #f3f3f3;
  box-shadow: 0 0 6px 0 #f3f3f3;
  max-width: 260px;
  padding: 20px 20px 0;
  background: #fff;
  position: absolute;
  right: 45px;
  top: 55px;
  z-index: 10;
  display: none; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu .menu-tab {
    right: 0; } }

.header-bottom .menu .menu-tab li {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 10px; }

.header-bottom .menu .menu-tab li:nth-child(1),
.header-bottom .menu .menu-tab li:nth-child(2) {
  display: none; }

@media screen and (max-width: 600px) {
  .header-bottom .menu .menu-tab li:nth-child(1),
  .header-bottom .menu .menu-tab li:nth-child(2) {
    display: block; } }

.header-bottom .menu .menu-tab li:last-child {
  padding-bottom: 0; }

.header-bottom .menu .menu-tab li a {
  border: 0;
  padding: 0;
  margin-bottom: 0; }

.header-bottom .menu .menu-tab li a:hover {
  border: 0;
  color: #17627e;
  background: #fff; }

.header-bottom .menu .menu-tab li a.enter,
.header-bottom .menu .menu-tab li a.registr {
  display: none; }

@media screen and (max-width: 480px) {
  .header-bottom .menu .menu-tab li a.enter,
  .header-bottom .menu .menu-tab li a.registr {
    display: block; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu .menu-tab {
    right: auto;
    top: 87px; }
  .header-bottom .container-wrapper {
    padding: 0 10px; } }

.search-holder {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  border: 1px solid #febd0c;
  height: 30px;
  width: 35%;
  position: relative;
  border-radius: 3px;
  z-index: 5;
  float: left;
  top: 20px; }

@media screen and (max-width: 1250px) {
  .search-holder {
    width: 26%; } }

@media screen and (max-width: 1050px) {
  .search-holder {
    width: 55%;
    max-width: 600px; } }

@media screen and (max-width: 550px) {
  .search-holder {
    width: 100%;
    top: 0; } }

.search-holder .img-search {
  background-position: -24px 0;
  position: absolute;
  width: 14px;
  height: 16px;
  top: 7px;
  left: 10px; }

.search-holder .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 28px;
  padding: 1px 175px 1px 30px; }

.search-result,
.search-result .description {
  font: 13px/15px 'Geometria', sans-serif;
  font-weight: 300; }

.search-holder .search-by {
  position: absolute;
  right: 0;
  padding-right: 30px;
  top: 5px;
  color: #777;
  height: 27px; }

.search-holder .search-by:after {
  height: 9px;
  width: 11px;
  right: 7px;
  top: 7px; }

.search-by-child {
  display: none;
  border: 1px solid #febd0c;
  background: #fff;
  position: absolute;
  width: 80%;
  right: -1px;
  padding: 5px 0;
  top: 28px;
  z-index: 0; }

@media screen and (max-width: 500px) {
  .search-by-child {
    width: 100.5%; } }

@media screen and (max-width: 360px) {
  .search-by-child {
    width: 100.55%; } }

.search-by-child a {
  color: #777;
  margin-bottom: 5px;
  padding: 0 10px; }

.search-by-child a:hover {
  background: #e1e1e1; }

.search-by-parent:hover .search-by:after {
  transform: rotate(-90deg);
  top: 5px; }

.search-result {
  border: 1px solid #febd0c;
  left: -1px;
  width: 100.4%;
  background: #fff; }

.search-result .description {
  margin-bottom: 0; }

.search-result .old-price {
  text-decoration: line-through;
  color: #777; }

.menu-holder .menu-principal .link-child li a:hover,
.mind-team a,
.text-underline,
.text-underline:hover {
  text-decoration: underline; }

.search-result .inner-search {
  border-bottom: 1px solid #febd0c;
  padding: 8px 10px;
  cursor: pointer; }

.search-result .inner-search:last-child {
  border: 0; }

.search-result .inner-search .img-block {
  float: left;
  width: 60px;
  margin-right: 7px; }

.search-result .inner-search .img-block .label {
  position: relative;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  padding: 1px 0;
  right: auto;
  width: 50px;
  height: 16px;
  margin-bottom: 7px;
  border: 0; }

.search-result .inner-search .text-block {
  margin-top: -1px;
  float: left;
  width: 60%; }

.label {
  position: absolute;
  background: #d84848;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 200;
  padding: 3px 0;
  right: 15px;
  width: 90px;
  height: 25px;
  border-radius: 0 0 0 10px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }

@media screen and (max-width: 400px) {
  .label {
    right: 7px; } }

.menu-holder {
  background: #17627e;
  min-height: 50px; }

@media screen and (max-width: 600px) {
  .menu-holder {
    padding: 10px 0;
    display: none; }
  .menu-holder .menu-principal {
    display: none; } }

.menu-holder .menu-holder-width {
  padding: 0 2px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-holder-width {
    padding: 0 15px; } }

.menu-holder .menu-principal {
  padding: 0 10px; }

@media screen and (max-width: 670px) {
  .menu-holder .menu-principal {
    padding: 0; } }

.menu-holder .menu-principal .link-parent {
  position: relative;
  text-align: justify;
  min-height: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent {
    text-align: center;
    height: auto; } }

.menu-holder .menu-principal .link-parent li {
  display: block;
  list-style-type: none;
  margin-right: 0;
  vertical-align: middle;
  text-align: right;
  min-height: 55px;
  position: relative;
  padding: 0 20px;
  max-width: 180px; }

.menu-holder .menu-principal .link-parent li:nth-of-type(10),
.menu-holder .menu-principal .link-parent li:nth-of-type(6),
.menu-holder .menu-principal .link-parent li:nth-of-type(7),
.menu-holder .menu-principal .link-parent li:nth-of-type(8),
.menu-holder .menu-principal .link-parent li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1350px) {
  .menu-holder .menu-principal .link-parent li {
    min-width: 85px;
    padding: 0 8px; } }

@media screen and (max-width: 1250px) {
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 2px; } }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px;
    padding: 0 13px;
    display: inline-block; }
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 5px;
    max-width: 170px; }
  .menu-holder .menu-principal .link-parent li:last-child {
    margin-right: 0; } }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li {
    height: auto;
    vertical-align: top; } }

@media screen and (max-width: 890px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px; } }

@media screen and (max-width: 840px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 0; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent {
    float: left;
    width: 40%;
    justify-content: flex-start; }
  .menu-holder .menu-principal .link-parent:last-of-type {
    width: 60%; }
  .menu-holder .menu-principal .link-parent li {
    display: block; } }

@media screen and (max-width: 550px) {
  .menu-holder .menu-principal .link-parent li {
    padding: 0 10px; } }

.menu-holder .menu-principal .link-parent li:hover {
  background: #287c9b; }

.menu-holder .menu-principal .link-parent li a {
  border-bottom: 7px solid transparent;
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: .4px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 55px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li a {
    height: 40px;
    vertical-align: middle; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent li a {
    text-align: left;
    height: 45px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    width: 1%; } }

@media screen and (max-width: 450px) {
  .menu-holder .menu-principal .link-parent li a {
    font: 18px/20px 'Geometria', sans-serif;
    font-weight: 300; } }

.menu-holder .menu-principal .link-parent li a h1 {
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px;
  color: #fff;
  margin: 0; }

.menu-holder .menu-principal .link-parent li .active {
  border-color: #fff; }

.menu-holder .menu-principal .link-child {
  background: #287c9b;
  position: absolute;
  left: 0;
  min-width: 150px;
  padding: 15px 0 0;
  height: auto;
  width: 100%;
  display: none;
  z-index: 11;
  top: 100%; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-child {
    top: auto; } }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .link-child {
    display: none !important; } }

.menu-holder .menu-principal .link-child li {
  height: auto;
  padding: 0 10px;
  display: block;
  min-width: auto; }

.menu-holder .menu-principal .link-child li:nth-of-type(6),
.menu-holder .menu-principal .link-child li:nth-of-type(7),
.menu-holder .menu-principal .link-child li:nth-of-type(8),
.menu-holder .menu-principal .link-child li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li .active {
    border: 0; }
  .menu-holder .menu-principal .link-child li {
    display: block;
    margin: 0; } }

.menu-holder .menu-principal .link-child li a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 0 10px;
  border: 0;
  height: auto; }

.menu-holder .menu-principal .modified-ul {
  left: -70px;
  width: 350px; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul {
    display: none !important; } }

.menu-holder .menu-principal .modified-ul li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding: 0 10px;
  width: 49.2%; }

.menu-holder .menu-principal .modified-ul li a {
  text-align: left; }

.menu-holder .menu-principal .modified-ul-3 {
  width: 600px; }

.menu-holder .menu-principal .modified-ul-3 li {
  width: 32.6%; }

.menu-holder .menu-principal .modified-ul-4 {
  width: 750px; }

.menu-holder .menu-principal .modified-ul-4 li {
  width: 24.4%; }

.menu-holder .menu-principal .modified-ul-5 {
  width: 900px; }

.menu-holder .menu-principal .modified-ul-5 li {
  width: 19.5%; }

.menu-holder .menu-principal .modified-ul-6 {
  width: 1062px; }

.menu-holder .menu-principal .modified-ul-6 li {
  width: 16.15%; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul-3,
  .menu-holder .menu-principal .modified-ul-4,
  .menu-holder .menu-principal .modified-ul-5,
  .menu-holder .menu-principal .modified-ul-6 {
    display: none; } }

@-moz-document url-prefix() {
  .menu-holder .menu-principal .modified-ul-6 {
    width: 1050px; } }

.menu-holder .menu-principal .right {
  left: auto;
  right: 0; }

.menu-holder .menu-principal .center {
  left: -425px; }

.menu-holder .menu-principal .left {
  left: 0; }

.menu-holder .menu-principal-mob {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal-mob {
    display: block; }
  .menu-holder .menu-principal-mob .link-parent li {
    padding: 0;
    margin: 1px; }
  .menu-holder .menu-principal-mob .link-parent li a {
    border: 0; }
  .menu-holder .menu-principal-mob .link-parent li a h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 0; }
  .menu-holder .menu-principal-mob .link-parent li .active {
    background: #287c9b;
    display: table-cell; } }

@media screen and (max-width: 670px) {
  .menu-holder .container-wrapper {
    padding: 0; } }

.links-dash {
  margin-bottom: 20px; }

.links-dash li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px; }

.links-dash li:before {
  width: 10px;
  height: 2px;
  background: #777;
  top: 8px;
  left: 10px; }

h2 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 0 auto 25px;
  letter-spacing: .4px; }

@media screen and (max-width: 380px) {
  h2 {
    font-size: 20px;
    line-height: 25px; } }

h5,
p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 20px; }

@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 15px; }
  h5,
  p {
    margin-bottom: 10px; }
  footer {
    padding-bottom: 40px; } }

h5 {
  margin-bottom: 10px; }

ol {
  list-style-type: decimal; }

@media screen and (max-width: 768px) {
  ol {
    padding-left: 20px; } }

ol li {
  margin-bottom: 15px; }

.categories-items-grid {
  margin: 0 115px; }

@media screen and (max-width: 1000px) {
  .categories-items-grid {
    margin: 0 23px; } }

@media screen and (max-width: 670px) {
  .categories-items-grid {
    margin: 0 -3px; } }

@media screen and (max-width: 600px) {
  .categories-items-grid {
    margin: 0 -7px; } }

footer {
  background: #124153;
  min-height: 100px;
  position: relative; }

footer .footer-holder {
  max-width: 1500px;
  padding: 15px 45px 0;
  margin: 0 auto;
  position: relative; }

footer .footer-holder nav {
  margin-bottom: 25px; }

@media screen and (max-width: 670px) {
  footer .footer-holder {
    padding: 15px 15px 0; } }

footer .footer-holder .menu-footer {
  margin-bottom: 5px;
  display: table;
  width: 100%; }

footer .footer-holder .menu-footer li {
  margin-bottom: 10px;
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 140px; }

@media screen and (max-width: 925px) {
  footer .footer-holder .menu-footer li {
    display: inline-block;
    max-width: 100%; } }

footer .footer-holder .menu-footer li a {
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: 0; }

.mind-team,
.social-holder .pay-holder span {
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300; }

footer .footer-holder .menu-footer li a:hover {
  color: #febd0c; }

.social-holder {
  width: 400px;
  padding: 0 15px; }

@media screen and (max-width: 1100px) {
  footer .footer-holder .menu-footer {
    text-align: center; }
  .social-holder {
    margin-top: -20px; } }

@media screen and (max-width: 768px) {
  .social-holder {
    width: 100%; } }

.social-holder .card-links,
.social-holder .social-links {
  border-top: 1px solid #30515e;
  border-bottom: 1px solid #30515e;
  padding: 10px 0; }

.social-holder .card-links li,
.social-holder .social-links li {
  padding-left: 3px;
  padding-right: 3px; }

.social-holder .card-links li a,
.social-holder .social-links li a {
  height: 30px;
  width: 30px; }

.social-holder .card-links li a.vkontakte,
.social-holder .social-links li a.vkontakte {
  background-position: 0 -194px; }

.social-holder .card-links li a.vkontakte:hover,
.social-holder .social-links li a.vkontakte:hover {
  background-position: -31px -194px; }

.social-holder .card-links li a.facebook,
.social-holder .social-links li a.facebook {
  background-position: 0 -163px; }

.social-holder .card-links li a.facebook:hover,
.social-holder .social-links li a.facebook:hover {
  background-position: -31px -163px; }

.social-holder .card-links li a.twitter,
.social-holder .social-links li a.twitter {
  background-position: 0 -257px; }

.social-holder .card-links li a.twitter:hover,
.social-holder .social-links li a.twitter:hover {
  background-position: -32px -257px; }

.social-holder .card-links li a.classmates,
.social-holder .social-links li a.classmates {
  background-position: 0 -288px; }

.social-holder .card-links li a.classmates:hover,
.social-holder .social-links li a.classmates:hover {
  background-position: -32px -288px; }

.social-holder .card-links li a.mail,
.social-holder .social-links li a.mail {
  background-position: 0 -320px; }

.social-holder .card-links li a.mail:hover,
.social-holder .social-links li a.mail:hover {
  background-position: -32px -320px; }

.social-holder .card-links li a.google,
.social-holder .social-links li a.google {
  background-position: 0 -351px; }

.social-holder .card-links li a.google:hover,
.social-holder .social-links li a.google:hover {
  background-position: -31px -351px; }

.social-holder .card-links li a.instagram,
.social-holder .social-links li a.instagram {
  background-position: 0 -226px; }

.social-holder .card-links li a.instagram:hover,
.social-holder .social-links li a.instagram:hover {
  background-position: -32px -226px; }

.social-holder .card-links li a.visa,
.social-holder .social-links li a.visa {
  background-position: 0 -382px; }

.social-holder .card-links li a.master-visa,
.social-holder .social-links li a.master-visa {
  background-position: -34px -382px;
  width: 48px; }

.social-holder .card-links {
  border: 0;
  display: inline-block;
  padding: 8px 0; }

.social-holder .pay-holder {
  width: 240px;
  margin: 0 auto; }

.social-holder .pay-holder span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-top: 18px;
  vertical-align: top; }

.footer-container {
  display: flex;
  align-items: center; }

.footer-container > div {
  width: 33%; }

@media screen and (max-width: 768px) {
  .mind-team {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px; } }

.mind-team a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center; }

.mind-team a:hover {
  color: #febd0c; }

.mind-team a:hover svg {
  fill: #febd0c; }

.mind-team svg {
  max-width: 80px;
  flex-shrink: 0;
  width: 100%;
  margin-left: 10px;
  fill: #fff; }

@media screen and (max-width: 550px) {
  .hidden-smart {
    display: none; } }

@media screen and (max-width: 480px) {
  .hidden-smart {
    display: inline-block; } }

.checkbox-holder {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 10px; }

.checkbox-holder .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px; }

.checkbox-holder .checkbox + label {
  cursor: pointer; }

.checkbox-holder .checkbox:not(checked) {
  position: absolute;
  opacity: 0; }

.checkbox-holder .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px; }

.checkbox-holder .checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 7px;
  width: 11px;
  height: 11px;
  background-position: 0 -505px; }

.checkbox-holder .checkbox:checked + label:before {
  background-position: -14px -501px;
  height: 16px;
  width: 13px;
  top: -14px; }

@media screen and (max-width: 330px) {
  .checkbox-holder a {
    font-size: 14px;
    line-height: 18px; } }

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
  border: 0;
  padding: 5px 0;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 #e8f0f2;
  -moz-box-shadow: 0 0 5px 0 #e8f0f2;
  box-shadow: 0 0 5px 0 #e8f0f2; }

.header-fixed .header-middle-child {
  position: relative; }

.header-fixed .header-middle-child .logo {
  border-right: 0;
  min-height: 80px;
  width: 10%;
  max-width: 115px;
  min-width: 115px; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .logo {
    width: 13%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .logo {
    max-width: 100px;
    min-width: 100px;
    width: 10%; } }

@media screen and (max-width: 360px) {
  .header-fixed {
    height: 65px;
    padding: 10px 0; }
  .header-fixed .header-middle-child .logo {
    max-width: 80px;
    min-width: 80px; } }

.header-fixed .header-middle-child .logo a {
  padding-top: 10px;
  width: 100%; }

.header-fixed .header-middle-child .callback {
  border-right: 0;
  width: 38%;
  padding-top: 21px;
  min-height: 80px; }

@media screen and (max-width: 1200px) {
  .header-fixed .header-middle-child .callback {
    padding: 21px 0 0; } }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .callback {
    width: 43%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback {
    width: 25%;
    padding-left: 15px; } }

@media screen and (max-width: 670px) {
  .header-fixed .header-middle-child .callback {
    width: 45%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 15px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 7px;
    padding-left: 0; } }

.header-fixed .header-middle-child .callback span {
  font: 20px/25px 'Geometria', sans-serif !important;
  font-weight: 700;
  margin: 5px 15px 0 0;
  display: inline-block; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback span {
    display: none; }
  .header-fixed .header-middle-child .callback .btn-callback {
    background: #febd0c;
    max-width: 300px; } }

.header-fixed .header-middle-child .callback .btn-callback:focus,
.header-fixed .header-middle-child .callback .btn-callback:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.header-fixed .header-middle-child .cart {
  padding: 20px 15px 0 0;
  width: 20.6%;
  min-height: 80px;
  position: absolute;
  right: 0; }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .cart {
    padding: 0 8px 0 0;
    width: 25.5%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .cart {
    width: 33.5%;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .header-fixed .header-middle-child .cart {
    width: 31.5%;
    text-align: right;
    border: 0; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .cart {
    top: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .cart {
    top: 3px; } }

.header-fixed .search-holder {
  width: 18%; }

@media screen and (max-width: 1180px) {
  .header-fixed .search-holder {
    width: 20%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .search-holder {
    width: 23%; } }

@media screen and (max-width: 670px) {
  .header-fixed .search-holder {
    display: none !important; } }

.header-fixed .search-holder .img-search {
  background-position: -24px 0;
  height: 16px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 14px; }

.header-fixed .search-holder .form-control {
  max-width: 300px;
  padding: 1px 35px 1px 15px; }

.header-fixed .menu-fix {
  padding-left: 10px;
  width: 13%;
  float: left; }

@media screen and (max-width: 1180px) {
  .header-fixed .menu-fix {
    display: none; } }

.header-fixed .menu-fix ul li {
  display: inline-block;
  list-style-type: none;
  padding: 28px 5px 28px 0; }

.header-fixed .menu-fix ul li:last-child {
  padding-right: 0; }

.header-fixed .menu-fix ul li a {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  letter-spacing: .4px; }

@media screen and (max-width: 550px) {
  .header-fixed .cart-wrap {
    display: block; }
  div#jivo-iframe-container {
    opacity: 0 !important; } }

.wrap-star .stars,
.wrap-star .stars li {
  display: inline-block; }

.wrap-star {
  margin-bottom: 12px; }

.wrap-star .stars li {
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .wrap-star .stars li {
    margin: 0 1px; } }

.wrap-star .stars li span {
  background-position: -19px -523px;
  display: block;
  height: 12px;
  width: 12px; }

.comparison-wrapper .filter-serv label,
.comparison-wrapper .filter-serv select,
.quantity,
.widgets-block .block-fb {
  display: inline-block; }

.wrap-star .stars li span.star2 {
  background-position: -36px -523px; }

.wrap-star .stars li span.star3 {
  background-position: -53px -523px; }

.wrap-star .stars li span.star5 {
  background-position: -69px -523px; }

.wrap-star .stars li span.star4 {
  background-position: -85px -523px; }

.quantity {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-left: 5px; }

.quantity-reviews {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-align: right; }

@media screen and (max-width: 330px) {
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px; } }

.btn-buy {
  background: #44bb6e;
  max-width: 300px;
  min-width: 90px; }

.btn-buy:focus,
.btn-buy:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

.green-button {
  background: #44bb6e !important; }

.green-button:focus,
.green-button:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.yellow-button {
  background: #febd0c !important; }

.yellow-button:focus,
.yellow-button:hover {
  background: rgba(254, 189, 12, 0.85) !important; }

.red-button {
  background: #d84848 !important; }

.red-button:focus,
.red-button:hover {
  background: rgba(216, 72, 72, 0.85) !important; }

.widgets-block h2,
.wrap-holder h2 {
  color: #202020;
  font-size: 30px;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .widgets-block h2,
  .wrap-holder h2 {
    font-size: 20px;
    line-height: 25px; } }

.old-price-holder {
  height: 15px; }

.image-big {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 13% 0; }

.product-list-page .wrap-width {
  margin: 0 -10px; }

@media screen and (max-width: 680px) {
  .product-list-page .wrap-width {
    margin: 0; } }

#check_in_form {
  background: rgba(146, 146, 146, 0.7);
  overflow-y: auto; }

#check_in_form .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  border-radius: 3px;
  max-width: 300px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300; }

#check_in_form .modal-form .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

#check_in_form .modal-form label {
  margin-bottom: 3px; }

#check_in_form .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 13px; }

#check_in_form .modal-form .btn-buy {
  background: #17627e;
  font-size: 16px;
  max-width: 100%;
  padding: 5px; }

#check_in_form .modal-form .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

#check_in_form .modal-form .btn-close {
  background-position: -113px -42px;
  right: 10px;
  top: 10px; }

.widgets-block {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 45px; }

@media screen and (max-width: 855px) {
  .widgets-block {
    padding: 30px 10px; } }

.widgets-block .block-fb {
  vertical-align: top;
  padding: 0 5px 15px; }

@media screen and (max-width: 910px) {
  .widgets-block .block-fb {
    width: 100% !important;
    text-align: center;
    padding: 0 0 15px; } }

@media screen and (max-width: 435px) {
  #vk_groups,
  #vk_groups iframe,
  .fb-page,
  .fb-page iframe[style],
  .fb-page span {
    width: 100% !important; } }

.FormHolder .label-name {
  color: #8c8c8c;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 10px;
  position: absolute;
  top: 9px;
  transform-origin: 0 -150% 0;
  transition: all 120ms ease 0s; }

#city_retail_result a,
.with-result .result span {
  transition: background .4s ease 0s;
  cursor: pointer; }

.FormHolder .bg-white {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main .FormHolder select {
  background-position: 96% 13px;
  font-size: 15px;
  line-height: 22px;
  max-width: 100%;
  min-width: 100%;
  height: 40px;
  padding-top: 8px; }

.form-group.focused .label-name,
.form-group.populated .label-name,
.no-js .FormHolder .label-name {
  color: #c6c6c6;
  transform: scale(0.7, 0.7);
  top: 11px; }

.feedback-holder .form-group {
  position: relative;
  height: 40px; }

.feedback-holder .form-group .class-field,
.feedback-holder .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.feedback-holder .form-group .class-field {
  position: static; }

.input-name {
  background: 0 0; }

.feedback-holder .textarea-group {
  min-height: 80px; }

@media screen and (max-width: 550px) {
  div#jivo-iframe-container {
    z-index: -10 !important; } }

.execution-page {
  border: 0; }

.comparison-page {
  width: 1250px;
  margin: 0 auto 20px;
  border: 0;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  color: #202020; }

.comparison-page .slider-comparison {
  width: 550px;
  margin-right: 52px;
  margin-top: 20px; }

.comparison-page .slider-comparison .btn-close-item {
  background-position: -1px -139px;
  height: 17px;
  right: 14px;
  top: 0;
  width: 17px;
  z-index: 10; }

.comparison-page .slider-comparison .characteristics {
  padding: 5px 0 0;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  list-style-type: none;
  text-align: left; }

.comparison-page .slider-comparison .characteristics li {
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  padding: 9px 0 9px 15px; }

.comparison-page .holder {
  position: relative !important; }

@media screen and (max-width: 900px) {
  .comparison-page .holder {
    padding: 0 10px; } }

.comparison-page .box-category-holder .box-category {
  box-shadow: none; }

.comparison-page .box-category-holder .box-category .item-category {
  padding: 0; }

.comparison-page .box-category-holder .box-category .item-category .description-category {
  padding: 12px 12px 20px; }

.comparison-page .box-category-holder .box-category .item-category .image-holder img {
  height: 218px; }

.comparison-page .label {
  right: 5px;
  top: 145px; }

.comparison-page table {
  top: 479px;
  position: absolute; }

@media screen and (max-width: 1200px) {
  .comparison-page table {
    top: 478px; } }

@media screen and (max-width: 950px) {
  .comparison-page table {
    top: 476px; } }

@media screen and (max-width: 485px) {
  .comparison-page table {
    top: 483px; } }

@media screen and (max-width: 475px) {
  .comparison-page table {
    top: 498px; } }

@media screen and (max-width: 400px) {
  .comparison-page table {
    top: 476px; } }

@-moz-document url-prefix() {
  .comparison-page table {
    top: 479.5px; }
  @media screen and (max-width: 1200px) {
    .comparison-page table {
      top: 479.5px; } }
  @media screen and (max-width: 950px) {
    .comparison-page table {
      top: 477px; } }
  @media screen and (max-width: 485px) {
    .comparison-page table {
      top: 484px; } }
  @media screen and (max-width: 475px) {
    .comparison-page table {
      top: 499px; } }
  @media screen and (max-width: 400px) {
    .comparison-page table {
      top: 481px; } } }

.comparison-page .table > tbody > tr > td,
.comparison-page .table > tbody > tr > th,
.comparison-page .table > tfoot > tr > td,
.comparison-page .table > tfoot > tr > th,
.comparison-page .table > thead > tr > td,
.comparison-page .table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  border-top: 0;
  height: 40px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 0; }

.comparison-wrapper,
.comparison-wrapper .filter-serv a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.comparison-page .category-links {
  z-index: 10; }

.comparison-wrapper {
  overflow-x: auto;
  margin: 0 15px;
  overflow-y: hidden;
  padding-top: 15px; }

.comparison-wrapper .filter-serv {
  float: right;
  padding: 10px 0;
  height: 60px;
  overflow: hidden; }

.comparison-wrapper .filter-serv .column {
  width: 950px; }

.comparison-wrapper .filter-serv .column:nth-child(2) {
  width: 300px; }

.comparison-wrapper .filter-serv a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: right; }

.comparison-wrapper .filter-serv a.active,
.comparison-wrapper .filter-serv a:hover {
  text-decoration: underline;
  color: #17627e; }

.comparison-wrapper .filter-serv select {
  width: 130px;
  min-width: 130px; }

.comparison-wrapper .filter-serv label {
  margin-right: 5px; }

.column-height {
  padding-top: 5px;
  padding-right: 10px; }

.with-result:after {
  background: url(../images/select-arrow-down.png) no-repeat;
  position: absolute;
  content: '';
  display: block;
  height: 15px;
  right: 10px;
  top: 13px;
  width: 10px;
  z-index: 5; }

.with-result .result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  top: 40px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  max-height: 235px;
  overflow-y: auto; }

.with-result .result span {
  display: block;
  padding: 5px 10px; }

.with-result .result span:hover {
  background: #17627e;
  color: #fff; }

.review-block {
  margin: 0 auto;
  max-width: 1500px;
  padding: 30px 45px; }

@media screen and (max-width: 1500px) {
  .review-block {
    padding: 30px 0; } }

@media screen and (max-width: 550px) {
  .review-block {
    padding: 20px 0; } }

.review-block .review-block-item {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 25px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item {
    font-size: 15px;
    line-height: 18px; } }

.review-block .review-block-item .title-review {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .2px;
  margin-bottom: 3px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item .title-review {
    font-size: 16px;
    line-height: 19px; } }

.review-block .review-block-item .title-review .data-review {
  color: #9a9a9a;
  padding-left: 18px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 380px) {
  .review-block .review-block-item .title-review .data-review {
    float: none !important;
    padding-left: 0;
    margin: 5px 0; }
  .review-block .review-block-item .title-review span {
    float: none !important; } }

.review-block .review-block-item .title-review .data-review span {
  display: inline-block;
  padding-left: 5px; }

.review-block .review-block-item .wrap-star {
  margin-bottom: 2px; }

.review-block .review-block-item .wrap-star .stars li {
  margin-right: -1px; }

.review-block .review-block-item p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 13px; }

.review-block .review-block-item-child {
  padding: 25px 0 0 30px; }

.review-block .ttl-text,
.review-block h2 {
  font-size: 30px;
  line-height: 27px; }

@media screen and (max-width: 380px) {
  .review-block .ttl-text,
  .review-block h2 {
    font-size: 20px;
    line-height: 25px; } }

.review-block .more-info-btn {
  background: #fff;
  max-width: 380px;
  font: 16px/17px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e !important;
  border-radius: 3px;
  border: 1px solid #17627e;
  padding: 6px 4px; }

.review-block .more-info-btn:focus,
.review-block .more-info-btn:hover {
  color: #fff !important;
  background: #17627e; }

.product-is-out,
.product-is-out .block-addition,
.product-is-out .box-category:hover,
.product-is-out .box-category:hover .title {
  background-color: #f2f2f8; }

.block-inset {
  padding: 0 !important; }

.missing-product span {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020;
  padding: 30px 0; }

.map-page {
  max-width: 1200px;
  padding: 30px 45px 20px;
  margin: 0 auto;
  color: #202020; }

@media screen and (max-width: 670px) {
  .map-page {
    padding: 30px 15px 20px; } }

.map-first-level-title {
  font: 24px/30px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 550px) {
  .map-first-level-title {
    font-size: 21px;
    line-height: 25px; } }

@media screen and (max-width: 360px) {
  .map-first-level-title {
    font-size: 18px;
    line-height: 22px; } }

.map-first-level-title,
.map-second-level-title {
  display: block;
  margin-bottom: 5px; }

.map-second-level-wrap .map-second-level-title {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 10px 0 5px;
  text-decoration: none;
  display: block; }

@media screen and (max-width: 550px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 360px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 17px;
    line-height: 20px; } }

.map-second-level-wrap {
  margin-left: 25px; }

.map-second-level-wrap a {
  color: #202020;
  display: block;
  margin: 0 0 5px 25px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline; }

.error-page {
  text-align: center;
  padding: 30px 15px 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 auto 30px;
  max-width: 1200px; }

.error-page .txt-title {
  color: #777;
  display: block;
  font: 20px/35px 'Geometria', sans-serif;
  font-weight: 500; }

.text-none {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020; }

@media screen and (max-width: 360px) {
  .text-none {
    font-size: 18px;
    line-height: 22px; } }

.product-is-out img {
  filter: grayscale(100%) brightness(75%); }

.product-is-out .btn-buy {
  font-size: 10px;
  line-height: 14px;
  max-width: 90px;
  white-space: normal;
  padding: 0 4px;
  display: table-cell;
  vertical-align: middle; }

.product-is-out .label {
  background: #287c9b;
  width: 135px;
  font-size: 12px; }

.detail-image .product-is-out {
  background-color: transparent; }

.box-category-holder .box-category .item-category .description-category .size-19px {
  font-size: 19px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-18px {
  font-size: 18px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-16px {
  font-size: 16px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-14px {
  font-size: 14px;
  line-height: normal; }

#tab_categories_info .product-is-out {
  background: 0 0; }

#tab_categories_info .product-is-out:hover img,
.product-is-out:hover img {
  filter: grayscale(100%) brightness(75%); }

.tab-content .dropdown-toggle {
  width: 100%; }

.tab-content form .select-stock {
  font-size: 18px;
  padding: 4px 6px; }

.tab-pane .dropdown-menu {
  width: 285px;
  left: 14px;
  height: 250px; }

.form-group {
  position: relative; }

.tab-content .error-text {
  bottom: auto !important;
  left: 27px !important;
  top: 37px !important; }

@media screen and (max-width: 768px) {
  .tab-content .error-text {
    left: 0 !important; } }

.login-page {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 15px 20px; }

.login-page .txt-title {
  display: block;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  text-align: center;
  margin-bottom: 10px; }

.loader-holder {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1100;
  display: none; }

#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%); }

.circularG {
  position: absolute;
  background-color: #51c4ef;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: .41s;
  -o-animation-delay: .41s;
  -ms-animation-delay: .41s;
  -webkit-animation-delay: .41s;
  -moz-animation-delay: .41s; }

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: .55s;
  -o-animation-delay: .55s;
  -ms-animation-delay: .55s;
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s; }

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: .69s;
  -o-animation-delay: .69s;
  -ms-animation-delay: .69s;
  -webkit-animation-delay: .69s;
  -moz-animation-delay: .69s; }

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: .83s;
  -o-animation-delay: .83s;
  -ms-animation-delay: .83s;
  -webkit-animation-delay: .83s;
  -moz-animation-delay: .83s; }

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: .97s;
  -o-animation-delay: .97s;
  -ms-animation-delay: .97s;
  -webkit-animation-delay: .97s;
  -moz-animation-delay: .97s; }

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s; }

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s; }

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s; }

@keyframes bounce_circularG {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(0.3); } }

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(0.3); } }

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(0.3); } }

.login-page .form-group {
  position: relative;
  height: 40px; }

.login-page .form-group .form-control {
  border: 1px solid #07526e;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.delivery-navigation a,
.login-page a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.login-page .form-group .input-name {
  padding: 15px 0 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.login-page .error-text {
  bottom: 8px; }

.login-page a {
  cursor: pointer;
  color: #337ab7;
  display: block;
  text-align: center;
  margin-bottom: 5px; }

.delivery-navigation a:hover,
.login-page a:hover {
  color: #23527c; }

.login-page .btn {
  max-width: 100%;
  background: #07526e; }

.login-page .btn:hover {
  background: rgba(7, 82, 110, 0.95); }

.delivery-navigation {
  margin-bottom: 10px; }

.delivery-navigation a {
  margin-bottom: 5px;
  letter-spacing: 1px; }

.example {
  color: #17627e;
  font: 9px/11px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: -39px;
  position: relative;
  margin-bottom: 0; }

#city_retail_result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }

@media screen and (max-width: 767px) {
  #city_retail_result {
    left: 0;
    top: 60px;
    width: 99.6%; } }

#city_retail_result a {
  display: block;
  padding: 5px 10px;
  color: #202020;
  text-decoration: none;
  width: 100%; }

#city_retail_result a:hover {
  background: #17627e;
  color: #fff; }

select {
  padding-right: 30px !important; }

.main .execution-page .FormHolder select {
  border: 1px solid #17627e;
  font-size: 14px;
  line-height: 20px;
  color: #555; }

.zakaz_page {
  min-height: 250px;
  padding: 30px 15px 20px; }

@media screen and (max-width: 480px) {
  .zakaz_page {
    min-height: 100px;
    padding: 15px 10px 10px; } }

.block-stars .wrap-star {
  width: 188px;
  text-align: center;
  padding: 3px 0 0;
  float: left; }

@media screen and (max-width: 450px) {
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; }
  .block-stars .feedback-bg .feedback-holder .input-width {
    width: 100%; } }

.block-stars .share-details .social-holder {
  margin: -2px 0 0 !important; }

.block-stars .wrap-star .stars li:hover span {
  background-position: 1px -608px; }

#more-comments-block {
  margin: 0 10px 20px; }

.form-height-column {
  float: left;
  width: 49%; }

.form-height-column:last-of-type {
  float: right; }

@media screen and (max-width: 480px) {
  .form-height-column {
    width: 100%;
    float: none; }
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; } }

.delivery-navigation a {
  color: #202020; }

.feedback-bg .feedback-holder .input-column {
  width: 100%;
  float: none; }

.feedback-bg .feedback-holder .input-column:first-child {
  margin: 0 1% 10px 0; }

.tab-content .holder .btn-holder {
  margin-left: 0; }

.btn-holder-close {
  background-position: 0 -982px;
  display: block;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 15px;
  cursor: pointer;
  z-index: 10; }

.box-category-holder {
  position: relative; }

.old-price-holder .old-price {
  margin-top: -5px;
  display: block; }

.box-category-holder .box-category .item-category .description-category {
  max-height: 220px; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category {
    max-height: 100% !important; } }

.box-category-holder .box-category .one-click {
  border-radius: 3px;
  height: 30px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px;
  display: inline-block;
  margin-top: 10px; }

.box-category-holder .box-category .one-click button {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 28px;
  background: #44bb6e;
  color: #fff;
  border: none;
  line-height: 17px;
  font-size: 14px; }

.box-category-holder .box-category .one-click button:focus,
.box-category-holder .box-category .one-click button:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click button {
    font-size: 13px;
    width: 28px;
    padding: 0; } }

.box-category-holder .box-category .one-click span {
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 45px;
  text-align: left; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 30px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 20px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click span {
    font-size: 11px;
    padding: 0; } }

.box-category-holder .box-category .one-click .form-control {
  border: 0;
  height: 12px;
  padding: 0 2px;
  box-shadow: none;
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 175px;
  text-align: center; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 145px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 130px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click .form-control {
    font-size: 9px;
    text-align: left; } }

@media screen and (max-width: 480px) {
  .card-product-page .box-category-holder .box-category .one-click button {
    font-size: 13px;
    height: 28px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 460px) {
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 430px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    font-size: 12px;
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    font-size: 12px;
    text-align: left;
    max-width: 168px; } }

@media screen and (max-width: 330px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 155px; } }

.form-common {
  background: rgba(0, 0, 0, 0.7) !important;
  overflow-y: auto; }

.form-common .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  max-width: 350px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 5px; }

.form-common .modal-form .btn-close-form {
  position: absolute;
  background-position: 0 -977px;
  height: 19px;
  width: 15px;
  right: 5px;
  top: 3px;
  cursor: pointer; }

.form-common .modal-form .form-group {
  height: 40px;
  position: relative;
  margin-bottom: 10px; }

.form-common .modal-form .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.form-common .modal-form .form-group .input-name {
  height: 40px;
  left: 0;
  right: 0;
  position: absolute;
  top: -1px;
  z-index: 2;
  padding: 15px 0 5px 10px; }

.form-common .modal-form .form-group .textarea {
  min-height: 80px; }

.form-common .modal-form .form-group .btn-send {
  max-width: 100%;
  background: #17627e; }

.form-common .modal-form .form-group .btn-send:hover {
  background: rgba(23, 98, 126, 0.85); }

.form-common .modal-form .textarea-group {
  height: 80px; }

.form-common .modal-form .error-text {
  bottom: 4px; }

.form-common .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center; }

.empty-column-cart {
  background: #fff !important; }

.holder-width .review-block-item {
  padding: 0 45px; }

@media screen and (max-width: 680px) {
  .holder-width .review-block-item {
    padding: 0 40px; } }

@media screen and (max-width: 480px) {
  .holder-width .review-block-item {
    padding: 0 15px; } }

.card-product-page .product-is-out {
  background: #fff; }

.card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 25px; }

@media screen and (max-width: 740px) {
  .card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
    padding: 10px 25px; } }

#send_to_friend .error-text {
  bottom: -2px; }

.card-product-page .product-is-out .detail-main-small .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 33px;
  display: table;
  max-width: 100%;
  width: 100%; }

.holder-text,
.holder-text p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #000; }

.card-product-page .product-is-out .detail-main-small-parent .btn-buy {
  padding: 3px 15px; }

.holder-text {
  padding: 7px 35px; }

@media screen and (max-width: 680px) {
  .holder-text {
    padding: 0 30px; } }

@media screen and (max-width: 480px) {
  .holder-text {
    padding: 0 10px; } }

.product-is-out .status-out {
  background: #124153;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 25px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  z-index: 1;
  border-radius: 0 0 0 10px;
  border: 1px solid #fff;
  text-align: center; }

.compare-block a,
.compare-block a:focus,
.compare-block a:hover,
.ttl-text {
  color: #202020; }

@media screen and (max-width: 400px) {
  .product-is-out .status-out {
    width: 110px;
    font-size: 12px; } }

​ .holder-text {
  padding: 15px 30px; }

@media screen and (max-width: 670px) {
  ​ .holder-text {
    padding: 0 15px; } }

.wrap-width {
  padding: 0 15px; }

.card-product-page .categories-items {
  overflow: hidden; }

.detail-change-block {
  display: none; }

.login-page form {
  max-width: 320px;
  margin: 0 auto; }

.information .call-phone span {
  background: #febd0c; }

.filter-row select {
  width: 100%; }

@media screen and (max-width: 950px) {
  .checkbox-holder,
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px; }
  .checkbox-holder .checkbox:not(checked) + label::before {
    left: 0; } }

.btn-green,
.feedback-bg .feedback-holder .btn-green,
.login-page .btn-green {
  background: #44bb6e !important; }

.btn-green:hover,
.feedback-bg .feedback-holder .btn-green:hover,
.login-page .btn-green:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.ttl-text {
  font: 30px/32px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .ttl-text {
    font-size: 20px;
    line-height: 25px; } }

.category-btn {
  display: none;
  background: #44bb6e;
  padding: 5px;
  width: 130px;
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  height: 30px;
  border-radius: 3px;
  right: 60px;
  top: 20px;
  border: 0;
  transition-duration: .5s; }

.category-btn:hover {
  -webkit-box-shadow: 0 0 3px 0 #3c604a;
  -moz-box-shadow: 0 0 3px 0 #3c604a;
  box-shadow: 0 0 3px 0 #3c604a; }

@media screen and (max-width: 600px) {
  .category-btn {
    display: block; } }

@media screen and (max-width: 550px) {
  .category-btn {
    top: 12px !important;
    left: 60px;
    right: auto; } }

@media screen and (max-width: 360px) {
  .category-btn {
    width: 150px;
    left: -42px;
    right: 0;
    margin: 0 auto; } }

.menu-tab .enter-wrap {
  height: 57px;
  overflow: hidden;
  display: none !important; }

@media screen and (max-width: 480px) {
  .menu-tab .enter-wrap {
    display: block !important; } }

.menu-tab .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .menu-tab .enter-wrap a {
    padding: 0 0 10px 25px !important;
    margin-right: 0 !important; }
  .menu-tab .enter-wrap a.name-reg {
    padding-left: 0 !important; } }

@media screen and (max-width: 580px) {
  .menu-tab .enter-wrap a {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .menu-tab .enter-wrap a {
    margin: 0 !important; } }

.menu-tab .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.menu-tab .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0 !important; } }

.menu-tab .enter-wrap .enter:before {
  background-position: 0 -28px; }

.menu-tab .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.menu-tab .enter-wrap .name-reg:before {
  background: 0 0; }

.menu-tab .enter-wrap .exit:before {
  background-position: -92px -21px; }

@media screen and (max-width: 480px) {
  .cart {
    min-height: 0 !important;
    padding: 0 10px !important; }
  .cart .btn-callback {
    display: none !important; }
  .header-fixed .comparison {
    display: none; }
  .header-middle .header-middle-child .callback-fixed {
    float: none;
    margin: 0 auto;
    position: relative;
    right: 8px; }
  .header-bottom .menu ul li a.enter,
  .header-bottom .menu ul li a.registr,
  .header-middle .header-middle-child .cart .enter-wrap .exit,
  .header-middle .header-middle-child .cart .enter-wrap .name-reg {
    padding-bottom: 10px !important; } }

hr {
  margin: 0; }

@media screen and (max-width: 480px) {
  hr {
    opacity: 1;
    margin: 5px 0 10px; } }

.width-label label {
  width: 90px; }

.one-click-know span {
  padding-left: 12px !important;
  font-size: 12px !important; }

#basket-window .modal-form,
.example-block {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  position: relative; }

@media screen and (max-width: 740px) {
  .one-click-know span {
    padding-left: 5px !important;
    margin-top: -1px; }
  .one-click-know .form-control {
    max-width: 100px !important; } }

.one-click-know {
  margin: 30px 0 0 !important; }

.block-reserv {
  float: left;
  width: 35%;
  height: 65px;
  position: relative; }

@media screen and (max-width: 1250px) {
  .block-reserv {
    width: 26%;
    padding-bottom: 20px; } }

@media screen and (max-width: 1050px) {
  .block-reserv {
    width: 55%;
    max-width: 600px; }
  .block-reserv .search-holder {
    width: 100%;
    max-width: 600px; } }

.block-reserv .search-holder {
  float: none;
  width: 100%; }

@media screen and (max-width: 1250px) {
  .block-reserv .search-holder {
    width: 100%; } }

.example-block {
  bottom: -19px; }

@media screen and (max-width: 550px) {
  .count-wrap .count-item {
    height: 20px;
    width: 57px;
    margin: 0; }
  .basket .basket-item .count-wrap .count-item .form-control {
    height: 17px;
    max-width: 18px;
    padding: 0; }
  .basket .basket-item .count-wrap .count-item {
    height: 20px;
    margin: 0; }
  .basket .basket-item .count-wrap .count-item .count {
    height: 18px;
    width: 18px; }
  .one-click-know {
    margin: 15px 0 0 !important; }
  .block-reserv {
    width: 100%;
    top: 0;
    height: auto; }
  .block-reserv .search-holder {
    width: 100%;
    top: 0; }
  .example-block {
    padding-top: 3px;
    bottom: 0; } }

#basket-window,
#edit-basket,
#quick-basket {
  overflow-y: auto;
  display: none; }

#basket-window .modal-form,
#edit-basket .modal-form,
#quick-basket .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  position: relative;
  border-radius: 3px;
  max-width: 600px;
  z-index: 50;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

#basket-window .basket .total-holder {
  text-align: right;
  padding-top: 0;
  position: relative; }

#basket-window .image-holder,
.sale-window .ttl {
  text-align: center; }

#basket-window .basket .total-holder span,
#edit-basket .basket .total-holder span,
#quick-basket .basket .total-holder span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 5px; }

#basket-window .ttl,
#edit-basket .ttl,
#quick-basket .ttl {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

#basket-window .image-holder a {
  display: inline-block; }

#basket-window .text-holder a {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 19px;
  max-width: 240px; }

.checkout-wrap .tel-wrapper {
  position: relative;
  width: 100%;
  margin-right: 25px; }

.checkout-wrap .tel-wrapper label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-65%); }

.checkout-wrap .tel-wrapper input {
  height: 45px; }

.checkout-wrap .tel-wrapper .btn-buy {
  height: 45px; }

.checkout-wrap .tel-wrapper input:focus + label {
  transition: .3s ease all;
  transform: scale(0.7) translateY(-155%);
  left: -5px; }

#quick-basket .post-item .text-holder a {
  max-width: 320px;
  margin-right: 45px; }

#quick-basket li.clearfix {
  margin-right: 80px; }

#basket-window .btn-close-quick-basket span,
#edit-basket .btn-close-quick-basket span,
#quick-basket .btn-close-quick-basket span {
  font-size: 12px;
  line-height: 12px;
  color: #888; }

#basket-window .basket .basket-item ul li span,
#edit-basket.basket .basket-item ul li span,
#quick-basket .basket .basket-item ul li span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 0; }

.total-holder .total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.total-holder .total-price span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .basket .total-holder .btn-buy {
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 500;
  height: 38px;
  max-width: 220px;
  background-color: #44bb6e; }

#basket-window .return {
  font: 16px/20px "Geometria", sans-serif !important;
  font-weight: 500;
  color: rgba(23, 98, 126, 0.7);
  bottom: 33px;
  left: 10px;
  display: flex;
  align-items: center; }

@media screen and (max-width: 500px) {
  #basket-window .basket .total-holder {
    text-align: center; }
  #basket-window .return {
    width: 255px;
    margin: 0 auto;
    bottom: 0;
    right: 0; } }

#basket-window .return:hover {
  color: #17627e; }

#basket-window .return:after {
  top: 4px;
  left: -15px;
  position: absolute;
  background-position: -33px -990px;
  width: 10px;
  height: 10px; }

.checkout-wrap {
  display: none;
  justify-content: space-between; }

.checkout-wrap.active {
  display: flex; }

.fast-checkout-wrap {
  display: none;
  justify-content: space-between; }

.fast-checkout-wrap.active {
  display: flex; }

@media screen and (max-width: 500px) {
  #basket-window .return:after {
    left: 30px; } }

#basket-window .btn-close-window,
#edit-basket.btn-close-window,
#quick-basket .btn-close-window {
  background-position: -1px -139px;
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  cursor: pointer; }

#quick-basket .list-inline > li {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .modal-form .btn-close-window,
#edit-basket .modal-form .btn-close-window,
#quick-basket .modal-form .btn-close-window {
  cursor: pointer; }

#basket-window .btn-close-basket,
#edit-basket .btn-close-basket,
#quick-basket .btn-close-quick-basket {
  background: 0 0;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  right: 12px;
  top: 15px; }

#basket-window .btn-close-basket span,
#edit-basket .btn-close-basket span,
#quick-basket .btn-close-quick-basket span {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #888; }

.btn-inset {
  margin: 15px 0 20px; }

.sale-window {
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: none; }

.cancel-edit-btn {
  display: flex;
  align-items: center; }

.sale-window .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 45px;
  border-radius: 0;
  max-width: 525px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

@media screen and (max-width: 500px) {
  .sale-window .modal-form {
    top: 25px; } }

.sale-window img {
  border-bottom: 2px solid #febd0c; }

.sale-window form {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 440px; }

.sale-window form .form-height {
  width: 45%;
  margin: 0 10px;
  padding: 0;
  position: relative; }

.sale-window form .form-height.last-child {
  margin: 0 0 0 20px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-height {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 45px; }
  .sale-window form .form-height.last-child {
    margin: 0;
    padding: 0 15px; } }

.sale-window form .form-height .form-control {
  border: 1px solid #e1e1e1;
  box-shadow: 0;
  outline: 0;
  border-radius: 0; }

.sale-window form .form-height .form-control:focus {
  outline: 0;
  box-shadow: none; }

.sale-window form .form-group {
  position: relative;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group {
    height: 35px; } }

.sale-window form .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group .input-name {
    padding: 10px 5px 5px 10px;
    height: 35px; } }

.sale-window .ttl {
  font: 33px/68px 'Geometria', sans-serif;
  font-weight: 500;
  background: #febd0c;
  color: #17627e;
  height: 65px;
  border-bottom: 2px solid #fff; }

@media screen and (max-width: 767px) {
  .sale-window .ttl {
    font-size: 25px;
    line-height: 40px;
    height: 40px; } }

@media screen and (max-width: 380px) {
  .sale-window .ttl {
    font-size: 20px; } }

.sale-window .btn-buy {
  max-width: 300px;
  padding: 11px 4px;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window .btn-buy {
    padding: 8px 4px;
    height: 35px; } }

.sale-window .btn-close-sale {
  display: block;
  position: absolute;
  right: 2px;
  padding-right: 20px;
  top: -18px;
  cursor: pointer;
  color: #d9d9d9;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale {
    top: -13px; } }

.sale-window .btn-close-sale:after {
  position: absolute;
  background-position: -56px -984px;
  height: 16px;
  width: 18px;
  content: '';
  top: -2px;
  right: 0; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale:after {
    top: -4px; } }

.sale-window .error-text {
  bottom: 10px; }

.btn-size .btn-buy {
  max-width: 283px; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  font-size: 0; }

input:focus::-o-placeholder,
textarea:focus::-o-placeholder {
  font-size: 0; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  font-size: 0; }

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  font-size: 0; }

.feedback-block-add {
  position: fixed !important;
  z-index: 10 !important;
  top: 145px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto; }

.orders .order-block .status-inform {
  margin: 0 0 5px !important; }

.zoo-img {
  cursor: crosshair !important; }

.product-slider-wrapper .slick-list {
  border-radius: 10px; }

.basket .total-holder .two-block-f {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 15px; }

@media screen and (max-width: 615px) {
  .basket .total-holder .two-block-f {
    flex-direction: column;
    align-items: center; }
  .basket .total-holder .two-block-f .btn {
    margin-bottom: 20px !important; } }

.basket .total-holder .two-block-f .btn-grey {
  background: #777;
  width: 100%;
  margin: 0; }

.basket .total-holder .two-block-f .btn-grey:focus,
.basket .total-holder .two-block-f .btn-grey:hover {
  background: rgba(119, 119, 119, 0.85); }

.execution-page {
  position: relative; }

.edit-order {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  padding-left: 20px;
  line-height: 24px; }

.edit-order:before {
  content: "";
  position: absolute;
  background-position: -20px -21px;
  height: 9px;
  left: 0;
  top: 5px;
  width: 14px; }

@media screen and (max-width: 850px) {
  .edit-order {
    right: 0;
    left: 0;
    max-width: 200px;
    padding-left: 0; }
  .checkout-wrapper .product-checkout div.product-checkout__title {
    padding: 0; } }

.checkout-wrapper {
  display: flex; }

.checkout-wrapper .product-checkout {
  border-left: 1px solid rgba(136, 136, 136, 0.3);
  padding: 110px 0 0 20px; }

.checkout-wrapper .product-checkout .product-checkout__title {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: flex-start; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order {
  position: relative;
  cursor: pointer; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order:before {
  content: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm label {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #17627e;
  margin-bottom: 10px; }

#for_liqpay,
.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
  display: inline-block;
  width: fit-content;
  font-family: 'Geometria';
  font-weight: 700;
  font-size: 24px;
  padding: 16px 45px;
  background: #17627e;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 25px; }

div#for_liqpay {
  display: none;
  width: 312px !important; }

div#for_liqpay * {
  background: 0 0 !important;
  text-align: center; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input {
  display: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #333; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input.error + label:before {
  border-color: red; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 1px solid rgba(136, 136, 136, 0.6);
  left: 0; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 5px;
  border: 1px solid rgba(136, 136, 136, 0.6);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.checkout-wrapper .form-wrapper {
  width: 55%;
  padding: 45px 0 0 0; }

.checkout-wrapper .form-wrapper .basket-mobile {
  display: none; }

.checkout-wrapper .form-wrapper h1 {
  text-align: start;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Geometria';
  font-weight: 400;
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder {
  max-width: 410px;
  padding-right: 20px; }

.checkout-wrapper p.title-check {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio],
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] {
  display: none; }

.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox {
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
  position: relative;
  padding-left: 0;
  display: flex;
  font-family: 'Geometria';
  font-weight: 400;
  color: #333;
  align-items: center; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(51, 51, 51, 0.5);
  white-space: nowrap; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  flex-shrink: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #17627e;
  position: absolute;
  border: 1px solid #888;
  border-radius: 50%;
  left: 7px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap {
  padding-left: 30px;
  padding-top: 20px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label {
  padding-left: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap {
  display: flex; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap p {
  margin-left: auto; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap {
  margin-bottom: 45px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn {
  display: flex;
  flex-wrap: wrap; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn label {
  text-align: center; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .forgot-password {
  color: #888;
  text-decoration: underline; }

.checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height .example {
  color: #888;
  font-size: 12px;
  bottom: 0; }

.checkout-wrapper .form-wrapper .form-control {
  height: 45px;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .form-control::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .form-control::placeholder {
  color: #333;
  font-size: 16px; }

.checkout-wrapper__confirm .form-height .form-group .form-control {
  height: 45px;
  padding: 0 12px; }

.checkout-wrapper__confirm .form-height .form-group .form-control input::placeholder {
  color: #333; }

.checkCoupon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #17627e; }

.checkout-wrapper .form-wrapper .FormHolder .label-name {
  top: 14px;
  color: #333;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  font-size: 16px;
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar {
  width: 100%;
  height: 1px;
  position: relative;
  background: #888;
  margin-bottom: 32px;
  margin-top: 10px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar .authorization__scroll {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  border-radius: 5px;
  background: #17627e;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn #const-auth:checked ~ .authorization__scrollBar .authorization__scroll {
  left: initial;
  right: 0;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn input:checked + label {
  font-weight: 700; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap input[type=radio] {
  display: none; }

.delivery-house {
  width: 80%;
  display: flex; }

.delivery-house .form-height:first-child {
  margin-right: 15px; }

.delivery-house .form-height {
  margin-bottom: 0 !important; }

.delivery-house input {
  width: 105px;
  padding: 8px 2px 6px 2px;
  font-size: 16px;
  line-height: 16px; }

.delivery-house input::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .checkout-wrapper .form-wrapper {
    width: 100%;
    max-width: 577px; }
  .checkout-wrapper .form-wrapper h1 {
    margin-bottom: 41px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%;
    margin-top: 40px;
    padding-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile {
    display: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select {
    transition: .3s ease all;
    width: 25px;
    height: 25px;
    position: relative; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 25%;
    left: 40%;
    border: 1px solid #17627e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active {
    height: 45px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .arrow-select {
    transform: rotate(180deg);
    transition: .3s ease all; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order {
    display: none;
    font-size: 12px;
    padding-left: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order:before {
    content: none; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .edit-order {
    display: block;
    bottom: 0;
    left: 0;
    right: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check {
    margin: 0;
    padding-bottom: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    display: block;
    margin: 0;
    max-height: 270px;
    overflow-y: auto;
    position: relative;
    width: 100%; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item {
    padding: 15px 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image {
    margin-right: 5px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100px;
    height: 80px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 16px;
    line-height: 137%;
    margin: 0;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 24px;
    line-height: 24px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    margin-left: auto;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria';
    font-weight: 500; }
  .checkout-wrapper {
    flex-direction: column; }
  .checkout-wrapper .product-checkout {
    border-left: none; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm textarea {
    resize: none; }
  .checkout-wrapper .product-checkout .basket .basket-holder {
    display: none; }
  .checkout-wrapper .product-checkout .product-checkout__title .title-check {
    display: none; }
  .checkout-wrapper .product-checkout {
    width: 80%;
    padding: 0; } }

@media screen and (max-width: 468px) {
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check,
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm label,
  .checkout-wrapper p.title-check {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    width: 12px;
    height: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder {
    max-width: unset; }
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
    height: 35px;
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    left: 5px; }
  .delivery-method .checkbox label,
  .payment-method .checkbox label {
    font-size: 12px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap {
    margin-top: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height,
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
    margin-bottom: 20px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    text-align: center; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label,
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input::placeholder {
    font-size: 14px;
    line-height: 1; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
    width: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 12px;
    margin-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    white-space: nowrap; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    width: unset; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100%;
    height: 100%; }
  .checkout-wrapper__confirm .form-height .form-group .form-control {
    font-size: 12px;
    line-height: 1;
    height: 35px; }
  .checkCoupon {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    width: 10px;
    height: 10px; } }

@media screen and (max-width: 568px) {
  input#inp_55::placeholder {
    font-size: 12px; }
  #quick-basket li.clearfix {
    margin-right: 15px; }
  #basket-window .ttl,
  #edit-basket .ttl,
  #quick-basket .ttl {
    font-size: 24px; }
  .checkout-wrap .tel-wrapper {
    margin-right: 0; }
  .checkout-wrap .tel-wrapper input {
    margin-bottom: 15px; }
  #basket-window .basket .total-holder span,
  #edit-basket .basket .total-holder span,
  #quick-basket .basket .total-holder span {
    font-size: 14px; }
  .checkout-wrap.active {
    flex-direction: column;
    align-items: center; }
  #basket-window .return {
    order: 3;
    width: unset;
    text-align: center; }
  #basket-window .basket .basket-item ul li span,
  #edit-basket.basket .basket-item ul li span,
  #quick-basket .basket .basket-item ul li span {
    font-size: 14px; }
  #basket-window .text-holder a {
    font-size: 12px;
    line-height: 1.35; }
  .basket .basket-item .delete-item {
    top: 0;
    right: 0; }
  #basket-window .modal-form,
  #edit-basket .modal-form,
  #quick-basket .modal-form {
    padding: 24px 10px 10px; }
  .basket .basket-holder {
    margin: 0; }
  #basket-window .basket .total-holder .btn-buy {
    margin-bottom: 15px; }
  .list-inline {
    align-items: unset;
    padding-top: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 14px;
    line-height: 12px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    text-align: center;
    font-size: 18px;
    width: 100%; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 63px;
    height: 50px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper,
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%; }
  .checkout-wrapper p.title-check {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .form-control {
    height: 35px;
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .label-name {
    top: 8px; } }

#buy-cart-popup:disabled {
  pointer-events: none; }

.slider-for div img {
  width: 50%;
  margin: 0 auto; }

.review-block-item-page {
  margin: 25px 45px;
  border-bottom: 1px solid silver;
  padding: 0 !important; }

.video-poster {
  max-width: 50px; }

.swiper-gallery-bullets {
  opacity: 1;
  width: fit-content;
  height: auto;
  margin: 0 .5% !important; }

.swiper-gallery-bullets img {
  margin-bottom: 0px !important;
  width: 50px; }

.swiper-container {
  height: 600px; }

.zoo-item .zoo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out; }

.box-category-holder .box-category .item-category .description-category .price-new,
.box-category-holder .box-category .item-category .description-category .price-old,
.box-category-holder .box-category .item-category .description-category .title span,
.box-category-holder .box-category .one-click span,
.box-category-holder .box-category:hover .block-addition,
.card-product-page .detail-main .share-details .counter,
.card-product-page .detail-text .detail-main-inner .choose-color,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span,
.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click span,
.categories-items .name-product,
.data,
.detail-image .wrap-star .stars li span,
.download,
.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .dropdown-holder .dropdown-holder-item,
.dropdown-contact .dropdown-holder:hover .city-inner,
.dropdown-contact .dropdown-holder:hover .phone-inner,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span,
.feedback-holder .wrap-star .stars li span,
.header-fixed .menu-fix ul li a,
.header-middle .header-middle-child .callback span,
.header-middle .header-middle-child .duty span,
.label,
.menu-holder .menu-principal .link-child li a,
.menu-holder .menu-principal .link-parent li a,
.menu-holder .menu-principal .link-parent li:hover .link-child,
.post-item .text-holder span,
.quantity-reviews,
.scope ul li a,
.search-by-child a,
.search-by-parent:hover .search-by-child,
.search-holder .img-search,
.search-result .inner-search .text-block span,
.social-holder .card-links li a,
.social-holder .social-links li a {
  display: block; }

#basket-window .btn-close-window,
#basket-window .return:after,
.btn-close,
.btn-holder-close,
.btn-open,
.btn-read-all:after,
.burger,
.burger-close,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.cart-wrap a i,
.checkbox-holder .checkbox:not(checked) + label:before,
.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.detail-image .wrap-star .stars li span,
.download i,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.edit-order:before,
.feedback-holder .wrap-star .stars li span,
.form-common .modal-form .btn-close-form,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.header-middle .header-middle-child .links-faces li span,
.information span:after,
.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover,
.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover,
.sale-window .btn-close-sale:after,
.scope .more:after,
.scroll-to-top a,
.search-holder .img-search,
.search-holder .search-by:after,
.social-holder .card-links li a,
.social-holder .social-links li a,
.sort-row span .asc-sort,
.sort-row span .desc-sort,
.wrap-star .stars li span,
.ya-share2__link {
  background: url(../images/sprites.png) no-repeat; }

.btn-read-all:after,
.card-product-page .detail-main .share-details .sale-repost:after,
.card-product-page .detail-text .available-box:after,
.card-product-page .detail-text .detail-wishlist-link:after,
.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after,
.dropdown-contact .dropdown-holder .dropdown-holder-item:before,
.header-middle .header-middle-child .cart .enter-wrap a:before,
.information span:after,
.links-dash li:before,
.menu-tab .enter-wrap a:before,
.orders .order-block .code:after,
.our-manager .box a:after,
.scope .more:after,
.scope ul li a:after,
.search-holder .search-by:after {
  position: absolute;
  content: '';
  display: block; }

.card-product-page .detail-text .column,
.card-product-page .detail-text .detail-main-inner .detail-service .column-item,
.contact-middle .city-block,
.header-middle .header-middle-child .callback,
.header-middle .header-middle-child .cart,
.header-middle .header-middle-child .duty,
.header-middle .header-middle-child .logo {
  float: left;
  padding: 0 15px; }

.categories-items {
  line-height: 0;
  font-size: 0;
  padding: 30px 15px 20px;
  max-width: 1500px;
  margin: 0 auto; }

@media screen and (max-width: 550px) {
  .categories-items {
    padding: 15px 15px 15px; } }

.categories-items .categories-inner {
  display: inline-block;
  width: 25%;
  padding: 0 5px 10px;
  position: relative; }

@media screen and (max-width: 1000px) {
  .categories-items .categories-inner {
    width: 33.3%; }
  .footer-container {
    flex-direction: column-reverse; }
  div.footer-container > div {
    width: unset; }
  .mind-team {
    padding: 10px 0; } }

@media screen and (max-width: 600px) {
  .categories-items .categories-inner {
    width: 50%;
    padding: 0 2px 4px; } }

.categories-items .categories-inner img {
  width: 100%;
  border-radius: 5px;
  -webkit-filter: grayscale(100%) brightness(75%);
  -o-filter: grayscale(100%) brightness(75%);
  -moz-filter: grayscale(100%) brightness(75%);
  filter: grayscale(100%) brightness(75%); }

.categories-items .categories-inner .color,
.categories-items .categories-inner:hover img {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.categories-items .categories-inner .name-color,
.categories-items .categories-inner:hover .name-product {
  background: rgba(0, 0, 0, 0.5); }

.categories-items .categories-inner a {
  position: relative;
  overflow: hidden; }

.categories-items .name-product {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-45%);
  padding: 5px 25px; }

@media screen and (max-width: 500px) {
  .categories-items .name-product {
    font-size: 20px;
    line-height: 25px; } }

@media screen and (max-width: 380px) {
  .categories-items .name-product {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    transform: translateY(-50%); } }

.description-holder {
  background: #f5f5f5; }

.description-holder .description-items {
  max-width: 1490px;
  padding: 30px 135px;
  margin: 0 auto;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 992px) {
  .description-holder .description-items {
    padding: 30px 45px; } }

@media screen and (max-width: 768px) {
  .description-holder .description-items {
    text-align: center; }
  #edit-basket .modal-form .ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }
  #edit-basket .modal-form .basket .title {
    text-align: left;
    margin-left: 5px; }
  .basket .basket-item .count-wrap .count-item .count {
    display: flex;
    align-items: center;
    justify-content: center; }
  .basket .basket-item ul li span.price-bsk {
    margin-bottom: 0; }
  div.basket .basket-item .delete-item {
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px; }
  div.basket .basket-item .delete-item svg {
    width: 100%;
    height: 100%; }
  div.basket .basket-item {
    margin-bottom: 0;
    padding: 20px 0; }
  div.basket .basket-item:last-child {
    border-bottom: 1px solid #e1e1e1; }
  div.basket .basket-item ul li span.price-bsk {
    white-space: unset; }
  #edit-basket div.basket .total-holder span {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrap.active {
    flex-direction: column-reverse; }
  .cancel-edit-btn {
    margin-top: 12px;
    text-align: center;
    justify-content: center; }
  div.basket .total-holder .btn-buy {
    font-size: 18px;
    max-width: unset; }
  .description-holder .description-items ul {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px; } }

@media screen and (max-width: 670px) {
  .description-holder .description-items {
    padding: 30px 15px; } }

.description-holder .description-items img {
  margin: 0 32px 20px 0;
  float: left; }

@media screen and (max-width: 768px) {
  .description-holder .description-items img {
    float: none;
    margin: 0 auto 30px; } }

@media screen and (max-width: 550px) {
  .description-holder .description-items {
    padding: 20px 15px; }
  .description-holder .description-items img {
    margin: 0 auto 10px; } }

@media screen and (max-width: 420px) {
  .description-holder .description-items img {
    width: 100%; } }

.product-list-page .container-holder {
  margin: 0 70px; }

@media screen and (max-width: 900px) {
  .product-list-page .container-holder {
    margin: 0 90px; } }

@media screen and (max-width: 740px) {
  .product-list-page .container-holder {
    margin: 0 70px; } }

@media screen and (max-width: 700px) {
  .product-list-page .container-holder {
    margin: 0 50px; } }

@media screen and (max-width: 650px) {
  .product-list-page .container-holder {
    margin: 0 30px; } }

@media screen and (max-width: 570px) {
  .product-list-page .container-holder {
    margin: 0; } }

.category-links {
  padding: 20px 0 10px;
  font-size: 0;
  line-height: 0; }

@media screen and (max-width: 900px) {
  .category-links {
    padding: 20px 0 20px; } }

@media screen and (max-width: 550px) {
  .category-links {
    padding: 20px 0 10px; } }

@media screen and (max-width: 380px) {
  .category-links {
    padding: 15px 0 20px; } }

.holder {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px; }

@media screen and (max-width: 1500px) {
  .holder {
    width: 25%; } }

@media screen and (max-width: 1150px) {
  .holder {
    width: 33.3%; } }

@media screen and (max-width: 900px) {
  .holder {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px; } }

@media screen and (max-width: 615px) {
  .holder {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .holder .image-holder a {
    width: 100%; } }

@media screen and (max-width: 320px) {
  .holder {
    margin-bottom: 0; } }

.box-category-holder {
  color: #202020;
  background: #fff; }

.box-category-holder .box-category {
  position: relative;
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1; }

.box-category-holder .box-category:hover {
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 5px #e6eef1;
  -moz-box-shadow: 0 1px 5px 5px #e6eef1;
  box-shadow: 0 1px 5px 5px #e6eef1;
  border-radius: 4px 4px 0 0; }

.box-category-holder .box-category:hover .block-addition {
  position: absolute;
  width: 100%; }

.box-category-holder .box-category:hover .title {
  background-color: #fff;
  overflow: visible;
  position: absolute;
  right: 0;
  transition: all .25s ease 0s;
  white-space: normal;
  width: 100%;
  z-index: 999; }

.advantages-holder .item .info-box,
.block-addition,
.detail-main-small,
.information .phone-inform .links-phone {
  transition: all 0s ease 0s, all .5s ease 0s, all 0s ease-out 0s; }

.box-category-holder .box-category:hover .title .about-title {
  height: auto;
  text-align: center !important; }

.box-category-holder .box-category .item-category {
  padding: 15px 15px 0; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category {
    padding: 5px 7px 0; } }

.box-category-holder .box-category .item-category .image-holder img {
  width: 100%;
  border-radius: 2px;
  object-fit: cover;
  min-height: unset;
  margin-bottom: 0; }

.box-category-holder .box-category .item-category .description-category {
  border: 0;
  padding: 12px 5px 20px; }

.box-category-holder .box-category .item-category .description-category .title {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 10px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category:hover .title {
    position: static; }
  .box-category-holder .box-category .item-category .description-category .title {
    min-height: 70px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category {
    padding: 10px 5px 20px; }
  .box-category-holder .box-category .item-category .description-category .title {
    font-size: 14px;
    line-height: 17px;
    min-height: 55px; } }

.box-category-holder .box-category .item-category .description-category .title span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px; }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .title span {
    font-size: 14px;
    line-height: 17px; } }

.box-category-holder .box-category .item-category .description-category .price-new {
  font: 20px/34px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 1200px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 19px;
    line-height: 22px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 16px;
    line-height: 20px; } }

.box-category-holder .box-category .item-category .description-category .price-old {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  color: #777;
  text-decoration: line-through; }

.box-category-holder .about-title a,
.box-category-holder .about-title a:focus,
.box-category-holder .about-title a:hover,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a,
.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder a:hover {
  color: #202020; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category .price-new {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  .box-category-holder .box-category .item-category .description-category .btn-holder {
    width: 100%; }
  .box-category-holder .box-category .item-category .description-category .btn-holder .btn-buy {
    max-width: 90px; }
  .box-category-holder .box-category .item-category .description-category .price-old {
    text-align: center; }
  .box-category-holder .box-category .item-category .description-category .compare-block {
    display: none; } }

.box-category-holder .box-category .item-category .description-category .compare-block {
  margin-bottom: 10px; }

.box-category-holder .box-category .item-category .description-category .compare-block .checkbox-holder {
  padding: 0;
  position: absolute;
  left: 20px; }

.box-category-holder .box-category .substrate {
  height: 45px; }

@media screen and (max-width: 475px) {
  .box-category-holder .box-category .substrate {
    height: auto; } }

.box-category-holder .about-title {
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  max-width: 215px; }

@media screen and (max-width: 475px) {
  .box-category-holder .about-title {
    height: auto;
    max-height: 60px;
    padding: 0 5px; } }

@media screen and (max-width: 400px) {
  .box-category-holder .about-title {
    max-height: 50px;
    margin-bottom: 5px; } }

.block-addition {
  border-top: 1px solid #e1e1e1;
  padding: 15px 15px 0;
  display: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 5px #e6eef1;
  -moz-box-shadow: 0 5px 5px 5px #e6eef1;
  box-shadow: 0 5px 5px 5px #e6eef1; }

.block-addition ul li {
  margin-bottom: 7px; }

.block-addition ul li span {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  margin-right: 10px; }

.block-addition ul li span:last-child {
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-right: 0; }

@media screen and (max-width: 570px) {
  .product-list-page {
    padding: 15px 10px 0; } }

.product-list-page .slider-poduct .slick-next,
.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover,
.product-list-page .slider-poduct .slick-prev,
.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  top: 50%;
  transform: translateY(-50%); }

.product-list-page .slider-poduct .slick-next {
  background-position: 0 -573px;
  right: 1px; }

.product-list-page .slider-poduct .slick-next:focus,
.product-list-page .slider-poduct .slick-next:hover {
  background-position: -28px -543px; }

.product-list-page .slider-poduct .slick-prev:focus,
.product-list-page .slider-poduct .slick-prev:hover {
  background-position: -28px -573px; }

.product-list-page .slider-poduct .slick-prev {
  left: 0; }

.main {
  color: #777;
  min-height: 310px; }

.main .slick-prev,
.main .slick-prev:focus,
.main .slick-prev:hover {
  background-position: 0 -543px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-next,
.main .slick-next:focus,
.main .slick-next:hover {
  background-position: 0 -573px;
  height: 25px;
  line-height: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  width: 25px;
  opacity: 1;
  z-index: 2; }

.main .slick-dots li button:before,
.main .slick-next:before,
.main .slick-prev:before {
  content: ""; }

.main .slick-slide {
  height: auto; }

.main .slick-dotted.slick-slider {
  margin-bottom: 0; }

.product-page .description-holder .description-items {
  padding: 30px 100px 0; }

@media screen and (max-width: 992px) {
  .product-page .description-holder .description-items {
    padding: 30px 50px; } }

@media screen and (max-width: 670px) {
  .product-page .description-holder .description-items {
    padding: 20px 15px; } }

@media screen and (max-width: 550px) {
  .main {
    min-height: 10px; }
  .product-page .description-holder .description-items {
    padding: 15px; } }

.filter-row {
  margin: 0 15px;
  padding-bottom: 0; }

.filter-row .btn-filter-holder {
  width: 21%;
  float: left;
  padding: 0 15px 0 3px;
  text-align: right; }

@media screen and (max-width: 992px) {
  .filter-row {
    max-width: 460px;
    margin: 0 auto; }
  .filter-row .btn-filter-holder {
    width: 100%;
    padding: 0 5px; } }

.filter-row .filters-select {
  padding: 0 10px 0 0;
  width: 79%;
  float: left;
  font-size: 0;
  line-height: 0; }

.filter-row .filters-select .form-group {
  display: inline-block;
  margin: 0 0 10px 10px; }

@media screen and (max-width: 992px) {
  .filter-row .filters-select {
    width: 100%;
    padding: 0; }
  .filter-row .filters-select .form-group {
    width: 50%;
    margin: 0 0 11px;
    padding: 0 5px; } }

@media screen and (max-width: 440px) {
  .filter-row .filters-select .form-group {
    width: 100%; } }

.filter-row .filters-select .form-group:last-child {
  margin-right: 0; }

.main select {
  border: 1px solid #ccc;
  border-radius: 2px;
  max-width: 210px;
  min-width: 210px;
  padding: 6px;
  height: 30px;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  outline: 0;
  resize: none;
  box-shadow: none;
  cursor: pointer;
  background: url(../images/select-arrow-down.png) 96% 8px no-repeat; }

.main select:focus {
  border: 1px solid #ccc; }

@media screen and (max-width: 992px) {
  .main select {
    max-width: 100%; } }

.main select option {
  padding: 4px 6px; }

.main .form-control:focus {
  box-shadow: none;
  outline: 0; }

.sort-row {
  font: 17px/21px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  max-width: 1405px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 13px;
  margin: 0 auto; }

@media screen and (max-width: 430px) {
  .sort-row {
    padding-bottom: 13px; } }

.sort-row span {
  display: inline-block;
  color: #202020;
  padding: 0 15px 0 8px;
  position: relative;
  cursor: pointer; }

.sort-row span.active {
  color: #287c9b;
  text-decoration: underline; }

.sort-row span .asc-sort,
.sort-row span .desc-sort {
  background-position: 0 0;
  height: 9px;
  position: absolute;
  right: -7px;
  top: 8px;
  width: 16px; }

.sort-row span .asc-sort {
  transform: rotate(180deg);
  right: -3px;
  top: 4px; }

@media screen and (max-width: 430px) {
  .sort-row .sort-title {
    display: block;
    margin-bottom: 8px; } }

select::-ms-expand {
  display: none; }

.old-price-holder {
  text-align: left; }

@media screen and (max-width: 485px) {
  .old-price-holder {
    height: 15px;
    text-align: center; }
  .old-price-holder .old-price {
    display: block;
    padding-top: 4px; } }

.old-price {
  color: #777;
  text-decoration: line-through;
  font: 14px/13px 'Geometria', sans-serif;
  font-weight: 400; }

.basket .present-product .basket-holder .basket-item {
  font-family: 'Geometria';
  font-weight: 500; }

.download {
  height: 60px;
  width: 370px;
  text-align: center;
  border: 1px solid #17627e;
  color: #17627e;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 0 auto 10px;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 0; }

@media screen and (max-width: 400px) {
  .download {
    width: 100%;
    font-size: 18px;
    line-height: 22px; } }

.download:hover {
  background: #17627e;
  color: #fff; }

.download:hover i {
  background-position: -66px -575px; }

.download i {
  background-position: -66px -539px;
  width: 27px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 8px;
  color: red; }

.inform-text {
  padding: 10px 35px; }

@media screen and (max-width: 380px) {
  #community_footer .flat_button {
    width: 275px !important; } }

.search-result {
  top: 28px !important;
  position: absolute !important; }

.card-product-page {
  overflow: initial;
  color: #202020; }

.card-product-page h1 {
  margin-bottom: 10px; }

@media screen and (max-width: 550px) {
  .inform-text {
    padding: 10px 5px; }
  .card-product-page h1 {
    padding: 0; } }

.card-product-page .categories-items {
  padding: 30px 45px 20px; }

@media screen and (max-width: 800px) {
  .card-product-page .categories-items {
    padding: 30px 40px 20px; } }

@media screen and (max-width: 680px) {
  .card-product-page .categories-items {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .categories-items {
    padding: 15px 10px 5px; } }

.card-product-page .detail-image {
  float: left;
  width: 34%; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-image {
    width: 28%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-image {
    width: 400px;
    margin: 0 auto;
    float: none; } }

@media screen and (max-width: 450px) {
  .card-product-page .detail-image {
    width: 100%; } }

.card-product-page .detail-text {
  color: #202020;
  float: left;
  width: 66%;
  padding: 10px 0 0 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1180px) {
  .card-product-page .detail-text {
    width: 72%; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text {
    width: 100%;
    padding: 22px 0 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text {
    padding: 0; } }

.card-product-page .detail-text .available-box {
  position: relative;
  padding-left: 30px; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .available-box {
    padding: 0 30px; }
  .card-product-page .detail-text .detail-wishlist-link {
    padding-left: 25px; } }

.card-product-page .detail-text .available-box:after {
  background-position: -42px -24px;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0; }

.card-product-page .detail-text .detail-wishlist-link {
  position: relative;
  padding-right: 25px;
  color: #202020;
  font-size: 16px;
  line-height: 20px; }

.card-product-page .detail-text .detail-wishlist-link:after {
  background-position: -87px -755px;
  height: 15px;
  right: 0;
  top: 0;
  width: 14px; }

.card-product-page .detail-text .detail-wishlist-link.active:after,
.card-product-page .detail-text .detail-wishlist-link:hover:after {
  background-position: -71px -24px; }

.card-product-page .detail-text .checkbox-holder {
  padding-left: 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .form-group {
    margin-bottom: 5px; }
  .card-product-page .detail-text .checkbox-holder {
    text-align: center;
    padding: 7px 0 0 65px; } }

.card-product-page .detail-text .column {
  width: 27%; }

.card-product-page .detail-text .column:first-child {
  width: 35%; }

.card-product-page .detail-text .column:last-child {
  width: 37%; }

.card-product-page .detail-text .detail-main-inner {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 5px;
  font-size: 15px;
  line-height: 20px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 18px 0; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner {
    padding: 10px 0 0; } }

.card-product-page .detail-text .detail-main-inner .column:first-child {
  width: 68%;
  padding: 0 50px 0 0; }

@media screen and (max-width: 765px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    padding-right: 25px; } }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:first-child {
    width: 100%;
    float: none;
    padding-right: 0; } }

.card-product-page .detail-text .detail-main-inner .column:last-child {
  width: 32%;
  background: #dcf3fb;
  border-radius: 3px;
  padding: 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .column:last-child {
    float: none;
    margin: 0 auto;
    width: 235px; } }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo {
  border: 1px solid #49b7e0;
  border-radius: 2px;
  padding: 17px 10px 10px;
  min-height: 160px; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .time {
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 0 15px 20px;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block {
  float: left;
  width: 22%;
  margin-right: 4%;
  border: 1px solid #febd0c;
  border-radius: 2px;
  padding: 10px 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block:last-child {
  margin: 0; }

.card-product-page .detail-text .detail-main-inner .column:last-child .detail-promo .flip-timer .flip-block span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777;
  text-align: center; }

.card-product-page .detail-text .detail-main-inner .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.card-product-page .detail-text .detail-main-inner .choose-color {
  padding-top: 5px; }

.card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
  display: none; }

.card-product-page .detail-text .detail-main-inner .detail-service {
  padding: 25px 0; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .choose-color {
    display: none; }
  .card-product-page .detail-text .detail-main-inner .count-wrap .choose-color {
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 80px;
    display: block; }
  .card-product-page .detail-text .detail-main-inner .detail-service {
    padding: 10px 0; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
  width: 45%;
  padding: 0 0 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    width: 40%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:first-child .form-group {
    float: left;
    width: 110px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
  width: 55%;
  padding: 0 15px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    width: 60%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  margin-left: 0 !important;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 16px no-repeat; }

.card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
  display: inline-block; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item:last-child {
    float: none;
    width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item .form-group {
    margin-bottom: 0; }
  .card-product-page .detail-text .detail-main-inner .detail-service .column-item label {
    display: block;
    margin-bottom: 3px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
  margin-bottom: 30px; }

.card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
  height: 40px;
  max-width: 210px;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 5px 2px;
  display: inline-block; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 300px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder {
    margin-bottom: 15px; }
  .card-product-page .detail-text .detail-main-inner .detail-service .btn-holder .btn-buy {
    max-width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click {
  border-radius: 3px;
  height: 40px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 300px;
    padding-top: 12px;
    width: 100%; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button {
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  height: 38px;
  background: #febd0c;
  color: #fff;
  border: none;
  line-height: 17px; }

.advantages-holder .item,
.product-slider-wrapper,
.product-slider-wrapper .slider-for .image-block {
  position: relative; }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:focus,
.card-product-page .detail-text .detail-main-inner .detail-service .one-click button:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 38px;
  text-align: left; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    float: left;
    padding: 0 3px 0 0;
    margin-top: -2px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click {
    max-width: 100%; }
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click span {
    margin-top: -1px; } }

.card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
  border: 0;
  height: 20px;
  padding: 0 2px;
  box-shadow: none;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 400;
  width: 166px;
  text-align: center; }

@media screen and (max-width: 740px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .form-control {
    float: left;
    max-width: 147px;
    font-size: 13.6px;
    line-height: 18px;
    padding: 0 0 5px;
    text-align: left; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .detail-main-inner .detail-service .one-click .one-click-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; } }

.card-product-page .detail-text .social-holder {
  float: left;
  width: 50%;
  margin: 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-holder {
    float: none;
    margin: 0 auto 13px;
    width: 312px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .social-holder {
    margin: 0 auto; } }

.card-product-page .detail-text .social-links {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  display: inline-block; }

.card-product-page .detail-text .social-links li {
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (max-width: 800px) {
  .card-product-page .detail-text .social-links {
    margin-left: 0; }
  .card-product-page .detail-text .social-links li {
    padding-right: 0; } }

@media screen and (max-width: 750px) {
  .card-product-page .detail-text .social-links li {
    padding-left: 4px; } }

.card-product-page .detail-text .social-links li:hover .counter {
  color: #17627e; }

.card-product-page .detail-text .social-links li a.vkontakte {
  background-position: -65px -194px; }

.card-product-page .detail-text .social-links li a.vkontakte:hover {
  background-position: -99px -194px; }

.card-product-page .detail-text .social-links li a.facebook {
  background-position: -65px -163px; }

.card-product-page .detail-text .social-links li a.facebook:hover {
  background-position: -99px -163px; }

.card-product-page .detail-text .social-links li a.linkedin {
  background-position: 0 -748px; }

.card-product-page .detail-text .social-links li a.linkedin:hover {
  background-position: 0 -784px; }

.card-product-page .detail-text .social-links li a.tumblr {
  background-position: -42px -748px; }

.card-product-page .detail-text .social-links li a.tumblr:hover {
  background-position: -42px -784px; }

.card-product-page .detail-text .social-links li a.twitter {
  background-position: -65px -257px; }

.card-product-page .detail-text .social-links li a.twitter:hover {
  background-position: -99px -257px; }

.card-product-page .detail-text .social-links li a.classmates {
  background-position: -65px -288px; }

.card-product-page .detail-text .social-links li a.classmates:hover {
  background-position: -99px -288px; }

.card-product-page .detail-text .social-links li a.mail {
  background-position: -65px -319px; }

.card-product-page .detail-text .social-links li a.mail:hover {
  background-position: -99px -319px; }

.card-product-page .detail-text .social-links li a.google {
  background-position: -65px -351px; }

.card-product-page .detail-text .social-links li a.google:hover {
  background-position: -99px -351px; }

.card-product-page .detail-text .social-links li a.instagram {
  background-position: -65px -226px; }

.card-product-page .detail-text .social-links li a.instagram:hover {
  background-position: -99px -226px; }

.card-product-page .detail-text .social-links li a.pinterest {
  background-position: -31px -132px; }

.card-product-page .detail-text .social-links li a.pinterest:hover {
  background-position: -87px -131px; }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .social-holder {
    padding-bottom: 0; }
  .card-product-page .detail-text .box-wrap {
    border-top: 1px solid #e1e1e1;
    margin: 0;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap {
    padding: 10px 0; } }

@media screen and (max-width: 1100px) {
  .card-product-page .detail-text .box-wrap .column {
    padding: 0; } }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 30%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:first-child {
  width: 35%; }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:first-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-text .box-wrap .column:last-child {
  width: 37%; }

@media screen and (max-width: 730px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 35%; } }

@media screen and (max-width: 550px) {
  .card-product-page .detail-text .box-wrap .column:last-child {
    width: 100%;
    float: none;
    text-align: center; } }

.card-product-page .detail-code {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  display: inline-block;
  margin: 0 25px 15px 0;
  padding-top: 8px;
  vertical-align: top; }

@media screen and (max-width: 450px) {
  .card-product-page .detail-code {
    display: block;
    margin: 0 0 7px; } }

.card-product-page .detail-main {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main {
    padding-bottom: 5px; } }

.card-product-page .detail-main .share-details {
  padding: 20px 0 5px;
  border-bottom: 1px solid #e1e1e1; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details {
    padding: 20px 0; } }

.card-product-page .detail-main .share-details .counter {
  text-align: center;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777; }

.card-product-page .detail-main .share-details .sale-repost {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
  padding-top: 8px;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost {
    float: none;
    margin: 0 auto 13px;
    display: block;
    padding-top: 0;
    width: 170px; } }

.card-product-page .detail-main .share-details .sale-repost:after {
  background-position: -48px -1px;
  height: 17px;
  left: 0;
  top: 10px;
  width: 18px; }

.card-product-page .detail-main .share-details .btn-holder {
  float: left;
  width: 25%; }

@media screen and (max-width: 750px) {
  .card-product-page .detail-main .share-details .sale-repost:after {
    top: 0; }
  .card-product-page .detail-main .share-details .btn-holder {
    float: none;
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 550px) {
  .count-wrap {
    position: relative;
    float: left;
    width: 185px; } }

.count-wrap .count-item {
  display: inline-block;
  width: 91px;
  height: 40px;
  border: 1px solid #17627e;
  border-radius: 3px;
  margin-left: 0 !important; }

.count-wrap .count-item .count {
  background: #17627e;
  color: #fff;
  width: 25px;
  height: 38px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  cursor: pointer; }

.count-wrap .count-item .form-control {
  border: 0;
  display: inline-block;
  height: 38px;
  max-width: 38px;
  padding: 6px;
  box-shadow: 0;
  text-align: center; }

.detail-image .wrap-star,
.feedback-holder .wrap-star {
  margin-bottom: 15px;
  display: inline-block; }

.detail-image .wrap-star .stars,
.feedback-holder .wrap-star .stars {
  display: inline-block; }

.detail-image .wrap-star .stars li,
.feedback-holder .wrap-star .stars li {
  display: inline-block;
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .detail-image .wrap-star .stars li,
  .feedback-holder .wrap-star .stars li {
    margin: 0 1px; } }

.detail-image .wrap-star .stars li span,
.feedback-holder .wrap-star .stars li span {
  background-position: 0 -608px;
  height: 25px;
  width: 25px; }

.detail-image .wrap-star .stars li span.star2,
.feedback-holder .wrap-star .stars li span.star2 {
  background-position: -25px -608px; }

.detail-image .wrap-star .stars li span.star3,
.feedback-holder .wrap-star .stars li span.star3 {
  background-position: -53px -608px; }

.detail-image .wrap-star .stars li span.star5,
.feedback-holder .wrap-star .stars li span.star5 {
  background-position: 1px -633px; }

.detail-image .wrap-star .stars li span.star4,
.feedback-holder .wrap-star .stars li span.star4 {
  background-position: -25px -633px; }

.feedback-holder .wrap-star {
  width: 160px;
  margin: 0 auto 7px;
  display: block; }

.product-slider-wrapper .slider-for {
  margin-bottom: 10px; }

.product-slider-wrapper .slider-for .image-block img {
  border-radius: 10px;
  width: 100%; }

.product-slider-wrapper .slider-for .image-block .label {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 400;
  height: 35px;
  padding: 5px 0;
  right: 0;
  width: 115px; }

.product-slider-wrapper .slider-for .slick-next,
.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover,
.product-slider-wrapper .slider-for .slick-prev,
.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

.product-slider-wrapper .slider-for .slick-next {
  background-position: 0 -702px;
  right: 0; }

.product-slider-wrapper .slider-for .slick-next:focus,
.product-slider-wrapper .slider-for .slick-next:hover {
  background-position: -40px -702px; }

.product-slider-wrapper .slider-for .slick-prev:focus,
.product-slider-wrapper .slider-for .slick-prev:hover {
  background-position: -40px -665px; }

.product-slider-wrapper .slider-for .slick-prev {
  left: 0; }

.table-bordered-mobile .slick-prev,
.table-without-border-mobile .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav {
  padding: 0 20px; }

.product-slider-wrapper .slider-nav .dots {
  margin: 0 5px;
  cursor: pointer; }

.product-slider-wrapper .slider-nav .dots img {
  border-radius: 5px;
  width: 100%; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover,
.product-slider-wrapper .slider-nav .slick-prev,
.product-slider-wrapper .slider-nav .slick-prev:focus,
.product-slider-wrapper .slider-nav .slick-prev:hover {
  background-position: -78px -669px;
  height: 26px;
  top: 55%;
  width: 15px; }

.product-slider-wrapper .slider-nav .slick-next,
.product-slider-wrapper .slider-nav .slick-next:focus,
.product-slider-wrapper .slider-nav .slick-next:hover {
  background-position: -80px -707px; }

.product-slider-wrapper .slider-nav .slick-prev {
  left: 0; }

.product-slider-wrapper .slider-nav .slick-next {
  right: 0; }

.table-bordered-mobile .slick-next,
.table-without-border-mobile .slick-next {
  right: 0;
  background-position: 0 -573px; }

.block-delivery {
  padding: 23px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.block-delivery ul {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  display: table;
  width: 100%; }

@media screen and (max-width: 400px) {
  .block-delivery {
    padding: 15px 0 5px; }
  .block-delivery ul {
    width: 100%;
    display: block;
    margin: 0 auto; } }

.block-delivery ul li {
  display: table-cell;
  text-align: center; }

@media screen and (max-width: 400px) {
  .block-delivery ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 17%; } }

@media screen and (max-width: 370px) {
  .block-delivery ul li {
    padding-left: 16%; } }

@media screen and (max-width: 350px) {
  .block-delivery ul li {
    padding-left: 14%; } }

@media screen and (max-width: 330px) {
  .block-delivery ul li {
    padding-left: 13%; } }

.block-delivery ul li a {
  color: #17627e; }

.advantages-holder {
  padding: 15px 0 5px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.advantages-holder .item {
  float: left;
  width: 33.3%;
  display: table;
  margin-bottom: 20px; }

.advantages-holder .item:hover span {
  color: #17627e; }

.advantages-holder .item:hover .info-box {
  opacity: 1;
  height: auto; }

@media screen and (max-width: 992px) {
  .advantages-holder .item {
    width: 50%; } }

@media screen and (max-width: 650px) {
  .advantages-holder .item {
    width: 100%;
    margin-bottom: 12px; } }

.advantages-holder .item span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15px 0 20px;
  cursor: default; }

.advantages-holder .item .info-box {
  opacity: 0;
  height: 0;
  background: #edebeb;
  width: 315px;
  position: absolute;
  top: 35px;
  z-index: 1;
  padding: 20px;
  color: #202020;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 60px;
  -webkit-box-shadow: 0 0 10px 0 #cacaca;
  -moz-box-shadow: 0 0 10px 0 #cacaca;
  box-shadow: 0 0 10px 0 #cacaca;
  border-radius: 5px;
  border: 1px solid #f5f5f5; }

.scope,
.specification-block {
  border-bottom: 1px solid #e1e1e1; }

.specification-block {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0;
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 550px) {
  .specification-block {
    padding: 20px 0 5px; } }

.specification-block h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px; }

.scope,
.specification-block p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px; }

.scope {
  position: relative;
  padding-bottom: 10px; }

.scope ul {
  padding-right: 60px;
  float: left;
  max-height: 52px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .scope ul {
    float: none;
    padding-right: 0; } }

@media screen and (max-width: 400px) {
  .scope ul {
    max-height: 72px; } }

.scope ul li {
  padding-left: 11px; }

.scope ul li:first-child {
  padding-left: 5px; }

.scope ul li a {
  color: #17627e;
  position: relative;
  padding: 0 0 5px 5px; }

.scope ul li a:after {
  content: '#';
  left: -6px;
  top: 0; }

.scope ul li:first-child {
  color: #202020;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.scope .more {
  position: absolute;
  right: 0;
  padding-right: 18px;
  cursor: pointer;
  float: right; }

@media screen and (max-width: 550px) {
  .scope .more {
    position: relative;
    width: 50px;
    left: 0;
    margin: 0 auto;
    float: none;
    display: block; } }

.scope .more:after {
  background-position: 0 0;
  height: 7px;
  right: 0;
  top: 7px;
  width: 13px;
  cursor: pointer; }

.scope .more:hover:after {
  transform: rotate(-90deg);
  top: 5px; }

.scope .more:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.scope .scope-links-height {
  max-height: 100%; }

.description-short,
.privilege {
  position: relative;
  max-height: 250px;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .description-short,
  .privilege {
    max-height: 330px; } }

.description-short:after,
.privilege:after {
  content: '';
  position: absolute;
  height: 10%;
  right: 0;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8), #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), #fff 100%);
  -webkit-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6);
  box-shadow: 0 -18px 18px 7px rgba(255, 255, 255, 0.6); }

.description-short .links-dash,
.privilege .links-dash {
  margin-bottom: 0; }

.description-short p,
.privilege p {
  margin-bottom: 7px; }

.description-short {
  max-height: 450px; }

.description-long,
.privilege-height {
  height: auto;
  max-height: 100%; }

.description-long:after,
.privilege-height:after {
  background: 0 0;
  box-shadow: none;
  display: none; }

.btn-read-all {
  border: 1px solid #777;
  color: #777;
  width: 250px;
  height: 40px;
  padding: 8px 15px 8px 5px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: .5px;
  margin: 30px 0 7px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.post-item,
.wrap-holder {
  border-bottom: 1px solid #e1e1e1; }

.btn-read-all:after {
  background-position: -78px 0;
  cursor: pointer;
  height: 12px;
  right: 8px;
  top: 12px;
  width: 20px; }

.btn-read-all:focus,
.btn-read-all:hover {
  color: #17627e; }

.btn-read-all:focus:after,
.btn-read-all:hover:after {
  background-position: -110px -24px; }

.arrow-up:after {
  transform: rotate(180deg);
  top: 13px; }

.wrap-holder {
  padding: 30px 0 10px; }

@media screen and (max-width: 550px) {
  .category-links {
    margin-bottom: 0; }
  .wrap-holder {
    padding: 15px 0 10px; } }

.wrap-holder .holder {
  margin-bottom: 0; }

.wrap-holder .wrap {
  margin: 0 165px; }

@media screen and (max-width: 1180px) {
  .wrap-holder .wrap {
    margin: 0 135px; } }

@media screen and (max-width: 1100px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 1050px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .wrap {
    margin: 0 100px; } }

@media screen and (max-width: 480px) {
  .wrap-holder .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .wrap {
    margin: 0 32px; } }

@media screen and (max-width: 360px) {
  .wrap-holder .wrap {
    margin: 0 25px; } }

.data,
.post-item .text-holder span,
.wrap-holder .ttl-text,
.wrap-holder h2 {
  margin-bottom: 10px; }

.wrap-holder .wrap .holder {
  padding: 10px 12px; }

.wrap-holder .category-links {
  padding: 0 0 10px;
  position: relative; }

@media screen and (max-width: 700px) {
  .wrap-holder .ttl-text,
  .wrap-holder h2 {
    line-height: 35px; } }

.wrap-holder .slick-next,
.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover,
.wrap-holder .slick-prev,
.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: 0 -665px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next,
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover,
  .wrap-holder .slick-prev,
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: 0 -543px;
    width: 25px;
    height: 25px; } }

.wrap-holder .slick-next {
  background-position: 0 -702px;
  right: -50px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next {
    background-position: 0 -573px; } }

.wrap-holder .slick-next:focus,
.wrap-holder .slick-next:hover {
  background-position: -40px -702px; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next:focus,
  .wrap-holder .slick-next:hover {
    background-position: -28px -543px; } }

.wrap-holder .slick-prev:focus,
.wrap-holder .slick-prev:hover {
  background-position: -40px -665px; }

.wrap-holder .slick-prev {
  left: -50px; }

@media screen and (max-width: 680px) {
  .wrap-holder .slick-prev {
    left: -29px; }
  .wrap-holder .slick-next {
    right: -29px; } }

@media screen and (max-width: 580px) {
  .wrap-holder .slick-prev {
    left: -45px; }
  .wrap-holder .slick-next {
    right: -45px; } }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-prev:focus,
  .wrap-holder .slick-prev:hover {
    background-position: -28px -573px; }
  .wrap-holder .slick-prev {
    left: -27px; }
  .wrap-holder .slick-next {
    right: -27px; } }

.wrap-holder .box-category-holder .box-category .item-category {
  padding: 15px 10px 0; }

.wrap-holder .box-category-holder .box-category .item-category .image-holder {
  padding: 0 5px; }

@media screen and (max-width: 485px) {
  .wrap-holder .box-category-holder .box-category .item-category .description-category .compare-block {
    display: block; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .btn-holder,
  .wrap-holder .box-category-holder .box-category .item-category .description-category .price-new {
    width: auto; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .old-price-holder {
    text-align: left; }
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 50px; } }

.data {
  font: italic 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #9a9a9a;
  width: 134px; }

.post-item {
  position: relative;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  padding: 30px 0; }

@media screen and (max-width: 480px) {
  .post-item {
    padding: 20px 0 30px; } }

.post-item:last-child {
  border-bottom: 0; }

.post-item:first-of-type {
  padding-top: 10px; }

.post-item .image-holder {
  float: left;
  width: 140px;
  padding-right: 15px; }

.post-item .text-holder {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .post-item .image-holder {
    width: 100%;
    padding-right: 0;
    text-align: center; }
  .post-item .image-holder .image-color {
    margin-bottom: 10px;
    display: block;
    text-align: center; }
  .post-item .image-holder .data,
  .post-item .image-holder .image-color img {
    display: inline-block; }
  .post-item .text-holder {
    width: 100%;
    padding-left: 0; }
  .post-item .text-holder p {
    height: auto; } }

.post-item .text-holder span {
  font: 21px/26px 'Geometria', sans-serif;
  font-weight: 500;
  color: #777; }

.post-item .text-holder .text-inform {
  font-family: 'Geometria', sans-serif;
  font-weight: 300;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #202020;
  display: block; }

.post-item .text-holder .text-inform:hover {
  color: #202020; }

.post-item .text-holder a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .5px; }

@media screen and (max-width: 480px) {
  .post-item .text-holder .text-inform {
    height: auto; }
  .post-item .text-holder a {
    bottom: 14px;
    font-size: 12px; } }

.scroll-to-top a {
  background-position: -85px -384px;
  bottom: 41px;
  display: none;
  height: 43px;
  position: fixed;
  right: 0;
  width: 45px;
  z-index: 101; }

.detail-main-small {
  display: none;
  width: 260px;
  background: #fff;
  z-index: 105;
  position: fixed;
  top: 80px;
  right: 45px;
  padding: 35px 10px 10px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px 1px #e6eef1;
  -moz-box-shadow: 0 1px 5px 1px #e6eef1;
  box-shadow: 0 1px 5px 1px #e6eef1;
  opacity: .7; }

@media screen and (max-width: 800px) {
  .detail-main-small {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .detail-main-small {
    right: 15px; } }

.detail-main-small img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px; }

.detail-main-small .about-title {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px; }

.detail-main-small .detail-price {
  margin-bottom: 10px; }

.detail-main-small .detail-price .old-price {
  color: #777;
  text-decoration: line-through;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px; }

.basket .title,
.tab-content a {
  text-decoration: none !important; }

.detail-main-small .detail-price .new-price {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px; }

.detail-main-small .form-group {
  display: inline-block;
  margin: 0 25px 10px 0; }

.detail-main-small .form-group select {
  max-width: 90px;
  min-width: 90px;
  padding: 6px;
  height: 30px;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/select-arrow-down-1.png) 87% 11px no-repeat; }

.detail-main-small .count-wrap {
  display: inline-block;
  margin-bottom: 10px; }

.detail-main-small label {
  display: block;
  margin-bottom: 3px; }

.detail-main-small .count-wrap .count-item {
  height: 30px;
  margin-left: 0; }

.detail-main-small .count-wrap .count-item .count {
  height: 28px;
  padding: 5px 0; }

.detail-main-small .count-wrap .count-item .form-control {
  height: 28px;
  max-width: 38px;
  padding: 6px; }

.detail-main-small .btn-buy {
  height: 40px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 2px; }

.detail-main-small .btn-open {
  background-position: -56px -503px;
  height: 13px;
  right: 11px;
  top: 11px;
  width: 13px; }

.detail-main-small-parent {
  width: 305px;
  display: none; }

.detail-main-small-parent .image-holder {
  width: 80px;
  float: left; }

.detail-main-small-parent .text-holder {
  width: 200px;
  float: left;
  padding: 0 0 0 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden; }

.detail-main-small-parent .btn-holder {
  padding: 5px 0 0 15px;
  width: 165px; }

.detail-main-small-parent .detail-price {
  width: 120px;
  text-align: right;
  padding-top: 15px; }

.detail-main-small-parent .detail-price .new-price {
  font-size: 18px;
  line-height: 22px; }

.detail-main-small-child {
  display: block; }

.detail-main-small-child .change-select {
  height: 30px;
  padding: 5px;
  text-align: center; }

.detail-change-block-active .detail-main-small-parent {
  display: block !important; }

.detail-change-block-active .detail-main-small-child,
.information {
  display: none; }

.information {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #44bb6e;
  z-index: 100;
  height: 40px;
  -webkit-box-shadow: 0 0 14px 0 #97c8da;
  -moz-box-shadow: 0 0 14px 0 #97c8da;
  box-shadow: 0 0 14px 0 #97c8da; }

@media screen and (max-width: 550px) {
  .information {
    display: block; } }

.information .buy {
  background: #44bb6e;
  width: 50%;
  float: left;
  height: 40px; }

.information span {
  width: 100%;
  display: block;
  position: relative;
  border-right: 2px solid #fff;
  float: left;
  height: 40px;
  cursor: pointer; }

.information span:after {
  background-position: -104px 0;
  height: 20px;
  width: 20px;
  left: 0;
  top: 10px;
  right: 0;
  margin: 0 auto; }

.information .phone-inform {
  position: relative;
  float: left;
  width: 50%;
  background-color: #febd0c; }

.information .phone-inform:hover .links-phone {
  opacity: 1;
  height: auto; }

.information .phone-inform .links-phone {
  opacity: 0;
  height: 0;
  padding-top: 10px;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 40px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0 0 7px 0 #97c8da;
  -moz-box-shadow: 0 0 7px 0 #97c8da;
  box-shadow: 0 0 7px 0 #97c8da; }

.information .phone-inform .links-phone li {
  margin-bottom: 10px; }

.information .phone-inform .links-phone li a {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e; }

.information .phone-inform .links-phone li a:hover {
  color: #000; }

.information a {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  padding-top: 10px; }

.post-page .post-information ul li,
.post-page p {
  font: 18px/22px Geometria, sans-serif; }

.post-page {
  padding: 0 45px; }

@media screen and (max-width: 670px) {
  .post-page {
    padding: 0 15px; } }

.post-page img {
  width: 100%; }

.post-page p {
  text-align: left; }

.post-page .post-information .four-columns {
  margin: 0 -5px;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns {
    margin: 0;
    padding: 0 50px 10px; } }

@media screen and (max-width: 600px) {
  .post-page .post-information .four-columns {
    padding: 0 25px 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns {
    padding: 0 15px 20px; } }

.post-page .post-information .four-columns .column {
  float: left;
  width: 25%;
  padding: 0 5px; }

@media screen and (max-width: 768px) {
  .post-page .post-information .four-columns .column {
    width: 50%;
    padding: 0 10px; } }

@media screen and (max-width: 480px) {
  .post-page .post-information .four-columns .column {
    padding: 0 5px; }
  .post-page .post-information .four-columns .column img {
    margin-bottom: 10px; } }

@media screen and (max-width: 400px) {
  .wrap-holder .box-category-holder .box-category .item-category .title {
    min-height: 30px; }
  .post-page .post-information .four-columns .column {
    padding: 0;
    width: 100%; } }

.post-page .post-information .four-columns .column img {
  min-height: auto; }

.post-page .post-information .data {
  margin-bottom: 24px; }

.post-page .post-information img {
  margin-bottom: 20px; }

.product-page .specification-block ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.post-page .post-information ul,
.product-page .specification-block ul {
  padding: 0 0 20px 20px; }

.post-page .post-information ul li {
  color: #202020;
  line-height: 26px;
  padding: 0 0 5px; }

.post-page .post-information ol li {
  font: 18px/26px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.post-page .post-information h2,
.post-page .post-information h3 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

.post-page h3 {
  font-size: 25px;
  line-height: 30px; }

.post-page .share-title {
  float: left;
  width: 18%;
  letter-spacing: .5px;
  vertical-align: top;
  padding-top: 4px;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400; }

.post-page .share-details .counter,
.post-page ol {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 755px) {
  .post-page .share-title {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
  .post-page .social-holder {
    float: none;
    width: 100%; } }

.post-page .share-details .btn-holder {
  float: left;
  width: 29%;
  margin-top: -3px; }

@media screen and (max-width: 755px) {
  .post-page .share-details .btn-holder {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 2px; }
  .post-page .share-details .btn-holder .btn-grey {
    max-width: 170px; } }

.post-page .share-details .counter {
  color: #777;
  display: block;
  padding-top: 5px; }

.post-page .share-details .social-links li {
  padding-left: 4px;
  padding-right: 4px; }

@media screen and (max-width: 550px) {
  .post-page .share-details .social-links li {
    padding-left: 3px;
    padding-right: 3px; } }

.post-page .share-details .social-holder {
  padding-left: 15px;
  text-align: left;
  width: 52%; }

@media screen and (max-width: 755px) {
  .post-page .share-details .social-holder {
    padding-left: 0;
    text-align: center;
    width: 100%; } }

.post-page .wrap-holder {
  border: 0; }

.post-page h2,
.post-page h3 {
  text-align: center; }

.post-page ol li {
  margin-bottom: 5px; }

.post-page .detail-text {
  width: 100%;
  padding: 0;
  border-top: 1px solid #e1e1e1; }

.post-page .detail-text .share-details {
  float: none;
  margin: 0 auto;
  padding: 30px 15px 25px;
  text-align: right;
  max-width: 680px; }

@media screen and (max-width: 755px) {
  .post-page .detail-text .share-details {
    padding: 25px 0; } }

.feedback-bg {
  background: #f5f5f5;
  padding: 30px 15px 20px; }

.feedback-bg .feedback-holder {
  max-width: 380px;
  margin: 0 auto; }

.feedback-bg .feedback-holder .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

.feedback-bg .feedback-holder .input-width {
  float: left;
  width: 49%;
  margin: 0 0 10px 1%; }

.feedback-bg .feedback-holder .input-width:first-child {
  margin: 0 1% 10px 0; }

.feedback-bg .feedback-holder .btn-buy {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 4px;
  height: 35px;
  background: #17627e; }

.feedback-bg .feedback-holder .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

.feedback-bg .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px; }

.feedback-no-bg {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 35px; }

.feedback-no-bg .feedback-holder {
  max-width: 280px; }

.wrap-bg {
  background: #f5f5f5; }

.no-articles {
  padding: 30px 0;
  text-align: center;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020; }

.universal-block {
  background-color: #124153;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 13px 0 #68b3cf;
  -moz-box-shadow: 0 0 13px 0 #68b3cf;
  box-shadow: 0 0 13px 0 #68b3cf;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 300px;
  z-index: 200;
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 400;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 50%;
  display: none; }

#send_to_friend a,
.ya-share2__link {
  width: 30px;
  height: 30px; }

.ya-share2__container_size_m {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  text-align: center;
  display: inline-block; }

.ya-share2__icon,
.ya-share2__item_service_viber {
  display: none !important; }

@media screen and (max-width: 800px) {
  .ya-share2__container_size_m {
    margin-left: 0; } }

.ya-share2__list_direction_horizontal > .ya-share2__item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 !important;
  height: 45px; }

@media screen and (max-width: 800px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 0; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-right: 5px; } }

@media screen and (max-width: 750px) {
  .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 4px; }
  .card-product-page .ya-share2__list_direction_horizontal > .ya-share2__item {
    padding-left: 5px; } }

.ya-share2__item_service_facebook .ya-share2__link {
  background-position: -65px -163px; }

.ya-share2__item_service_facebook .ya-share2__link:hover {
  background-position: -99px -163px; }

.ya-share2__item_service_vkontakte .ya-share2__link {
  background-position: -65px -194px; }

.ya-share2__item_service_vkontakte .ya-share2__link:hover {
  background-position: -99px -194px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link {
  background-position: -65px -288px; }

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover {
  background-position: -99px -288px; }

.ya-share2__item_service_gplus .ya-share2__link {
  background-position: -65px -351px; }

.ya-share2__item_service_gplus .ya-share2__link:hover {
  background-position: -99px -351px; }

.ya-share2__item_service_twitter .ya-share2__link {
  background-position: -65px -257px; }

.ya-share2__item_service_twitter .ya-share2__link:hover {
  background-position: -99px -257px; }

.ya-share2__item_service_linkedin .ya-share2__link {
  background-position: 0 -748px; }

.ya-share2__item_service_linkedin .ya-share2__link:hover {
  background-position: 0 -784px; }

.ya-share2__item_service_skype .ya-share2__link {
  background-position: 0 -829px; }

.ya-share2__item_service_skype .ya-share2__link:hover {
  background-position: -40px -829px; }

.ya-share2__item_service_viber .ya-share2__link {
  background-position: 0 -911px; }

.ya-share2__item_service_viber .ya-share2__link:hover {
  background-position: -40px -911px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_linkedin,
  .ya-share2__item_service_odnoklassniki {
    display: none !important; }
  .ya-share2__item_service_viber {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__item_service_telegram {
  display: none !important; }

.ya-share2__item_service_telegram .ya-share2__link {
  background-position: 0 -870px; }

.ya-share2__item_service_telegram .ya-share2__link:hover {
  background-position: -40px -870px; }

@media screen and (max-width: 992px) {
  .ya-share2__item_service_telegram {
    display: block !important;
    display: inline-block !important; } }

.ya-share2__badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 33px;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter {
  text-align: center;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #777 !important;
  padding: 0 !important;
  background: 0 !important; }

.ya-share2__container_size_m .ya-share2__counter:hover {
  color: #17627e !important; }

#send_to_friend {
  padding-top: 2px;
  max-width: 202px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  float: right; }

@media screen and (max-width: 768px) {
  #send_to_friend {
    float: none; } }

#send_to_friend input {
  border: 1px solid #17627e;
  border-radius: 2px;
  font-size: 15px;
  height: 30px;
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  width: 100%; }

#send_to_friend a {
  background-color: #17627e;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: 5px 4px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0; }

#send_to_friend a:hover {
  opacity: .85; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    padding-top: 8px !important; }
  .header-bottom .menu ul {
    top: 20px; }
  .header-bottom .menu .menu-tab {
    top: 53px !important; }
  .slider-nav {
    margin-bottom: 10px !important; } }

.progress-bar-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px; }

@media screen and (max-width: 1200px) {
  .progress-bar-block {
    max-width: 1000px; } }

@media screen and (max-width: 767px) {
  .progress-bar-block {
    padding: 15px 0 35px; } }

.progress-bar-block .column {
  float: left;
  width: 20%;
  text-align: center; }

.progress-bar-block svg {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  color: #fff; }

.progress-bar-block .counter {
  display: none; }

.progress-bar-block .text-cont {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 400;
  color: #202020; }

.progress-bar-block .text-cont i {
  display: block; }

.progress-bar-block .slick-dots {
  bottom: 0; }

.progress-bar-block .slick-dots li button::before {
  background: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px; }

hr {
  border-color: #d7d7d7;
  opacity: 1 !important;
  box-shadow: 0; }

.progress-bar0,
.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4 {
  height: 145px;
  width: 145px;
  margin: 0 auto; }

@keyframes toggle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.advantages-holder-bg {
  padding: 23px 0 13px;
  background: #f5f5f5;
  margin-bottom: 5px; }

.advantages-holder-home {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home {
    max-width: 900px; }
  .advantages-holder-home .item {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home {
    max-width: 600px;
    padding: 0 15px;
    display: block; } }

.advantages-holder-home .item {
  width: 25%;
  display: block;
  float: none; }

.advantages-holder-home .item .item-h {
  display: table;
  width: 180px;
  float: right; }

.advantages-holder-home .item .item-h span {
  padding: 0 0 0 20px; }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item .item-h {
    float: left;
    width: auto; }
  .advantages-holder-home .item .item-h span {
    padding: 0 15px 0 20px; }
  .advantages-holder-home .item {
    width: 50%;
    float: left; } }

@media screen and (max-width: 450px) {
  .advantages-holder-home {
    max-width: 350px; }
  .advantages-holder-home .item,
  .advantages-holder-home .item:last-child {
    width: 100%; } }

.advantages-holder-home .item:first-child .item-h {
  float: left; }

.advantages-holder-home .item:nth-child(2) .item-h,
.advantages-holder-home .item:nth-child(3) .item-h {
  width: 235px; }

@media screen and (max-width: 1200px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: 220px; } }

@media screen and (max-width: 900px) {
  .advantages-holder-home .item:nth-child(2) .item-h,
  .advantages-holder-home .item:nth-child(3) .item-h {
    width: auto; } }

.customers-logotip img.parallax-img {
  width: 10%; }

.category-item {
  padding: 15px 45px 10px; }

@media screen and (max-width: 680px) {
  .category-item {
    padding: 15px 10px 20px; } }

@media screen and (max-width: 550px) {
  .category-item {
    padding: 15px 10px 5px; } }

.txt-inset {
  left: 5px !important; }

.nav-tabs,
.tab-pane {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.my-desires,
.orders,
.personal-data {
  padding: 30px 0 15px;
  margin: 0 auto;
  max-width: 1425px; }

@media screen and (max-width: 1500px) {
  .my-desires,
  .orders,
  .personal-data {
    margin: 0 40px; } }

@media screen and (max-width: 768px) {
  .my-desires,
  .orders,
  .personal-data {
    padding: 23px 10px 15px;
    margin: 0 auto; } }

.nav-home {
  display: flex;
  justify-content: center; }

.home-tab {
  max-width: 1230px;
  margin: 0 auto;
  padding: 25px 15px; }

@media screen and (max-width: 1300px) {
  .home-tab {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .home-tab {
    margin: 0 20px; } }

.home-tab .wrap-holder {
  padding: 0;
  border: 0; }

.home-tab .category-links {
  width: auto !important;
  padding: 0; }

.home-tab .category-links .holder {
  padding: 10px 12px; }

@media screen and (max-width: 950px) {
  .home-tab .category-links .quantity-reviews {
    padding-top: 2px; } }

.cabinet-page {
  padding: 25px 0 0; }

.cabinet-page h1 {
  margin-bottom: 17px; }

@media screen and (max-width: 768px) {
  .cabinet-page h1 {
    margin-bottom: 20px; } }

@media screen and (max-width: 600px) {
  .cabinet-page h1 {
    margin-bottom: 25px; } }

.nav-tabs {
  max-width: 1405px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li > a {
  background-color: #fff;
  border: 0;
  border-radius: 3px 3px 0 0;
  margin-right: 0;
  color: #202020;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 17px 20px 14px; }

@media screen and (max-width: 730px) {
  .nav-tabs > li > a {
    padding: 17px 10px 14px; } }

.nav-tabs > li {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .nav-tabs > li > a {
    padding: 5px 10px;
    border-radius: 0; }
  .nav-tabs > li {
    float: none;
    text-align: center; } }

.tab-content a {
  display: inline-block !important; }

.tab-content form {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 20px; }

@media screen and (max-width: 768px) {
  .tab-content form {
    width: 285px; } }

@media screen and (max-width: 400px) {
  .tab-content form {
    width: 100%; } }

.tab-content form .form-group {
  margin-bottom: 8px; }

.tab-content form label {
  float: left;
  text-align: right;
  width: 30%;
  padding: 5px 15px;
  color: #777; }

@media screen and (max-width: 768px) {
  .tab-content form label {
    text-align: left;
    width: 100%;
    float: none;
    padding: 5px 0 3px; } }

.tab-content form .input-holder {
  float: left;
  width: 70%;
  padding: 0 15px; }

@media screen and (max-width: 768px) {
  .tab-content form .input-holder {
    width: 100%;
    float: none;
    padding: 0; } }

.tab-content form .form-control {
  max-width: 283px;
  padding: 3px 12px 0;
  border-color: #777;
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  border-radius: 2px; }

.tab-content form .form-control::-moz-placeholder {
  color: #202020; }

.tab-content form select {
  border-color: #777;
  width: 75px;
  min-width: 75px;
  padding: 5px 6px;
  height: 30px;
  margin-right: 7px;
  display: inline-block;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: url(../images/select-arrow-down-2.png) 93% 12px no-repeat;
  margin-bottom: 2px; }

.tab-content form select:nth-of-type(2) {
  width: 108px;
  background-position: 96% 12px; }

@media screen and (max-width: 400px) {
  .tab-content form .form-control {
    max-width: 100%; }
  .tab-content form select:nth-of-type(2) {
    width: 45%; } }

@media screen and (max-width: 330px) {
  .tab-content form select:nth-of-type(2) {
    width: 44.5%; } }

.tab-content form select:nth-of-type(3) {
  margin-right: 0; }

.tab-content form select:focus {
  border-color: #777; }

@media screen and (max-width: 400px) {
  .tab-content form select {
    width: 25%;
    margin-right: 1%; } }

.tab-content form .select-stock {
  width: 100%;
  max-width: 283px;
  background-position: 98% 12px; }

.tab-content .btn-holder {
  margin-left: 33px; }

@media screen and (max-width: 768px) {
  .tab-content .btn-holder {
    margin-left: -2px; } }

@media screen and (max-width: 400px) {
  .tab-content form .select-stock {
    max-width: 100%; }
  .tab-content .btn-holder {
    margin-left: 0; } }

.tab-content .holder {
  position: relative; }

@media screen and (max-width: 485px) {
  .tab-content .holder {
    width: 100%;
    margin-bottom: 20px; } }

.tab-content .btn-close {
  background-position: -112px -43px;
  right: 11px;
  top: 1px;
  z-index: 10; }

.tab-content .category-links {
  margin: 0 auto;
  max-width: 1500px; }

@media screen and (max-width: 1400px) {
  .tab-content .category-links {
    width: 1100px; } }

@media screen and (max-width: 1150px) {
  .tab-content .category-links {
    width: 820px; } }

@media screen and (max-width: 900px) {
  .tab-content .btn-close {
    right: 21px; }
  .tab-content .category-links {
    width: 600px; } }

@media screen and (max-width: 635px) {
  .tab-content .category-links {
    width: 550px; } }

@media screen and (max-width: 600px) {
  .tab-content .category-links {
    width: 475px; } }

@media screen and (max-width: 615px) {
  .tab-content .btn-close {
    right: 6px; }
  .tab-content .box-category-holder .item-category {
    padding: 15px 15px 0; } }

@media screen and (max-width: 485px) {
  .tab-content .category-links {
    width: 300px; }
  .tab-content .box-category-holder .about-title {
    max-height: 100%; }
  .tab-content .box-category-holder .item-category .description-category {
    padding: 10px 5px; }
  .tab-content .box-category-holder .item-category .description-category .compare-block {
    display: block;
    margin-bottom: 3px; }
  .tab-content .box-category-holder .item-category .description-category .btn-holder,
  .tab-content .box-category-holder .item-category .description-category .price-new {
    width: auto; }
  .tab-content .box-category-holder .item-category .description-category .old-price-holder {
    text-align: left; }
  .tab-content .box-category-holder .item-category .description-category .title {
    font-size: 18px;
    line-height: 22px;
    min-height: 50px; }
  .tab-content .box-category-holder .item-category .description-category .title span {
    font-size: 18px;
    line-height: 22px; }
  .tab-content .box-category-holder .item-category .description-category .price-new {
    font-size: 20px;
    line-height: 24px; }
  .tab-content .box-category-holder .label {
    right: 15px; } }

.connect-account {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0; }

.connect-account .title {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: .4px;
  margin-bottom: 20px; }

.connect-account .add-account,
.connect-account .facebook_add_botton,
.connect-account .vk_add_botton {
  margin-bottom: 15px; }

.connect-account .add-account i,
.connect-account .facebook_add_botton i,
.connect-account .vk_add_botton i {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.connect-account .add-account .vkontakte,
.connect-account .facebook_add_botton .vkontakte,
.connect-account .vk_add_botton .vkontakte {
  background-position: -65px -194px; }

.connect-account .add-account .facebook,
.connect-account .facebook_add_botton .facebook,
.connect-account .vk_add_botton .facebook {
  background-position: -65px -163px; }

.connect-account .add-account a,
.connect-account .add-account span,
.connect-account .facebook_add_botton a,
.connect-account .facebook_add_botton span,
.connect-account .vk_add_botton a,
.connect-account .vk_add_botton span {
  vertical-align: middle;
  color: #17627e;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  padding-top: 5px; }

@media screen and (max-width: 380px) {
  .connect-account .add-account a,
  .connect-account .add-account span,
  .connect-account .facebook_add_botton a,
  .connect-account .facebook_add_botton span,
  .connect-account .vk_add_botton a,
  .connect-account .vk_add_botton span {
    font-size: 17px; } }

.connect-account .add-account a:last-of-type,
.connect-account .add-account span:last-of-type,
.connect-account .facebook_add_botton a:last-of-type,
.connect-account .facebook_add_botton span:last-of-type,
.connect-account .vk_add_botton a:last-of-type,
.connect-account .vk_add_botton span:last-of-type {
  display: none; }

select[disabled] {
  background-color: #e1e1e1 !important;
  text-indent: -2000px; }

.cabinet-page .connect-account .add-account a:last-of-type,
.cabinet-page .connect-account .add-account span:last-of-type,
.cabinet-page .connect-account .facebook_add_botton a:last-of-type,
.cabinet-page .connect-account .facebook_add_botton span:last-of-type,
.cabinet-page .connect-account .vk_add_botton a:last-of-type,
.cabinet-page .connect-account .vk_add_botton span:last-of-type {
  display: inline-block !important; }

.login-page .ulogin-buttons-container {
  height: 35px !important;
  width: 70px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook,
.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background: url(../images/sprites.png) no-repeat !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  vertical-align: middle; }

.connect-account .facebook_add_botton i:last-of-type,
.connect-account .vk_add_botton i:last-of-type {
  display: none; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte {
  background-position: -65px -194px !important;
  margin-right: 0 !important; }

.login-page .ulogin-buttons-container .ulogin-button-vkontakte:hover {
  background-position: -99px -194px !important;
  opacity: 1 !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook {
  background-position: -65px -163px !important; }

.login-page .ulogin-buttons-container .ulogin-button-facebook:hover {
  background-position: -99px -163px !important;
  opacity: 1 !important; }

.connect-account .facebook_add_botton i {
  background-position: -65px -163px; }

.connect-account .vk_add_botton i {
  background-position: -65px -194px; }

.connect-account .facebook_add_botton i:hover {
  background-position: -99px -163px !important; }

.connect-account .vk_add_botton i:hover {
  background-position: -99px -194px !important; }

.ulogin-buttons-container {
  width: 320px !important;
  height: 90px !important; }

#uLogin0d7001a5 {
  text-align: center; }

.my-desires .category-links {
  padding: 0; }

.basket .basket-holder {
  max-width: 845px;
  margin: 0 auto; }

.basket .title {
  color: #202020;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
  margin-right: 10px;
  max-width: 260px; }

@media screen and (max-width: 570px) {
  .basket .title {
    padding: 0;
    margin-right: 0; }
  .basket .basket-item .count-wrap .count-item {
    margin: 0; } }

.basket .basket-item {
  padding: 25px 0 20px;
  margin-bottom: 25px;
  display: flex; }

@media screen and (max-width: 570px) {
  .basket .basket-item {
    padding: 12px 0 20px; } }

.basket .basket-item ul li span {
  color: #202020;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: inline-block; }

.basket .basket-item ul li span.price-bsk {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  white-space: nowrap; }

.basket .basket-item ul li .old-price {
  text-decoration: line-through;
  display: none; }

.basket .basket-item ul li .max-order {
  margin-bottom: 10px;
  display: block;
  margin-left: 0 !important;
  font-size: 16px !important; }

.basket .basket-item ul li:nth-of-type(3),
.basket .basket-item ul li:nth-of-type(4) {
  display: inline-block;
  padding-top: 2px; }

.basket .basket-item ul li:nth-of-type(4) span:last-of-type {
  font-size: 21px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

.basket .basket-item .image-holder {
  width: 17%; }

@media screen and (max-width: 800px) {
  .basket .basket-item .image-holder {
    width: 20%; } }

@media screen and (max-width: 620px) {
  .basket .basket-item .image-holder {
    width: 25%; } }

@media screen and (max-width: 570px) {
  .basket .basket-item ul li:nth-of-type(3),
  .basket .basket-item ul li:nth-of-type(4) {
    display: block; }
  .basket .basket-item ul li:nth-of-type(3) {
    margin-bottom: 10px; }
  .basket .basket-item .image-holder img {
    width: 100%;
    height: 100%; }
  .basket .basket-item .image-holder {
    width: 62px;
    height: 50px;
    padding: 0;
    text-align: start;
    margin-bottom: 0; } }

.basket .basket-item .text-holder {
  padding-top: 3px;
  display: flex; }

@media screen and (max-width: 625px) {
  .basket .basket-item .text-holder {
    width: 73%; } }

.basket .basket-item label {
  font-size: 16px;
  line-height: 20px; }

.basket .basket-item .count-wrap {
  position: relative;
  top: -2px; }

@media screen and (max-width: 570px) {
  .basket .basket-item .text-holder {
    width: 100%;
    text-align: center;
    padding-top: 0; }
  .basket .basket-item .count-wrap {
    float: none;
    width: 100%; } }

.basket .basket-item .count-wrap .count-item {
  height: 24px;
  margin: 0 15px 0 10px; }

.basket .basket-item .count-wrap .count-item .count {
  height: 22px;
  padding: 3px 0;
  text-decoration: none; }

.basket .basket-item .count-wrap .count-item .form-control {
  height: 22px;
  max-width: 38px;
  padding: 5px 6px 3px; }

.basket .basket-item .delete-item {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.basket .total-holder {
  padding: 30px 0; }

.basket .total-holder span {
  display: block;
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #202020; }

.basket .total-holder .btn-buy {
  max-width: 280px;
  height: 45px;
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 4px;
  background: #44bb6e; }

.basket .total-holder .btn-buy:hover {
  background: #44bb6e; }

@media screen and (max-width: 570px) {
  .basket .basket-item .btn-close {
    right: 1px;
    top: 15px; }
  .basket .wrap-bg {
    margin: 0 -10px; } }

.basket .wrap-bg .category-links {
  padding: 30px 0; }

.basket .wrap-bg h2 {
  font-size: 30px;
  line-height: 35px; }

@media screen and (max-width: 485px) {
  .basket .wrap-bg .category-links {
    padding: 20px 0; }
  .basket .wrap-bg h2 {
    font-size: 20px;
    line-height: 25px; } }

.orders {
  position: relative;
  padding: 25px 10px 15px; }

@media screen and (max-width: 768px) {
  .orders {
    padding: 23px 40px 15px; } }

@media screen and (max-width: 670px) {
  .orders {
    padding: 23px 10px 15px; } }

.orders .order-sort {
  padding: 0 0 26px 26px; }

.orders .order-sort li {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px; }

.orders .order-sort li a {
  color: #202020; }

.orders .order-sort li a.active,
.orders .order-sort li a:active,
.orders .order-sort li a:focus,
.orders .order-sort li a:hover {
  color: #17627e;
  text-decoration: underline !important; }

.orders .order-block {
  background: #f9f9f9;
  display: table;
  cursor: pointer;
  width: 100%;
  color: #202020;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

.orders .order-block .info-total,
.orders .order-block time {
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block .column {
  display: table-cell;
  width: 50%;
  padding: 10px 0 10px 25px;
  vertical-align: middle; }

@media screen and (max-width: 992px) {
  .orders .order-block .column {
    width: 38%;
    padding: 10px 0 10px 15px; } }

@media screen and (max-width: 720px) {
  .orders .order-block .column {
    padding: 10px 0 10px 10px; } }

@media screen and (max-width: 600px) {
  .orders .order-block .column {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0; } }

.orders .order-block .column:first-of-type {
  width: 55%;
  border-right: 1px solid #ececec; }

@media screen and (max-width: 1150px) {
  .orders .order-block .column:first-of-type {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .orders .order-block .column:first-of-type {
    width: 62%; } }

.orders .order-block .column .head-top {
  padding: 18px 15px 15px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  display: block; }

@media screen and (max-width: 600px) {
  .orders .order-block .column:first-of-type {
    width: 100%; }
  .orders .order-block .article-block .head-top {
    display: block; }
  .orders .order-block .article-block {
    text-align: center; }
  .orders .order-block .article-block .tab-hidden {
    display: none; }
  .orders .order-block img {
    margin-bottom: 15px; } }

.orders .order-block .code {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  width: 110px; }

.orders .order-block .code:after {
  background-position: -119px -549px;
  height: 13px;
  left: 0;
  top: 1px;
  width: 8px; }

.orders .order-block img {
  width: 125px;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle; }

@media screen and (max-width: 750px) {
  .orders .order-block img {
    width: 95px;
    padding: 0 3px; } }

.orders .order-block time span {
  display: inline-block;
  margin-left: 10px; }

.orders .order-block .info-total {
  display: inline-block;
  margin-left: 50px; }

@media screen and (max-width: 1150px) {
  .orders .order-block .info-total {
    display: block;
    margin-left: 0; } }

.orders .order-block .info-total span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.orders .order-block .btn-buy {
  width: 205px;
  font-size: 16px; }

.orders .order-block .status-block .ready {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 800;
  width: 205px;
  display: block;
  padding: 5px 4px 1px;
  border: 1px dashed #17627e;
  color: #17627e;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  letter-spacing: .3px; }

@media screen and (max-width: 600px) {
  .orders .order-block time {
    float: right; }
  .orders .order-block .status-block .ready {
    display: inline-block; } }

.orders .order-block .status-block .status,
.orders .order-block-hidden .column .main-order .box .text-holder span {
  display: block; }

.orders .order-block .status-block .dl-horizontal {
  max-width: 300px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 20px 0 0; }

.orders .order-block .status-block .dl-horizontal dt {
  text-align: left;
  width: auto;
  margin: 0 10px 0 0; }

.orders .order-block .status-block .dl-horizontal dd {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  font-family: 'Geometria', sans-serif;
  font-weight: 300; }

.orders .order-block-hidden .column {
  padding: 0;
  vertical-align: top; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column {
    width: 38%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column {
    width: 100%; }
  .orders .order-block-hidden .column .head-top {
    border-top: 1px solid #ececec !important;
    text-align: center; }
  .orders .order-block-hidden .column .main-order {
    padding-top: 0 !important; } }

.orders .order-block-hidden .column:first-of-type {
  width: 50%; }

@media screen and (max-width: 992px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 62%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column:first-of-type {
    width: 100%;
    margin-top: 0; }
  .orders .order-block-hidden .column:first-of-type .head-top {
    border-top: none !important;
    border-bottom: 1px solid #ececec;
    text-align: left;
    padding-right: 15px; }
  .orders .order-block-hidden .column:first-of-type .main-order {
    padding-top: 20px !important; } }

.orders .order-block-hidden .column .head-top {
  padding: 18px 0 15px 30px;
  border-bottom: 1px solid #ececec; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .head-top {
    padding: 18px 0 15px 15px; } }

.orders .order-block-hidden .column .main-order {
  padding: 20px 0 15px 30px; }

@media screen and (max-width: 720px) {
  .orders .order-block-hidden .column .main-order {
    padding: 20px 0 15px 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .head-top {
    border: 0; }
  .orders .order-block-hidden .column .main-order {
    text-align: center;
    padding-left: 0; } }

.orders .order-block-hidden .column .main-order .box {
  padding: 6px 0; }

.orders .order-block-hidden .column .main-order .box:first-of-type {
  padding-top: 0; }

.orders .order-block-hidden .column .main-order .box .img-holder,
.orders .order-block-hidden .column .main-order .box .text-holder {
  float: left;
  width: 16%; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 18%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 21%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 28%; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box {
    padding: 20px 0; }
  .orders .order-block-hidden .column .main-order .box .img-holder,
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%;
    text-align: center; } }

.orders .order-block-hidden .column .main-order .box .text-holder {
  width: 84%;
  padding: 0 15px;
  position: relative; }

@media screen and (max-width: 1300px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 82%; } }

@media screen and (max-width: 1200px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 79%; } }

@media screen and (max-width: 768px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 72%; } }

.orders .order-block-hidden .column .main-order .box .text-holder p {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 17px; }

.orders .order-block-hidden .column .main-order .box .text-holder .article {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 8px; }

.orders .order-block-hidden .column .main-order .box .text-holder .total-price {
  position: absolute;
  bottom: 0;
  right: 25px; }

@media screen and (max-width: 670px) {
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 15px; } }

@media screen and (max-width: 600px) {
  .orders .order-block-hidden .column .main-order .box .text-holder {
    width: 100%; }
  .orders .order-block-hidden .column .main-order .box .text-holder p {
    text-align: center; }
  .orders .order-block-hidden .column .main-order .box .text-holder .article {
    margin-bottom: 3px; }
  .orders .order-block-hidden .column .main-order .box .text-holder .total-price {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px; } }

.orders .order-block-hidden .code:after {
  transform: rotate(180deg); }

.orders .order-block-hidden time {
  margin-left: 45px; }

.orders .order-block-hidden img {
  width: 95px;
  padding: 0; }

.orders .price-block-total {
  border-top: 1px solid #ececec;
  padding: 15px 25px;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  line-height: 22px; }

@media screen and (max-width: 670px) {
  .orders .price-block-total {
    padding: 15px; } }

@media screen and (max-width: 600px) {
  .orders .price-block-total {
    display: none;
    padding: 15px 15px 0; }
  .orders .price-block-total p {
    text-align: center; } }

.orders .price-block-total p {
  display: inline-block;
  margin-bottom: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500; }

.orders .price-tab {
  display: none; }

@media screen and (max-width: 600px) {
  .orders .price-tab {
    display: block;
    text-align: center; } }

.orders .inline-block {
  display: inline-block; }

@media screen and (max-width: 600px) {
  .orders .inline-block {
    display: block; } }

.order-change .order-block {
  display: none; }

.order-change .order-block-hidden {
  display: block;
  display: table; }

.order-change .order-block .column .head-top {
  display: none; }

.our-manager {
  position: absolute;
  width: 230px;
  right: 10px;
  top: 6px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  background: #fff;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .our-manager {
    right: 40px; } }

@media screen and (max-width: 670px) {
  .our-manager {
    right: 10px; } }

@media screen and (max-width: 560px) {
  .our-manager {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    top: auto; } }

.our-manager .ttl {
  background: #febd0c;
  color: #fff;
  text-align: center;
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
  height: 47px;
  line-height: 20px;
  border-radius: 3px;
  cursor: pointer;
  width: 1%; }

.our-manager .ttl i {
  display: block;
  font-size: 13px;
  text-decoration: underline; }

.our-manager .box {
  border: 1px solid #febd0c;
  position: relative;
  top: -2px;
  padding: 35px 10px 10px;
  border-radius: 0 0 3px 3px;
  width: 230px; }

@media screen and (max-width: 560px) {
  .our-manager .box {
    position: absolute;
    bottom: 47px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px 3px 0 0; } }

.our-manager .box a {
  position: relative;
  color: #202020;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px; }

.our-manager .box a:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 19px; }

.our-manager .box span {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.our-manager .box .skype {
  font-size: 18px;
  line-height: 22px;
  color: #287c9b; }

.our-manager .box .skype:after {
  background-position: -110px -102px;
  height: 21px;
  width: 25px; }

.our-manager .box .email:after {
  background-position: -110px -566px;
  height: 14px;
  left: 0;
  top: 3px;
  width: 20px; }

.our-manager .box .form-control {
  border: 1px solid #17627e;
  border-radius: 2px; }

.our-manager .box .btn-send {
  background: #febd0c !important;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0;
  max-width: 100%;
  height: 30px;
  text-align: center; }

.our-manager .box .btn-send:after {
  background: 0 0; }

.our-manager .box .btn-send:focus,
.our-manager .box .btn-send:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85) !important; }

.our-manager .box .btn-close {
  background-position: 0 -524px;
  right: 7px;
  top: 10px; }

.our-manager-fixed {
  position: fixed;
  right: 50px;
  top: 80px; }

@media screen and (max-width: 360px) {
  .our-manager-fixed {
    top: 65px; } }

.nav-tabs > li.active:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a;
  color: #fff;
  border-style: none; }

.nav-tabs > li.active > a:hover,
.nav-tabs > li > .active {
  background-color: #9a9a9a !important;
  color: #fff !important;
  border-style: none !important; }

.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #202020;
  border-style: none; }

.change-select {
  max-width: 90px;
  min-width: 90px;
  padding: 12px 6px;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border: 1px solid #febd0c;
  text-align: center; }

.wrap-slider .wrap-holder .wrap {
  margin: 0 50px; }

@media screen and (max-width: 380px) {
  .wrap-slider .wrap-holder .wrap {
    margin: 0 20px; } }

.post-page .wrap-width .wrap {
  margin: 0 20px;
  padding: 0 15px; }

@media screen and (max-width: 580px) {
  .post-page .wrap-width .wrap {
    margin: 0 50px; } }

@media screen and (max-width: 380px) {
  .post-page .wrap-width .wrap {
    margin: 0; } }

.video {
  position: relative;
  border-radius: 20px; }

.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.contact-page {
  padding: 30px 0 0; }

.contact-page .contact-top {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top {
    width: 100%;
    padding: 0 10px; } }

.contact-page .contact-top .personal-block {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px; }

.contact-page .contact-top .personal-block:first-of-type {
  padding-top: 5px; }

.contact-page .contact-top .personal-block .image-holder {
  float: left;
  width: 30%;
  padding: 5px 15px 0;
  text-align: center; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 35%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder {
    padding: 0 15px 0 0;
    width: 30%; } }

@media screen and (max-width: 765px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 30%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .image-holder {
    width: 100%; }
  .contact-page .contact-top .personal-block .image-holder img {
    margin-bottom: 15px; } }

.contact-page .contact-top .personal-block .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder {
  float: left;
  width: 70%;
  padding: 0 0 0 10px; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .image-holder img {
    min-width: 100px; }
  .contact-page .contact-top .personal-block .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 265px;
    padding: 0; }
  .contact-page .contact-top .personal-block .text-holder .email:after,
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after,
  .contact-page .contact-top .personal-block .text-holder .tel-block:after,
  .contact-page .contact-top .personal-block .text-holder .tel:after {
    left: 0; } }

.contact-page .contact-top .personal-block .text-holder span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  margin-bottom: 10px; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder span {
    font-size: 16px;
    line-height: 20px; } }

.contact-page .contact-top .personal-block .text-holder .inset {
  margin-bottom: 0; }

.contact-page .contact-top .personal-block .text-holder .strong {
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block .text-holder .strong {
    font-size: 19px;
    line-height: 23px; } }

.contact-page .contact-top .personal-block .text-holder .email,
.contact-page .contact-top .personal-block .text-holder .location,
.contact-page .contact-top .personal-block .text-holder .skype,
.contact-page .contact-top .personal-block .text-holder .tel,
.contact-page .contact-top .personal-block .text-holder .tel-block {
  position: relative;
  padding-left: 23px;
  display: inline-block; }

.contact-page .contact-top .personal-block .text-holder .email:after,
.contact-page .contact-top .personal-block .text-holder .location:after,
.contact-page .contact-top .personal-block .text-holder .skype:after,
.contact-page .contact-top .personal-block .text-holder .tel-block:after,
.contact-page .contact-top .personal-block .text-holder .tel:after {
  background-position: -110px -66px;
  height: 21px;
  left: 0;
  top: 1px;
  width: 19px; }

.contact-page .contact-top .personal-block .text-holder .tel {
  margin-bottom: 10px;
  color: #000; }

.contact-page .contact-top .personal-block .text-holder .location {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .location:after {
  background-position: -110px -585px;
  height: 24px;
  top: 37%;
  width: 25px;
  left: -4px; }

.contact-page .contact-top .personal-block .text-holder .location span {
  border-left: 1px solid #b8b8b8;
  margin: 0;
  padding-left: 10px; }

.contact-page .contact-top .personal-block .text-holder .skype {
  padding-left: 25px;
  top: 6px;
  line-height: 15px; }

.contact-page .contact-top .personal-block .text-holder .skype:after {
  background-position: -110px -102px;
  height: 21px;
  top: -3px;
  width: 25px; }

.contact-page .contact-top .personal-block .text-holder .social-holder {
  width: auto;
  margin-right: 5px; }

@media screen and (max-width: 750px) {
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    float: left; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .location:after,
  .contact-page .contact-top .personal-block .text-holder .skype:after {
    left: 0; }
  .contact-page .contact-top .personal-block .text-holder .social-holder {
    margin: 0;
    float: none; } }

.contact-page .contact-top .personal-block .text-holder .social-holder li {
  padding-left: 4px;
  padding-right: 0; }

.contact-page .contact-top .personal-block .text-holder .tel-block {
  padding-left: 10px;
  margin: 0 0 5px 35px;
  border-left: 1px solid #b8b8b8; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .tel-block {
    border-left: 1px solid #b8b8b8;
    margin: 0 auto 5px;
    padding-left: 0;
    width: 190px; } }

.contact-page .contact-top .personal-block .text-holder .tel-block:after {
  background-position: -105px -497px;
  height: 21px;
  left: -35px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%); }

.contact-page .contact-top .personal-block .text-holder .tel-block span {
  margin-bottom: 2px; }

.contact-page .contact-top .personal-block .text-holder .email {
  padding-left: 45px;
  margin-left: 2px; }

.contact-page .contact-top .personal-block .text-holder .email:after {
  background-position: -106px -526px;
  height: 16px;
  left: 0;
  top: 1px;
  width: 25px; }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-holder .email {
    padding-left: 0;
    margin-left: -20px; }
  .contact-page .contact-top .personal-block .text-holder .email:after {
    left: -42px; } }

.contact-page .contact-top .personal-block .text-holder .personal-info {
  padding-left: 47px; }

.contact-page .contact-top .personal-block .text-holder .personal-info span {
  display: inline-block;
  margin-bottom: 0;
  padding: 0; }

.contact-page .contact-top .personal-block .text-holder .personal-info i {
  display: inline-block;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-page .contact-top .personal-block .text-holder .personal-info p {
  margin-bottom: 7px;
  text-align: left !important; }

.contact-page .contact-top .personal-block-phones .image-holder {
  width: 35%; }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 30%; }
  .contact-page .contact-top .personal-block-phones .image-holder img {
    min-width: 126px; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block .text-left {
    text-align: left; }
  .contact-page .contact-top .personal-block-phones .image-holder {
    width: 100%; } }

.contact-page .contact-top .personal-block-phones .image-holder img {
  border-radius: 50%;
  width: 126px;
  min-width: 126px;
  display: inline-block; }

.contact-page .contact-top .personal-block-phones .text-holder {
  width: 65%; }

@media screen and (max-width: 992px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 900px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 65%; } }

@media screen and (max-width: 768px) {
  .our-manager-fixed {
    right: 40px; }
  .contact-page .contact-top .personal-block .col-sm-6 {
    padding: 10px 0; }
  .contact-page .contact-top .personal-block .col-sm-6:first-of-type {
    border-bottom: 1px solid #f5f5f5; }
  .contact-page .contact-top .personal-block-phones .text-holder {
    width: 70%; } }

@media screen and (max-width: 600px) {
  .contact-page .contact-top .personal-block-phones .text-holder {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 265px; } }

.contact-middle {
  background: #f5f5f5;
  padding: 47px 85px 30px; }

@media screen and (max-width: 992px) {
  .contact-middle {
    padding: 47px 10px 30px; } }

.contact-middle .city-block {
  width: 25%;
  margin-bottom: 25px; }

@media screen and (max-width: 992px) {
  .contact-middle .city-block {
    width: 33.3%; } }

@media screen and (max-width: 620px) {
  .contact-middle {
    padding: 28px 10px 10px; }
  .contact-middle .city-block {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .contact-middle .city-block {
    width: 100%; } }

.contact-middle .city-block img,
.contact-middle .city-block span {
  display: inline-block;
  width: 100%; }

.contact-middle .city-block img {
  max-width: 126px;
  border-radius: 50%;
  margin-bottom: 10px; }

.contact-middle .city-block span {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300; }

.contact-middle .city-block .strong {
  font: 21px/20px 'Geometria', sans-serif;
  font-weight: 400; }

.contact-middle .city-block i {
  width: 30px;
  height: 1px;
  background: #febd0c;
  display: block;
  margin: 6px auto; }

.map-holder {
  position: relative;
  bottom: -30px; }

.map-holder .map-canvas iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -4px; }

@media screen and (max-width: 550px) {
  .map-holder .map-canvas iframe {
    height: 500px; } }

.map-holder .contact-holder {
  background: rgba(23, 98, 126, 0.8);
  width: 33.3%;
  letter-spacing: .4px;
  position: absolute;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 27px 0 27px 45px;
  min-width: 400px;
  height: 100%;
  color: #fff; }

@media screen and (max-width: 550px) {
  .map-holder .contact-holder {
    width: 100%;
    height: 50%;
    min-width: 320px;
    padding: 25px 0 25px 8px; } }

.map-holder .contact-holder dd {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.map-holder .contact-holder dd,
.map-holder .contact-holder dt {
  margin-bottom: 10px; }

.map-holder .contact-holder dl {
  margin-bottom: 20px; }

.blog-page {
  padding: 30px 15px 10px; }

@media screen and (max-width: 400px) {
  .blog-page {
    padding: 30px 7px 10px; } }

.blog-page .categories-items-grid {
  margin: 0 25px; }

@media screen and (max-width: 768px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 21px;
    line-height: 25px;
    padding: 5px; } }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid .name-product {
    font-size: 16px;
    line-height: 20px; } }

.blog-page .categories-items-grid p {
  color: #9a9a9a;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding: 7px 0 5px;
  margin: 0;
  text-align: center; }

@media screen and (max-width: 400px) {
  .blog-page .categories-items-grid p {
    padding: 7px 0 9px; } }

.post-item-page {
  padding: 30px 50px 5px; }

@media screen and (max-width: 670px) {
  .our-manager-fixed {
    right: 10px; }
  .blog-page .categories-items-grid {
    margin: 0; }
  .post-item-page {
    padding: 30px 15px 10px; } }

.post-item-page h1,
.post-item-page h2 {
  margin-bottom: 7px; }

@media screen and (max-width: 400px) {
  .post-item-page h1,
  .post-item-page h2 {
    margin-bottom: 12px; } }

.basket-page {
  padding-top: 30px; }

.basket-page h1 {
  margin-bottom: 0; }

@media screen and (max-width: 570px) {
  .basket-page .basket-item {
    padding: 20px 0; }
  .basket-page .basket-item .btn-close {
    top: 6px; } }

.pagination-holder .pagination li:last-of-type {
  border-right: 1px solid #17627e; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination li:last-of-type,
  .pagination-holder .pagination li:last-of-type a {
    width: 30px; } }

.pagination-holder .pagination .active {
  background: #17627e !important;
  border-right-color: #17627e !important; }

.pagination-holder .pagination .active span {
  color: #fff !important; }

.pagination-holder .pagination > li {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  width: 38px;
  border: 1px solid #17627e;
  border-right: 0; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li {
    height: 30px;
    width: 28px; } }

.pagination-holder .pagination > li > a,
.pagination-holder .pagination > li > span {
  border: 0;
  color: #202020;
  padding: 0;
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 300;
  width: 40px;
  margin-left: 0;
  background-color: transparent; }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination > li > a,
  .pagination-holder .pagination > li > span {
    width: 28px;
    font-size: 16px;
    line-height: 20px; } }

.pagination-holder .pagination > li > a:focus,
.pagination-holder .pagination > li > a:hover,
.pagination-holder .pagination > li > span:focus,
.pagination-holder .pagination > li > span:hover {
  background: 0 0;
  color: #202020; }

.pagination-holder .pagination > .active > a,
.pagination-holder .pagination > .pagination > .active > a:focus,
.pagination-holder .pagination > .pagination > .active > a:hover,
.pagination-holder .pagination > .pagination > .active > span,
.pagination-holder .pagination > .pagination > .active > span:focus,
.pagination-holder .pagination > .pagination > .active > span:hover {
  color: #202020; }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover,
.pagination-holder .pagination .prev-pagin,
.pagination-holder .pagination .prev-pagin:focus,
.pagination-holder .pagination .prev-pagin:hover {
  background-color: #17627e;
  width: 41px;
  height: 38px;
  display: block;
  border-radius: 0;
  background-position: 15px -945px;
  transform: rotate(180deg); }

@media screen and (max-width: 450px) {
  .pagination-holder .pagination .next-pagin,
  .pagination-holder .pagination .next-pagin:focus,
  .pagination-holder .pagination .next-pagin:hover,
  .pagination-holder .pagination .prev-pagin,
  .pagination-holder .pagination .prev-pagin:focus,
  .pagination-holder .pagination .prev-pagin:hover {
    height: 30px;
    background-position: 11px -949px; } }

.pagination-holder .pagination .next-pagin,
.pagination-holder .pagination .next-pagin:focus,
.pagination-holder .pagination .next-pagin:hover {
  transform: rotate(0); }

.feedback-holder .wrap-star {
  margin-bottom: 20px; }

.feedback-holder .wrap-star .error-text {
  bottom: -15px !important; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0; }

h1,
h3 {
  margin-bottom: 15px; }

ol {
  padding-left: 20px; }

a {
  color: #17627e; }

h1,
h3 {
  color: #202020; }

a:focus,
a:hover {
  text-decoration: none;
  outline: 0; }

h1 {
  font: 30px/35px 'Geometria', sans-serif;
  font-weight: 500;
  text-align: center; }

@media screen and (max-width: 550px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px; }
  h3 {
    margin-bottom: 15px; } }

@media screen and (max-width: 360px) {
  h1 {
    font-size: 20px;
    line-height: 25px; } }

h3 {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500; }

.label {
  background: #eff4f6; }

.burger {
  background-position: 0 -434px;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-left: 30px;
  position: relative;
  top: 20px;
  width: 30px;
  border: 0;
  display: none; }

@media screen and (max-width: 1050px) {
  .burger {
    display: block;
    top: 8px; } }

.burger-close {
  background-position: -33px -434px; }

.btn,
.btn-buy,
.btn-callback {
  background: #febd0c;
  text-align: center;
  height: 30px;
  max-width: 203px;
  width: 100%;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff !important;
  border-radius: 5px;
  padding: 6px 4px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top; }

@media screen and (max-width: 550px) {
  .burger {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    top: 12px !important;
    margin-top: 0 !important; }
  .btn,
  .btn-buy,
  .btn-callback {
    max-width: 100%; } }

.btn-buy:focus,
.btn-buy:hover,
.btn-callback:focus,
.btn-callback:hover,
.btn:focus,
.btn:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter {
  background: #febd0c;
  max-width: 300px; }

.btn-filter-reset {
  background: #d84848;
  max-width: 300px;
  margin-top: 10px; }

@media screen and (max-width: 992px) {
  .btn-filter,
  .btn-filter-reset {
    max-width: 100%; } }

.btn-filter:focus,
.btn-filter:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.btn-filter-reset:focus,
.btn-filter-reset:hover {
  color: #fff;
  background: rgba(216, 72, 72, 0.85); }

.btn-grey {
  max-width: 370px;
  margin-top: 2px;
  background: #777; }

@media screen and (max-width: 750px) {
  .btn-grey {
    width: 180px; } }

.btn-grey:focus,
.btn-grey:hover {
  background: #17627e; }

.btn-close,
.btn-open {
  background-position: 0 -524px;
  display: block;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 15px;
  cursor: pointer; }

.btn-hidden {
  display: none; }

.container-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 45px;
  color: #202020; }

@media screen and (max-width: 680px) {
  .container-wrapper {
    padding: 0 40px; } }

@media screen and (max-width: 670px) {
  .container-wrapper {
    padding: 0 17px; } }

.header-top {
  padding: 7px 0 7px;
  height: 30px; }

@media screen and (max-width: 550px) {
  .btn-hidden {
    display: block; }
  .header-top {
    height: 40px; } }

.error-text {
  color: #fff;
  background: #f53400;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
  left: 0;
  margin: 0 auto;
  max-width: 225px;
  right: 0;
  bottom: 5px;
  display: block !important; }

.error-text.hidden {
  display: none !important; }

.error-text:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border: 8px solid transparent;
  border-bottom: 8px solid #f53400;
  width: 15px;
  height: 15px; }

.feedback-holder,
.feedback-holder .validation,
.tab-content,
.tab-content .validation {
  position: relative; }

.feedback-holder .error-text,
.tab-content .error-text {
  display: block;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: 3px !important;
  padding: 2px !important;
  z-index: 10 !important; }

@media screen and (max-width: 360px) {
  .feedback-holder .error-text,
  .tab-content .error-text {
    font: 11px/20px "Geometria", sans-serif !important;
    font-weight: 300; } }

.feedback-holder a,
.tab-content a {
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: .4px;
  display: block; }

.feedback-holder .form-group,
.tab-content .form-group {
  margin-bottom: 10px; }

.feedback-holder .form-control,
.tab-content .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.feedback-holder .textarea,
.tab-content .textarea {
  min-height: 80px; }

.feedback-holder .validation .form-control,
.tab-content .validation .form-control {
  border-color: #f53400; }

.feedback-holder .feedback-block,
.tab-content .feedback-block {
  display: none;
  background: #fff;
  padding: 20px 20px 5px;
  position: absolute;
  width: 260px;
  z-index: 10;
  top: 30px;
  left: -16px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 #dde8ec;
  -moz-box-shadow: 0 0 5px 0 #dde8ec;
  box-shadow: 0 0 5px 0 #dde8ec; }

.contacts-holder .links-contact li,
.contacts-holder .links-contact:after {
  display: inline-block; }

.feedback-holder .btn-send,
.tab-content .btn-send {
  background: #17627e;
  max-width: 300px; }

.feedback-holder .btn-send:focus,
.feedback-holder .btn-send:hover,
.tab-content .btn-send:focus,
.tab-content .btn-send:hover {
  color: #fff;
  background: rgba(23, 98, 126, 0.85); }

.contacts-holder {
  padding: 0 5px 0 15px;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .2px;
  width: 80%;
  height: 30px;
  float: left; }

@media screen and (max-width: 1150px) {
  .contacts-holder {
    width: 75%;
    height: 25px; } }

@media screen and (max-width: 880px) {
  .contacts-holder {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .contacts-holder {
    width: 62%; } }

.contacts-holder .links-contact:after,
.contacts-holder:after {
  height: 0;
  width: 100%;
  content: "";
  overflow: hidden; }

.contacts-holder .links-contact {
  margin-right: 0;
  padding: 0;
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1280px) {
  .contacts-holder .links-contact li.link-4 {
    display: none; } }

@media screen and (max-width: 1050px) {
  .contacts-holder .links-contact {
    text-align: left; }
  .contacts-holder .links-contact li {
    margin-right: 25px; }
  .contacts-holder .links-contact li.link-3 {
    display: none; }
  .contacts-holder .links-contact li:nth-of-type(2) {
    margin-right: 0; } }

@media screen and (max-width: 850px) {
  .contacts-holder .links-contact li {
    margin-right: 0; }
  .contacts-holder .links-contact li.link-2 {
    display: none; } }

.contacts-holder span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  margin-right: 5px; }

.dropdown-contact .dropdown-holder,
.dropdown-contact .dropdown-holder .dropdown-holder-item {
  position: relative;
  color: #17627e;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.contacts-holder:after {
  display: inline-block; }

.dropdown-contact {
  padding-right: 32px;
  padding-left: 0;
  width: 20%;
  float: left;
  margin-top: -2px; }

@media screen and (max-width: 1150px) {
  .dropdown-contact {
    width: 25%; } }

@media screen and (max-width: 880px) {
  .dropdown-contact {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .dropdown-contact {
    width: 38%; } }

.dropdown-contact .dropdown-holder {
  display: inline-block; }

.dropdown-contact .dropdown-holder .dropdown-holder-item {
  margin: 0 0 6px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item:before {
  height: 9px;
  width: 11px;
  top: 6px;
  right: -17px; }

.dropdown-contact .dropdown-holder .dropdown-holder-item .phone-inner-item,
.dropdown-contact .dropdown-holder .dropdown-holder-item span {
  font-family: 'Geometria', sans-serif;
  font-weight: 500; }

.dropdown-contact .dropdown-holder:hover a {
  text-decoration: none; }

.dropdown-contact .dropdown-holder:hover a:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 5px;
  right: -20px; }

.dropdown-contact .dropdown-holder-other {
  margin-right: 30px; }

.dropdown-contact .city-inner,
.dropdown-contact .phone-inner {
  background: #fff;
  display: none;
  padding: 12px 15px 0;
  position: absolute;
  z-index: 10;
  right: -18px;
  margin-top: -5px;
  width: 300px;
  text-align: right;
  -webkit-box-shadow: 0 0 5px 4px #ebebeb;
  -moz-box-shadow: 0 0 5px 4px #ebebeb;
  box-shadow: 0 0 5px 4px #ebebeb; }

.dropdown-contact .city-inner .phone-inner-item,
.dropdown-contact .city-inner span,
.dropdown-contact .phone-inner .phone-inner-item,
.dropdown-contact .phone-inner span {
  margin: 0 0 10px; }

.dropdown-contact .city-inner .phone-inner-item strong,
.dropdown-contact .city-inner span strong,
.dropdown-contact .phone-inner .phone-inner-item strong,
.dropdown-contact .phone-inner span strong {
  font-weight: 800;
  margin-right: 5px; }

.dropdown-contact .phone-inner {
  text-align: left;
  width: 185px; }

.dropdown-contact .phone-inner .link-2,
.dropdown-contact .phone-inner .link-3,
.dropdown-contact .phone-inner .link-4 {
  display: none; }

@media screen and (max-width: 1280px) {
  .dropdown-contact .phone-inner .link-4 {
    display: block; } }

@media screen and (max-width: 1050px) {
  .dropdown-contact .phone-inner .link-3 {
    display: block; } }

@media screen and (max-width: 850px) {
  .dropdown-contact .phone-inner .link-2 {
    display: block; } }

.dropdown-contact .other-inner {
  text-align: left;
  width: 315px; }

.dropdown-contact .other-inner .phone-inner-item,
.dropdown-contact .other-inner span {
  display: inline-block;
  padding-left: 10px;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.dropdown-contact .other-inner p {
  margin-bottom: 0; }

.header-middle {
  padding: 2px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #9a9a9a; }

@media screen and (max-width: 550px) {
  .header-middle {
    border: 0; } }

.header-middle .header-middle-child .logo {
  width: 33%;
  border-right: 1px solid #e1e1e1;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo {
    width: 20%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .logo {
    width: 24%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .logo {
    width: 22%; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .logo {
    width: 47%;
    border: 0;
    padding: 0 10px;
    margin-top: -8px;
    min-height: 105px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .logo {
    width: 32%;
    min-width: 120px;
    position: absolute; } }

.header-middle .header-middle-child .logo a {
  width: 35%;
  padding-top: 10px; }

.header-middle .header-middle-child .logo .text-item {
  max-width: 250px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 20px 0 0;
  text-align: left;
  margin: 0; }

.header-middle .header-middle-child .callback span:nth-child(1),
.header-middle .header-middle-child .duty span {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .logo a {
    width: 100%; }
  .header-middle .header-middle-child .logo .text-item {
    display: none; } }

.header-middle .header-middle-child .duty {
  width: 20%;
  border-right: 1px solid #e1e1e1;
  padding-top: 10px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .duty {
    width: 20%; } }

@media screen and (max-width: 900px) {
  .header-middle .header-middle-child .duty {
    display: none; } }

.header-middle .header-middle-child .duty span {
  text-align: center;
  margin-bottom: 3px; }

.header-middle .header-middle-child .callback {
  width: 23.7%;
  border-right: 1px solid #e1e1e1;
  padding-top: 6px;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .callback {
    width: 35%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .callback {
    width: 41%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback {
    width: 39%; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback {
    width: 53%;
    border: 0;
    min-height: 65px;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback {
    float: right;
    width: 200px;
    padding-right: 10px; } }

.header-middle .header-middle-child .callback span {
  margin-bottom: 7px; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .callback span {
    margin-bottom: 0; }
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100px; } }

@media screen and (max-width: 480px) {
  .header-middle .header-middle-child .callback span:nth-child(1) {
    width: 100%; }
  .header-middle .header-middle-child .cart .enter-wrap {
    display: none; } }

.header-middle .header-middle-child .callback a {
  color: #202020; }

.header-middle .header-middle-child .callback a span {
  font: 23px/26px "Geometria", sans-serif !important;
  font-weight: 700; }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .callback a span {
    font-size: 18px !important;
    width: 100% !important; } }

.header-middle .header-middle-child .cart {
  width: 20.3%;
  min-height: 100px; }

@media screen and (max-width: 1100px) {
  .header-middle .header-middle-child .cart {
    width: 25%; } }

@media screen and (max-width: 910px) {
  .header-middle .header-middle-child .cart {
    width: 35%; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart {
    width: 39%; } }

.header-middle .header-middle-child .cart .enter-wrap {
  height: 57px;
  overflow: hidden; }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart {
    width: 100%;
    text-align: center;
    min-height: 80px;
    padding: 17px 10px 0;
    border-top: 1px solid #e1e1e1; }
  .header-middle .header-middle-child .cart .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .header-middle .header-middle-child .cart .enter-wrap a {
    margin: 0 10px; } }

.header-middle .header-middle-child .cart .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    padding-left: 20px; } }

.header-middle .header-middle-child .cart .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.header-middle .header-middle-child .cart .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .header-middle .header-middle-child .cart .enter-wrap .enter {
    margin-left: 10px; } }

@media screen and (max-width: 580px) {
  .header-middle .header-middle-child .cart .enter-wrap a {
    font-size: 14px; }
  .header-middle .header-middle-child .cart .enter-wrap .exit-block a {
    font-size: 15px; } }

.header-middle .header-middle-child .cart .enter-wrap .enter:before {
  background-position: 0 -28px; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.header-middle .header-middle-child .cart .enter-wrap .name-reg:before {
  background: 0 0; }

.header-middle .header-middle-child .cart .enter-wrap .exit:before {
  background-position: -92px -21px; }

.header-middle .header-middle-child .links-faces {
  margin: 0 0 10px;
  line-height: 0;
  font-size: 0;
  position: relative; }

.header-middle .header-middle-child .links-faces li {
  padding: 6px 0 0;
  width: 33.3%;
  background: #febd0c;
  height: 42px;
  cursor: pointer; }

.header-middle .header-middle-child .links-faces li span {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto; }

.header-middle .header-middle-child .links-faces li span.face-good {
  background-position: 0 -470px; }

.header-middle .header-middle-child .links-faces li span.face-normal {
  background-position: -30px -470px; }

.header-middle .header-middle-child .links-faces li span.face-bad {
  background-position: -62px -470px; }

.header-middle .header-middle-child .links-faces li:last-child {
  background: #d84848; }

.header-middle .header-middle-child .links-faces li:first-child {
  background: #1dc814; }

.header-middle .header-middle-child .links-faces .face {
  position: absolute;
  left: 0;
  width: 100%; }

.cart-wrap {
  padding: 0; }

@media screen and (max-width: 550px) {
  .cart-wrap {
    display: none; } }

.cart-wrap a i {
  background-position: 0 -51px;
  height: 35px;
  width: 50px;
  display: inline-block; }

.cart-wrap a i:hover {
  background-position: -51px -51px; }

.cart-wrap a span {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: #fff;
  background: #17627e;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 9px 0;
  font: 13px/18px 'Geometria', sans-serif;
  font-weight: 300;
  margin-top: -5px; }

.cart-wrap .bucket {
  margin-left: 18px; }

@media screen and (max-width: 1150px) {
  .cart-wrap .bucket {
    margin-left: 10px; } }

.cart-wrap .bucket i {
  background-position: 0 -96px;
  width: 40px; }

.cart-wrap .bucket i:hover {
  background-position: -51px -96px; }

.cart-wrap .bucket span {
  background: #d84848; }

.cart-wrap-visible {
  display: none; }

@media screen and (max-width: 550px) {
  .cart-wrap-visible {
    display: block;
    padding-top: 18px; } }

.header-bottom {
  margin-bottom: 3px;
  position: relative; }

.header-bottom .menu {
  float: right;
  width: 65%;
  padding: 0 0 0 23px; }

@media screen and (max-width: 1250px) {
  .header-bottom .menu {
    width: 74%; } }

@media screen and (max-width: 1050px) {
  .header-bottom .menu {
    width: 45%;
    min-height: 65px;
    position: relative; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu {
    width: 100%;
    padding: 0;
    min-height: 50px !important; } }

@media screen and (max-width: 600px) {
  .cart-wrap .bucket {
    margin-left: 0; }
  .header-bottom {
    -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
    -moz-box-shadow: 0 0 6px 0 #f3f3f3;
    box-shadow: 0 0 6px 0 #f3f3f3; }
  .header-bottom .menu {
    position: relative; } }

.header-bottom .menu ul {
  position: relative;
  text-align: justify; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul {
    text-align: left;
    float: left; } }

.header-bottom .menu ul:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 100%; }

.header-bottom .menu ul li {
  display: inline-block;
  margin-right: 0;
  padding: 0 0 23px;
  text-align: right;
  margin-bottom: -23px; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu ul li {
    margin-left: 10px; }
  .header-bottom .menu ul li.tab-hidden {
    display: none; } }

@media screen and (max-width: 600px) {
  .header-bottom .menu ul li {
    display: none; } }

.header-bottom .menu ul li a {
  border-top: 7px solid transparent;
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  display: block;
  color: #202020;
  letter-spacing: .4px;
  margin-bottom: -23px;
  padding: 21px 3px 19px; }

@media screen and (max-width: 1110px) {
  .header-bottom .menu ul li a {
    padding: 9px 0 23px; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu ul li {
    text-align: left; }
  .header-bottom .menu ul li a {
    border: 0;
    padding-top: 27px; } }

.header-bottom .menu ul li a:hover {
  border-color: #9a9a9a;
  background: #9a9a9a;
  color: #fff; }

.header-bottom .menu ul li .active {
  border-color: #9a9a9a; }

.header-bottom .menu .menu-tab {
  -webkit-box-shadow: 0 0 6px 0 #f3f3f3;
  -moz-box-shadow: 0 0 6px 0 #f3f3f3;
  box-shadow: 0 0 6px 0 #f3f3f3;
  max-width: 260px;
  padding: 20px 20px 0;
  background: #fff;
  position: absolute;
  right: 45px;
  top: 55px;
  z-index: 10;
  display: none; }

@media screen and (max-width: 1050px) {
  .header-bottom .menu .menu-tab {
    right: 0; } }

.header-bottom .menu .menu-tab li {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 10px; }

.header-bottom .menu .menu-tab li:nth-child(1),
.header-bottom .menu .menu-tab li:nth-child(2) {
  display: none; }

@media screen and (max-width: 600px) {
  .header-bottom .menu .menu-tab li:nth-child(1),
  .header-bottom .menu .menu-tab li:nth-child(2) {
    display: block; } }

.header-bottom .menu .menu-tab li:last-child {
  padding-bottom: 0; }

.header-bottom .menu .menu-tab li a {
  border: 0;
  padding: 0;
  margin-bottom: 0; }

.header-bottom .menu .menu-tab li a:hover {
  border: 0;
  color: #17627e;
  background: #fff; }

.header-bottom .menu .menu-tab li a.enter,
.header-bottom .menu .menu-tab li a.registr {
  display: none; }

@media screen and (max-width: 480px) {
  .header-bottom .menu .menu-tab li a.enter,
  .header-bottom .menu .menu-tab li a.registr {
    display: block; } }

@media screen and (max-width: 550px) {
  .header-bottom .menu .menu-tab {
    right: auto;
    top: 87px; }
  .header-bottom .container-wrapper {
    padding: 0 10px; } }

.search-holder {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  border: 1px solid #febd0c;
  height: 30px;
  width: 35%;
  position: relative;
  border-radius: 3px;
  z-index: 5;
  float: left;
  top: 20px; }

@media screen and (max-width: 1250px) {
  .search-holder {
    width: 26%; } }

@media screen and (max-width: 1050px) {
  .search-holder {
    width: 55%;
    max-width: 600px; } }

@media screen and (max-width: 550px) {
  .search-holder {
    width: 100%;
    top: 0; } }

.search-holder .img-search {
  background-position: -24px 0;
  position: absolute;
  width: 14px;
  height: 16px;
  top: 7px;
  left: 10px; }

.search-holder .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 28px;
  padding: 1px 175px 1px 30px; }

.search-result,
.search-result .description {
  font: 13px/15px 'Geometria', sans-serif;
  font-weight: 300; }

.search-holder .search-by {
  position: absolute;
  right: 0;
  padding-right: 30px;
  top: 5px;
  color: #777;
  height: 27px; }

.search-holder .search-by:after {
  height: 9px;
  width: 11px;
  right: 7px;
  top: 7px; }

.search-by-child {
  display: none;
  border: 1px solid #febd0c;
  background: #fff;
  position: absolute;
  width: 80%;
  right: -1px;
  padding: 5px 0;
  top: 28px;
  z-index: 0; }

@media screen and (max-width: 500px) {
  .search-by-child {
    width: 100.5%; } }

@media screen and (max-width: 360px) {
  .search-by-child {
    width: 100.55%; } }

.search-by-child a {
  color: #777;
  margin-bottom: 5px;
  padding: 0 10px; }

.search-by-child a:hover {
  background: #e1e1e1; }

.search-by-parent:hover .search-by:after {
  transform: rotate(-90deg);
  top: 5px; }

.search-result {
  border: 1px solid #febd0c;
  left: -1px;
  width: 100.4%;
  background: #fff; }

.search-result .description {
  margin-bottom: 0; }

.search-result .old-price {
  text-decoration: line-through;
  color: #777; }

.menu-holder .menu-principal .link-child li a:hover,
.mind-team a,
.text-underline,
.text-underline:hover {
  text-decoration: underline; }

.search-result .inner-search {
  border-bottom: 1px solid #febd0c;
  padding: 8px 10px;
  cursor: pointer; }

.search-result .inner-search:last-child {
  border: 0; }

.search-result .inner-search .img-block {
  float: left;
  width: 60px;
  margin-right: 7px; }

.search-result .inner-search .img-block .label {
  position: relative;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  padding: 1px 0;
  right: auto;
  width: 50px;
  height: 16px;
  margin-bottom: 7px;
  border: 0; }

.search-result .inner-search .text-block {
  margin-top: -1px;
  float: left;
  width: 60%; }

.label {
  position: absolute;
  background: #d84848;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 200;
  padding: 3px 0;
  right: 15px;
  width: 90px;
  height: 25px;
  border-radius: 0 0 0 10px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }

@media screen and (max-width: 400px) {
  .label {
    right: 7px; } }

.menu-holder {
  background: #17627e;
  min-height: 50px; }

@media screen and (max-width: 600px) {
  .menu-holder {
    padding: 10px 0;
    display: none; }
  .menu-holder .menu-principal {
    display: none; } }

.menu-holder .menu-holder-width {
  padding: 0 2px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-holder-width {
    padding: 0 15px; } }

.menu-holder .menu-principal {
  padding: 0 10px; }

@media screen and (max-width: 670px) {
  .menu-holder .menu-principal {
    padding: 0; } }

.menu-holder .menu-principal .link-parent {
  position: relative;
  text-align: justify;
  min-height: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent {
    text-align: center;
    height: auto; } }

.menu-holder .menu-principal .link-parent li {
  display: block;
  list-style-type: none;
  margin-right: 0;
  vertical-align: middle;
  text-align: right;
  min-height: 55px;
  position: relative;
  padding: 0 20px;
  max-width: 180px; }

.menu-holder .menu-principal .link-parent li:nth-of-type(10),
.menu-holder .menu-principal .link-parent li:nth-of-type(6),
.menu-holder .menu-principal .link-parent li:nth-of-type(7),
.menu-holder .menu-principal .link-parent li:nth-of-type(8),
.menu-holder .menu-principal .link-parent li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1350px) {
  .menu-holder .menu-principal .link-parent li {
    min-width: 85px;
    padding: 0 8px; } }

@media screen and (max-width: 1250px) {
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 2px; } }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px;
    padding: 0 13px;
    display: inline-block; }
  .menu-holder .menu-principal .link-parent li:nth-of-type(10),
  .menu-holder .menu-principal .link-parent li:nth-of-type(6),
  .menu-holder .menu-principal .link-parent li:nth-of-type(7),
  .menu-holder .menu-principal .link-parent li:nth-of-type(8),
  .menu-holder .menu-principal .link-parent li:nth-of-type(9) {
    padding: 0 5px;
    max-width: 170px; }
  .menu-holder .menu-principal .link-parent li:last-child {
    margin-right: 0; } }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li {
    height: auto;
    vertical-align: top; } }

@media screen and (max-width: 890px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 15px; } }

@media screen and (max-width: 840px) {
  .menu-holder .menu-principal .link-parent li {
    margin-right: 0; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent {
    float: left;
    width: 40%;
    justify-content: flex-start; }
  .menu-holder .menu-principal .link-parent:last-of-type {
    width: 60%; }
  .menu-holder .menu-principal .link-parent li {
    display: block; } }

@media screen and (max-width: 550px) {
  .menu-holder .menu-principal .link-parent li {
    padding: 0 10px; } }

.menu-holder .menu-principal .link-parent li:hover {
  background: #287c9b; }

.menu-holder .menu-principal .link-parent li a {
  border-bottom: 7px solid transparent;
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: .4px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 55px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-parent li a {
    height: 40px;
    vertical-align: middle; } }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal .link-parent li a {
    text-align: left;
    height: 45px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    width: 1%; } }

@media screen and (max-width: 450px) {
  .menu-holder .menu-principal .link-parent li a {
    font: 18px/20px 'Geometria', sans-serif;
    font-weight: 300; } }

.menu-holder .menu-principal .link-parent li a h1 {
  font: 17px/19px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: .4px;
  color: #fff;
  margin: 0; }

.menu-holder .menu-principal .link-parent li .active {
  border-color: #fff; }

.menu-holder .menu-principal .link-child {
  background: #287c9b;
  position: absolute;
  left: 0;
  min-width: 150px;
  padding: 15px 0 0;
  height: auto;
  width: 100%;
  display: none;
  z-index: 11;
  top: 100%; }

@media screen and (max-width: 1100px) {
  .menu-holder .menu-principal .link-child {
    top: auto; } }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .link-child {
    display: none !important; } }

.menu-holder .menu-principal .link-child li {
  height: auto;
  padding: 0 10px;
  display: block;
  min-width: auto; }

.menu-holder .menu-principal .link-child li:nth-of-type(6),
.menu-holder .menu-principal .link-child li:nth-of-type(7),
.menu-holder .menu-principal .link-child li:nth-of-type(8),
.menu-holder .menu-principal .link-child li:nth-of-type(9) {
  padding: 0 10px; }

@media screen and (max-width: 1200px) {
  .menu-holder .menu-principal .link-parent li .active {
    border: 0; }
  .menu-holder .menu-principal .link-child li {
    display: block;
    margin: 0; } }

.menu-holder .menu-principal .link-child li a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 0 10px;
  border: 0;
  height: auto; }

.menu-holder .menu-principal .modified-ul {
  left: -70px;
  width: 350px; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul {
    display: none !important; } }

.menu-holder .menu-principal .modified-ul li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding: 0 10px;
  width: 49.2%; }

.menu-holder .menu-principal .modified-ul li a {
  text-align: left; }

.menu-holder .menu-principal .modified-ul-3 {
  width: 600px; }

.menu-holder .menu-principal .modified-ul-3 li {
  width: 32.6%; }

.menu-holder .menu-principal .modified-ul-4 {
  width: 750px; }

.menu-holder .menu-principal .modified-ul-4 li {
  width: 24.4%; }

.menu-holder .menu-principal .modified-ul-5 {
  width: 900px; }

.menu-holder .menu-principal .modified-ul-5 li {
  width: 19.5%; }

.menu-holder .menu-principal .modified-ul-6 {
  width: 1062px; }

.menu-holder .menu-principal .modified-ul-6 li {
  width: 16.15%; }

@media screen and (max-width: 992px) {
  .menu-holder .menu-principal .modified-ul-3,
  .menu-holder .menu-principal .modified-ul-4,
  .menu-holder .menu-principal .modified-ul-5,
  .menu-holder .menu-principal .modified-ul-6 {
    display: none; } }

@-moz-document url-prefix() {
  .menu-holder .menu-principal .modified-ul-6 {
    width: 1050px; } }

.menu-holder .menu-principal .right {
  left: auto;
  right: 0; }

.menu-holder .menu-principal .center {
  left: -425px; }

.menu-holder .menu-principal .left {
  left: 0; }

.menu-holder .menu-principal-mob {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-holder .menu-principal-mob {
    display: block; }
  .menu-holder .menu-principal-mob .link-parent li {
    padding: 0;
    margin: 1px; }
  .menu-holder .menu-principal-mob .link-parent li a {
    border: 0; }
  .menu-holder .menu-principal-mob .link-parent li a h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 0; }
  .menu-holder .menu-principal-mob .link-parent li .active {
    background: #287c9b;
    display: table-cell; } }

@media screen and (max-width: 670px) {
  .menu-holder .container-wrapper {
    padding: 0; } }

.links-dash {
  margin-bottom: 20px; }

.links-dash li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px; }

.links-dash li:before {
  width: 10px;
  height: 2px;
  background: #777;
  top: 8px;
  left: 10px; }

h2 {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 0 auto 25px;
  letter-spacing: .4px; }

@media screen and (max-width: 380px) {
  h2 {
    font-size: 20px;
    line-height: 25px; } }

h5,
p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 20px; }

@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 15px; }
  h5,
  p {
    margin-bottom: 10px; }
  footer {
    padding-bottom: 40px; } }

h5 {
  margin-bottom: 10px; }

ol {
  list-style-type: decimal; }

@media screen and (max-width: 768px) {
  ol {
    padding-left: 20px; } }

ol li {
  margin-bottom: 15px; }

.categories-items-grid {
  margin: 0 115px; }

@media screen and (max-width: 1000px) {
  .categories-items-grid {
    margin: 0 23px; } }

@media screen and (max-width: 670px) {
  .categories-items-grid {
    margin: 0 -3px; } }

@media screen and (max-width: 600px) {
  .categories-items-grid {
    margin: 0 -7px; } }

footer {
  background: #124153;
  min-height: 100px;
  position: relative; }

footer .footer-holder {
  max-width: 1500px;
  padding: 15px 45px 0;
  margin: 0 auto;
  position: relative; }

footer .footer-holder nav {
  margin-bottom: 25px; }

@media screen and (max-width: 670px) {
  footer .footer-holder {
    padding: 15px 15px 0; } }

footer .footer-holder .menu-footer {
  margin-bottom: 5px;
  display: table;
  width: 100%; }

footer .footer-holder .menu-footer li {
  margin-bottom: 10px;
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 140px; }

@media screen and (max-width: 925px) {
  footer .footer-holder .menu-footer li {
    display: inline-block;
    max-width: 100%; } }

footer .footer-holder .menu-footer li a {
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  letter-spacing: 0; }

.mind-team,
.social-holder .pay-holder span {
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300; }

footer .footer-holder .menu-footer li a:hover {
  color: #febd0c; }

.social-holder {
  width: 400px;
  padding: 0 15px; }

@media screen and (max-width: 1100px) {
  footer .footer-holder .menu-footer {
    text-align: center; }
  .social-holder {
    margin-top: -20px; } }

@media screen and (max-width: 768px) {
  .social-holder {
    width: 100%; } }

.social-holder .card-links,
.social-holder .social-links {
  border-top: 1px solid #30515e;
  border-bottom: 1px solid #30515e;
  padding: 10px 0; }

.social-holder .card-links li,
.social-holder .social-links li {
  padding-left: 3px;
  padding-right: 3px; }

.social-holder .card-links li a,
.social-holder .social-links li a {
  height: 30px;
  width: 30px; }

.social-holder .card-links li a.vkontakte,
.social-holder .social-links li a.vkontakte {
  background-position: 0 -194px; }

.social-holder .card-links li a.vkontakte:hover,
.social-holder .social-links li a.vkontakte:hover {
  background-position: -31px -194px; }

.social-holder .card-links li a.facebook,
.social-holder .social-links li a.facebook {
  background-position: 0 -163px; }

.social-holder .card-links li a.facebook:hover,
.social-holder .social-links li a.facebook:hover {
  background-position: -31px -163px; }

.social-holder .card-links li a.twitter,
.social-holder .social-links li a.twitter {
  background-position: 0 -257px; }

.social-holder .card-links li a.twitter:hover,
.social-holder .social-links li a.twitter:hover {
  background-position: -32px -257px; }

.social-holder .card-links li a.classmates,
.social-holder .social-links li a.classmates {
  background-position: 0 -288px; }

.social-holder .card-links li a.classmates:hover,
.social-holder .social-links li a.classmates:hover {
  background-position: -32px -288px; }

.social-holder .card-links li a.mail,
.social-holder .social-links li a.mail {
  background-position: 0 -320px; }

.social-holder .card-links li a.mail:hover,
.social-holder .social-links li a.mail:hover {
  background-position: -32px -320px; }

.social-holder .card-links li a.google,
.social-holder .social-links li a.google {
  background-position: 0 -351px; }

.social-holder .card-links li a.google:hover,
.social-holder .social-links li a.google:hover {
  background-position: -31px -351px; }

.social-holder .card-links li a.instagram,
.social-holder .social-links li a.instagram {
  background-position: 0 -226px; }

.social-holder .card-links li a.instagram:hover,
.social-holder .social-links li a.instagram:hover {
  background-position: -32px -226px; }

.social-holder .card-links li a.visa,
.social-holder .social-links li a.visa {
  background-position: 0 -382px; }

.social-holder .card-links li a.master-visa,
.social-holder .social-links li a.master-visa {
  background-position: -34px -382px;
  width: 48px; }

.social-holder .card-links {
  border: 0;
  display: inline-block;
  padding: 8px 0; }

.social-holder .pay-holder {
  width: 240px;
  margin: 0 auto; }

.social-holder .pay-holder span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-top: 18px;
  vertical-align: top; }

.footer-container {
  display: flex;
  align-items: center; }

.footer-container > div {
  width: 33%; }

@media screen and (max-width: 768px) {
  .mind-team {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px; } }

.mind-team a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center; }

.mind-team a:hover {
  color: #febd0c; }

.mind-team a:hover svg {
  fill: #febd0c; }

.mind-team svg {
  max-width: 80px;
  flex-shrink: 0;
  width: 100%;
  margin-left: 10px;
  fill: #fff; }

@media screen and (max-width: 550px) {
  .hidden-smart {
    display: none; } }

@media screen and (max-width: 480px) {
  .hidden-smart {
    display: inline-block; } }

.checkbox-holder {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  padding-left: 10px; }

.checkbox-holder .checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px; }

.checkbox-holder .checkbox + label {
  cursor: pointer; }

.checkbox-holder .checkbox:not(checked) {
  position: absolute;
  opacity: 0; }

.checkbox-holder .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px; }

.checkbox-holder .checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 7px;
  width: 11px;
  height: 11px;
  background-position: 0 -505px; }

.checkbox-holder .checkbox:checked + label:before {
  background-position: -14px -501px;
  height: 16px;
  width: 13px;
  top: -14px; }

@media screen and (max-width: 330px) {
  .checkbox-holder a {
    font-size: 14px;
    line-height: 18px; } }

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
  border: 0;
  padding: 5px 0;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 #e8f0f2;
  -moz-box-shadow: 0 0 5px 0 #e8f0f2;
  box-shadow: 0 0 5px 0 #e8f0f2; }

.header-fixed .header-middle-child {
  position: relative; }

.header-fixed .header-middle-child .logo {
  border-right: 0;
  min-height: 80px;
  width: 10%;
  max-width: 115px;
  min-width: 115px; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .logo {
    width: 13%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .logo {
    max-width: 100px;
    min-width: 100px;
    width: 10%; } }

@media screen and (max-width: 360px) {
  .header-fixed {
    height: 65px;
    padding: 10px 0; }
  .header-fixed .header-middle-child .logo {
    max-width: 80px;
    min-width: 80px; } }

.header-fixed .header-middle-child .logo a {
  padding-top: 10px;
  width: 100%; }

.header-fixed .header-middle-child .callback {
  border-right: 0;
  width: 38%;
  padding-top: 21px;
  min-height: 80px; }

@media screen and (max-width: 1200px) {
  .header-fixed .header-middle-child .callback {
    padding: 21px 0 0; } }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .callback {
    width: 43%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback {
    width: 25%;
    padding-left: 15px; } }

@media screen and (max-width: 670px) {
  .header-fixed .header-middle-child .callback {
    width: 45%; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 15px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .callback {
    padding-top: 7px;
    padding-left: 0; } }

.header-fixed .header-middle-child .callback span {
  font: 20px/25px 'Geometria', sans-serif !important;
  font-weight: 700;
  margin: 5px 15px 0 0;
  display: inline-block; }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .callback span {
    display: none; }
  .header-fixed .header-middle-child .callback .btn-callback {
    background: #febd0c;
    max-width: 300px; } }

.header-fixed .header-middle-child .callback .btn-callback:focus,
.header-fixed .header-middle-child .callback .btn-callback:hover {
  color: #fff;
  background: rgba(254, 189, 12, 0.85); }

.header-fixed .header-middle-child .cart {
  padding: 20px 15px 0 0;
  width: 20.6%;
  min-height: 80px;
  position: absolute;
  right: 0; }

@media screen and (max-width: 1180px) {
  .header-fixed .header-middle-child .cart {
    padding: 0 8px 0 0;
    width: 25.5%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .header-middle-child .cart {
    width: 33.5%;
    padding-top: 20px; } }

@media screen and (max-width: 550px) {
  .header-fixed .header-middle-child .cart {
    width: 31.5%;
    text-align: right;
    border: 0; } }

@media screen and (max-width: 400px) {
  .header-fixed .header-middle-child .cart {
    top: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 360px) {
  .header-fixed .header-middle-child .cart {
    top: 3px; } }

.header-fixed .search-holder {
  width: 18%; }

@media screen and (max-width: 1180px) {
  .header-fixed .search-holder {
    width: 20%; } }

@media screen and (max-width: 1060px) {
  .header-fixed .search-holder {
    width: 23%; } }

@media screen and (max-width: 670px) {
  .header-fixed .search-holder {
    display: none !important; } }

.header-fixed .search-holder .img-search {
  background-position: -24px 0;
  height: 16px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 14px; }

.header-fixed .search-holder .form-control {
  max-width: 300px;
  padding: 1px 35px 1px 15px; }

.header-fixed .menu-fix {
  padding-left: 10px;
  width: 13%;
  float: left; }

@media screen and (max-width: 1180px) {
  .header-fixed .menu-fix {
    display: none; } }

.header-fixed .menu-fix ul li {
  display: inline-block;
  list-style-type: none;
  padding: 28px 5px 28px 0; }

.header-fixed .menu-fix ul li:last-child {
  padding-right: 0; }

.header-fixed .menu-fix ul li a {
  font: 17px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  letter-spacing: .4px; }

@media screen and (max-width: 550px) {
  .header-fixed .cart-wrap {
    display: block; }
  div#jivo-iframe-container {
    opacity: 0 !important; } }

.wrap-star .stars,
.wrap-star .stars li {
  display: inline-block; }

.wrap-star {
  margin-bottom: 12px; }

.wrap-star .stars li {
  margin: 0 1.5px; }

@media screen and (max-width: 330px) {
  .wrap-star .stars li {
    margin: 0 1px; } }

.wrap-star .stars li span {
  background-position: -19px -523px;
  display: block;
  height: 12px;
  width: 12px; }

.comparison-wrapper .filter-serv label,
.comparison-wrapper .filter-serv select,
.quantity,
.widgets-block .block-fb {
  display: inline-block; }

.wrap-star .stars li span.star2 {
  background-position: -36px -523px; }

.wrap-star .stars li span.star3 {
  background-position: -53px -523px; }

.wrap-star .stars li span.star5 {
  background-position: -69px -523px; }

.wrap-star .stars li span.star4 {
  background-position: -85px -523px; }

.quantity {
  color: #777;
  font: 13px/17px 'Geometria', sans-serif;
  font-weight: 300;
  margin-left: 5px; }

.quantity-reviews {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-align: right; }

@media screen and (max-width: 330px) {
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px; } }

.btn-buy {
  background: #44bb6e;
  max-width: 300px;
  min-width: 90px; }

.btn-buy:focus,
.btn-buy:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

.green-button {
  background: #44bb6e !important; }

.green-button:focus,
.green-button:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.yellow-button {
  background: #febd0c !important; }

.yellow-button:focus,
.yellow-button:hover {
  background: rgba(254, 189, 12, 0.85) !important; }

.red-button {
  background: #d84848 !important; }

.red-button:focus,
.red-button:hover {
  background: rgba(216, 72, 72, 0.85) !important; }

.widgets-block h2,
.wrap-holder h2 {
  color: #202020;
  font-size: 30px;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .widgets-block h2,
  .wrap-holder h2 {
    font-size: 20px;
    line-height: 25px; } }

.old-price-holder {
  height: 15px; }

.image-big {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 13% 0; }

.product-list-page .wrap-width {
  margin: 0 -10px; }

@media screen and (max-width: 680px) {
  .product-list-page .wrap-width {
    margin: 0; } }

#check_in_form {
  background: rgba(146, 146, 146, 0.7);
  overflow-y: auto; }

#check_in_form .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  border-radius: 3px;
  max-width: 300px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  font: 15px/19px 'Geometria', sans-serif;
  font-weight: 300; }

#check_in_form .modal-form .form-control {
  border: 1px solid #17627e;
  border-radius: 3px; }

#check_in_form .modal-form label {
  margin-bottom: 3px; }

#check_in_form .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 13px; }

#check_in_form .modal-form .btn-buy {
  background: #17627e;
  font-size: 16px;
  max-width: 100%;
  padding: 5px; }

#check_in_form .modal-form .btn-buy:hover {
  background: rgba(23, 98, 126, 0.85); }

#check_in_form .modal-form .btn-close {
  background-position: -113px -42px;
  right: 10px;
  top: 10px; }

.widgets-block {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 45px; }

@media screen and (max-width: 855px) {
  .widgets-block {
    padding: 30px 10px; } }

.widgets-block .block-fb {
  vertical-align: top;
  padding: 0 5px 15px; }

@media screen and (max-width: 910px) {
  .widgets-block .block-fb {
    width: 100% !important;
    text-align: center;
    padding: 0 0 15px; } }

@media screen and (max-width: 435px) {
  #vk_groups,
  #vk_groups iframe,
  .fb-page,
  .fb-page iframe[style],
  .fb-page span {
    width: 100% !important; } }

.FormHolder .label-name {
  color: #8c8c8c;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  left: 10px;
  position: absolute;
  top: 9px;
  transform-origin: 0 -150% 0;
  transition: all 120ms ease 0s; }

#city_retail_result a,
.with-result .result span {
  transition: background .4s ease 0s;
  cursor: pointer; }

.FormHolder .bg-white {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.main .FormHolder select {
  background-position: 96% 13px;
  font-size: 15px;
  line-height: 22px;
  max-width: 100%;
  min-width: 100%;
  height: 40px;
  padding-top: 8px; }

.form-group.focused .label-name,
.form-group.populated .label-name,
.no-js .FormHolder .label-name {
  color: #c6c6c6;
  transform: scale(0.7, 0.7);
  top: 11px; }

.feedback-holder .form-group {
  position: relative;
  height: 40px; }

.feedback-holder .form-group .class-field,
.feedback-holder .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.feedback-holder .form-group .class-field {
  position: static; }

.input-name {
  background: 0 0; }

.feedback-holder .textarea-group {
  min-height: 80px; }

@media screen and (max-width: 550px) {
  div#jivo-iframe-container {
    z-index: -10 !important; } }

.execution-page {
  border: 0; }

.comparison-page {
  width: 1250px;
  margin: 0 auto 20px;
  border: 0;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  color: #202020; }

.comparison-page .slider-comparison {
  width: 550px;
  margin-right: 52px;
  margin-top: 20px; }

.comparison-page .slider-comparison .btn-close-item {
  background-position: -1px -139px;
  height: 17px;
  right: 14px;
  top: 0;
  width: 17px;
  z-index: 10; }

.comparison-page .slider-comparison .characteristics {
  padding: 5px 0 0;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  list-style-type: none;
  text-align: left; }

.comparison-page .slider-comparison .characteristics li {
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  padding: 9px 0 9px 15px; }

.comparison-page .holder {
  position: relative !important; }

@media screen and (max-width: 900px) {
  .comparison-page .holder {
    padding: 0 10px; } }

.comparison-page .box-category-holder .box-category {
  box-shadow: none; }

.comparison-page .box-category-holder .box-category .item-category {
  padding: 0; }

.comparison-page .box-category-holder .box-category .item-category .description-category {
  padding: 12px 12px 20px; }

.comparison-page .box-category-holder .box-category .item-category .image-holder img {
  height: 218px; }

.comparison-page .label {
  right: 5px;
  top: 145px; }

.comparison-page table {
  top: 479px;
  position: absolute; }

@media screen and (max-width: 1200px) {
  .comparison-page table {
    top: 478px; } }

@media screen and (max-width: 950px) {
  .comparison-page table {
    top: 476px; } }

@media screen and (max-width: 485px) {
  .comparison-page table {
    top: 483px; } }

@media screen and (max-width: 475px) {
  .comparison-page table {
    top: 498px; } }

@media screen and (max-width: 400px) {
  .comparison-page table {
    top: 476px; } }

@-moz-document url-prefix() {
  .comparison-page table {
    top: 479.5px; }
  @media screen and (max-width: 1200px) {
    .comparison-page table {
      top: 479.5px; } }
  @media screen and (max-width: 950px) {
    .comparison-page table {
      top: 477px; } }
  @media screen and (max-width: 485px) {
    .comparison-page table {
      top: 484px; } }
  @media screen and (max-width: 475px) {
    .comparison-page table {
      top: 499px; } }
  @media screen and (max-width: 400px) {
    .comparison-page table {
      top: 481px; } } }

.comparison-page .table > tbody > tr > td,
.comparison-page .table > tbody > tr > th,
.comparison-page .table > tfoot > tr > td,
.comparison-page .table > tfoot > tr > th,
.comparison-page .table > thead > tr > td,
.comparison-page .table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  border-top: 0;
  height: 40px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 500;
  padding: 9px 0; }

.comparison-wrapper,
.comparison-wrapper .filter-serv a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020; }

.comparison-page .category-links {
  z-index: 10; }

.comparison-wrapper {
  overflow-x: auto;
  margin: 0 15px;
  overflow-y: hidden;
  padding-top: 15px; }

.comparison-wrapper .filter-serv {
  float: right;
  padding: 10px 0;
  height: 60px;
  overflow: hidden; }

.comparison-wrapper .filter-serv .column {
  width: 950px; }

.comparison-wrapper .filter-serv .column:nth-child(2) {
  width: 300px; }

.comparison-wrapper .filter-serv a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: right; }

.comparison-wrapper .filter-serv a.active,
.comparison-wrapper .filter-serv a:hover {
  text-decoration: underline;
  color: #17627e; }

.comparison-wrapper .filter-serv select {
  width: 130px;
  min-width: 130px; }

.comparison-wrapper .filter-serv label {
  margin-right: 5px; }

.column-height {
  padding-top: 5px;
  padding-right: 10px; }

.with-result:after {
  background: url(../images/select-arrow-down.png) no-repeat;
  position: absolute;
  content: '';
  display: block;
  height: 15px;
  right: 10px;
  top: 13px;
  width: 10px;
  z-index: 5; }

.with-result .result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  top: 40px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  max-height: 235px;
  overflow-y: auto; }

.with-result .result span {
  display: block;
  padding: 5px 10px; }

.with-result .result span:hover {
  background: #17627e;
  color: #fff; }

.review-block {
  margin: 0 auto;
  max-width: 1500px;
  padding: 30px 45px; }

@media screen and (max-width: 1500px) {
  .review-block {
    padding: 30px 0; } }

@media screen and (max-width: 550px) {
  .review-block {
    padding: 20px 0; } }

.review-block .review-block-item {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 25px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item {
    font-size: 15px;
    line-height: 18px; } }

.review-block .review-block-item .title-review {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .2px;
  margin-bottom: 3px; }

@media screen and (max-width: 420px) {
  .review-block .review-block-item .title-review {
    font-size: 16px;
    line-height: 19px; } }

.review-block .review-block-item .title-review .data-review {
  color: #9a9a9a;
  padding-left: 18px;
  font-family: 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 380px) {
  .review-block .review-block-item .title-review .data-review {
    float: none !important;
    padding-left: 0;
    margin: 5px 0; }
  .review-block .review-block-item .title-review span {
    float: none !important; } }

.review-block .review-block-item .title-review .data-review span {
  display: inline-block;
  padding-left: 5px; }

.review-block .review-block-item .wrap-star {
  margin-bottom: 2px; }

.review-block .review-block-item .wrap-star .stars li {
  margin-right: -1px; }

.review-block .review-block-item p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  margin-bottom: 13px; }

.review-block .review-block-item-child {
  padding: 25px 0 0 30px; }

.review-block .ttl-text,
.review-block h2 {
  font-size: 30px;
  line-height: 27px; }

@media screen and (max-width: 380px) {
  .review-block .ttl-text,
  .review-block h2 {
    font-size: 20px;
    line-height: 25px; } }

.review-block .more-info-btn {
  background: #fff;
  max-width: 380px;
  font: 16px/17px 'Geometria', sans-serif;
  font-weight: 300;
  color: #17627e !important;
  border-radius: 3px;
  border: 1px solid #17627e;
  padding: 6px 4px; }

.review-block .more-info-btn:focus,
.review-block .more-info-btn:hover {
  color: #fff !important;
  background: #17627e; }

.product-is-out,
.product-is-out .block-addition,
.product-is-out .box-category:hover,
.product-is-out .box-category:hover .title {
  background-color: #f2f2f8; }

.block-inset {
  padding: 0 !important; }

.missing-product span {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020;
  padding: 30px 0; }

.map-page {
  max-width: 1200px;
  padding: 30px 45px 20px;
  margin: 0 auto;
  color: #202020; }

@media screen and (max-width: 670px) {
  .map-page {
    padding: 30px 15px 20px; } }

.map-first-level-title {
  font: 24px/30px 'Geometria', sans-serif;
  font-weight: 500; }

@media screen and (max-width: 550px) {
  .map-first-level-title {
    font-size: 21px;
    line-height: 25px; } }

@media screen and (max-width: 360px) {
  .map-first-level-title {
    font-size: 18px;
    line-height: 22px; } }

.map-first-level-title,
.map-second-level-title {
  display: block;
  margin-bottom: 5px; }

.map-second-level-wrap .map-second-level-title {
  font: 20px/25px 'Geometria', sans-serif;
  font-weight: 500;
  margin: 10px 0 5px;
  text-decoration: none;
  display: block; }

@media screen and (max-width: 550px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 360px) {
  .map-second-level-wrap .map-second-level-title {
    font-size: 17px;
    line-height: 20px; } }

.map-second-level-wrap {
  margin-left: 25px; }

.map-second-level-wrap a {
  color: #202020;
  display: block;
  margin: 0 0 5px 25px;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  text-decoration: underline; }

.error-page {
  text-align: center;
  padding: 30px 15px 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 auto 30px;
  max-width: 1200px; }

.error-page .txt-title {
  color: #777;
  display: block;
  font: 20px/35px 'Geometria', sans-serif;
  font-weight: 500; }

.text-none {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #202020; }

@media screen and (max-width: 360px) {
  .text-none {
    font-size: 18px;
    line-height: 22px; } }

.product-is-out img {
  filter: grayscale(100%) brightness(75%); }

.product-is-out .btn-buy {
  font-size: 10px;
  line-height: 14px;
  max-width: 90px;
  white-space: normal;
  padding: 0 4px;
  display: table-cell;
  vertical-align: middle; }

.product-is-out .label {
  background: #287c9b;
  width: 135px;
  font-size: 12px; }

.detail-image .product-is-out {
  background-color: transparent; }

.box-category-holder .box-category .item-category .description-category .size-19px {
  font-size: 19px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-18px {
  font-size: 18px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-16px {
  font-size: 16px;
  line-height: normal; }

.box-category-holder .box-category .item-category .description-category .size-14px {
  font-size: 14px;
  line-height: normal; }

#tab_categories_info .product-is-out {
  background: 0 0; }

#tab_categories_info .product-is-out:hover img,
.product-is-out:hover img {
  filter: grayscale(100%) brightness(75%); }

.tab-content .dropdown-toggle {
  width: 100%; }

.tab-content form .select-stock {
  font-size: 18px;
  padding: 4px 6px; }

.tab-pane .dropdown-menu {
  width: 285px;
  left: 14px;
  height: 250px; }

.form-group {
  position: relative; }

.tab-content .error-text {
  bottom: auto !important;
  left: 27px !important;
  top: 37px !important;
  margin-bottom: 4vh; }

@media screen and (max-width: 768px) {
  .tab-content .error-text {
    left: 0 !important; } }

.login-page {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 15px 20px; }

.login-page .txt-title {
  display: block;
  font: 21px/25px 'Geometria', sans-serif;
  font-weight: 500;
  color: #202020;
  text-align: center;
  margin-bottom: 10px; }

.loader-holder {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1100;
  display: none; }

#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%); }

.circularG {
  position: absolute;
  background-color: #51c4ef;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: .41s;
  -o-animation-delay: .41s;
  -ms-animation-delay: .41s;
  -webkit-animation-delay: .41s;
  -moz-animation-delay: .41s; }

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: .55s;
  -o-animation-delay: .55s;
  -ms-animation-delay: .55s;
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s; }

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: .69s;
  -o-animation-delay: .69s;
  -ms-animation-delay: .69s;
  -webkit-animation-delay: .69s;
  -moz-animation-delay: .69s; }

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: .83s;
  -o-animation-delay: .83s;
  -ms-animation-delay: .83s;
  -webkit-animation-delay: .83s;
  -moz-animation-delay: .83s; }

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: .97s;
  -o-animation-delay: .97s;
  -ms-animation-delay: .97s;
  -webkit-animation-delay: .97s;
  -moz-animation-delay: .97s; }

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s; }

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s; }

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s; }

@keyframes bounce_circularG {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(0.3); } }

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(0.3); } }

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(0.3); } }

.login-page .form-group {
  position: relative;
  height: 40px; }

.login-page .form-group .form-control {
  border: 1px solid #07526e;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.delivery-navigation a,
.login-page a {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300; }

.login-page .form-group .input-name {
  padding: 15px 0 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

.login-page .error-text {
  bottom: 8px; }

.login-page a {
  cursor: pointer;
  color: #337ab7;
  display: block;
  text-align: center;
  margin-bottom: 5px; }

.delivery-navigation a:hover,
.login-page a:hover {
  color: #23527c; }

.login-page .btn {
  max-width: 100%;
  background: #07526e; }

.login-page .btn:hover {
  background: rgba(7, 82, 110, 0.95); }

.delivery-navigation {
  margin-bottom: 10px; }

.delivery-navigation a {
  margin-bottom: 5px;
  letter-spacing: 1px; }

.example {
  color: #17627e;
  font: 9px/11px 'Geometria', sans-serif;
  font-weight: 300;
  bottom: -39px;
  position: relative;
  margin-bottom: 0; }

#city_retail_result {
  position: absolute;
  display: block;
  border: 1px solid #e1e1e1;
  color: #202020;
  font: 15px/18px 'Geometria', sans-serif;
  font-weight: 300;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 11;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }

@media screen and (max-width: 767px) {
  #city_retail_result {
    left: 0;
    top: 60px;
    width: 99.6%; } }

#city_retail_result a {
  display: block;
  padding: 5px 10px;
  color: #202020;
  text-decoration: none;
  width: 100%; }

#city_retail_result a:hover {
  background: #17627e;
  color: #fff; }

select {
  padding-right: 30px !important; }

.main .execution-page .FormHolder select {
  border: 1px solid #17627e;
  font-size: 14px;
  line-height: 20px;
  color: #555; }

.zakaz_page {
  min-height: 250px;
  padding: 30px 15px 20px; }

@media screen and (max-width: 480px) {
  .zakaz_page {
    min-height: 100px;
    padding: 15px 10px 10px; } }

.block-stars .wrap-star {
  width: 188px;
  text-align: center;
  padding: 3px 0 0;
  float: left; }

@media screen and (max-width: 450px) {
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; }
  .block-stars .feedback-bg .feedback-holder .input-width {
    width: 100%; } }

.block-stars .share-details .social-holder {
  margin: -2px 0 0 !important; }

.block-stars .wrap-star .stars li:hover span {
  background-position: 1px -608px; }

#more-comments-block {
  margin: 0 10px 20px; }

.form-height-column {
  float: left;
  width: 49%; }

.form-height-column:last-of-type {
  float: right; }

@media screen and (max-width: 480px) {
  .form-height-column {
    width: 100%;
    float: none; }
  .block-stars .wrap-star {
    width: 100%;
    padding: 0; } }

.delivery-navigation a {
  color: #202020; }

.feedback-bg .feedback-holder .input-column {
  width: 100%;
  float: none; }

.feedback-bg .feedback-holder .input-column:first-child {
  margin: 0 1% 10px 0; }

.tab-content .holder .btn-holder {
  margin-left: 0; }

.btn-holder-close {
  background-position: 0 -982px;
  display: block;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 15px;
  cursor: pointer;
  z-index: 10; }

.box-category-holder {
  position: relative; }

.old-price-holder .old-price {
  margin-top: -5px;
  display: block; }

.box-category-holder .box-category .item-category .description-category {
  max-height: 220px; }

@media screen and (max-width: 485px) {
  .box-category-holder .box-category .item-category .description-category {
    max-height: 100% !important; } }

.box-category-holder .box-category .one-click {
  border-radius: 3px;
  height: 30px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px;
  display: inline-block;
  margin-top: 10px; }

.box-category-holder .box-category .one-click button {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 28px;
  background: #44bb6e;
  color: #fff;
  border: none;
  line-height: 17px;
  font-size: 14px; }

.box-category-holder .box-category .one-click button:focus,
.box-category-holder .box-category .one-click button:hover {
  color: #fff;
  background: rgba(68, 187, 110, 0.85); }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click button {
    font-size: 13px;
    width: 28px;
    padding: 0; } }

.box-category-holder .box-category .one-click span {
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  padding-left: 45px;
  text-align: left; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 30px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click span {
    padding-left: 20px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click span {
    font-size: 11px;
    padding: 0; } }

.box-category-holder .box-category .one-click .form-control {
  border: 0;
  height: 12px;
  padding: 0 2px;
  box-shadow: none;
  font: 12px/16px 'Geometria', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 175px;
  text-align: center; }

@media screen and (max-width: 480px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 145px; } }

@media screen and (max-width: 460px) {
  .box-category-holder .box-category .one-click .form-control {
    max-width: 130px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; } }

@media screen and (max-width: 430px) {
  .box-category-holder .box-category .one-click .form-control {
    font-size: 9px;
    text-align: left; } }

@media screen and (max-width: 480px) {
  .card-product-page .box-category-holder .box-category .one-click button {
    font-size: 13px;
    height: 28px; }
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 48px; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 460px) {
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 175px; } }

@media screen and (max-width: 430px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    font-size: 12px;
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    font-size: 12px;
    text-align: left;
    max-width: 168px; } }

@media screen and (max-width: 330px) {
  .card-product-page .box-category-holder .box-category .one-click span {
    padding-left: 0; }
  .card-product-page .box-category-holder .box-category .one-click .form-control {
    max-width: 155px; } }

.form-common {
  background: rgba(0, 0, 0, 0.7) !important;
  overflow-y: auto; }

.form-common .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  max-width: 350px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 5px; }

.form-common .modal-form .btn-close-form {
  position: absolute;
  background-position: 0 -977px;
  height: 19px;
  width: 15px;
  right: 5px;
  top: 3px;
  cursor: pointer; }

.form-common .modal-form .form-group {
  height: 40px;
  position: relative;
  margin-bottom: 10px; }

.form-common .modal-form .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font: 14px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 30px;
  padding: 9px 12px 5px;
  outline: 0;
  resize: none;
  box-shadow: none; }

.form-common .modal-form .form-group .input-name {
  height: 40px;
  left: 0;
  right: 0;
  position: absolute;
  top: -1px;
  z-index: 2;
  padding: 15px 0 5px 10px; }

.form-common .modal-form .form-group .textarea {
  min-height: 80px; }

.form-common .modal-form .form-group .btn-send {
  max-width: 100%;
  background: #17627e; }

.form-common .modal-form .form-group .btn-send:hover {
  background: rgba(23, 98, 126, 0.85); }

.form-common .modal-form .textarea-group {
  height: 80px; }

.form-common .modal-form .error-text {
  bottom: 4px; }

.form-common .modal-form h4 {
  font: 18px/22px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center; }

.empty-column-cart {
  background: #fff !important; }

.holder-width .review-block-item {
  padding: 0 45px; }

@media screen and (max-width: 680px) {
  .holder-width .review-block-item {
    padding: 0 40px; } }

@media screen and (max-width: 480px) {
  .holder-width .review-block-item {
    padding: 0 15px; } }

.card-product-page .product-is-out {
  background: #fff; }

.card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 25px; }

@media screen and (max-width: 740px) {
  .card-product-page .product-is-out .detail-main-inner .detail-service .btn-holder .btn-buy {
    padding: 10px 25px; } }

#send_to_friend .error-text {
  bottom: -2px; }

.card-product-page .product-is-out .detail-main-small .btn-buy {
  white-space: initial;
  font-size: 15px;
  line-height: 17px;
  padding: 3px 33px;
  display: table;
  max-width: 100%;
  width: 100%; }

.holder-text,
.holder-text p {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #000; }

.card-product-page .product-is-out .detail-main-small-parent .btn-buy {
  padding: 3px 15px; }

.holder-text {
  padding: 7px 35px; }

@media screen and (max-width: 680px) {
  .holder-text {
    padding: 0 30px; } }

@media screen and (max-width: 480px) {
  .holder-text {
    padding: 0 10px; } }

.product-is-out .status-out {
  background: #124153;
  color: #fff;
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  height: 25px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  z-index: 1;
  border-radius: 0 0 0 10px;
  border: 1px solid #fff;
  text-align: center; }

.compare-block a,
.compare-block a:focus,
.compare-block a:hover,
.ttl-text {
  color: #202020; }

@media screen and (max-width: 400px) {
  .product-is-out .status-out {
    width: 110px;
    font-size: 12px; } }

​ .holder-text {
  padding: 15px 30px; }

@media screen and (max-width: 670px) {
  ​ .holder-text {
    padding: 0 15px; } }

.wrap-width {
  padding: 0 15px; }

.card-product-page .categories-items {
  overflow: hidden; }

.detail-change-block {
  display: none; }

.login-page form {
  max-width: 320px;
  margin: 0 auto; }

.information .call-phone span {
  background: #febd0c; }

.filter-row select {
  width: 100%; }

@media screen and (max-width: 950px) {
  .checkbox-holder,
  .quantity-reviews {
    font-size: 14px;
    line-height: 18px; }
  .checkbox-holder .checkbox:not(checked) + label::before {
    left: 0; } }

.btn-green,
.feedback-bg .feedback-holder .btn-green,
.login-page .btn-green {
  background: #44bb6e !important; }

.btn-green:hover,
.feedback-bg .feedback-holder .btn-green:hover,
.login-page .btn-green:hover {
  background: rgba(68, 187, 110, 0.85) !important; }

.ttl-text {
  font: 30px/32px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: .5px; }

@media screen and (max-width: 380px) {
  .ttl-text {
    font-size: 20px;
    line-height: 25px; } }

.category-btn {
  display: none;
  background: #44bb6e;
  padding: 5px;
  width: 130px;
  color: #fff;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  height: 30px;
  border-radius: 3px;
  right: 60px;
  top: 20px;
  border: 0;
  transition-duration: .5s; }

.category-btn:hover {
  -webkit-box-shadow: 0 0 3px 0 #3c604a;
  -moz-box-shadow: 0 0 3px 0 #3c604a;
  box-shadow: 0 0 3px 0 #3c604a; }

@media screen and (max-width: 600px) {
  .category-btn {
    display: block; } }

@media screen and (max-width: 550px) {
  .category-btn {
    top: 12px !important;
    left: 60px;
    right: auto; } }

@media screen and (max-width: 360px) {
  .category-btn {
    width: 150px;
    left: -42px;
    right: 0;
    margin: 0 auto; } }

.menu-tab .enter-wrap {
  height: 57px;
  overflow: hidden;
  display: none !important; }

@media screen and (max-width: 480px) {
  .menu-tab .enter-wrap {
    display: block !important; } }

.menu-tab .enter-wrap a {
  font: 15px/20px 'Geometria', sans-serif;
  font-weight: 300;
  color: #202020;
  position: relative;
  padding-left: 24px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .menu-tab .enter-wrap a {
    padding: 0 0 10px 25px !important;
    margin-right: 0 !important; }
  .menu-tab .enter-wrap a.name-reg {
    padding-left: 0 !important; } }

@media screen and (max-width: 580px) {
  .menu-tab .enter-wrap a {
    font-size: 14px; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap {
    margin-bottom: 17px;
    height: auto; }
  .menu-tab .enter-wrap a {
    margin: 0 !important; } }

.menu-tab .enter-wrap a:before {
  background-position: 0 -8px;
  height: 18px;
  width: 16px;
  top: 1px;
  left: 0; }

.menu-tab .enter-wrap .enter {
  margin-left: 10px; }

@media screen and (max-width: 600px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0; } }

@media screen and (max-width: 550px) {
  .menu-tab .enter-wrap .enter {
    margin-left: 0 !important; } }

.menu-tab .enter-wrap .enter:before {
  background-position: 0 -28px; }

.menu-tab .enter-wrap .name-reg {
  display: block;
  color: #17627e;
  padding: 0; }

.menu-tab .enter-wrap .name-reg:before {
  background: 0 0; }

.menu-tab .enter-wrap .exit:before {
  background-position: -92px -21px; }

@media screen and (max-width: 480px) {
  .cart {
    min-height: 0 !important;
    padding: 0 10px !important; }
  .cart .btn-callback {
    display: none !important; }
  .header-fixed .comparison {
    display: none; }
  .header-middle .header-middle-child .callback-fixed {
    float: none;
    margin: 0 auto;
    position: relative;
    right: 8px; }
  .header-bottom .menu ul li a.enter,
  .header-bottom .menu ul li a.registr,
  .header-middle .header-middle-child .cart .enter-wrap .exit,
  .header-middle .header-middle-child .cart .enter-wrap .name-reg {
    padding-bottom: 10px !important; } }

hr {
  margin: 0; }

@media screen and (max-width: 480px) {
  hr {
    opacity: 1;
    margin: 5px 0 10px; } }

.width-label label {
  width: 90px; }

.one-click-know span {
  padding-left: 12px !important;
  font-size: 12px !important; }

#basket-window .modal-form,
.example-block {
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  position: relative; }

@media screen and (max-width: 740px) {
  .one-click-know span {
    padding-left: 5px !important;
    margin-top: -1px; }
  .one-click-know .form-control {
    max-width: 100px !important; } }

.one-click-know {
  margin: 30px 0 0 !important; }

.block-reserv {
  float: left;
  width: 35%;
  height: 65px;
  position: relative; }

@media screen and (max-width: 1250px) {
  .block-reserv {
    width: 26%;
    padding-bottom: 20px; } }

@media screen and (max-width: 1050px) {
  .block-reserv {
    width: 55%;
    max-width: 600px; }
  .block-reserv .search-holder {
    width: 100%;
    max-width: 600px; } }

.block-reserv .search-holder {
  float: none;
  width: 100%; }

@media screen and (max-width: 1250px) {
  .block-reserv .search-holder {
    width: 100%; } }

.example-block {
  bottom: -19px; }

@media screen and (max-width: 550px) {
  .count-wrap .count-item {
    height: 20px;
    width: 57px;
    margin: 0; }
  .basket .basket-item .count-wrap .count-item .form-control {
    height: 17px;
    max-width: 18px;
    padding: 0; }
  .basket .basket-item .count-wrap .count-item {
    height: 20px;
    margin: 0; }
  .basket .basket-item .count-wrap .count-item .count {
    height: 18px;
    width: 18px; }
  .one-click-know {
    margin: 15px 0 0 !important; }
  .block-reserv {
    width: 100%;
    top: 0;
    height: auto; }
  .block-reserv .search-holder {
    width: 100%;
    top: 0; }
  .example-block {
    padding-top: 3px;
    bottom: 0; } }

#basket-window,
#edit-basket,
#quick-basket {
  overflow-y: auto;
  display: none; }

#basket-window .modal-form,
#edit-basket .modal-form,
#quick-basket .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 10%;
  position: relative;
  border-radius: 3px;
  max-width: 600px;
  z-index: 50;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 10px;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

#basket-window .basket .total-holder {
  text-align: right;
  padding-top: 0;
  position: relative; }

#basket-window .image-holder,
.sale-window .ttl {
  text-align: center; }

#basket-window .basket .total-holder span,
#edit-basket .basket .total-holder span,
#quick-basket .basket .total-holder span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 500;
  margin-bottom: 5px; }

#basket-window .ttl,
#edit-basket .ttl,
#quick-basket .ttl {
  font: 25px/30px 'Geometria', sans-serif;
  font-weight: 500; }

#basket-window .image-holder a {
  display: inline-block; }

#basket-window .text-holder a {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 19px;
  max-width: 240px; }

.checkout-wrap .tel-wrapper {
  position: relative;
  width: 100%;
  margin-right: 25px; }

.checkout-wrap .tel-wrapper label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-65%); }

.checkout-wrap .tel-wrapper input {
  height: 45px; }

.checkout-wrap .tel-wrapper .btn-buy {
  height: 45px; }

.checkout-wrap .tel-wrapper input:focus + label {
  transition: .3s ease all;
  transform: scale(0.7) translateY(-155%);
  left: -5px; }

#quick-basket .post-item .text-holder a {
  max-width: 320px;
  margin-right: 45px; }

#quick-basket li.clearfix {
  margin-right: 80px; }

#basket-window .btn-close-quick-basket span,
#edit-basket .btn-close-quick-basket span,
#quick-basket .btn-close-quick-basket span {
  font-size: 12px;
  line-height: 12px;
  color: #888; }

#basket-window .basket .basket-item ul li span,
#edit-basket.basket .basket-item ul li span,
#quick-basket .basket .basket-item ul li span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  margin-bottom: 0; }

.total-holder .total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.total-holder .total-price span {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .basket .total-holder .btn-buy {
  font: 18px/20px 'Geometria', sans-serif;
  font-weight: 500;
  height: 38px;
  max-width: 220px;
  background-color: #44bb6e; }

#basket-window .return {
  font: 16px/20px "Geometria", sans-serif !important;
  font-weight: 500;
  color: rgba(23, 98, 126, 0.7);
  bottom: 33px;
  left: 10px;
  display: flex;
  align-items: center; }

@media screen and (max-width: 500px) {
  #basket-window .basket .total-holder {
    text-align: center; }
  #basket-window .return {
    width: 255px;
    margin: 0 auto;
    bottom: 0;
    right: 0; } }

#basket-window .return:hover {
  color: #17627e; }

#basket-window .return:after {
  top: 4px;
  left: -15px;
  position: absolute;
  background-position: -33px -990px;
  width: 10px;
  height: 10px; }

.checkout-wrap {
  display: none;
  justify-content: space-between; }

.checkout-wrap.active {
  display: flex; }

.fast-checkout-wrap {
  display: none;
  justify-content: space-between; }

.fast-checkout-wrap.active {
  display: flex; }

@media screen and (max-width: 500px) {
  #basket-window .return:after {
    left: 30px; } }

#basket-window .btn-close-window,
#edit-basket.btn-close-window,
#quick-basket .btn-close-window {
  background-position: -1px -139px;
  display: block;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  cursor: pointer; }

#quick-basket .list-inline > li {
  font: 24px/24px 'Geometria', sans-serif;
  font-weight: 400;
  color: #333; }

#basket-window .modal-form .btn-close-window,
#edit-basket .modal-form .btn-close-window,
#quick-basket .modal-form .btn-close-window {
  cursor: pointer; }

#basket-window .btn-close-basket,
#edit-basket .btn-close-basket,
#quick-basket .btn-close-quick-basket {
  background: 0 0;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  right: 12px;
  top: 15px; }

#basket-window .btn-close-basket span,
#edit-basket .btn-close-basket span,
#quick-basket .btn-close-quick-basket span {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #888; }

.btn-inset {
  margin: 15px 0 20px; }

.sale-window {
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: none; }

.cancel-edit-btn {
  display: flex;
  align-items: center; }

.sale-window .modal-form {
  height: auto;
  right: 0;
  left: 0;
  top: 45px;
  border-radius: 0;
  max-width: 525px;
  z-index: 50;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  font: 14px/18px 'Geometria', sans-serif;
  font-weight: 300;
  -webkit-box-shadow: 0 0 13px 0 #006282;
  -moz-box-shadow: 0 0 13px 0 #006282;
  box-shadow: 0 0 13px 0 #006282; }

@media screen and (max-width: 500px) {
  .sale-window .modal-form {
    top: 25px; } }

.sale-window img {
  border-bottom: 2px solid #febd0c; }

.sale-window form {
  padding: 15px 0;
  margin: 0 auto;
  max-width: 440px; }

.sale-window form .form-height {
  width: 45%;
  margin: 0 10px;
  padding: 0;
  position: relative; }

.sale-window form .form-height.last-child {
  margin: 0 0 0 20px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-height {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 45px; }
  .sale-window form .form-height.last-child {
    margin: 0;
    padding: 0 15px; } }

.sale-window form .form-height .form-control {
  border: 1px solid #e1e1e1;
  box-shadow: 0;
  outline: 0;
  border-radius: 0; }

.sale-window form .form-height .form-control:focus {
  outline: 0;
  box-shadow: none; }

.sale-window form .form-group {
  position: relative;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group {
    height: 35px; } }

.sale-window form .form-group .input-name {
  padding: 15px 5px 5px 10px;
  height: 40px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0; }

@media screen and (max-width: 767px) {
  .sale-window form .form-group .input-name {
    padding: 10px 5px 5px 10px;
    height: 35px; } }

.sale-window .ttl {
  font: 33px/68px 'Geometria', sans-serif;
  font-weight: 500;
  background: #febd0c;
  color: #17627e;
  height: 65px;
  border-bottom: 2px solid #fff; }

@media screen and (max-width: 767px) {
  .sale-window .ttl {
    font-size: 25px;
    line-height: 40px;
    height: 40px; } }

@media screen and (max-width: 380px) {
  .sale-window .ttl {
    font-size: 20px; } }

.sale-window .btn-buy {
  max-width: 300px;
  padding: 11px 4px;
  height: 40px; }

@media screen and (max-width: 767px) {
  .sale-window .btn-buy {
    padding: 8px 4px;
    height: 35px; } }

.sale-window .btn-close-sale {
  display: block;
  position: absolute;
  right: 2px;
  padding-right: 20px;
  top: -18px;
  cursor: pointer;
  color: #d9d9d9;
  font: 12px/15px 'Geometria', sans-serif;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale {
    top: -13px; } }

.sale-window .btn-close-sale:after {
  position: absolute;
  background-position: -56px -984px;
  height: 16px;
  width: 18px;
  content: '';
  top: -2px;
  right: 0; }

@media screen and (max-width: 767px) {
  .sale-window .btn-close-sale:after {
    top: -4px; } }

.sale-window .error-text {
  bottom: 10px; }

.btn-size .btn-buy {
  max-width: 283px; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  font-size: 0; }

input:focus::-o-placeholder,
textarea:focus::-o-placeholder {
  font-size: 0; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  font-size: 0; }

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  font-size: 0; }

.feedback-block-add {
  position: fixed !important;
  z-index: 10 !important;
  top: 145px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto; }

.orders .order-block .status-inform {
  margin: 0 0 5px !important; }

.zoo-img {
  cursor: crosshair !important; }

.product-slider-wrapper .slick-list {
  border-radius: 10px; }

.basket .total-holder .two-block-f {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 15px; }

@media screen and (max-width: 615px) {
  .basket .total-holder .two-block-f {
    flex-direction: column;
    align-items: center; }
  .basket .total-holder .two-block-f .btn {
    margin-bottom: 20px !important; } }

.basket .total-holder .two-block-f .btn-grey {
  background: #777;
  width: 100%;
  margin: 0; }

.basket .total-holder .two-block-f .btn-grey:focus,
.basket .total-holder .two-block-f .btn-grey:hover {
  background: rgba(119, 119, 119, 0.85); }

.execution-page {
  position: relative; }

.edit-order {
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  position: absolute;
  padding-left: 20px;
  line-height: 24px; }

.edit-order:before {
  content: "";
  position: absolute;
  background-position: -20px -21px;
  height: 9px;
  left: 0;
  top: 5px;
  width: 14px; }

@media screen and (max-width: 850px) {
  .edit-order {
    right: 0;
    left: 0;
    max-width: 200px;
    padding-left: 0; }
  .checkout-wrapper .product-checkout div.product-checkout__title {
    padding: 0; } }

.checkout-wrapper {
  display: flex; }

.checkout-wrapper .product-checkout {
  border-left: 1px solid rgba(136, 136, 136, 0.3);
  padding: 110px 0 0 20px; }

.checkout-wrapper .product-checkout .product-checkout__title {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: flex-start; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order {
  position: relative;
  cursor: pointer; }

.checkout-wrapper .product-checkout .product-checkout__title .edit-order:before {
  content: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm label {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #17627e;
  margin-bottom: 10px; }

#for_liqpay,
.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
  display: inline-block;
  width: fit-content;
  font-family: 'Geometria';
  font-weight: 700;
  font-size: 24px;
  padding: 16px 45px;
  background: #17627e;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 25px; }

div#for_liqpay {
  display: none;
  width: 312px !important; }

div#for_liqpay * {
  background: 0 0 !important;
  text-align: center; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input {
  display: none; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #333; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input.error + label:before {
  border-color: red; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border: 1px solid rgba(136, 136, 136, 0.6);
  left: 0; }

.checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 5px;
  border: 1px solid rgba(136, 136, 136, 0.6);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.checkout-wrapper .form-wrapper {
  width: 55%;
  padding: 45px 0 0 0; }

.checkout-wrapper .form-wrapper .basket-mobile {
  display: none; }

.checkout-wrapper .form-wrapper h1 {
  text-align: start;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Geometria';
  font-weight: 400;
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder {
  max-width: 410px;
  padding-right: 20px; }

.checkout-wrapper p.title-check {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Geometria', sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio],
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] {
  display: none; }

.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox {
  margin-bottom: 25px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
  position: relative;
  padding-left: 0;
  display: flex;
  font-family: 'Geometria';
  font-weight: 400;
  color: #333;
  align-items: center; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(51, 51, 51, 0.5);
  white-space: nowrap; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  flex-shrink: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
.checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #17627e;
  position: absolute;
  border: 1px solid #888;
  border-radius: 50%;
  left: 7px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap {
  padding-left: 30px;
  padding-top: 20px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label {
  padding-left: 0; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap {
  display: flex; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .checkbox__wrap p {
  margin-left: auto; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap {
  margin-bottom: 45px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn {
  display: flex;
  flex-wrap: wrap; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn label {
  text-align: center; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
  margin-bottom: 30px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .forgot-password {
  color: #888;
  text-decoration: underline; }

.checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height .example {
  color: #888;
  font-size: 12px;
  bottom: 0; }

.checkout-wrapper .form-wrapper .form-control {
  height: 45px;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .form-control::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .form-control::placeholder {
  color: #333;
  font-size: 16px; }

.checkout-wrapper__confirm .form-height .form-group .form-control {
  height: 45px;
  padding: 0 12px; }

.checkout-wrapper__confirm .form-height .form-group .form-control input::placeholder {
  color: #333; }

.checkCoupon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #17627e; }

.checkout-wrapper .form-wrapper .FormHolder .label-name {
  top: 14px;
  color: #333;
  font-size: 16px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  font-size: 16px;
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar {
  width: 100%;
  height: 1px;
  position: relative;
  background: #888;
  margin-bottom: 32px;
  margin-top: 10px; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .authorization__scrollBar .authorization__scroll {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  border-radius: 5px;
  background: #17627e;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn #const-auth:checked ~ .authorization__scrollBar .authorization__scroll {
  left: initial;
  right: 0;
  transition: .5s ease all; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .type-authorization-btn input:checked + label {
  font-weight: 700; }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap input[type=radio] {
  display: none; }

.delivery-house {
  width: 80%;
  display: flex; }

.delivery-house .form-height:first-child {
  margin-right: 15px; }

.delivery-house .form-height {
  margin-bottom: 0 !important; }

.delivery-house input {
  width: 105px;
  padding: 8px 2px 6px 2px;
  font-size: 16px;
  line-height: 16px; }

.delivery-house input::placeholder {
  color: #333;
  font-family: 'Geometria';
  font-weight: 400; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

.loginFacebook {
  margin-bottom: 25px; }

.loginFacebook a {
  color: #888;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .checkout-wrapper .form-wrapper {
    width: 100%;
    max-width: 577px; }
  .checkout-wrapper .form-wrapper h1 {
    margin-bottom: 41px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%;
    margin-top: 40px;
    padding-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile {
    display: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select {
    transition: .3s ease all;
    width: 25px;
    height: 25px;
    position: relative; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 25%;
    left: 40%;
    border: 1px solid #17627e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%); }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active {
    height: 45px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .arrow-select {
    transform: rotate(180deg);
    transition: .3s ease all; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order {
    display: none;
    font-size: 12px;
    padding-left: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .edit-order:before {
    content: none; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title.active .edit-order {
    display: block;
    bottom: 0;
    left: 0;
    right: initial; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check {
    margin: 0;
    padding-bottom: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    display: block;
    margin: 0;
    max-height: 270px;
    overflow-y: auto;
    position: relative;
    width: 100%; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item {
    padding: 15px 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image {
    margin-right: 5px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100px;
    height: 80px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 16px;
    line-height: 137%;
    margin: 0;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 24px;
    line-height: 24px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    margin-left: auto;
    margin-right: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 24px;
    line-height: 14px;
    color: #333;
    font-family: 'Geometria';
    font-weight: 500; }
  .checkout-wrapper {
    flex-direction: column; }
  .checkout-wrapper .product-checkout {
    border-left: none; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm textarea {
    resize: none; }
  .checkout-wrapper .product-checkout .basket .basket-holder {
    display: none; }
  .checkout-wrapper .product-checkout .product-checkout__title .title-check {
    display: none; }
  .checkout-wrapper .product-checkout {
    width: 80%;
    padding: 0; } }

@media screen and (max-width: 468px) {
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .title-check,
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm label,
  .checkout-wrapper p.title-check {
    padding-top: 0;
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .arrow-select:after {
    width: 12px;
    height: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder {
    max-width: unset; }
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input {
    height: 35px;
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label:before,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    left: 5px; }
  .delivery-method .checkbox label,
  .payment-method .checkbox label {
    font-size: 12px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px;
    line-height: 1; }
  .basket .present-product .basket__total-wrap {
    margin-top: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height,
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .form-height {
    margin-bottom: 20px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    text-align: center; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label,
  .checkout-wrapper .form-wrapper .FormHolder .form-height .form-group input::placeholder {
    font-size: 14px;
    line-height: 1; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text label:before {
    width: 20px;
    height: 20px; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm_text input:checked + label:after {
    width: 10px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price,
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 12px;
    margin-right: 0; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    white-space: nowrap; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder {
    width: unset; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 100%;
    height: 100%; }
  .checkout-wrapper__confirm .form-height .form-group .form-control {
    font-size: 12px;
    line-height: 1;
    height: 35px; }
  .checkCoupon {
    font-size: 12px;
    line-height: 1; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio]:checked + label:after,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio]:checked + label:after {
    width: 10px;
    height: 10px; } }

@media screen and (max-width: 568px) {
  input#inp_55::placeholder {
    font-size: 12px; }
  #quick-basket li.clearfix {
    margin-right: 15px; }
  #basket-window .ttl,
  #edit-basket .ttl,
  #quick-basket .ttl {
    font-size: 24px; }
  .checkout-wrap .tel-wrapper {
    margin-right: 0; }
  .checkout-wrap .tel-wrapper input {
    margin-bottom: 15px; }
  #basket-window .basket .total-holder span,
  #edit-basket .basket .total-holder span,
  #quick-basket .basket .total-holder span {
    font-size: 14px; }
  .checkout-wrap.active {
    flex-direction: column;
    align-items: center; }
  #basket-window .return {
    order: 3;
    width: unset;
    text-align: center; }
  #basket-window .basket .basket-item ul li span,
  #edit-basket.basket .basket-item ul li span,
  #quick-basket .basket .basket-item ul li span {
    font-size: 14px; }
  #basket-window .text-holder a {
    font-size: 12px;
    line-height: 1.35; }
  .basket .basket-item .delete-item {
    top: 0;
    right: 0; }
  #basket-window .modal-form,
  #edit-basket .modal-form,
  #quick-basket .modal-form {
    padding: 24px 10px 10px; }
  .basket .basket-holder {
    margin: 0; }
  #basket-window .basket .total-holder .btn-buy {
    margin-bottom: 15px; }
  .list-inline {
    align-items: unset;
    padding-top: 20px; }
  .checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox input[type=radio] + label,
  .checkout-wrapper .form-wrapper .FormHolder .payment-method .checkbox input[type=radio] + label {
    font-size: 14px;
    line-height: 12px; }
  .checkout-wrapper .product-checkout {
    width: 100%; }
  .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
    text-align: center;
    font-size: 18px;
    width: 100%; }
  .basket .present-product .basket__total-wrap .basket__total-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__image img {
    width: 63px;
    height: 50px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__name {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-title .basket-price span {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__quantity {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper .basket-mobile .basket-holder .basket-item .basket-item__price {
    font-size: 14px;
    line-height: 14px; }
  .checkout-wrapper .form-wrapper,
  .checkout-wrapper .form-wrapper .FormHolder {
    width: 100%; }
  .checkout-wrapper p.title-check {
    font-size: 14px; }
  .checkout-wrapper .form-wrapper h1 {
    font-size: 20px;
    padding: 0; }
  .checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap label {
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .form-control {
    height: 35px;
    font-size: 12px; }
  .checkout-wrapper .form-wrapper .FormHolder .label-name {
    top: 8px; } }

#buy-cart-popup:disabled {
  pointer-events: none; }

.slider-for div img {
  width: 50%;
  margin: 0 auto; }

.review-block-item-page {
  margin: 25px 45px;
  border-bottom: 1px solid silver;
  padding: 0 !important; }

.video-poster {
  max-width: 50px; }

.gallery div {
  text-align: center; }

.gallery div img {
  max-width: 500px; }

.swiper-gallery-bullets {
  opacity: 1;
  width: fit-content;
  width: max-content;
  height: auto;
  margin: 0 .5% !important; }

.swiper-gallery-bullets img {
  margin-bottom: 0px !important;
  width: 50px; }

.swiper-container {
  height: fit-content;
  height: max-content; }

.swiper-pagination-bullet {
  background: none; }

.swiper-pagination {
  position: inherit; }

.swiper-wrapper {
  align-items: center; }

.swiper-slide a img {
  max-width: 100%; }

@media screen and (max-width: 1024px) {
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    opacity: 1; } }

@media screen and (max-witdh: 415px) {
  .swiper-slide {
    width: 394px; } }

.basket-page {
  position: relative;
  background-image: url(/assets/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

.header__basket-mobile {
  display: none; }

.header__mobile-icon-close {
  display: none; }

.header__mobile-burger {
  display: none; }

.header-middle {
  padding: 0;
  border-top: none;
  border-bottom: none; }

.callback-mobile-icon {
  display: none; }

.callback-desktop-icon {
  display: block; }

.mobile-cart {
  display: none; }

.comparison-page .box-category-holder .box-category .item-category .image-holder img {
  height: 175px; }

.carousel-indicators {
  z-index: 4; }

.header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px; }

.header-bottom {
  margin-bottom: 0; }
  .header-bottom .catalog {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 25; }

.header-middle .header-middle-child .logo .logo__link {
  width: 71px;
  height: 50px;
  padding: 0;
  margin-left: 0;
  margin-right: 15px; }

.header-middle .header-middle-child .logo {
  width: unset;
  min-width: 278px;
  display: flex;
  align-items: center;
  padding: 0;
  border-right: unset;
  min-height: 87px; }

.header-middle .header-middle-child .logo .text-item {
  display: block;
  font: 12px/110% 'Geometria', sans-serif;
  font-weight: 500;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  padding: 0;
  letter-spacing: -0.03em;
  color: #494949; }

.header-bottom .menu {
  float: left;
  width: max-content;
  padding: 0 0 0 0;
  min-height: 87px;
  display: flex;
  align-items: center; }

.header-bottom .menu ul {
  text-align: left;
  height: 37px; }

.header-bottom .menu ul li {
  padding: 0;
  margin: 0; }
  .header-bottom .menu ul li:first-child a {
    padding: 5px 10px 5px;
    margin-bottom: 0;
    border: unset;
    border-radius: 50px;
    background: #da1e28;
    color: white; }
  .header-bottom .menu ul li:first-child a:hover {
    background: #da1e28 !important;
    color: white !important; }

.header-bottom .menu ul li a {
  font: 14px 'Geometria', sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 5px 10px 5px;
  margin: 0; }

.header-bottom .menu ul li .active {
  padding: 5px 10px 5px;
  margin-bottom: 0;
  border: unset;
  border-radius: 50px;
  background: linear-gradient(0deg, #E3F5E9, #E3F5E9), linear-gradient(0deg, #E5E8FC, #E5E8FC), #E6DFFB;
  color: #1F1F1F; }

.header-bottom .menu ul li a:hover {
  padding: 5px 10px 5px;
  margin-bottom: 0;
  border: unset;
  border-radius: 50px;
  background: linear-gradient(0deg, #E3F5E9, #E3F5E9), linear-gradient(0deg, #E5E8FC, #E5E8FC), #E6DFFB;
  color: #1F1F1F;
  transition: 0.25s; }

.header-middle .header-middle-child .callback {
  border: none;
  min-height: 82px;
  padding: 0;
  width: 100%;
  min-width: 265px;
  max-width: 265px; }

.header__right-wrapper {
  margin-left: auto;
  position: relative; }

.header-middle .header-middle-child .callback a span:before {
  background: unset; }

.callback__drop-down-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 82px;
  margin-right: 30px;
  min-width: 265px; }

.callback__phone-wrapper {
  display: flex;
  align-items: center; }

.callback__phone-wrapper .btn-callback {
  background: unset;
  font-family: 'Geometria', serif;
  font-weight: 500;
  color: #1F1F1F !important;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  height: 100%; }

.callback__phone {
  text-align: left; }
  .callback__phone a {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    cursor: pointer; }

.callback__more-phone {
  width: 265px;
  height: auto;
  background: #fff;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 20px 19px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 96%;
  z-index: 26;
  border-top: 1px solid rgba(0, 0, 0, 0.14); }

.callback__more-phone.active {
  display: block;
  z-index: 101; }

.callback__phone-link {
  padding: 21px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
  .callback__phone-link a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: "Geometria", serif;
    font-weight: 500;
    color: #000000;
    font-size: 16px; }
    .callback__phone-link a:last-child {
      margin-bottom: 0; }
    .callback__phone-link a svg {
      margin-right: 5px; }

.callback__enter-phone {
  padding: 20px 20px 30px 20px; }
  .callback__enter-phone input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    color: #727272;
    padding: 15px;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-family: 'Geometria', serif;
    font-weight: 300;
    margin-bottom: 15px; }
    .callback__enter-phone input.error {
      border-color: red; }
  .callback__enter-phone button {
    border: 2px solid #44bb6e;
    border-radius: 8px;
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 20px 15px 20px;
    text-align: center;
    width: 100%;
    background: #44bb6e;
    transition: 0.25s;
    color: white; }
    .callback__enter-phone button:hover {
      background: #338C52;
      transition: 0.25s;
      border: 2px solid #338C52; }
    .callback__enter-phone button:disabled {
      opacity: .65;
      color: black;
      border: 2px solid black;
      background-color: white;
      transition: 0.25s; }

.callback__modal {
  width: 310px;
  height: 140px;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .callback__modal p:last-child {
    margin-bottom: 0; }
  .callback__modal-backdrop {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102; }

.header-middle .header-middle-child .callback span {
  margin: 0;
  height: max-content;
  font-weight: 500;
  font-size: 12px;
  font-family: "Geometria", serif !important;
  color: #494949; }

.header-middle .header-middle-child .callback a span {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Geometria", serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

.header__language {
  width: 6%;
  display: flex;
  align-items: center; }
  .header__language span {
    margin: 0 12px 0 12px; }

.callback__drop-down-phone .callback__phone svg {
  transition: 0.25s; }

.callback.active {
  box-shadow: 0px -9px 20px rgba(0, 0, 0, 0.1), 0px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 0 0; }

.callback__drop-down-phone .callback__phone svg.active {
  transform: rotate(180deg);
  transition: 0.25s; }

.callback__mobile {
  display: none; }

.header-middle .header-middle-child .callback a {
  display: flex;
  align-items: center; }

.header__language-button {
  font-size: 12px;
  font-family: "Geometria", serif !important;
  font-weight: 500;
  border: unset;
  background: unset;
  padding: 0;
  color: #9C9C9C;
  text-transform: uppercase; }

.header__language-button.active {
  color: #1F1F1F; }

.header__language-mobile {
  display: none; }

.modal-u.header__cart-modal {
  background: none;
  visibility: unset;
  opacity: unset;
  top: 1px; }

.header__modal-u.modal-u {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%); }

.header__basket-wrapper {
  position: relative; }

.header__basket-empty h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  font-family: "Geometria", serif;
  font-weight: 500;
  margin-right: 4px; }

.header__basket-empty a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #44BB6E;
  border-radius: 8px;
  height: 16px;
  flex-grow: 1;
  border: 0;
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  outline: none;
  width: 100%; }

.header__basket-full.modal-u__body.active-full-basket {
  display: block;
  z-index: 103;
  transition: 0.25s; }

.header__basket-full .added-to-cart__total p span {
  position: unset;
  background-color: unset;
  border-radius: unset;
  width: unset;
  height: unset;
  display: inline;
  cursor: unset; }

.header__basket-full.header__basket-mobile {
  display: none;
  transition: 0.25s; }

.header__basket-full.modal-u__body {
  display: none;
  position: absolute;
  min-width: 350px;
  top: 100%;
  transform: translateY(40px);
  right: 0;
  max-width: 450px;
  max-height: 521px;
  border-radius: 0 0 8px 8px;
  padding: 20px 30px 30px 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 10px 35px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header__basket-full.modal-u__body {
      width: 100% !important;
      min-width: auto;
      height: auto;
      max-height: none; } }

.fast-buy__popup {
  position: absolute;
  min-width: 350px;
  top: 25vh !important;
  right: 25vw !important;
  max-width: 450px;
  max-height: 521px;
  border-radius: 8px 8px 8px 8px !important; }

.fast-buy__text {
  display: none;
  text-align: center !important; }

.header__basket-full .added-to-cart__header p {
  max-width: 100%;
  text-align: left;
  margin: 0;
  font-size: 20px;
  line-height: 28px; }

.header__basket-full .quick-order__cart {
  transition: 0.25s; }
  .header__basket-full .quick-order__cart:hover {
    transition: 0.25s;
    background: #EFEFEF !important; }

.header__basket-full .checkout-order {
  transition: 0.25s; }
  .header__basket-full .checkout-order:hover {
    background: #73CC92;
    transition: 0.25s; }

.quick-order {
  max-width: 143px;
  background: #F8F8F8 !important;
  color: #1F1F1F !important;
  margin-right: 15px !important; }

.checkout-order {
  flex-grow: 1;
  padding: 0 10px;
  height: 44px;
  border: 0;
  background: #F8F8F8; }

.catalog__wrapper {
  background: #1F1F1F; }

.catalog {
  display: flex;
  align-items: center;
  min-height: 60px;
  position: relative; }

.search-holder {
  font: 14px/16px 'Geometria', sans-serif;
  font-weight: 300;
  border: none;
  height: 40px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  z-index: 22;
  float: unset;
  top: 0;
  margin-right: 10px;
  overflow-x: unset;
  overflow-y: visible; }
  .search-holder.search-holder__search-page {
    z-index: 1; }

.search-holder .search-by:after {
  display: none; }

.cart_phone_popup:focus + .label {
  display: none; }

.search-holder .form-control {
  background: #494949;
  height: 40px;
  border-radius: 8px;
  color: #D0D0D0;
  padding: 1px 175px 1px 62px; }
  .search-holder .form-control::-webkit-input-placeholder {
    color: #D0D0D0; }
  .search-holder .form-control::-moz-placeholder {
    color: #D0D0D0; }
  .search-holder .form-control:-ms-input-placeholder {
    color: #D0D0D0; }
  .search-holder .form-control:-moz-placeholder {
    color: #D0D0D0; }

.search-result {
  border: 1px solid #1F1F1F;
  border-radius: 8px;
  left: 0;
  width: 100%;
  background: #fff;
  top: 40px !important; }
  .search-result .inner-search {
    border-bottom: 1px solid #727272;
    padding: 8px 10px;
    cursor: pointer; }
    .search-result .inner-search a {
      color: #494949; }

.search-result .inner-search .text-block {
  width: 90%; }

.back-drop {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: .15;
  position: absolute;
  z-index: 25;
  left: 0;
  top: 80px;
  transition: .25s; }

.catalog__backdrop {
  transition: .25s; }

.catalog__button {
  cursor: pointer;
  margin-right: 10px; }
  .catalog__button.hover-main {
    transition-delay: 1s; }
    .catalog__button.hover-main .catalog__list {
      transition-delay: .1s;
      display: block;
      z-index: 101; }
    .catalog__button.hover-main button {
      background: #338C52;
      transition: 0.25s; }
  .catalog__button button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    background: #44BB6E;
    border-radius: 8px;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 10px 30px;
    min-width: 213px;
    transition: 0.25s; }
    .catalog__button button:focus {
      outline: none;
      box-shadow: none; }
    .catalog__button button svg {
      margin-right: 15px; }

.search-icon {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px; }

.search-relinking {
  position: absolute;
  bottom: 2px;
  left: 280px;
  font-family: 'Geometria', serif;
  font-weight: 400; }
  .search-relinking span {
    color: #D0D0D0;
    font-size: 12px;
    transition: .25s; }
  .search-relinking a {
    color: #D0D0D0;
    font-size: 12px;
    transition: .25s;
    text-decoration: underline; }
    .search-relinking a:hover {
      color: #fff;
      transition: .25s; }
    .search-relinking a:focus {
      color: #fff; }

.search-relinking-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }

.search-holder .search-by {
  display: flex;
  align-items: center;
  color: #fff;
  background: #727272;
  border-radius: 8px;
  top: 0;
  height: 100%;
  padding: 0 29.5px;
  font-family: "Geometria", serif;
  font-weight: 400; }
  .search-holder .search-by svg {
    display: none; }

.cart-text {
  margin-right: 5px; }

.added-to-cart__controls .quick-label {
  background: #fff;
  top: 53%;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #727272;
  font-family: "Geometria", serif;
  font-weight: 400;
  transform: translateY(-50%);
  width: calc(100% - 2px);
  left: 1px;
  text-align: left;
  padding-left: 14px;
  pointer-events: none; }
  @media screen and (max-width: 568px) {
    .added-to-cart__controls .quick-label {
      top: 42%; } }
  .added-to-cart__controls .quick-label i {
    color: red;
    position: unset; }

@media screen and (min-width: 768px) {
  .added-to-cart__controls .checkout-wrap {
    flex-direction: row !important; }
    .added-to-cart__controls .checkout-wrap .tel-wrapper {
      width: 100% !important; } }

@media screen and (max-width: 768px) {
  .added-to-cart__controls .checkout-wrap .btn-buy {
    max-width: 100%; } }

.added-to-cart__controls .quick-input {
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  font-family: "Geometria", serif;
  font-weight: 400; }
  @media screen and (max-width: 568px) {
    .added-to-cart__controls .quick-input {
      width: 100% !important; } }

.added-to-cart__controls .quick-button {
  border-radius: 8px;
  font-size: 14px;
  line-height: 100%;
  font-family: "Geometria", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  height: 44px;
  min-width: 124px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .added-to-cart__controls .quick-button .btn-buy {
    min-width: 124px; }
    @media screen and (max-width: 768px) {
      .added-to-cart__controls .quick-button .btn-buy {
        max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .added-to-cart__controls .quick-button {
      width: 100% !important; } }

.cart-wrap {
  display: flex;
  align-items: center;
  min-width: 341px; }

.cart-wrap .bucket {
  margin-left: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  height: 80px;
  padding: 0 20px;
  margin: -40px 0; }
  .cart-wrap .bucket svg {
    height: 24px;
    margin-right: 8px; }

.bucket.busket-hover {
  background-color: #494949; }

.cart-count-text {
  display: flex;
  align-items: center;
  font-family: "Geometria", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #fff; }

.cart-count-dot {
  position: absolute;
  top: -24px;
  left: 42px; }

.cart-count-dot.comparison-dot {
  top: 8px;
  left: 42px; }

.cart-count-dot.wish-list-dot {
  top: 8px;
  left: 42px; }

.cart-wrap .bucket span {
  background: none;
  display: block;
  margin: 0 2.5px; }

.cart-wrap a span {
  background: none;
  width: unset;
  height: unset;
  padding: 0;
  display: none; }

.checkout-wrap .tel-wrapper label {
  font-family: "Geometria", serif;
  font-weight: 400;
  transform: translateY(-100%); }

.added-to-cart__body-wrapper {
  position: relative;
  max-height: 340px;
  max-width: 390px; }

.header__basket-full .added-to-cart__body-wrapper .background {
  position: absolute;
  height: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  width: calc(100% - 20px);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.28s opacity, 0.28s visibility; }

.header__basket-full .added-to-cart__body-wrapper .background.active {
  opacity: 1;
  visibility: visible; }

.header__basket-full .added-to-cart__body-wrapper .background .background {
  position: absolute;
  height: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
  width: calc(100% - 20px);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.28s opacity, 0.28s visibility; }

.header__basket-full.modal-u__body .added-to-cart__header:after {
  width: calc(100% + 60px);
  left: -30px; }

.header-delivery {
  background: #f0f5ef;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; }

.header-delivery__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  font-size: 12px;
  color: #494949;
  letter-spacing: -0.03em;
  font-family: "Geometria", serif;
  font-weight: 500; }
  .header-delivery__text img {
    margin-right: 6px; }

.tooltip-account {
  position: relative;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 20px; }

.tooltip-account span {
  display: none;
  padding: 2px 3px;
  margin-left: 8px;
  width: 130px;
  position: relative; }
  .tooltip-account span:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 4px solid #1F1F1F;
    transform: translateX(-50%); }

.tooltip-account:hover span {
  display: inline;
  position: absolute;
  background: #1F1F1F;
  color: #fff;
  border-radius: 6px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 13px);
  width: max-content;
  margin: 0;
  padding: 10px 15px; }

.catalog__list.b-show {
  display: block;
  -webkit-animation: catalogBlockHidden 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: catalogBlockHidden 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes catalogBlockHidden {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes catalogBlockHidden {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes addDisplayblock {
  100% {
    display: block; } }

.menu-block {
  display: block !important; }

.menu-block-right {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 300px;
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  border-radius: 10px;
  overflow-y: hidden; }

.catalog__hidden {
  display: none; }

.catalog__subcategory a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1F1F1F;
  letter-spacing: -0.01em;
  font: 16px/20px 'Geometria', sans-serif;
  font-weight: 400;
  padding: 11px 0 11px 0;
  position: relative;
  margin: 0;
  overflow: hidden; }
  .catalog__subcategory a:after:hover {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #fa0000 60%); }

.catalog__list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  transition-delay: 2s;
  animation: catalogBlockHidden .5s linear forwards;
  padding-top: 60px; }
  .catalog__list.catalog__list-home-page {
    position: unset;
    padding-top: 0;
    animation: unset;
    z-index: 9;
    width: 24.2%; }
    .catalog__list.catalog__list-home-page .catalog__list-link {
      border-radius: 20px;
      box-shadow: unset;
      width: 100%;
      margin-right: 15px; }
    .catalog__list.catalog__list-home-page .catalog__list-description {
      overflow: unset;
      margin-left: 179px;
      margin-top: 20px; }
      .catalog__list.catalog__list-home-page .catalog__list-description::-webkit-scrollbar {
        width: 0;
        background-color: unset; }
      .catalog__list.catalog__list-home-page .catalog__list-description::-webkit-scrollbar-thumb {
        background-color: transparent;
        margin-bottom: 0; }
      .catalog__list.catalog__list-home-page .catalog__list-description::-webkit-scrollbar-track {
        margin-bottom: 0; }
    .catalog__list.catalog__list-home-page .catalog__list-aditional-holder:after {
      content: unset;
      position: unset; }
  .catalog__list-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 22px; }
  .catalog__list-link {
    padding: 18px 0 15px 0;
    background: #FFFFFF;
    width: 300px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 35px rgba(0, 0, 0, 0.15); }
    .catalog__list-link-wrapper ul li {
      list-style: none; }
      .catalog__list-link-wrapper ul li:last-child {
        margin-bottom: 0; }
      .catalog__list-link-wrapper ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #1F1F1F;
        letter-spacing: -0.01em;
        font: 16px/20px 'Geometria', sans-serif;
        font-weight: 400;
        padding: 11px 0 11px 0;
        position: relative;
        margin: 0;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .catalog__list-link-wrapper ul li a {
            display: flex;
            align-items: center;
            width: 30%;
            height: auto;
            color: #1F1F1F;
            letter-spacing: -0.01em;
            font: 16px/20px 'Geometria', sans-serif;
            font-weight: 400;
            padding: 11px 0 11px 0;
            position: relative;
            margin: 0;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px; }
            .catalog__list-link-wrapper ul li a:first-child {
              width: 100%; } }
        .catalog__list-link-wrapper ul li a:after:hover {
          content: '';
          position: absolute; }
        .catalog__list-link-wrapper ul li a img {
          margin-right: 8px; }
        .catalog__list-link-wrapper ul li a svg {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-right: 22px; }
  .catalog__list-holder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 41px;
    padding: 0 0 0 27px;
    transition: .5s ease;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .catalog__list-holder {
        justify-content: space-between; } }
    .catalog__list-holder.hover-active {
      background: #EFEFEF;
      transition: .5s ease; }
      .catalog__list-holder.hover-active svg {
        position: absolute;
        box-shadow: -10px 0px 10px 1px #efefef;
        background: #EFEFEF;
        transition: .5s ease; }
    .catalog__list-holder p {
      margin: 0;
      white-space: nowrap;
      width: 71.5%;
      overflow: hidden; }
    .catalog__list-holder a {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 140%;
      font-family: "Geometria", serif;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: #1F1F1F; }
      .catalog__list-holder a img {
        margin-right: 8px; }
      .catalog__list-holder a svg {
        position: absolute;
        right: 26px;
        box-shadow: -10px 0px 10px 1px white;
        transition: .5s; }
  .catalog__list-description {
    display: none;
    margin-left: 170px;
    padding: 18px 0 31px 0;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 60px; }
  .catalog__list-holder.hover-active .catalog__list-description {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 330px;
    -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    border-radius: 0 20px 20px 0;
    height: 484px; }
  .catalog__list .catalog__list.catalog__list-home-page {
    position: unset;
    padding: 0; }
  .catalog__list .catalog__list-description-scroll {
    overflow-y: auto;
    height: 445px; }
    .catalog__list .catalog__list-description-scroll::-webkit-scrollbar {
      width: 3px;
      background-color: rgba(255, 0, 0, 0); }
    .catalog__list .catalog__list-description-scroll::-webkit-scrollbar-thumb {
      background-color: #b7b7b7;
      margin-bottom: 15px; }
    .catalog__list .catalog__list-description-scroll::-webkit-scrollbar-track {
      margin-bottom: 15px; }
  .catalog__list .catalog__list-description::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(255, 0, 0, 0);
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    padding-top: 25px;
    height: 400px; }
  .catalog__list .catalog__list-description::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    margin-bottom: 15px; }
  .catalog__list .catalog__list-description::-webkit-scrollbar-track {
    margin-bottom: 15px; }
  .catalog__list-aditional-holder {
    width: 100%;
    height: 41px;
    padding: 0 0 0 30px;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
    .catalog__list-aditional-holder a:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48223) 50%, white 100%);
      transition: .5s ease; }
    .catalog__list-aditional-holder:hover {
      background: #EFEFEF;
      position: relative; }
      .catalog__list-aditional-holder:hover:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        background: linear-gradient(90deg, rgba(239, 239, 239, 0.913603) 0%, #efefef 50%, #efefef 100%);
        width: 40px;
        height: 100%;
        z-index: 5; }
    .catalog__list-aditional-holder a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      color: #1F1F1F;
      letter-spacing: -0.01em;
      font: 16px/20px 'Geometria', sans-serif;
      font-weight: 400;
      padding: 11px 0 11px 0;
      position: relative;
      margin: 0;
      overflow: hidden; }
  .catalog__list-aditional-description {
    display: none;
    margin-left: 269px;
    padding: 30px 0 31px 30px;
    background: #FFFFFF;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    height: auto; }
    .catalog__list-aditional-description ul li {
      margin-bottom: 30px; }
      .catalog__list-aditional-description ul li:last-child {
        margin-bottom: 0; }
      .catalog__list-aditional-description ul li p {
        font-family: "Geometria", serif;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #494949;
        padding: 8px 0 8px 0; }
        .catalog__list-aditional-description ul li p:first-child {
          padding-top: 10px; }
  .catalog__list-aditional-links {
    display: flex;
    flex-direction: column; }
    .catalog__list-aditional-links a {
      font-family: "Geometria", serif;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: -0.01em;
      color: #494949;
      padding: 8px 0 8px 0; }
      .catalog__list-aditional-links a:first-child {
        padding-top: 10px; }
    .catalog__list-aditional-links span {
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.01em;
      color: #1F1F1F;
      margin-bottom: 0; }
  .catalog__list-aditional-holder:hover .catalog__list-aditional-description {
    display: none;
    position: absolute;
    top: 0;
    z-index: -2;
    width: 300px;
    height: auto; }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }

footer {
  background: #000;
  overflow: hidden; }
  footer .footer-holder__wrapper {
    position: relative; }
  footer .footer-holder__wrapper .menu-footer {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start; }
  footer .footer-holder__wrapper .menu-footer li a {
    color: #fff;
    font: 16px/20px 'Geometria', sans-serif;
    font-weight: 400;
    letter-spacing: 0; }
  footer .footer-holder__wrapper .menu-footer li {
    margin-bottom: 15px;
    display: flex;
    padding: 0;
    text-align: left;
    max-width: 100%; }
    footer .footer-holder__wrapper .menu-footer li:nth-last-child(2) {
      padding-top: 20px; }
  footer .footer-holder__wrapper {
    padding-top: 60px;
    position: relative;
    line-height: normal; }
  footer .footer__wrapper {
    display: flex;
    position: relative; }
    footer .footer__wrapper:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #1F1F1F;
      left: -50%;
      bottom: 0; }
  footer .footer__left {
    width: 24.5%;
    position: relative; }
  footer .footer__right {
    width: 75%;
    height: auto;
    background: #1F1F1F;
    margin-top: -60px;
    padding: 60px 45px 60px 60px;
    position: relative;
    z-index: 1;
    line-height: normal; }
    footer .footer__right:after {
      position: absolute;
      content: '';
      right: -50%;
      top: 0;
      background: #1F1F1F;
      width: 100%;
      height: 100%;
      z-index: -1; }
  footer .footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px 0; }
  footer .footer__general-phone {
    display: flex;
    align-items: center;
    width: 320px; }
    footer .footer__general-phone svg {
      margin-right: 15px; }
    footer .footer__general-phone a {
      font-size: 32px;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      font-family: "Geometria", serif;
      font-weight: 500; }
  footer .footer__work-time p {
    font-size: 12px;
    font-family: "Geometria", serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #727272;
    margin-bottom: 5px; }
  footer .footer__work-time-hour {
    display: flex;
    align-items: center; }
    footer .footer__work-time-hour-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000000;
      border-radius: 50px;
      width: max-content;
      margin-right: 11px;
      height: 23px; }
      footer .footer__work-time-hour-wrapper:last-child {
        margin-right: 0; }
      footer .footer__work-time-hour-wrapper span {
        font-size: 12px;
        letter-spacing: -0.03em;
        color: #F8F8F8;
        background: #494949;
        border-radius: 50px;
        font-family: "Geometria", serif;
        font-weight: 400;
        padding: 6px;
        height: 23px;
        line-height: normal;
        text-transform: uppercase; }
      footer .footer__work-time-hour-wrapper p {
        margin: 0;
        padding: 6px;
        font-size: 14px;
        letter-spacing: -0.01em;
        color: #F8F8F8;
        line-height: 12px;
        height: 23px;
        font-family: "Geometria", serif;
        font-weight: 400; }
  footer .footer__work-time-wrapper {
    display: flex;
    align-items: center; }
  footer .footer__phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer .footer__middle {
    width: 934px;
    margin: 0 auto 40px 0; }
    footer .footer__middle p {
      font-size: 12px;
      letter-spacing: -0.03em;
      color: #727272;
      padding-bottom: 10px;
      border-bottom: 1px solid #494949;
      margin-bottom: 22px;
      line-height: 120%; }
      footer .footer__middle p svg {
        display: none; }
  footer .footer__phone-number {
    width: 25%; }
  footer .footer__phone-number .footer__phone-title {
    display: flex;
    align-items: center;
    font-family: "Geometria", serif;
    font-weight: 400;
    color: #9C9C9C;
    letter-spacing: -0.01em;
    font-size: 16px;
    margin-bottom: 7px; }
    footer .footer__phone-number .footer__phone-title svg {
      margin-right: 2px; }
  footer .footer__phone-number.footer__city-number .footer__phone-title {
    font-size: 14px; }
  footer .footer__phone-number-link {
    display: flex;
    flex-direction: column; }
    footer .footer__phone-number-link a {
      font-family: "Geometria", serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: -0.01em;
      color: #FFFFFF;
      margin-bottom: 5px; }
      footer .footer__phone-number-link a:last-child {
        margin-bottom: 0; }
  footer .footer__city-number-wrapper {
    flex-wrap: wrap;
    margin-bottom: 25px; }
  footer .footer__city-number {
    width: 25%;
    margin-bottom: 15px; }
  footer .footer__bottom p {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #727272;
    margin-bottom: 5px; }
  footer .footer__address {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Geometria", serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
    footer .footer__address svg {
      margin-bottom: 2px;
      margin-right: 2px; }
  footer .footer__copyrighting {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 15px 0 15px; }
  footer .footer__about {
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #9C9C9C;
    margin-bottom: 3px; }
  footer .list-inline {
    margin: 0; }

@media screen and (max-width: 1230px) {
  .header-middle .header-middle-child .logo {
    min-width: 130px !important; }
  .header-middle .header-middle-child .logo .text-item {
    display: none;
    min-width: 130px !important; } }

@media only screen and (max-width: 1366px) {
  .search-relinking {
    left: 300px; } }

@media only screen and (max-width: 1050px) {
  .cart-wrap {
    min-width: unset; }
  .header-middle-child .logo .text-item {
    display: none !important; }
  .catalog__button {
    display: none; }
  .bucket {
    display: none; }
  .header__language {
    display: none; }
  .header-middle .header-middle-child .logo {
    width: 40%; }
  .header-middle .header-middle-child .callback a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em; }
  .header-middle .header-middle-child .callback span {
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.03em; }
  .header__mobile-burger {
    display: block;
    z-index: 102;
    width: 6%;
    margin-right: 10px; }
  .header__mobile-burger-icon {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 66px;
    border-right: 1px solid #EFEFEF;
    padding-right: 0; }
  .header__wrapper {
    height: 66px;
    justify-content: space-between; }
  .header__mobile-menu-backdrop.back-drop {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101; }
  .header__mobile-menu.open-menu {
    display: block;
    margin-left: -100px; }
    .header__mobile-menu.open-menu::-webkit-scrollbar {
      width: 3px;
      background-color: rgba(255, 0, 0, 0);
      height: 3px;
      border-radius: 50px;
      margin-left: 5px; }
    .header__mobile-menu.open-menu::-webkit-scrollbar-thumb {
      margin-top: 5px;
      background-color: #b7b7b7;
      border-radius: 15px; }
  .header__mobile-menu {
    display: none;
    width: 280px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    padding: 13px 10px 20px 10px; }
  .header__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px; }
  .header__mobile-icon-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #F8F8F8;
    border-radius: 6px; }
  .header__language-mobile {
    width: unset;
    display: flex;
    align-items: center; }
    .header__language-mobile span {
      margin: 0 12px 0 12px; }
  .header__language-mobile {
    font-size: 12px;
    font-family: "Geometria", serif !important;
    font-weight: 500;
    border: unset;
    background: unset;
    padding: 0;
    color: #9C9C9C;
    text-transform: uppercase; }
  .header__language-mobile.active {
    color: #1F1F1F; }
  .header__mobile-menu-links {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 0 14px; }
    .header__mobile-menu-links a {
      display: flex;
      align-items: center;
      font-size: 14px;
      letter-spacing: -0.01em;
      color: #1F1F1F;
      font-family: "Geometria", serif;
      font-weight: 400;
      padding-top: 9px;
      padding-bottom: 9px; }
      .header__mobile-menu-links a:nth-child(2) {
        padding-top: 18px; }
      .header__mobile-menu-links a:last-child {
        padding-bottom: 18px; }
    .header__mobile-menu-links svg {
      margin-right: 8px; }
  .header__mobile-first-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
  .header__mobile-description-links {
    display: flex;
    flex-direction: column;
    padding: 0 14px; }
    .header__mobile-description-links a {
      display: flex;
      align-items: center;
      font-size: 14px;
      letter-spacing: -0.01em;
      color: #1F1F1F;
      font-family: "Geometria", serif;
      font-weight: 400;
      padding-top: 9px;
      padding-bottom: 9px; }
      .header__mobile-description-links a:first-child {
        padding-top: 18px; }
  .header__call-back {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0; }
  .callback__phone-wrapper.callback__more-phone-mobile-wrapper a {
    display: flex;
    align-items: center;
    font-family: "Geometria", serif;
    font-weight: 500;
    color: #000000;
    font-size: 16px; }
  .callback__phone-mobile {
    display: flex;
    flex-direction: column; }
    .callback__phone-mobile a {
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: -0.01em;
      margin-bottom: 3px;
      color: #1F1F1F; }
    .callback__phone-mobile span {
      font-family: "Geometria", serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 110%;
      letter-spacing: -0.03em;
      color: #494949; }
  .search-holder .search-by {
    padding: 0 12px; }
    .search-holder .search-by span {
      display: none; }
    .search-holder .search-by svg {
      display: block; }
  .search-result {
    border: 1px solid #727272;
    border-radius: 8px;
    left: 0;
    width: 100%;
    background: #fff;
    top: 40px !important; }
    .search-result .inner-search {
      border-bottom: 1px solid #727272;
      padding: 8px 10px;
      cursor: pointer; }
      .search-result .inner-search a {
        color: #494949; }
  .catalog__list-aditional-description {
    margin-left: -100px;
    border-radius: unset;
    border-left: unset;
    padding: 15px 20px 0 20px; }
    .catalog__list-aditional-description.open {
      display: block;
      position: absolute;
      top: 55px;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .open-menu {
    -webkit-animation: open-menu 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: open-menu 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @-webkit-keyframes open-menu {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  @keyframes open-menu {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  .header-top-tablet {
    padding-left: 7px;
    padding-right: 10px; }
  .header-bottom .menu {
    display: none; }
  .catalog {
    padding-left: 10px;
    padding-right: 10px; }
  .header-delivery {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto; }
    .header-delivery__text {
      min-width: 35%; }
  .header-middle .header-middle-child .logo {
    min-height: 66px; }
  .header-middle .header-middle-child .callback {
    min-height: 66px;
    height: 66px; }
  .callback__drop-down-phone {
    height: 66px;
    margin-right: 0;
    padding-left: 52px; }
  .callback__more-phone {
    left: unset;
    transform: unset;
    right: 0;
    top: 100%; }
  .cart-count-text {
    display: none; }
  .search-icon {
    display: none; }
  .search-holder .form-control {
    padding: 1px 175px 1px 20px; }
  .search-holder {
    width: 100%;
    margin-right: 25px; }
  .search-relinking {
    left: 40px; }
  .checkout-wrap.active {
    width: 100%; }
  .catalog-button-btn-mobile.active {
    background: linear-gradient(0deg, #338C52, #338C52), linear-gradient(0deg, #3A4DB1, #3A4DB1), #401CA8; }
  .catalog__button-mobile {
    margin-bottom: 15px; }
    .catalog__button-mobile button {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border: none;
      background: linear-gradient(0deg, #44BB6E, #44BB6E), linear-gradient(0deg, #4E67ED, #4E67ED), #5625E1;
      border-radius: 8px;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 14px;
      height: 45px;
      padding: 10px 10px;
      letter-spacing: 0.01em; }
      .catalog__button-mobile button:focus {
        outline: none;
        box-shadow: none; }
      .catalog__button-mobile button svg {
        margin-right: 8px; }
  .catalog__mobile.open-mobil-catalog {
    display: block;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    z-index: 1; }
  .catalog__arrow-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 46px; }
    .catalog__arrow-links svg {
      margin-right: 10px; }
  .catalog__mobile {
    display: none; }
  .catalog__mobile-head {
    display: flex;
    align-items: center;
    height: 55px;
    background: #EFEFEF;
    border-radius: 0 0 12px 12px;
    padding: 0 20px;
    overflow: scroll; }
    .catalog__mobile-head::-webkit-scrollbar {
      width: 3px;
      background-color: rgba(255, 0, 0, 0);
      height: 3px;
      border-radius: 50px;
      margin-left: 5px; }
    .catalog__mobile-head::-webkit-scrollbar-thumb {
      margin-top: 5px;
      background-color: #b7b7b7;
      border-radius: 15px; }
  .catalog__mobile-back {
    width: max-content;
    display: flex;
    align-items: center;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #1F1F1F;
    padding: 7px 10px;
    background: #FFFFFF;
    border-radius: 8px;
    white-space: nowrap; }
    .catalog__mobile-back:first-child {
      margin-right: 5px; }
    .catalog__mobile-back svg {
      margin-right: 6px; }
  .catalog__list-mobile-description .catalog__list-mobile-show-all {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F8F8F8;
    border-radius: 6px;
    padding: 11px 15px;
    text-align: center; }
    .catalog__list-mobile-description .catalog__list-mobile-show-all a {
      display: block;
      text-align: center;
      letter-spacing: 0.01em;
      font-size: 14px;
      font-family: "Geometria", serif;
      font-weight: 500;
      color: #1F1F1F;
      padding: 0; }
  .catalog__list-mobile-description {
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1; }
  .catalog__list-mobile-description.open-sub-catalog {
    display: block;
    margin-left: -100px;
    overflow: hidden;
    height: 500px; }
  .catalog__list-aditional-links-mobile {
    padding: 15px 20px 0 20px;
    height: 450px;
    overflow: scroll; }
    .catalog__list-aditional-links-mobile::-webkit-scrollbar {
      width: 3px;
      background-color: rgba(255, 0, 0, 0);
      height: 3px;
      border-radius: 50px;
      margin-left: 5px; }
    .catalog__list-aditional-links-mobile::-webkit-scrollbar-thumb {
      margin-top: 5px;
      background-color: #b7b7b7;
      border-radius: 15px; }
  .catalog__subcategory {
    display: flex;
    align-items: center; }
    .catalog__subcategory a {
      padding: 9px 0 9px 0;
      font-size: 14px; }
    .catalog__subcategory p {
      font-size: 14px;
      letter-spacing: -0.01em;
      font-family: "Geometria", serif;
      font-weight: 300; }
    .catalog__subcategory svg {
      position: absolute;
      right: 20px; }
  .catalog__list-holder-mobile p {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-family: "Geometria", serif;
    font-weight: 400; } }
  @media only screen and (max-width: 1050px) and (max-width: 768px) {
    .catalog__list-holder-mobile p {
      width: 100%; } }

@media only screen and (max-width: 1050px) {
    .catalog__list-holder-mobile p a {
      width: 20%; }
    .catalog__list-holder-mobile p img {
      margin-right: 8px; }
    .catalog__list-holder-mobile p svg {
      position: absolute;
      right: 20px; }
  .catalog__list-holder {
    padding: 0 0 0 20px; }
  .open-mobil-catalog {
    -webkit-animation: open-mobil-catalog 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: open-mobil-catalog 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @-webkit-keyframes open-mobil-catalog {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  @keyframes open-mobil-catalog {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  .open-sub-catalog {
    -webkit-animation: open-mobil-catalog 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: open-mobil-catalog 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @-webkit-keyframes open-mobil-catalog {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  @keyframes open-mobil-catalog {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); } }
  footer {
    position: relative;
    top: 0vh;
    bottom: 0vh;
    width: 100%;
    height: auto; }
    footer .footer-holder {
      padding: 0; }
      footer .footer-holder__wrapper {
        padding: 0; }
    footer .footer__wrapper {
      flex-direction: column;
      padding-left: 0; }
    footer .footer__left {
      order: 2;
      width: 100%;
      padding: 50px 20px 40px; }
    footer .footer__right {
      width: 100%;
      order: 1;
      padding: 45px 20px 50px 20px;
      margin-top: 0; }
    footer .footer__top {
      width: 100%; }
    footer .footer__general-phone svg {
      margin-right: 14px; }
    footer .footer__general-phone a {
      font-size: 32px; }
    footer .footer__middle {
      width: 100%;
      border-bottom: none;
      margin: 0 auto 25px 0; }
      footer .footer__middle p svg {
        display: none; }
    footer .footer__copyrighting {
      padding: 13px 20px;
      border-top: 1px solid #1F1F1F; }
    footer .footer__about {
      width: 250px;
      text-align: center; }
    footer .footer-holder .menu-footer {
      margin: 0;
      flex-wrap: wrap;
      flex-direction: unset;
      justify-content: unset;
      align-items: unset; }
      footer .footer-holder .menu-footer li {
        width: 33%; } }

@media only screen and (max-width: 767px) {
  .header__call-back {
    display: none; }
  .header__wrapper {
    height: 55px;
    justify-content: space-between; }
  .header-middle .header-middle-child .logo .text-item {
    display: none; }
  .header-middle .header-middle-child .logo .logo__link {
    width: 57px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px; }
  .header-middle .header-middle-child .logo {
    position: unset;
    padding: 0;
    width: 57px;
    min-height: 66px;
    min-width: unset;
    margin-right: 0; }
  .search-holder {
    width: 55%;
    max-width: none !important; }
  .header-delivery {
    padding-left: 0;
    padding-right: 0;
    height: 65px; }
    .header-delivery__text {
      min-width: 50%;
      margin-right: 10px;
      font-size: 10px; }
      .header-delivery__text svg {
        width: 30px; }
  .callback__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    width: 57px;
    min-height: 59px;
    height: 55px; }
  .callback__drop-down-phone {
    height: 55px;
    margin-right: 0;
    min-width: unset; }
  .callback__phone-mobile {
    display: flex;
    flex-direction: column; }
    .callback__phone-mobile a {
      font-size: 20px;
      color: #1F1F1F;
      font-family: "Geometria", serif;
      font-weight: 500;
      margin-bottom: 3px; }
    .callback__phone-mobile span {
      font-size: 12px;
      font-family: "Geometria", serif;
      font-weight: 500;
      color: #494949; }
  .callback-desktop-icon {
    display: none; }
  .callback-mobile-icon {
    display: block; }
  .callback__phone {
    display: none; }
  .callback__more-phone {
    width: 257px;
    left: unset;
    transform: unset;
    right: 0;
    top: 55px; }
    .callback__more-phone.active {
      display: block; }
  .header-middle .header-middle-child .callback {
    width: 57px;
    min-height: 59px;
    height: 55px;
    display: none;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    position: relative;
    min-width: unset;
    max-width: unset; }
  .cart-wrap {
    display: none; }
  .catalog {
    min-height: 50px; }
  .header-bottom .container-wrapper {
    padding: 0; }
  .search-holder {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 0; }
  .search-holder .form-control {
    height: 50px;
    border-radius: 0;
    padding: 1px 57px 1px 18px;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px; }
    .search-holder .form-control::placeholder {
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 14px; }
  .search-holder .search-by {
    border-radius: 0;
    padding: 17px; }
    .search-holder .search-by span {
      display: none; }
    .search-holder .search-by svg {
      display: block; }
  .mobile-cart {
    display: block; }
  .search-result {
    top: 50px !important;
    border-radius: unset; }
    .search-result .inner-search a {
      color: #494949;
      display: flex; }
  footer {
    padding-bottom: 0; }
    footer .footer__right {
      padding: 27px 20px 0 20px; }
    footer .footer__top {
      padding-bottom: 25px;
      flex-wrap: wrap;
      border-bottom: 1px solid #494949;
      margin-bottom: 25px; }
    footer .footer__middle {
      width: 100%;
      border-bottom: 1px solid #494949;
      margin: 0 auto 25px 0; }
      footer .footer__middle p svg {
        display: block; }
    footer .footer__general-phone {
      margin-bottom: 15px; }
      footer .footer__general-phone a {
        font-size: 22px;
        line-height: 120%;
        letter-spacing: -0.01em; }
      footer .footer__general-phone svg {
        margin-right: 10px; }
    footer .footer__work-time-wrapper {
      flex-wrap: wrap; }
    footer .footer__work-time-hour {
      flex-wrap: wrap; }
    footer .footer__work-time-hour-wrapper {
      margin-right: 7px;
      margin-bottom: 9px; }
    footer .footer__middle p {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      border-bottom: none;
      font-size: 16px;
      margin-bottom: 25px;
      padding: 0;
      font-family: "Geometria", serif;
      font-weight: 500;
      color: #EFEFEF; }
    footer .footer__arrow-not-active {
      transition: 0.25s; }
      footer .footer__arrow-not-active svg {
        transform: rotate(180deg);
        transition: 0.25s; }
    footer .footer__arrow-not-active.rotate {
      transition: 0.25s; }
      footer .footer__arrow-not-active.rotate svg {
        transform: rotate(0deg);
        transition: 0.25s; }
    footer .footer__phone-wrapper {
      flex-wrap: wrap; }
    footer .footer__phone-number {
      width: 100%;
      margin-bottom: 17px; }
    footer .footer__phone-wrapper {
      opacity: 1;
      height: auto;
      margin-bottom: 25px;
      transition: 0.25s; }
    footer .footer__phone-wrapper.active {
      opacity: 0;
      height: 0;
      margin-bottom: 0;
      transition: 0.25s; }
    footer .footer__phone-title {
      font-size: 16px;
      margin-bottom: 12px; }
    footer .footer__phone-number-link a {
      margin-bottom: 10px; }
    footer .footer__bottom {
      border-bottom: 1px solid #494949;
      padding-bottom: 25px; }
      footer .footer__bottom p {
        font-size: 16px;
        margin-bottom: 10px;
        font-family: "Geometria", serif;
        font-weight: 500;
        color: #EFEFEF; }
    footer .footer-holder .menu-footer {
      flex-direction: column; }
      footer .footer-holder .menu-footer li {
        width: 100%;
        margin-bottom: 10px; }
        footer .footer-holder .menu-footer li:nth-last-child(2) {
          padding-top: 15px; }
      footer .footer-holder .menu-footer a {
        font-size: 14px; }
    footer .footer .list-inline {
      padding: 0; }
    footer .footer__left {
      order: 2;
      width: 100%;
      padding: 25px 20px;
      background-color: #1F1F1F; }
    footer .footer__copyrighting {
      padding: 25px 20px;
      height: 100%;
      flex-direction: column; }
    footer .footer__about {
      margin-bottom: 13px; }
    footer .footer__social-link {
      order: 2;
      margin-bottom: 13px; }
    footer .footer__payment {
      order: 3; }
    footer .footer-holder__wrapper .menu-footer li a {
      font-size: 14px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #FFFFFF; }
  .header__right-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: static; }
  .header__basket-mobile {
    display: block; }
    .header__basket-mobile button {
      position: relative;
      background: none;
      border: none;
      outline: unset; }
      .header__basket-mobile button svg {
        fill: #1F1F1F; }
  .cart-count-dot {
    position: absolute;
    top: 6px;
    right: 11px;
    left: unset; }
  .header__basket-mobile {
    width: 57px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .header-top-tablet.container-wrapper-new {
    padding-right: 0; }
  .header__mobile-burger {
    width: 55px;
    border-right: 1px solid #EFEFEF;
    margin-right: 17px; }
  .header__mobile-burger-icon {
    height: 53px;
    padding: 0; }
  .header__basket-full.modal-u__body {
    position: absolute;
    top: 38px;
    width: unset; }
  .header__basket-wrapper {
    position: absolute;
    left: 0;
    width: 100%; } }

@media (hover: hover) {
  .callback:hover .callback__more-phone {
    display: block;
    transition: 0.25s; }
  .callback:hover {
    box-shadow: 0px -9px 20px rgba(0, 0, 0, 0.1), 0px 10px 35px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0 0; }
  .callback__drop-down-phone:hover .callback__phone svg {
    transform: rotate(180deg);
    transition: 0.25s; } }

@media screen and (width: 1920px) {
  .header__right-wrapper {
    margin-left: 197px; } }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Bold"), url("../fonts/geometria/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-BoldItalic"), url("../fonts/geometria/Geometria-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-ExtraLightItalic"), url("../fonts/geometria/Geometria-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-ExtraLight"), url("../fonts/geometria/Geometria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Light"), url("../fonts/geometria/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Heavy"), url("../fonts/geometria/Geometria-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria"), url("../fonts/geometria/Geometria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Italic"), url("../fonts/geometria/Geometria-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-ExtraBoldItalic"), url("../fonts/geometria/Geometria-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-HeavyItalic"), url("../fonts/geometria/Geometria-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-ExtraBold"), url("../fonts/geometria/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-MediumItalic"), url("../fonts/geometria/Geometria-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Medium"), url("../fonts/geometria/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-LightItalic"), url("../fonts/geometria/Geometria-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-ThinItalic"), url("../fonts/geometria/Geometria-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria-Thin"), url("../fonts/geometria/Geometria-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

.container-wrapper-new {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  color: #202020; }

._orientationRight_33e6 .button_4aae {
  margin-bottom: 60px !important; }

b {
  font-weight: bold; }

@media only screen and (max-width: 1440px) {
  .container-wrapper-new {
    padding: 0 20px; } }

@media only screen and (max-width: 1000px) {
  .container-wrapper-new {
    padding: 0 20px; }
  .wrap_c028 {
    bottom: 40px !important; } }

.breadcrumb-holder.product-page {
  background: transparent;
  width: 100%; }

.breadcrumb-holder .breadcrumb {
  max-width: 1406px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 20px;
  font-family: 'Geometria', serif;
  font-weight: 400;
  font-size: 14px; }
  .breadcrumb-holder .breadcrumb ol li {
    margin-bottom: 0; }
  .breadcrumb-holder .breadcrumb::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(255, 0, 0, 0);
    height: 3px;
    border-radius: 50px;
    margin-left: 5px; }
  .breadcrumb-holder .breadcrumb::-webkit-scrollbar-thumb {
    margin-top: 5px;
    background-color: #b7b7b7;
    border-radius: 15px; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    color: #287C9B; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item:after {
    color: #1F1F1F;
    content: '/';
    padding: 0 10px; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item.active {
    color: #1F1F1F; }
    .breadcrumb-holder .breadcrumb .breadcrumb-item.active:after {
      content: none; }

.quick__basket-number label {
  font-size: 16px;
  font-weight: 400; }

.quick__basket-number input {
  font-size: 14px;
  font-weight: 400; }

.product-page.card-product-page {
  position: relative;
  background-image: url(/assets/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .product-page.card-product-page .product-background {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .product-page.card-product-page .fast-buy {
    display: none;
    position: fixed;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0px -4px 30px rgba(0, 0, 0, 0.1);
    z-index: 25; }
    .product-page.card-product-page .fast-buy__image {
      border: 1px solid #E5E5E5;
      border-radius: 3px;
      width: 30px;
      height: 30px;
      padding: 2px;
      margin-right: 10px; }
      .product-page.card-product-page .fast-buy__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .product-page.card-product-page .fast-buy > .price-new {
      letter-spacing: -0.03em;
      color: #1F1F1F;
      font-weight: 500;
      font-size: 18px;
      line-height: 75%;
      font-family: "Geometria", serif; }
      .product-page.card-product-page .fast-buy > .price-new .old-price-holder {
        height: unset;
        text-align: left;
        margin-bottom: 4px; }
        .product-page.card-product-page .fast-buy > .price-new .old-price-holder .old-price {
          display: flex;
          align-items: center;
          margin-top: 0;
          text-decoration: none;
          font-size: 11px;
          line-height: 100%;
          letter-spacing: -0.01em;
          color: #9C9C9C;
          position: relative;
          padding: 0; }
          .product-page.card-product-page .fast-buy > .price-new .old-price-holder .old-price.fast-buy__fixed-price span:first-child {
            text-decoration: line-through; }
          .product-page.card-product-page .fast-buy > .price-new .old-price-holder .old-price .discount {
            font-size: 9px;
            line-height: 120%;
            letter-spacing: -0.03em;
            color: #fff;
            flex: none;
            order: 0;
            flex-grow: 0;
            background: #E3565E;
            border-radius: 8px;
            padding: 2px 5px;
            margin-left: 5px; }
    .product-page.card-product-page .fast-buy .one-click-mobile-btn {
      margin-left: auto;
      display: block;
      background: #FFFFFF;
      border: 2px solid #1F1F1F;
      box-sizing: border-box;
      border-radius: 10px;
      color: #1F1F1F;
      padding: 0 14px;
      outline: none;
      transition: 0.28s opacity;
      height: 30px;
      width: 100%;
      max-width: 135px;
      font-size: 14px;
      font-family: "Geometria", serif;
      font-weight: 500; }
    .product-page.card-product-page .fast-buy .product__buy__top__right {
      flex-grow: 1;
      max-width: 100%;
      margin-left: 30px; }
      .product-page.card-product-page .fast-buy .product__buy__top__right .product__buy__button, .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #44BB6E;
        border-radius: 10px;
        padding: 0 25px;
        flex-grow: 1;
        max-width: 290px;
        border: 0;
        outline: none;
        height: 30px;
        width: 100%;
        font-size: 14px; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .product__buy__button:hover, .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart:hover {
          background: #73CC92; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .product__buy__button:active, .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart:active {
          background-color: #338C52; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .product__buy__button svg, .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart svg {
          margin-right: 13px; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .product__buy__button span, .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart span {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0.01em;
          color: #FFFFFF; }
      .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px 2px 2px 20px; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart:hover {
          opacity: 1; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart > p {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 100%;
          text-align: center;
          letter-spacing: 0.01em;
          color: #FFFFFF;
          max-width: 58px;
          margin: 0 20px 0 0; }
        .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart__body {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-grow: 1;
          background: #FFFFFF;
          border-radius: 10px;
          height: 100%; }
          .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart__body > p {
            font-family: 'Geometria', serif;
            font-weight: 700;
            font-size: 12px;
            line-height: 90%;
            text-align: center;
            letter-spacing: -0.01em;
            color: #1F1F1F;
            padding: 0 10px;
            margin-bottom: 0; }
          .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart__body button {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 32px;
            min-width: 16px;
            height: 32px;
            border: 0;
            outline: none;
            background: transparent;
            flex-grow: 1;
            border-radius: 10px;
            padding: 0 10px; }
            .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart__body button svg {
              margin-right: 0; }
            .product-page.card-product-page .fast-buy .product__buy__top__right .in-cart__body button:focus {
              background: rgba(68, 187, 110, 0.1); }
  .product-page.card-product-page .product__image .product__slider__wrapper {
    margin: 0 auto; }
  .product-page.card-product-page .product {
    display: flex;
    align-items: flex-start;
    max-width: 1406px;
    margin: 0 auto;
    position: relative;
    font-family: 'Geometria', serif;
    font-weight: 400;
    padding: 0 20px 100px 20px; }
    .product-page.card-product-page .product button {
      padding: 0; }
    .product-page.card-product-page .product .category-relinking-links {
      padding-left: 50px;
      padding-top: 10px;
      text-align: center; }
    .product-page.card-product-page .product .category-relinking-links > a {
      border: 1px solid #febd0c;
      border-radius: 2px;
      padding: 6px;
      height: 30px;
      font: 14px/18px 'Geometria', sans-serif;
      font-weight: 400;
      color: #202020;
      display: inline-block;
      margin-bottom: 10px; }
    .product-page.card-product-page .product .out {
      pointer-events: none !important;
      opacity: 0.6 !important; }
    .product-page.card-product-page .product .product__buy {
      background: #FFFFFF;
      border-radius: 20px;
      padding: 20px 0 15px 0;
      margin-bottom: 20px;
      margin-top: 20px; }
      .product-page.card-product-page .product .product__buy__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px 5px 30px; }
        .product-page.card-product-page .product .product__buy__top p {
          font-size: 18px;
          margin-bottom: 0; }
        .product-page.card-product-page .product .product__buy__top .product__buy__top__left {
          display: flex;
          flex-direction: column;
          margin-right: 20px;
          flex-shrink: 0; }
          .product-page.card-product-page .product .product__buy__top .product__buy__top__left.product__buy__price__right {
            flex-direction: unset; }
          .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__price p {
            font-family: "Geometria", serif;
            font-weight: 500;
            font-size: 33px;
            line-height: 110%;
            letter-spacing: -0.03em;
            color: #1F1F1F; }
          .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price {
            display: flex; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price.product__buy__price__right__old {
              flex-direction: column;
              margin-left: 6px; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price .discount {
              white-space: nowrap;
              background: #E3565E;
              border-radius: 8px;
              padding: 3px 6px;
              margin-bottom: 4px; }
              .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price .discount p {
                font-family: 'Geometria', serif;
                font-weight: 500;
                font-size: 12px;
                line-height: 1;
                letter-spacing: -0.03em;
                margin-bottom: 0;
                color: #FFFFFF; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price > p {
              font-size: 18px;
              line-height: 100%;
              text-decoration-line: line-through;
              color: #9C9C9C;
              margin-right: 5px; }
        .product-page.card-product-page .product .product__buy__top .product__buy__top__right {
          flex-grow: 1;
          max-width: 290px; }
          .product-page.card-product-page .product .product__buy__top .product__buy__top__right .product__buy__button, .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #44BB6E;
            border-radius: 10px;
            height: 64px;
            padding: 0 25px;
            flex-grow: 1;
            max-width: 290px;
            border: 0;
            outline: none;
            width: 100%; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .product__buy__button:hover, .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart:hover {
              background: #73CC92; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .product__buy__button:active, .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart:active {
              background-color: #338C52; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .product__buy__button svg, .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart svg {
              margin-right: 13px; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .product__buy__button span, .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart span {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.01em;
              color: #FFFFFF; }
          .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 2px 2px 2px 20px; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart:hover {
              opacity: 1; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart > p {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 14px;
              line-height: 100%;
              text-align: center;
              letter-spacing: 0.01em;
              color: #FFFFFF;
              max-width: 58px;
              margin-right: 20px; }
            .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart__body {
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-grow: 1;
              background: #FFFFFF;
              border-radius: 10px;
              height: 100%; }
              .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart__body > p {
                font-family: 'Geometria', serif;
                font-weight: 700;
                font-size: 16px;
                line-height: 90%;
                text-align: center;
                letter-spacing: -0.01em;
                color: #1F1F1F;
                padding: 0 10px; }
              .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart__body button {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 64px;
                min-width: 32px;
                height: 64px;
                border: 0;
                outline: none;
                background: transparent;
                flex-grow: 1;
                border-radius: 10px; }
                .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart__body button svg {
                  margin-right: 0; }
                .product-page.card-product-page .product .product__buy__top .product__buy__top__right .in-cart__body button:focus {
                  background: rgba(68, 187, 110, 0.1); }
        .product-page.card-product-page .product .product__buy__top .product__buy__left .in-cart__body button {
          padding: 0 10px; }
      .product-page.card-product-page .product .product__buy__bottom {
        display: flex;
        align-items: center;
        padding: 20px 30px 0 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.14);
        margin-top: 15px; }
        .product-page.card-product-page .product .product__buy__bottom .title {
          margin-bottom: 0;
          margin-right: 20px;
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 20px;
          letter-spacing: -0.01em; }
        .product-page.card-product-page .product .product__buy__bottom .packing {
          display: flex;
          align-items: center;
          margin: 0 -3px;
          overflow-x: auto; }
          .product-page.card-product-page .product .product__buy__bottom .packing::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #F5F5F5;
            border-radius: 10px; }
          .product-page.card-product-page .product .product__buy__bottom .packing::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            border-radius: 10px;
            background-color: #b4e3c5; }
          .product-page.card-product-page .product .product__buy__bottom .packing::-webkit-scrollbar-thumb {
            background-color: #b4e3c5;
            border-radius: 10px; }
          .product-page.card-product-page .product .product__buy__bottom .packing button {
            background: #F8F8F8;
            border-radius: 6px;
            padding: 0 15px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px 3px;
            outline: none;
            border: 2px #F8F8F8 solid;
            transition: 0.28s border-color, 0.28s color;
            display: flex;
            flex-shrink: 0; }
            .product-page.card-product-page .product .product__buy__bottom .packing button:focus {
              opacity: 0.9; }
            .product-page.card-product-page .product .product__buy__bottom .packing button span {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 14px;
              line-height: 100%;
              letter-spacing: 0.01em;
              color: #1F1F1F; }
            .product-page.card-product-page .product .product__buy__bottom .packing button.active {
              border: 2px solid #44BB6E;
              pointer-events: none; }
              .product-page.card-product-page .product .product__buy__bottom .packing button.active span {
                color: #44BB6E; }
    .product-page.card-product-page .product__image {
      max-width: 630px;
      background: #FFFFFF;
      border-radius: 20px;
      padding: 50px 50px 30px 50px;
      margin-right: 60px;
      flex-grow: 1;
      position: sticky;
      top: 10px;
      overflow: hidden;
      min-width: 400px;
      height: 668px;
      z-index: 24; }
      .product-page.card-product-page .product__image.loading > * {
        opacity: 0;
        visibility: hidden; }
      .product-page.card-product-page .product__image .icon {
        display: block;
        position: relative;
        margin-right: 6px;
        margin-left: 6px;
        cursor: pointer; }
        .product-page.card-product-page .product__image .icon:hover .discount {
          opacity: 1;
          visibility: visible; }
        .product-page.card-product-page .product__image .icon .discount {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          left: calc(100% + 6px);
          top: 0;
          transition: 0.28s visibility, 0.28s opacity;
          white-space: nowrap;
          background: linear-gradient(0deg, #E3F5E9, #E3F5E9), linear-gradient(0deg, #E5E8FC, #E5E8FC), #E6DFFB;
          border-radius: 8px;
          padding: 3px 6px; }
          .product-page.card-product-page .product__image .icon .discount p {
            font-family: 'Geometria', serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.03em;
            margin-bottom: 0; }
      .product-page.card-product-page .product__image .product__buy {
        display: none;
        margin: 0 -50px;
        border-top: 1px solid rgba(0, 0, 0, 0.14);
        border-radius: 0;
        background: unset; }
        .product-page.card-product-page .product__image .product__buy__top {
          padding: 0 30px;
          width: 100%; }
          .product-page.card-product-page .product__image .product__buy__top__right {
            max-width: 300px; }
            .product-page.card-product-page .product__image .product__buy__top__right button {
              display: block;
              background: #FFFFFF;
              border: 2px solid #1F1F1F;
              box-sizing: border-box;
              border-radius: 10px;
              color: #1F1F1F;
              padding: 0 20px;
              outline: none;
              transition: 0.28s opacity;
              height: 64px;
              width: 100%;
              font-weight: 500;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.01em; }
              .product-page.card-product-page .product__image .product__buy__top__right button:hover {
                background-color: #f8f8f8; }
              .product-page.card-product-page .product__image .product__buy__top__right button:active {
                background-color: #EFEFEF; }
      .product-page.card-product-page .product__image.sticked {
        padding-bottom: 5px;
        height: 668px; }
        .product-page.card-product-page .product__image.sticked .product__slider-nav {
          display: none; }
        .product-page.card-product-page .product__image.sticked .product__buy {
          display: flex; }
        .product-page.card-product-page .product__image.sticked .slick-dots {
          display: block !important;
          bottom: -28px; }
        .product-page.card-product-page .product__image.sticked .slick-list .slick-slide .zoo-item {
          width: 487px;
          height: 487px;
          margin: 0 auto; }
        .product-page.card-product-page .product__image.sticked .product__slider {
          margin-bottom: 27px; }
      .product-page.card-product-page .product__image .action {
        display: flex;
        align-items: center;
        padding: 3px 8px;
        background: #DA1E28;
        border-radius: 20px;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 2; }
        .product-page.card-product-page .product__image .action span {
          background: #FFFFFF;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          margin-right: 8px; }
        .product-page.card-product-page .product__image .action p {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 140%;
          letter-spacing: -0.01em;
          margin-bottom: 0;
          color: #fff; }
      .product-page.card-product-page .product__image .product__slider {
        margin-bottom: 10px;
        position: relative; }
        .product-page.card-product-page .product__image .product__slider .slick-dots button {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #E5E5E5; }
        .product-page.card-product-page .product__image .product__slider .slick-dots .slick-active button {
          background-color: #44BB6E; }
        .product-page.card-product-page .product__image .product__slider .slick-list {
          width: 100%; }
        .product-page.card-product-page .product__image .product__slider .slick-arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: transparent;
          border: 2px solid #9C9C9C;
          transform: translateY(-50%);
          top: 50%;
          z-index: 2; }
          .product-page.card-product-page .product__image .product__slider .slick-arrow svg path {
            stroke: #9C9C9C; }
          .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-left {
            position: absolute;
            left: 3px; }
            .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-left:focus {
              outline: none; }
          .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-right {
            position: absolute;
            right: 3px; }
            .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-right:focus {
              outline: none; }
        .product-page.card-product-page .product__image .product__slider .slick-track {
          display: flex;
          margin: 0 auto; }
          .product-page.card-product-page .product__image .product__slider .slick-track .slick-slide .zoo-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: transform .5s ease-out;
            opacity: 0;
            visibility: hidden; }
          .product-page.card-product-page .product__image .product__slider .slick-track .slick-slide .zoo-item .zoo-img {
            background-size: contain; }
        .product-page.card-product-page .product__image .product__slider .slick-list {
          height: 100%; }
          .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide .zoo-item {
            position: relative; }
          .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide.video iframe {
            width: 100%;
            height: calc(100% + 120px);
            top: -60px;
            bottom: -60px; }
          .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide.video img {
            position: absolute;
            z-index: 4;
            left: 0;
            top: 0;
            max-width: unset;
            width: 100%;
            height: 100%; }
          .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide.video .video-overlay {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            background: rgba(31, 31, 31, 0.7);
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            z-index: 3; }
            .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide.video .video-overlay svg {
              width: 80px;
              height: 80px; }
      .product-page.card-product-page .product__image .slick-dots {
        display: none !important; }
      .product-page.card-product-page .product__image .product__slider-nav {
        margin: 0 auto;
        padding-left: 0;
        width: 92%; }
        @media screen and (max-width: 768px) {
          .product-page.card-product-page .product__image .product__slider-nav {
            width: auto; } }
        @media screen and (min-width: 376px) and (max-width: 425px) {
          .product-page.card-product-page .product__image .product__slider-nav {
            max-width: 56%; } }
        @media screen and (min-width: 425px) and (max-width: 765px) {
          .product-page.card-product-page .product__image .product__slider-nav {
            max-width: 75%; } }
        @media screen and (min-width: 310px) and (max-width: 340px) {
          .product-page.card-product-page .product__image .product__slider-nav .slick-track {
            justify-content: space-between; } }
        @media screen and (min-width: 340px) and (max-width: 375px) {
          .product-page.card-product-page .product__image .product__slider-nav {
            max-width: 72%; } }
        .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-track {
          margin: 0 auto;
          display: flex;
          justify-content: center; }
          @media screen and (max-width: 1024px) {
            .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-track {
              display: flex;
              justify-content: center; } }
        .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 5px;
          margin-left: 5px;
          padding: 3px;
          border: 1px solid #E5E5E5;
          border-radius: 7px;
          transition: border-color 0.28s ease;
          cursor: pointer;
          height: 51px;
          max-width: 51px;
          box-sizing: border-box;
          flex-grow: 1; }
          .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide.video {
            width: 112px; }
          .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide img {
            width: 100% !important;
            height: 100%;
            display: flex !important;
            border-radius: 4px;
            object-fit: contain;
            opacity: .5;
            min-width: 43px; }
            .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide img.video-poster {
              width: 30px !important;
              height: 30px;
              position: static; }
          .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide svg {
            display: flex;
            opacity: 1;
            position: absolute; }
          .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide.slick-current {
            border: 2px solid #44BB6E;
            padding: 2px;
            cursor: default; }
            .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide.slick-current img, .product-page.card-product-page .product__image .product__slider-nav .slick-list .slick-slide.slick-current svg {
              opacity: 1; }
    .product-page.card-product-page .product__description {
      max-width: 674px;
      min-width: 500px;
      overflow-x: hidden;
      z-index: 24; }
      .product-page.card-product-page .product__description .product__code {
        margin-bottom: 10px; }
        .product-page.card-product-page .product__description .product__code p {
          font-size: 14px;
          line-height: 120%;
          letter-spacing: -0.01em;
          color: #1F1F1F; }
          .product-page.card-product-page .product__description .product__code p span {
            color: #727272; }
      .product-page.card-product-page .product__description .product__name {
        margin-bottom: 20px; }
        .product-page.card-product-page .product__description .product__name h1 {
          font-size: 32px;
          line-height: 120%;
          letter-spacing: -0.01em;
          color: #1F1F1F; }
      .product-page.card-product-page .product__description .product__status {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .product-page.card-product-page .product__description .product__status .product__status__comments-count {
          margin-right: 18px; }
          .product-page.card-product-page .product__description .product__status .product__status__comments-count p {
            border-bottom: 1px #287C9B dashed;
            cursor: pointer;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0.01em; }
        .product-page.card-product-page .product__description .product__status .product__status__availability {
          display: flex;
          align-items: center;
          background: #EFEFEF;
          border-radius: 8px;
          height: 28px;
          padding: 0 8px; }
          .product-page.card-product-page .product__description .product__status .product__status__availability span {
            background: #44BB6E;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: 8px;
            animation: pulse-black 4s infinite; }
          .product-page.card-product-page .product__description .product__status .product__status__availability p {
            font-size: 16px;
            line-height: 1;
            color: #1F1F1F;
            letter-spacing: -0.01em;
            margin-bottom: -3px; }
          .product-page.card-product-page .product__description .product__status .product__status__availability .pulse {
            background: #44BB6E;
            box-shadow: 0 0 0 0 #44BB6E;
            animation: pulse-green 2s infinite; }
            .product-page.card-product-page .product__description .product__status .product__status__availability .pulse.red {
              background: #E3565E;
              box-shadow: 0 0 0 0 #E3565E;
              animation: unset; }

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #44BB6E; }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(51, 217, 178, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0); } }
      .product-page.card-product-page .product__description .wrap-star {
        margin-bottom: 0;
        margin-right: 18px; }
        .product-page.card-product-page .product__description .wrap-star ul.stars {
          display: flex;
          align-items: center; }
          .product-page.card-product-page .product__description .wrap-star ul.stars li {
            margin: 0 2px; }
            .product-page.card-product-page .product__description .wrap-star ul.stars li span {
              width: 20px;
              height: 20px; }
              .product-page.card-product-page .product__description .wrap-star ul.stars li span.star1 {
                background: url("/assets/images/star-full.svg"); }
              .product-page.card-product-page .product__description .wrap-star ul.stars li span.star2 {
                background: url("/assets/images/star-almost-full.svg"); }
              .product-page.card-product-page .product__description .wrap-star ul.stars li span.star3 {
                background: url("/assets/images/star-almost-empty.svg"); }
              .product-page.card-product-page .product__description .wrap-star ul.stars li span.star4 {
                background: url("/assets/images/star-empty.svg"); }
              .product-page.card-product-page .product__description .wrap-star ul.stars li span.star5 {
                background: url("/assets/images/star-half.svg"); }
      .product-page.card-product-page .product__description .product__short-description {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
        .product-page.card-product-page .product__description .product__short-description .product__short-description__left {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -7px; }
          .product-page.card-product-page .product__description .product__short-description .product__short-description__left .product__short-description__block {
            margin: 0 7px 7px; }
            .product-page.card-product-page .product__description .product__short-description .product__short-description__left .product__short-description__block p {
              display: flex;
              align-items: center;
              font-size: 14px;
              line-height: 120%;
              letter-spacing: -0.01em;
              color: #1F1F1F;
              margin-bottom: 0; }
              .product-page.card-product-page .product__description .product__short-description .product__short-description__left .product__short-description__block p span {
                display: block; }
              .product-page.card-product-page .product__description .product__short-description .product__short-description__left .product__short-description__block p span {
                margin-right: 4px;
                color: #727272; }
        .product-page.card-product-page .product__description .product__short-description .product__short-description__right {
          flex-shrink: 0; }
          .product-page.card-product-page .product__description .product__short-description .product__short-description__right p {
            font-family: "Geometria", serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0.01em;
            color: #287C9B;
            border-bottom: 1px #287C9B dashed;
            cursor: pointer; }
      .product-page.card-product-page .product__description .product__timer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 105px;
        color: #1F1F1F;
        padding: 0 30px;
        margin-bottom: 20px;
        margin-top: 20px; }
        .product-page.card-product-page .product__description .product__timer p {
          margin-bottom: 0; }
        .product-page.card-product-page .product__description .product__timer .product__timer__left {
          margin-right: 20px; }
          .product-page.card-product-page .product__description .product__timer .product__timer__left .product__timer__title {
            margin-bottom: 4px; }
            .product-page.card-product-page .product__description .product__timer .product__timer__left .product__timer__title p {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 24px;
              line-height: 120%;
              letter-spacing: -0.01em;
              color: #1F1F1F; }
          .product-page.card-product-page .product__description .product__timer .product__timer__left .product__timer__description p {
            font-size: 14px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #494949; }
        .product-page.card-product-page .product__description .product__timer .product__timer__right {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 -5px; }
          .product-page.card-product-page .product__description .product__timer .product__timer__right .product__timer__block {
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: #FFFFFF;
            border: 1px solid #E5E5E5;
            border-radius: 10px;
            margin: 0 5px; }
            .product-page.card-product-page .product__description .product__timer .product__timer__right .product__timer__block__number p {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 24px;
              line-height: 120%;
              text-align: center;
              letter-spacing: -0.01em; }
            .product-page.card-product-page .product__description .product__timer .product__timer__right .product__timer__block__units p {
              font-family: "Geometria", serif;
              font-weight: 500;
              font-size: 12px;
              line-height: 110%;
              text-align: center;
              letter-spacing: -0.03em;
              color: #727272; }
      .product-page.card-product-page .product__description .icon {
        display: block;
        position: relative;
        margin-right: 6px;
        margin-left: 6px;
        cursor: pointer; }
      .product-page.card-product-page .product__description .product__buy-phone {
        margin-bottom: 55px; }
        .product-page.card-product-page .product__description .product__buy-phone .product__buy__top {
          padding-bottom: 20px; }
          .product-page.card-product-page .product__description .product__buy-phone .product__buy__top button {
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.01em; }
          .product-page.card-product-page .product__description .product__buy-phone .product__buy__top input {
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0.01em;
            color: #727272; }
        .product-page.card-product-page .product__description .product__buy-phone fieldset {
          border: 1px solid #D0D0D0;
          border-radius: 10px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          transition: 0.1s border; }
          .product-page.card-product-page .product__description .product__buy-phone fieldset.error {
            border: 1px solid #DA1E28; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset.error legend {
              color: #DA1E28; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset.error input {
              color: #DA1E28; }
              .product-page.card-product-page .product__description .product__buy-phone fieldset.error input::placeholder {
                color: #DA1E28; }
          .product-page.card-product-page .product__description .product__buy-phone fieldset legend {
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0.01em;
            color: #727272;
            margin-left: 22px;
            width: auto;
            padding: 0 8px;
            transition: 0.1s color; }
          .product-page.card-product-page .product__description .product__buy-phone fieldset label {
            height: 100%; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset label input {
              height: 100%;
              margin-left: 30px;
              transition: 0.1s color; }
              .product-page.card-product-page .product__description .product__buy-phone fieldset label input::placeholder {
                transition: 0.1s color; }
          .product-page.card-product-page .product__description .product__buy-phone fieldset button {
            display: block;
            background: #FFFFFF;
            border: 2px solid #1F1F1F;
            box-sizing: border-box;
            border-radius: 10px;
            color: #1F1F1F;
            padding: 0 20px;
            margin-top: -6px;
            margin-bottom: -1px;
            margin-right: -1px;
            outline: none;
            width: 47.5%;
            transition: 0.28s opacity;
            height: 64px; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset button:hover {
              background-color: #F8F8F8; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset button:active {
              background-color: #EFEFEF; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset button:focus {
              background-color: #EFEFEF; }
            .product-page.card-product-page .product__description .product__buy-phone fieldset button:disabled {
              background-color: #E8E8E8;
              color: #ABABAB;
              border: 2px solid #E8E8E8; }
        .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom {
          justify-content: space-between;
          margin-top: 0; }
          .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a {
            width: 302px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            background: #F8F8F8;
            border-radius: 6px;
            font-family: "Geometria", serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0.01em;
            color: #1F1F1F;
            border: 0;
            height: 35px;
            outline: none;
            padding: 0; }
            .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button:hover, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a:hover {
              background-color: #EFEFEF; }
            .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button.active, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a.active {
              border: 2px solid #44BB6E;
              background-color: #E5E5E5; }
              .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button.active span, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a.active span {
                color: #44BB6E; }
            .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button:focus, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a:focus {
              opacity: 0.8;
              border: 2px solid #1F1F1F;
              background: #F8F8F8;
              color: #1F1F1F; }
            .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button:first-child, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a:first-child {
              margin-right: 10px; }
            .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom button svg, .product-page.card-product-page .product__description .product__buy-phone .product__buy__bottom a svg {
              margin-right: 12px; }
      .product-page.card-product-page .product__description .delivery-payment-mobile {
        display: none; }
      .product-page.card-product-page .product__description .delivery-payment {
        display: flex;
        justify-content: space-between; }
        .product-page.card-product-page .product__description .delivery-payment:last-child .column {
          padding-bottom: 0; }
        .product-page.card-product-page .product__description .delivery-payment p {
          margin-bottom: 0;
          color: #494949; }
        .product-page.card-product-page .product__description .delivery-payment .column {
          width: 50%;
          margin: 0 3px;
          padding: 20px 0;
          border-top: 1px solid rgba(0, 0, 0, 0.14);
          height: auto;
          overflow: hidden; }
          .product-page.card-product-page .product__description .delivery-payment .column.cover {
            height: 0;
            padding: 0; }
          .product-page.card-product-page .product__description .delivery-payment .column.delivery-payment__header {
            display: flex;
            justify-content: space-between; }
            .product-page.card-product-page .product__description .delivery-payment .column.delivery-payment__header span {
              width: 35px;
              height: 35px;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 1px solid rgba(0, 0, 0, 0.14);
              border-radius: 50%; }
            .product-page.card-product-page .product__description .delivery-payment .column.delivery-payment__header svg {
              transition: 0.28s transform; }
            .product-page.card-product-page .product__description .delivery-payment .column.delivery-payment__header .cover svg {
              transform: rotate(180deg); }
          .product-page.card-product-page .product__description .delivery-payment .column:first-child p {
            font-family: "Geometria", sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #494949; }
          .product-page.card-product-page .product__description .delivery-payment .column .column__string {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 6px; }
            .product-page.card-product-page .product__description .delivery-payment .column .column__string:last-child {
              margin-bottom: 0; }
            .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon {
              display: block;
              position: relative;
              margin-right: 6px;
              margin-left: 6px;
              cursor: pointer; }
              .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon:hover .discount {
                opacity: 1;
                visibility: visible; }
              .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount {
                padding: 15px;
                background: #1F1F1F;
                border-radius: 6px;
                opacity: 0;
                visibility: hidden;
                transition: 0.28s visibility, 0.28s opacity;
                z-index: 10;
                pointer-events: none; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount .arrow,
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount .arrow::before {
                  position: absolute;
                  width: 8px;
                  height: 8px;
                  z-index: -1; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount .arrow::before {
                  content: '';
                  transform: rotate(45deg);
                  background: #1F1F1F; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount[data-popper-placement^='top'] > .arrow {
                  bottom: -4px; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount[data-popper-placement^='bottom'] > .arrow {
                  top: -4px; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount[data-popper-placement^='left'] > .arrow {
                  right: -4px; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount[data-popper-placement^='right'] > .arrow {
                  left: -4px; }
                .product-page.card-product-page .product__description .delivery-payment .column .column__string .icon .discount p {
                  color: #FFFFFF;
                  font-family: 'Geometria', serif;
                  font-weight: 400;
                  font-size: 14px;
                  line-height: 120%;
                  margin-bottom: 0;
                  width: 230px;
                  letter-spacing: normal; }
          .product-page.card-product-page .product__description .delivery-payment .column .column__tooltip {
            display: flex;
            align-items: center; }
        .product-page.card-product-page .product__description .delivery-payment.payment {
          margin-bottom: 18px; }
          .product-page.card-product-page .product__description .delivery-payment.payment .column {
            border-top: 1px solid rgba(0, 0, 0, 0.14); }
      .product-page.card-product-page .product__description .advantages {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 30px 30px 20px 30px;
        background: #FFFFFF;
        border-radius: 8px;
        margin-bottom: 30px; }
        .product-page.card-product-page .product__description .advantages .advantage {
          display: flex;
          align-items: center;
          width: 31%;
          min-height: 35px;
          margin-bottom: 10px;
          margin-right: 10px;
          cursor: pointer;
          flex: 0 1 calc(33% - 10px); }
          .product-page.card-product-page .product__description .advantages .advantage .advantage__icon {
            margin-right: 10px;
            border-radius: 8px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 0;
            background-color: #F8F8F8; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__icon img, .product-page.card-product-page .product__description .advantages .advantage .advantage__icon svg {
              width: 100%;
              background: #F8F8F8;
              padding: 7px;
              border-radius: 8px; }
          .product-page.card-product-page .product__description .advantages .advantage .advantage__text p {
            font-size: 14px;
            line-height: 120%;
            letter-spacing: -0.01em;
            color: #1F1F1F;
            margin-bottom: 0;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-break: break-word; }
          .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip {
            padding: 15px;
            background: #1F1F1F;
            border-radius: 6px;
            opacity: 0;
            visibility: hidden;
            transition: 0.28s visibility, 0.28s opacity;
            z-index: 10;
            cursor: initial; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip a {
              color: #44BB6E;
              text-decoration: underline; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip .arrow,
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip .arrow::before {
              position: absolute;
              width: 8px;
              height: 8px;
              z-index: -1; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip .arrow::before {
              content: '';
              transform: rotate(45deg);
              background: #1F1F1F; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip[data-popper-placement^='top'] > .arrow {
              bottom: -4px; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip[data-popper-placement^='bottom'] > .arrow {
              top: -4px; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip[data-popper-placement^='left'] > .arrow {
              right: -4px; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip[data-popper-placement^='right'] > .arrow {
              left: -4px; }
            .product-page.card-product-page .product__description .advantages .advantage .advantage__tooltip p {
              color: #FFFFFF;
              font-family: 'Geometria', serif;
              font-weight: 400;
              font-size: 14px;
              line-height: 120%;
              margin-bottom: 0;
              width: 230px;
              letter-spacing: normal;
              white-space: normal; }
          .product-page.card-product-page .product__description .advantages .advantage:hover .advantage__tooltip {
            opacity: 1;
            visibility: visible; }
  .product-page.card-product-page .product__image .product__slider-nav .slick-track .slick-slide {
    height: 51px; }
    .product-page.card-product-page .product__image .product__slider-nav .slick-track .slick-slide img {
      min-width: unset; }

.product-relation {
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 445px;
  border-radius: 20px;
  margin-bottom: 55px; }
  .product-relation__wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
  .product-relation__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 20px 30px; }
    .product-relation__title p {
      font-family: "Geometria", serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 120%;
      color: #1F1F1F;
      margin-bottom: 0; }
  .product-relation__card {
    background-color: #fff;
    width: 33.3%;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    transition: .25s; }
    .product-relation__card:hover {
      box-shadow: 0 25px 15px -10px rgba(190, 190, 190, 0.1), 0px 0px 40px rgba(0, 0, 0, 0.12) !important;
      transition: .25s; }
    .product-relation__card:nth-child(3n) {
      border-right: unset; }
    .product-relation__card-action {
      display: flex;
      align-items: center;
      padding: 3px 8px;
      background: #DA1E28;
      border-radius: 20px;
      position: absolute;
      top: 26px;
      left: 5px; }
      .product-relation__card-action span {
        background: #FFFFFF;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-right: 8px; }
      .product-relation__card-action p {
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.01em;
        margin-bottom: 0;
        color: #fff; }
    .product-relation__card-image {
      padding: 10px;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
      .product-relation__card-image img {
        width: 198px;
        height: 198px;
        object-fit: contain;
        border-radius: 10px; }
    .product-relation__card-wrapper {
      padding: 10px 10px 20px 10px; }
      .product-relation__card-wrapper-title {
        font-family: "Geometria", serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #1F1F1F;
        max-height: unset;
        margin-bottom: 20px; }
        .product-relation__card-wrapper-title span {
          display: block;
          height: 40px;
          overflow: hidden;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
      .product-relation__card-wrapper-price {
        display: flex;
        justify-content: space-between;
        min-height: 42px;
        align-items: center;
        width: 100%; }
      .product-relation__card-wrapper-button {
        width: max-content; }
        .product-relation__card-wrapper-button button {
          display: block;
          background: #FFFFFF;
          border: 2px solid #1F1F1F;
          box-sizing: border-box;
          border-radius: 10px;
          color: #1F1F1F;
          padding: 10px 10px !important;
          margin-top: -6px;
          font-size: 14px;
          outline: none;
          width: 100%;
          transition: 0.28s opacity;
          line-height: 1; }
          .product-relation__card-wrapper-button button:hover {
            background-color: #F8F8F8; }
    .product-relation__card-discount {
      width: max-content;
      position: absolute;
      left: calc(100% + 5px);
      font-size: 10px;
      line-height: 120%;
      letter-spacing: -0.03em;
      color: #FFFFFF;
      flex: none;
      order: 0;
      flex-grow: 0;
      background: #E3565E;
      border-radius: 8px;
      padding: 2px 5px; }
    .product-relation__card-old-price {
      display: inline-block;
      margin-top: 0;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.01em;
      color: #9C9C9C;
      position: relative;
      text-decoration: line-through; }
    .product-relation__card-old-price-holder {
      margin-bottom: 10px; }
    .product-relation__card-price-new {
      letter-spacing: -0.03em;
      color: #1F1F1F;
      font-weight: 500;
      font-size: 20px;
      line-height: 75%;
      font-family: "Geometria",serif;
      padding: 0 10px 0 0; }

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .product-page.card-product-page .product__image .product__slider__wrapper {
    max-width: 450px; }
  .product__slider {
    margin-bottom: 50px; }
  .product-page.card-product-page .product__image .product__slider .slick-dots {
    bottom: -24px; }
  .product-page.card-product-page .product__image {
    min-width: 500px;
    padding: 50px 50px 10px 50px;
    min-height: unset;
    height: 604px; }
  .product-page.card-product-page .product__image .product__slider .slick-list .slick-slide .zoo-item {
    margin: 0 auto; }
  .product-page.card-product-page .product__image.sticked .product__slider .slick-list .slick-slide .zoo-item {
    width: 440px;
    height: 440px; }
  .product-page.card-product-page .product__image .product__slider .slick-track .slick-slide .zoo-item .zoo-img {
    background-size: contain; }
  .product-page.card-product-page .product__image.sticked {
    height: 604px; }
  .product-page.card-product-page .product__image {
    max-width: 630px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 50px 30px 50px;
    margin-right: 60px;
    flex-grow: 1;
    position: sticky;
    top: 10px;
    overflow: hidden;
    min-width: 400px;
    height: 604px;
    /* min-height: 668px; */ }
  .product-page.card-product-page .product__description {
    width: 50%; }
  .product-page.card-product-page .product__image.sticked .product__slider {
    margin-bottom: 18px; }
  .product-page.card-product-page .product__image .product__slider-nav {
    top: 10px; } }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .product-page.card-product-page .product__image {
    height: 100%; }
  .product-page.card-product-page .product__description {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .filter_mob_wrapper {
    z-index: 3 !important; } }

.characteristics, .description, .additional-materials, .applications, .delivery-payment-mobile {
  margin-bottom: 30px; }
  .characteristics__header, .description__header, .additional-materials__header, .applications__header, .delivery-payment-mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    cursor: pointer;
    position: relative; }
    .characteristics__header:before, .description__header:before, .additional-materials__header:before, .applications__header:before, .delivery-payment-mobile__header:before {
      position: absolute;
      right: 50.5%;
      bottom: -1px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: #f5f6f0; }
    .characteristics__header p, .description__header p, .additional-materials__header p, .applications__header p, .delivery-payment-mobile__header p {
      margin-bottom: 0;
      font-family: "Geometria", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #1F1F1F; }
    .characteristics__header h2, .description__header h2, .additional-materials__header h2, .applications__header h2, .delivery-payment-mobile__header h2 {
      margin-bottom: 0;
      font-family: "Geometria", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #1F1F1F;
      margin-left: 0;
      margin-right: auto; }
    .characteristics__header span, .description__header span, .additional-materials__header span, .applications__header span, .delivery-payment-mobile__header span {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(0, 0, 0, 0.14);
      border-radius: 50%; }
      .characteristics__header span svg, .description__header span svg, .additional-materials__header span svg, .applications__header span svg, .delivery-payment-mobile__header span svg {
        transition: 0.28s transform; }
      .characteristics__header span.cover svg, .description__header span.cover svg, .additional-materials__header span.cover svg, .applications__header span.cover svg, .delivery-payment-mobile__header span.cover svg {
        transform: rotate(180deg); }
  .characteristics__body, .description__body, .additional-materials__body, .applications__body, .delivery-payment-mobile__body {
    height: auto;
    overflow: hidden; }
    .characteristics__body.cover, .description__body.cover, .additional-materials__body.cover, .applications__body.cover, .delivery-payment-mobile__body.cover {
      height: 0; }
    .characteristics__body .text, .description__body .text, .additional-materials__body .text, .applications__body .text, .delivery-payment-mobile__body .text {
      padding-top: 10px; }
      .characteristics__body .text b, .description__body .text b, .additional-materials__body .text b, .applications__body .text b, .delivery-payment-mobile__body .text b {
        font-weight: 700; }
      .characteristics__body .text ul, .description__body .text ul, .additional-materials__body .text ul, .applications__body .text ul, .delivery-payment-mobile__body .text ul {
        display: inline-block;
        margin-left: 20px;
        font-family: "Geometria", serif;
        font-weight: 400;
        margin-bottom: 20px; }
      .characteristics__body .text p, .characteristics__body .text li, .description__body .text p, .description__body .text li, .additional-materials__body .text p, .additional-materials__body .text li, .applications__body .text p, .applications__body .text li, .delivery-payment-mobile__body .text p, .delivery-payment-mobile__body .text li {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: #494949; }
        .characteristics__body .text p::marker, .characteristics__body .text li::marker, .description__body .text p::marker, .description__body .text li::marker, .additional-materials__body .text p::marker, .additional-materials__body .text li::marker, .applications__body .text p::marker, .applications__body .text li::marker, .delivery-payment-mobile__body .text p::marker, .delivery-payment-mobile__body .text li::marker {
          display: block; }
  .characteristics .characteristics-table table, .characteristics .additional-materials-table table, .description .characteristics-table table, .description .additional-materials-table table, .additional-materials .characteristics-table table, .additional-materials .additional-materials-table table, .applications .characteristics-table table, .applications .additional-materials-table table, .delivery-payment-mobile .characteristics-table table, .delivery-payment-mobile .additional-materials-table table {
    margin-bottom: 0; }
    .characteristics .characteristics-table table tbody tr, .characteristics .additional-materials-table table tbody tr, .description .characteristics-table table tbody tr, .description .additional-materials-table table tbody tr, .additional-materials .characteristics-table table tbody tr, .additional-materials .additional-materials-table table tbody tr, .applications .characteristics-table table tbody tr, .applications .additional-materials-table table tbody tr, .delivery-payment-mobile .characteristics-table table tbody tr, .delivery-payment-mobile .additional-materials-table table tbody tr {
      border-top: 1px solid rgba(0, 0, 0, 0.14); }
      .characteristics .characteristics-table table tbody tr th:before, .characteristics .additional-materials-table table tbody tr th:before, .description .characteristics-table table tbody tr th:before, .description .additional-materials-table table tbody tr th:before, .additional-materials .characteristics-table table tbody tr th:before, .additional-materials .additional-materials-table table tbody tr th:before, .applications .characteristics-table table tbody tr th:before, .applications .additional-materials-table table tbody tr th:before, .delivery-payment-mobile .characteristics-table table tbody tr th:before, .delivery-payment-mobile .additional-materials-table table tbody tr th:before {
        position: absolute;
        right: 5px;
        bottom: -1px;
        content: '';
        width: 6px;
        height: 1px;
        background-color: #f5f6f0; }
      .characteristics .characteristics-table table tbody tr th, .characteristics .characteristics-table table tbody tr td, .characteristics .additional-materials-table table tbody tr th, .characteristics .additional-materials-table table tbody tr td, .description .characteristics-table table tbody tr th, .description .characteristics-table table tbody tr td, .description .additional-materials-table table tbody tr th, .description .additional-materials-table table tbody tr td, .additional-materials .characteristics-table table tbody tr th, .additional-materials .characteristics-table table tbody tr td, .additional-materials .additional-materials-table table tbody tr th, .additional-materials .additional-materials-table table tbody tr td, .applications .characteristics-table table tbody tr th, .applications .characteristics-table table tbody tr td, .applications .additional-materials-table table tbody tr th, .applications .additional-materials-table table tbody tr td, .delivery-payment-mobile .characteristics-table table tbody tr th, .delivery-payment-mobile .characteristics-table table tbody tr td, .delivery-payment-mobile .additional-materials-table table tbody tr th, .delivery-payment-mobile .additional-materials-table table tbody tr td {
        position: relative;
        width: 50%;
        padding: 10px 0;
        border: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: #494949; }
        .characteristics .characteristics-table table tbody tr th a, .characteristics .characteristics-table table tbody tr td a, .characteristics .additional-materials-table table tbody tr th a, .characteristics .additional-materials-table table tbody tr td a, .description .characteristics-table table tbody tr th a, .description .characteristics-table table tbody tr td a, .description .additional-materials-table table tbody tr th a, .description .additional-materials-table table tbody tr td a, .additional-materials .characteristics-table table tbody tr th a, .additional-materials .characteristics-table table tbody tr td a, .additional-materials .additional-materials-table table tbody tr th a, .additional-materials .additional-materials-table table tbody tr td a, .applications .characteristics-table table tbody tr th a, .applications .characteristics-table table tbody tr td a, .applications .additional-materials-table table tbody tr th a, .applications .additional-materials-table table tbody tr td a, .delivery-payment-mobile .characteristics-table table tbody tr th a, .delivery-payment-mobile .characteristics-table table tbody tr td a, .delivery-payment-mobile .additional-materials-table table tbody tr th a, .delivery-payment-mobile .additional-materials-table table tbody tr td a {
          font-size: 16px;
          line-height: 140%;
          letter-spacing: -0.01em;
          text-decoration-line: underline;
          color: #287C9B; }
      .characteristics .characteristics-table table tbody tr:nth-child(1), .characteristics .additional-materials-table table tbody tr:nth-child(1), .description .characteristics-table table tbody tr:nth-child(1), .description .additional-materials-table table tbody tr:nth-child(1), .additional-materials .characteristics-table table tbody tr:nth-child(1), .additional-materials .additional-materials-table table tbody tr:nth-child(1), .applications .characteristics-table table tbody tr:nth-child(1), .applications .additional-materials-table table tbody tr:nth-child(1), .delivery-payment-mobile .characteristics-table table tbody tr:nth-child(1), .delivery-payment-mobile .additional-materials-table table tbody tr:nth-child(1) {
        border-top: 0; }

.description__header:before {
  position: absolute;
  right: 50.5%;
  bottom: -1px;
  content: '';
  width: 6px;
  height: 1px;
  background-color: transparent; }

.description .description__body .text ol {
  padding-left: 30px; }

[data-tooltip] {
  position: relative; }

[data-tooltip]::after {
  font-size: 12px;
  content: attr(data-tooltip);
  position: absolute;
  width: auto;
  left: 0;
  top: -6vh;
  background: #1F1F1F;
  color: #fff;
  padding: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: 1s; }

[data-tooltip]:hover::after {
  opacity: 1;
  left: 280px; }

.checkbox .error-text.error-text__monobank {
  bottom: 0; }

@media screen and (max-width: 1024px) {
  [data-tooltip]:hover::after {
    top: -5vw;
    left: 0; } }

@media screen and (max-width: 767px) {
  [data-tooltip]:hover::after {
    top: -9vw;
    left: 0;
    width: auto; } }

@media screen and (max-width: 380px) {
  [data-tooltip]:hover::after {
    top: -16vw;
    left: 0;
    width: auto; } }

.applications.scope {
  border-bottom: none;
  padding-bottom: 0;
  position: relative; }

.applications__tag.applications__more:after {
  content: unset;
  transition: .25s; }

@media (hover: hover) {
  .callback__mobile:hover .callback__more-phone {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 102; } }

.active-block {
  display: block !important; }

.applications__tag.applications__more.cover {
  height: 0; }

.applications__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  cursor: pointer; }
  .applications__title p {
    margin-bottom: 0;
    font-family: "Geometria", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1F1F1F; }
  .applications__title span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 50%; }
    .applications__title span svg {
      transition: 0.28s transform; }
    .applications__title span.cover svg {
      transform: rotate(180deg); }

.applications__tag {
  overflow: hidden;
  font-size: 0; }
  .applications__tag span {
    font-size: 16px; }
  .applications__tag.cover {
    height: 0; }
  .applications__tag a {
    margin-right: 15px; }
    .applications__tag a:last-child {
      margin-right: 5px; }
  .applications__tag.applications__more {
    height: auto; }

.applications__more-hide-button {
  display: none; }

.applications__more-button.cover {
  display: none; }

.applications__more-button {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #287C9B;
  border-bottom-style: dotted;
  color: #287C9B;
  border-left: none;
  border-top: none;
  border-right: none;
  background: unset; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.reviews .animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.reviews #comment-list-holder {
  background: #FFFFFF;
  border-radius: 20px;
  padding-bottom: 30px; }
  .reviews #comment-list-holder .reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 20px 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 3; }
    .reviews #comment-list-holder .reviews__header__left p {
      margin-bottom: 2px;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: -0.01em;
      color: #1F1F1F; }
    .reviews #comment-list-holder .reviews__header__left .wrap-star {
      display: flex;
      align-items: center; }
      .reviews #comment-list-holder .reviews__header__left .wrap-star ul.stars {
        margin-right: 8px; }
        .reviews #comment-list-holder .reviews__header__left .wrap-star ul.stars li span {
          width: 12px;
          height: 12px;
          background-size: cover; }
      .reviews #comment-list-holder .reviews__header__left .wrap-star p {
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        letter-spacing: -0.03em;
        color: #1F1F1F;
        margin-bottom: 0;
        margin-top: 3px; }
    .reviews #comment-list-holder .reviews__header__right button {
      background: #F8F8F8;
      border-radius: 8px;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #1F1F1F;
      padding: 15px 20px;
      outline: none;
      border: 0; }
      .reviews #comment-list-holder .reviews__header__right button:hover {
        background-color: #EFEFEF; }
  .reviews #comment-list-holder .review-block-item {
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    animation: pulse;
    animation-duration: 1.5s;
    position: relative; }
    .reviews #comment-list-holder .review-block-item:last-child {
      margin-bottom: 0; }
    .reviews #comment-list-holder .review-block-item__avatar {
      margin-right: 10px; }
      .reviews #comment-list-holder .review-block-item__avatar span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(0deg, #E3F5E9, #E3F5E9), linear-gradient(0deg, #E5E8FC, #E5E8FC), #E6DFFB;
        color: #44BB6E;
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        text-transform: uppercase; }
      .reviews #comment-list-holder .review-block-item__avatar .line {
        background: #F8F8F8;
        border-radius: 20px;
        height: calc(100% - 50px);
        position: absolute;
        width: 3px;
        top: 50px;
        left: 50px; }
    .reviews #comment-list-holder .review-block-item__body {
      flex-grow: 1; }
      .reviews #comment-list-holder .review-block-item__body .review-block-item-text {
        background: #F8F8F8;
        border-radius: 10px;
        padding: 15px; }
        .reviews #comment-list-holder .review-block-item__body .review-block-item-text-answer {
          display: flex;
          margin-top: 10px;
          background: unset;
          border-radius: 0;
          padding: 0; }
          .reviews #comment-list-holder .review-block-item__body .review-block-item-text-answer .review-block-item__body {
            background: #F8F8F8;
            border-radius: 10px;
            padding: 15px;
            flex-grow: 1; }
      .reviews #comment-list-holder .review-block-item__body p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.01em; }
      .reviews #comment-list-holder .review-block-item__body .text {
        margin-bottom: 10px; }
      .reviews #comment-list-holder .review-block-item__body button {
        border: 0; }
      .reviews #comment-list-holder .review-block-item__body .comment {
        font-size: 14px;
        font-family: "Geometria", serif;
        font-weight: 500;
        color: #287C9B;
        border-bottom: 1px #287C9B dashed;
        background: transparent;
        padding: 0; }
      .reviews #comment-list-holder .review-block-item__body .title-review {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2px; }
        .reviews #comment-list-holder .review-block-item__body .title-review span {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 140%;
          letter-spacing: -0.01em;
          color: #1F1F1F; }
        .reviews #comment-list-holder .review-block-item__body .title-review .data-review {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 12px;
          line-height: 110%;
          letter-spacing: -0.03em;
          color: #9C9C9C; }
      .reviews #comment-list-holder .review-block-item__body .wrap-star {
        margin: 0 -2px 10px -2px; }
        .reviews #comment-list-holder .review-block-item__body .wrap-star ul.stars li span {
          width: 12px;
          height: 12px;
          background-size: cover; }
  .reviews #comment-list-holder .reviews__no-comments {
    display: flex;
    justify-content: center;
    align-items: center; }
    .reviews #comment-list-holder .reviews__no-comments .description {
      text-align: center;
      margin-bottom: 10px; }
      .reviews #comment-list-holder .reviews__no-comments .description p {
        margin-bottom: 0; }
      .reviews #comment-list-holder .reviews__no-comments .description__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        position: relative; }
        .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars {
          display: flex;
          align-items: center;
          position: relative;
          z-index: 3; }
          .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li {
            margin: 0 5px;
            list-style: none; }
            .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span {
              width: 50px;
              height: 50px;
              display: block;
              background-size: cover !important; }
              .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span.star1 {
                background: url("/assets/images/star-full.svg"); }
              .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span.star2 {
                background: url("/assets/images/star-almost-full.svg"); }
              .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span.star3 {
                background: url("/assets/images/star-almost-empty.svg"); }
              .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span.star4 {
                background: url("/assets/images/star-empty.svg"); }
              .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span.star5 {
                background: url("/assets/images/star-half.svg"); }
        .reviews #comment-list-holder .reviews__no-comments .description__icon .bg {
          position: absolute;
          left: 0; }
      .reviews #comment-list-holder .reviews__no-comments .description__title {
        margin-bottom: 8px;
        position: relative;
        z-index: 3; }
        .reviews #comment-list-holder .reviews__no-comments .description__title p {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 20px;
          line-height: 28px;
          text-align: center;
          letter-spacing: -0.01em;
          color: #1F1F1F; }
      .reviews #comment-list-holder .reviews__no-comments .description__text {
        position: relative;
        z-index: 3; }
        .reviews #comment-list-holder .reviews__no-comments .description__text p {
          font-size: 14px;
          line-height: 120%;
          text-align: center;
          letter-spacing: -0.01em;
          color: #727272;
          margin-bottom: 55px; }
      .reviews #comment-list-holder .reviews__no-comments .description__button {
        background: #44BB6E;
        border-radius: 8px;
        border: 0;
        outline: none;
        height: 44px;
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        padding: 0 20px; }
        .reviews #comment-list-holder .reviews__no-comments .description__button:hover {
          background-color: #73CC92; }
        .reviews #comment-list-holder .reviews__no-comments .description__button:active {
          background-color: #338C52; }
  .reviews #comment-list-holder .load-more {
    border-radius: 8px;
    border: 2px solid #1F1F1F;
    height: 44px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin: 30px 30px 0 30px;
    outline: none; }
    .reviews #comment-list-holder .load-more svg {
      margin-right: 16px; }
    .reviews #comment-list-holder .load-more span {
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #1F1F1F; }

.comparison-page table {
  z-index: 10; }

@media screen and (max-width: 1200px) {
  .comparison-page table {
    top: 407px; } }

@media screen and (max-width: 950px) {
  .comparison-page table {
    top: 377px; } }

.comparison-page .slider-comparison .characteristics li {
  border: none !important; }

@media screen and (max-width: 485px) {
  .comparison-page table {
    top: 483px; } }

@media screen and (max-width: 475px) {
  .comparison-page table {
    top: 470px; } }

@media screen and (max-width: 400px) {
  .comparison-page table {
    top: 466px; } }

@media screen and (max-width: 375px) {
  .comparison-page table {
    top: 469px; } }

.comparison-page .slider-comparison button {
  top: 190px !important; }

.comparison-page .slider-comparison .characteristics {
  border: none; }

.comparison-page .slider-comparison .slick-track {
  margin: auto; }

.comparison-page .slider-comparison .compare-block {
  display: none !important; }

.comparison-page .slider-comparison table {
  padding-bottom: 2px !important; }

@media screen and (min-width: 1024px) {
  .comparison-page .slider-comparison {
    max-width: 50vw !important;
    margin-top: 50px;
    min-width: 45vw; }
    .comparison-page .slider-comparison .slider-comparison .characteristics li {
      white-space: nowrap; } }

@media screen and (max-width: 480px) {
  .comparison-page .slider-comparison {
    width: 950px; }
    .comparison-page .slider-comparison .slider-comparison .characteristics li {
      overflow-x: auto;
      border: none; } }

@media screen and (min-width: 376px) and (max-width: 415px) {
  .comparison-page .slider-comparison {
    margin-top: 3.1vw; } }

@media screen and (min-width: 310px) and (max-width: 340px) {
  .comparison-page .slider-comparison {
    margin-top: 5vw; }
    .comparison-page .slider-comparison .slider-comparison .characteristics {
      padding: 1px 0 0; } }

@media screen and (min-width: 340px) and (max-width: 375px) {
  .comparison-page .slider-comparison {
    margin-top: 5vw; }
    .comparison-page .slider-comparison .slider-comparison .characteristics {
      padding: 1px 0 0; } }

.comparison-page .slider-comparison .block-buy {
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 400px) {
  .comparison-page .slider-comparison .box-category-holder .about-title {
    max-height: 60px;
    margin-bottom: 5px;
    min-height: 55px; } }

.comparison-wrapper .filter-serv .column {
  width: auto !important; }

.added-to-cart.modal-u.show {
  visibility: visible;
  opacity: 1; }

.added-to-cart.modal-u.show .modal-u__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%; }

.modal-u {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.28s opacity, 0.28s visibility;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 102;
  font-family: 'Geometria', serif;
  font-weight: 400; }
  .modal-u.video-player {
    padding-top: 0; }
    .modal-u.video-player .video-player__body {
      max-width: 90vw;
      height: 85vh;
      margin-top: 100px; }
      .modal-u.video-player .video-player__body iframe {
        width: 100%;
        height: 100%; }
      .modal-u.video-player .video-player__body .video-player-close {
        position: absolute;
        right: -17px;
        top: -17px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F8F8F8;
        border-radius: 50%;
        cursor: pointer; }
  .modal-u fieldset {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .modal-u fieldset legend {
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #727272;
      margin-left: 22px;
      width: auto;
      padding: 0 8px; }
    .modal-u fieldset label {
      height: 100%; }
      .modal-u fieldset label input {
        height: 100%;
        margin-left: 30px; }
    .modal-u fieldset button {
      display: block;
      background: #FFFFFF;
      border: 2px solid #1F1F1F;
      box-sizing: border-box;
      border-radius: 10px;
      color: #1F1F1F;
      padding: 0 20px;
      margin-top: -6px;
      outline: none;
      width: 47%;
      transition: 0.28s opacity; }
      .modal-u fieldset button:disabled {
        opacity: 0.5; }
      .modal-u fieldset button:focus {
        opacity: 0.9; }
  .modal-u p.one-click-description {
    text-align: center;
    margin-bottom: 30px; }
  .modal-u button.btn-one-click {
    background: #44BB6E;
    border-radius: 8px;
    height: 44px;
    flex-grow: 1;
    border: 0;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 100%;
    outline: none;
    margin-top: 30px;
    transition: 0.28s opacity; }
    .modal-u button.btn-one-click:disabled {
      opacity: 0.5;
      pointer-events: none; }
  .modal-u .feedback-bg {
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 450px;
    flex-grow: 1;
    padding: 20px; }
    .modal-u .feedback-bg .feedback-holder {
      max-width: unset; }
      .modal-u .feedback-bg .feedback-holder.product-feedback input {
        font-size: 16px; }
    .modal-u .feedback-bg .line {
      border-bottom: 1px solid rgba(0, 0, 0, 0.14);
      display: block;
      margin: 0 -20px 30px -20px;
      position: relative; }
      .modal-u .feedback-bg .line.need-register p {
        position: absolute;
        left: 50%;
        top: -8px;
        padding: 0 10px;
        background: #fff;
        transform: translateX(-50%);
        font-size: 14px;
        line-height: 120%; }
    .modal-u .feedback-bg .feedback__header {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 44px;
      margin-bottom: 20px; }
      .modal-u .feedback-bg .feedback__header span {
        margin-bottom: 0; }
      .modal-u .feedback-bg .feedback__header .close-feedback {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F8F8F8;
        border-radius: 8px;
        cursor: pointer; }
    .modal-u .feedback-bg .feedback__need-register {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      .modal-u .feedback-bg .feedback__need-register p {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.01em;
        color: #1F1F1F;
        max-width: 181px;
        margin-bottom: 0; }
      .modal-u .feedback-bg .feedback__need-register a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F8F8F8;
        border-radius: 8px;
        height: 44px;
        flex-grow: 1;
        max-width: 129px;
        border: 0;
        outline: none;
        text-decoration: none; }
        .modal-u .feedback-bg .feedback__need-register a svg {
          margin-right: 21px; }
        .modal-u .feedback-bg .feedback__need-register a span {
          font-family: "Geometria", serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 100%;
          letter-spacing: 0.01em;
          color: #1F1F1F; }
    .modal-u .feedback-bg .feedback__body .form-height-column {
      width: 100%; }
      .modal-u .feedback-bg .feedback__body .form-height-column label {
        margin-bottom: 0; }
      .modal-u .feedback-bg .feedback__body .form-height-column input {
        border: 1px solid #D0D0D0;
        border-radius: 10px;
        padding: 0 15px; }
        .modal-u .feedback-bg .feedback__body .form-height-column input::placeholder {
          color: #727272; }
    .modal-u .feedback-bg .feedback__body .wrap-star {
      float: unset;
      width: unset;
      text-align: left;
      padding: 0;
      margin-bottom: 15px; }
      .modal-u .feedback-bg .feedback__body .wrap-star ul.stars {
        display: flex;
        align-items: center; }
        .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li {
          margin: 0 2px; }
          .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li span {
            width: 28px;
            height: 28px;
            background-size: cover !important;
            background: url(/assets/images/star-full.svg); }
            .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li span.star1 {
              background: url("/assets/images/star-full.svg"); }
            .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li span.star2 {
              background: url("/assets/images/star-almost-full.svg"); }
            .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li span.star3 {
              background: url("/assets/images/star-almost-empty.svg"); }
            .modal-u .feedback-bg .feedback__body .wrap-star ul.stars li span.star4 {
              background: url("/assets/images/star-empty.svg"); }
    .modal-u .feedback-bg .feedback__body .form-height .input-width {
      margin-bottom: 15px; }
    .modal-u .feedback-bg .feedback__body .form-height textarea {
      border: 1px solid #D0D0D0;
      border-radius: 10px;
      padding: 15px;
      height: 130px; }
      .modal-u .feedback-bg .feedback__body .form-height textarea::placeholder {
        color: #727272; }
    .modal-u .feedback-bg .feedback__body .textarea-group {
      min-height: 130px; }
    .modal-u .feedback-bg .feedback__body .form-btn-buy {
      height: 64px; }
      .modal-u .feedback-bg .feedback__body .form-btn-buy .btn-buy {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #44BB6E;
        height: 64px;
        font-family: "Geometria", serif;
        font-weight: 500; }
  .modal-u.active {
    visibility: visible;
    opacity: 1; }
  .modal-u__body {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    max-width: 450px;
    flex-grow: 1; }
    .modal-u__body .added-to-cart__empty-cart {
      padding-top: 20px; }
    .modal-u__body span {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #F8F8F8;
      border-radius: 8px;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .modal-u__body p {
      max-width: 280px;
      flex-grow: 1;
      font-size: 14px;
      line-height: 120%;
      text-align: center;
      letter-spacing: -0.01em;
      color: #1F1F1F;
      margin: 0 auto 20px auto; }
    .modal-u__body button {
      background: #44BB6E;
      border-radius: 8px;
      height: 44px;
      flex-grow: 1;
      border: 0;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      width: calc(100% - 40px);
      outline: none; }

.wrap-holder.wrap-slider-rec-products {
  max-width: 1368px;
  margin: 0 auto 100px auto;
  padding: 0;
  border-bottom: 0; }
  .wrap-holder.wrap-slider-rec-products .wrap {
    margin: 0;
    background: #FFFFFF;
    border-radius: 20px; }

.similar-products .slick-list {
  overflow: visible; }

@media screen and (min-width: 768px) {
  .desktop-controls {
    display: flex !important; }
  .mobile-controls {
    display: none !important; }
  .mobile-bin {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .mobile-controls {
    display: flex; }
  .mobile-bin {
    display: block;
    text-align: center; } }

.wrap-slider-rec-products__header {
  padding: 30px 30px 25px 30px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5; }
  .wrap-slider-rec-products__header .viewed__title {
    text-align: left; }
  .wrap-slider-rec-products__header p {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 0;
    width: 100%; }
  .wrap-slider-rec-products__header .buttons {
    display: flex;
    align-items: center; }
    .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-prev, .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-next {
      display: block;
      width: 44px;
      height: 44px;
      background: #F8F8F8;
      border-radius: 8px;
      border: 0; }
      .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-prev:hover, .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-next:hover {
        background-color: #EFEFEF; }
      .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-prev:nth-child(1), .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-next:nth-child(1) {
        margin-right: 5px; }

.wrap-slider-rec-products .category-links.slider-tovar .slick-list {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  z-index: 1; }

.wrap-slider-rec-products .category-links.slider-tovar .slick-track {
  display: flex; }

.wrap-slider-rec-products .category-links.slider-tovar .holder {
  padding: 0;
  height: 509px;
  width: 25%; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder {
    height: 100%; }
    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category {
      box-shadow: unset;
      border: 1px #f5f5f5 solid;
      border-radius: 0;
      height: 100%; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category:hover {
        height: unset; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category:hover .title {
          position: static; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .substrate {
        height: unset; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .substrate .title {
          margin-bottom: 5px; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star {
        display: flex;
        align-items: center;
        margin-bottom: 23px; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars {
          display: flex;
          align-items: center;
          margin-right: 0; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li {
            margin: 0 2px; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li span {
              width: 12px;
              height: 12px;
              background-size: cover !important; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li span.star1 {
                background: url("/assets/images/star-full.svg"); }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li span.star2 {
                background: url("/assets/images/star-almost-full.svg"); }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li span.star3 {
                background: url("/assets/images/star-almost-empty.svg"); }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star ul.stars li span.star4 {
                background: url("/assets/images/star-empty.svg"); }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star .quantity {
          font-size: 12px;
          line-height: 140%;
          letter-spacing: -0.03em;
          color: #1F1F1F;
          font-family: "Geometria", serif;
          font-weight: 500; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category {
        padding: 20px 0;
        width: 290px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .action {
          display: flex;
          align-items: center;
          padding: 3px 8px;
          background: #DA1E28;
          border-radius: 20px;
          position: absolute;
          top: 26px;
          left: 5px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .action span {
            background: #FFFFFF;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: 8px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .action p {
            font-family: "Geometria", serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: -0.01em;
            margin-bottom: 0;
            color: #fff; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder {
          padding: 0;
          margin-bottom: 23px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder.image-size {
            width: 100%;
            height: 290px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder img {
            border-radius: 10px;
            height: 100%; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category {
          max-height: unset;
          padding: 0;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          width: 100%; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin: 0; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy:before, .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy:after {
              content: none; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new {
              letter-spacing: -0.03em;
              color: #1F1F1F;
              font-weight: 500;
              font-size: 26px;
              line-height: 75%;
              font-family: "Geometria", serif;
              padding: 0 10px 0 0; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder {
                height: unset;
                margin-bottom: 5px; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder .old-price {
                  display: inline-block;
                  margin-top: 0;
                  font-size: 16px;
                  line-height: 100%;
                  letter-spacing: -0.01em;
                  color: #9C9C9C;
                  position: relative;
                  text-decoration: line-through; }
                  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder .old-price .discount {
                    width: max-content;
                    position: absolute;
                    left: calc(100% + 5px);
                    font-size: 10px;
                    line-height: 120%;
                    letter-spacing: -0.03em;
                    color: #FFFFFF;
                    flex: none;
                    order: 0;
                    flex-grow: 0;
                    background: #E3565E;
                    border-radius: 8px;
                    padding: 2px 5px; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
              display: flex;
              align-items: center;
              padding: 15px;
              font-size: 14px;
              line-height: 100%;
              letter-spacing: 0.01em;
              font-family: "Geometria", serif;
              font-weight: 500;
              border: 0;
              height: 44px;
              max-width: 135px;
              flex-grow: 1;
              min-width: unset;
              justify-content: center; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy svg {
                margin-right: 15px; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy p {
                margin-bottom: 0; }
              @media only screen and (max-width: 1100px) {
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy svg {
                  margin-right: 0; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy p {
                  display: none; } }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block {
              width: 36px;
              height: 36px;
              align-items: center;
              justify-content: center;
              display: none;
              margin: 0 3px; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label {
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                width: 100%;
                height: 100%;
                cursor: pointer;
                position: relative; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label:before {
                  content: none;
                  display: none; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label input {
                  display: none;
                  opacity: 0;
                  visibility: hidden; }
                  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label input:checked + span {
                    background: #F8F8F8;
                    border: 2px #44BB6E solid; }
                    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label input:checked + span svg path {
                      fill: #44BB6E; }
                    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label input:checked + span span.added {
                      display: flex; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label span {
                  background: #44BB6E;
                  border-radius: 10px;
                  width: 36px;
                  height: 36px;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .in-cart-block label span.added {
                  width: 18px;
                  height: 18px;
                  border-radius: 50%;
                  background: #44BB6E;
                  display: none;
                  align-items: center;
                  justify-content: center;
                  position: absolute;
                  right: -5px;
                  top: -5px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category:hover .title {
            position: static; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .title .about-title {
            height: auto;
            text-align: left !important;
            max-width: unset;
            font-family: "Geometria", serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: -0.01em;
            color: #1F1F1F;
            max-height: unset;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            padding: 0; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .title .about-title a {
              display: block; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block {
        position: absolute;
        top: 20px;
        right: 20px;
        margin-bottom: 0; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #F8F8F8;
          border-radius: 10px;
          width: 100%;
          height: 100%;
          cursor: pointer; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label.active {
            background: #44BB6E; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label:before {
            content: none;
            display: none; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label input {
            display: none;
            opacity: 0;
            visibility: hidden; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label input:checked + span {
              background: #44BB6E; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label input:checked + span svg path {
                stroke: #fff; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label span {
            background: #F8F8F8;
            border-radius: 10px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wishlist-block label span:hover {
              opacity: 0.65; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block {
        position: absolute;
        top: 60px;
        right: 20px;
        margin-bottom: 0; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #F8F8F8;
          border-radius: 10px;
          width: 100%;
          height: 100%;
          cursor: pointer; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label.active {
            background: #44BB6E; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label:before {
            content: none;
            display: none; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label input {
            display: none;
            opacity: 0;
            visibility: hidden; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label input:checked + span {
              background: #44BB6E; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label input:checked + span svg path {
                fill: #fff; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label span {
            background: #F8F8F8;
            border-radius: 10px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .compare-block label span:hover {
              opacity: 0.75; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder.filtered {
    display: none; }

.wrap-slider-rec-products .slick-dots {
  position: static;
  padding-top: 30px;
  padding-bottom: 20px; }
  .wrap-slider-rec-products .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E5E5; }
    .wrap-slider-rec-products .slick-dots li.slick-active {
      background: #44BB6E; }

.viewed_product__wrapper {
  max-width: 1406px;
  margin: 0 auto; }

@media only screen and (max-width: 1200px) {
  .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__price p {
    font-size: 33px; }
  .product-page.card-product-page .product__description .product__timer {
    flex-direction: column;
    height: unset; }
    .product-page.card-product-page .product__description .product__timer .product__timer__left {
      margin-bottom: 20px;
      margin-right: 0; } }

@media only screen and (max-width: 1000px) {
  .breadcrumb-holder ol li {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .breadcrumb-holder .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 14px 20px;
    overflow: auto; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item a span {
    white-space: nowrap; }
  .breadcrumb-holder .breadcrumb .breadcrumb-item.active span {
    white-space: nowrap;
    margin-right: 20px; }
  .modal-u.video-player {
    z-index: 25; }
    .modal-u.video-player .video-player__body {
      max-height: 500px;
      margin-top: 0; }
  .product-page.card-product-page .fast-buy {
    display: flex; }
    .product-page.card-product-page .fast-buy .one-click-mobile-btn {
      border-radius: 6px; }
  .product-page.card-product-page .product {
    flex-direction: column;
    padding-bottom: 80px; }
    .product-page.card-product-page .product__image {
      position: static;
      top: 0;
      max-width: unset;
      width: 100%;
      margin: 0 0 30px 0; }
      .product-page.card-product-page .product__image .product__slider {
        max-width: 450px;
        margin: 46px auto 10px auto;
        height: 450px; }
        .product-page.card-product-page .product__image .product__slider .slick-list .slick-track .slick-slide {
          height: 450px; }
    .product-page.card-product-page .product__description {
      max-width: unset;
      min-width: unset; }
    .product-page.card-product-page .product .product__buy__top .product__buy__top__left {
      flex-direction: unset; }
      .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__price {
        margin-right: 6px; }
      .product-page.card-product-page .product .product__buy__top .product__buy__top__left .product__buy__old-price {
        flex-direction: column; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products {
    margin-bottom: 80px; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder {
      height: 290px;
      margin-bottom: 7px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder img {
        width: 100%;
        height: 100%; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
      min-width: unset; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy svg {
        margin-right: 0; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy p {
        display: none; } }

@media only screen and (max-width: 767px) {
  .product-page.card-product-page .product__description .product__timer .product__timer__left .product__timer__title p {
    font-size: 20px; }
  .modal-u.video-player .video-player__body {
    max-height: 300px; }
  .modal-u .feedback-bg .line {
    margin-bottom: 15px; }
  .modal-u .feedback-bg .feedback__need-register {
    margin-bottom: 15px; }
    .modal-u .feedback-bg .feedback__need-register > p {
      margin-right: 5px; }
    .modal-u .feedback-bg .feedback__need-register a svg {
      margin-right: 5px; }
  .modal-u .feedback-bg .feedback__header {
    margin-bottom: 15px; }
    .modal-u .feedback-bg .feedback__header .close-feedback {
      width: 35px;
      height: 35px;
      top: 50%;
      transform: translateY(-50%); }
      .modal-u .feedback-bg .feedback__header .close-feedback svg {
        width: 10px; }
  .modal-u .feedback-bg .feedback__body .form-btn-buy {
    height: 44px;
    margin-bottom: 0; }
    .modal-u .feedback-bg .feedback__body .form-btn-buy .btn-buy {
      height: 44px; }
  .breadcrumb-holder {
    padding: 5px;
    width: auto;
    display: flex;
    white-space: nowrap;
    overflow: auto; }
    .breadcrumb-holder .breadcrumb {
      padding: 10px 10px 5px 10px; }
  .added-to-cart .modal-u__body {
    padding: 20px !important; }
    .added-to-cart .modal-u__body .added-to-cart__header {
      padding-bottom: 15px; }
      .added-to-cart .modal-u__body .added-to-cart__header p {
        font-size: 16px;
        line-height: 140%; }
      .added-to-cart .modal-u__body .added-to-cart__header .close {
        width: 30px;
        height: 30px; }
        .added-to-cart .modal-u__body .added-to-cart__header .close svg {
          width: 11px; }
    .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body {
      margin: 15px 0; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__image {
        max-width: 55px;
        height: 55px;
        margin-right: 10px; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__price .price {
        font-size: 16px; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__price-count p {
        font-size: 14px; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__description p {
        font-size: 12px;
        font-family: "Geometria", serif;
        font-weight: 500; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__description .count {
        font-size: 14px; }
      .added-to-cart .modal-u__body .added-to-cart__body-wrapper .added-to-cart__body .added-to-cart__product__description .price {
        margin-left: 10px;
        white-space: nowrap; }
    .added-to-cart .modal-u__body .added-to-cart__total p {
      font-size: 16px; }
  .added-to-cart__controls {
    flex-direction: column; }
    .added-to-cart__controls button {
      width: 100%;
      margin: 0 !important;
      max-width: unset; }
      .added-to-cart__controls button:first-child {
        margin-top: 10px !important;
        order: 2; }
  div.to-tablet {
    display: flex !important;
    flex-direction: column; }
  .product-page.card-product-page .product__description .delivery-payment .column:first-child p {
    font-size: 22px; }
  .product-page.card-product-page .product {
    padding: 0; }
    .product-page.card-product-page .product .product__description .delivery-payment p {
      width: 80%; }
    .product-page.card-product-page .product .product__description .delivery-payment .column:first-child {
      font-size: 22px; }
    .product-page.card-product-page .product .product__description .delivery-payment .column .column__tooltip {
      width: 90%; }
    .product-page.card-product-page .product__image {
      border-radius: 0;
      min-width: unset;
      border-bottom: 1px solid rgba(0, 0, 0, 0.14);
      margin-bottom: 0;
      padding: 40px 20px 20px 20px;
      height: 100%; }
      .product-page.card-product-page .product__image .product__slider {
        max-width: unset;
        padding: 0;
        margin: 0 0 20px 0; }
        .product-page.card-product-page .product__image .product__slider .slick-arrow {
          z-index: 10; }
          .product-page.card-product-page .product__image .product__slider .slick-arrow svg {
            width: 7px; }
        .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-left {
          width: 30px;
          height: 30px; }
        .product-page.card-product-page .product__image .product__slider .slick-arrow.product-slick-right {
          width: 30px;
          height: 30px; }
    .product-page.card-product-page .product__description {
      width: 100%; }
      .product-page.card-product-page .product__description .product__short-description {
        display: none; }
      .product-page.card-product-page .product__description .product__name {
        padding: 0 20px;
        margin-bottom: 0;
        background: #fff; }
        .product-page.card-product-page .product__description .product__name h1 {
          font-size: 20px;
          line-height: 120%;
          margin-bottom: 0; }
      .product-page.card-product-page .product__description .product__status {
        margin-bottom: 0;
        padding: 5px 20px 20px 20px;
        background: #fff; }
        .product-page.card-product-page .product__description .product__status .wrap-star {
          margin-right: 10px; }
          .product-page.card-product-page .product__description .product__status .wrap-star .stars li span {
            width: 16px;
            height: 16px;
            background-size: cover !important; }
        .product-page.card-product-page .product__description .product__status .product__status__comments-count {
          margin-right: 10px; }
          .product-page.card-product-page .product__description .product__status .product__status__comments-count p {
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            letter-spacing: 0.01em; }
        .product-page.card-product-page .product__description .product__status .product__status__availability {
          height: 23px; }
          .product-page.card-product-page .product__description .product__status .product__status__availability p {
            font-size: 14px; }
      .product-page.card-product-page .product__description .product__scort-description {
        display: none; }
      .product-page.card-product-page .product__description .product__timer {
        padding: 30px 20px !important;
        background: #F8F8F8;
        margin-bottom: 0; }
        .product-page.card-product-page .product__description .product__timer__left .product__timer p {
          font-size: 20px; }
        .product-page.card-product-page .product__description .product__timer__right .product__timer__block {
          height: 57px; }
      .product-page.card-product-page .product__description .product__buy {
        border-radius: 0;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 0;
        margin-top: 0;
        flex-direction: column; }
        .product-page.card-product-page .product__description .product__buy__top {
          padding: 0 20px 5px 20px; }
          .product-page.card-product-page .product__description .product__buy__top__left {
            flex-direction: column;
            margin-right: 0 !important; }
            .product-page.card-product-page .product__description .product__buy__top__left .product__buy__hover {
              display: none; }
            .product-page.card-product-page .product__description .product__buy__top__left .product__buy__old-price .discount {
              width: max-content; }
        .product-page.card-product-page .product__description .product__buy__bottom {
          flex-direction: column;
          align-items: flex-start;
          padding-right: 0; }
          .product-page.card-product-page .product__description .product__buy__bottom .title {
            margin-right: 0;
            margin-bottom: 10px; }
          .product-page.card-product-page .product__description .product__buy__bottom .packing {
            overflow-x: auto;
            width: 100%;
            padding-bottom: 10px; }
            .product-page.card-product-page .product__description .product__buy__bottom .packing button {
              flex-shrink: 0;
              white-space: nowrap; }
      .product-page.card-product-page .product__description .product__buy.to-tablet .product__buy__top__right {
        display: block;
        max-width: unset; }
        .product-page.card-product-page .product__description .product__buy.to-tablet .product__buy__top__right .one-click-mobile-btn {
          display: block;
          background: #FFFFFF;
          border: 2px solid #1F1F1F;
          box-sizing: border-box;
          border-radius: 10px;
          color: #1F1F1F;
          padding: 0 20px;
          outline: none;
          transition: 0.28s opacity;
          height: 64px;
          width: 100%;
          font-size: 16px; }
        .product-page.card-product-page .product__description .product__buy.to-tablet .product__buy__top__right .in-cart {
          max-width: unset; }
        .product-page.card-product-page .product__description .product__buy.to-tablet .product__buy__top__right .product__buy__button {
          max-width: unset; }
      .product-page.card-product-page .product__description .product__buy.to-tablet.one-click-mobile {
        border-bottom: 0; }
        .product-page.card-product-page .product__description .product__buy.to-tablet.one-click-mobile .product__buy__top {
          padding-bottom: 0; }
      .product-page.card-product-page .product__description .product__buy.product__buy-phone {
        border-bottom: 0;
        padding-bottom: 30px;
        padding-top: 0; }
        .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__top {
          display: none; }
        .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__bottom {
          padding: 20px 20px 0 20px;
          border-top: 0; }
          .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__bottom button, .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__bottom a {
            width: 100%;
            margin-right: 0; }
            .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__bottom button:first-child, .product-page.card-product-page .product__description .product__buy.product__buy-phone .product__buy__bottom a:first-child {
              margin-bottom: 10px; }
      .product-page.card-product-page .product__description .product__code {
        padding: 20px 20px 0 20px;
        width: 100%;
        background: #FFFFFF;
        margin-bottom: 0;
        padding-bottom: 5px; }
        .product-page.card-product-page .product__description .product__code p {
          margin-bottom: 0; }
      .product-page.card-product-page .product__description .product__timer {
        padding: 0;
        margin-top: 0; }
      .product-page.card-product-page .product__description .product__buy__top__right {
        display: none; }
      .product-page.card-product-page .product__description .delivery-payment {
        padding: 0 20px;
        flex-direction: column;
        margin-bottom: 40px;
        display: none; }
        .product-page.card-product-page .product__description .delivery-payment .column {
          width: 100%;
          margin: 0;
          border-bottom: 0; }
          .product-page.card-product-page .product__description .delivery-payment .column:nth-child(1) {
            padding-top: 30px;
            padding-bottom: 10px;
            border-top: 0;
            border-bottom: 0; }
          .product-page.card-product-page .product__description .delivery-payment .column__string {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.14);
            margin-bottom: 10px; }
            .product-page.card-product-page .product__description .delivery-payment .column__string:last-child {
              border-bottom: 0; }
      .product-page.card-product-page .product__description .delivery-payment-mobile {
        padding: 0 20px;
        flex-direction: column;
        margin-bottom: 0;
        display: block; }
        .product-page.card-product-page .product__description .delivery-payment-mobile.payment {
          margin-bottom: 40px; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 42px 0 18px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.14);
          cursor: pointer; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__header:before {
            content: none; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__header p {
            font-size: 22px; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__header span {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(0, 0, 0, 0.14);
            border-radius: 50%; }
            .product-page.card-product-page .product__description .delivery-payment-mobile__header span svg {
              transition: 0.28s transform; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__body .column {
          width: 100%;
          margin: 0;
          border-bottom: 0;
          padding: 20px 0; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__body .column__string {
          display: flex;
          align-items: center;
          margin-bottom: 6px;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
          .product-page.card-product-page .product__description .delivery-payment-mobile__body .column__string:last-child {
            border-bottom: none; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__body .column__string p {
            margin-bottom: 0; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__body .column__tooltip {
          display: flex;
          align-items: center;
          width: 50%; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__body .column__tooltip p {
            width: 80%; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__body .icon:hover .discount {
          opacity: 1;
          visibility: visible; }
        .product-page.card-product-page .product__description .delivery-payment-mobile__body .discount {
          padding: 15px;
          background: #1F1F1F;
          border-radius: 6px;
          opacity: 0;
          visibility: hidden;
          transition: 0.28s visibility, 0.28s opacity;
          z-index: 10;
          pointer-events: none; }
          .product-page.card-product-page .product__description .delivery-payment-mobile__body .discount p {
            color: #FFFFFF;
            font-family: 'Geometria', serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 120%;
            margin-bottom: 0;
            width: 230px;
            letter-spacing: normal; }
      .product-page.card-product-page .product__description .delivery-payment-mobile.payment .delivery-payment-mobile__body .column__tooltip {
        display: flex;
        align-items: center;
        width: 90%; }
      .product-page.card-product-page .product__description .characteristics__header p, .product-page.card-product-page .product__description .description__header p, .product-page.card-product-page .product__description .additional-materials__header p, .product-page.card-product-page .product__description .applications__header p, .product-page.card-product-page .product__description .applications__title p {
        font-size: 22px; }
      .product-page.card-product-page .product__description .advantages {
        flex-direction: column;
        padding: 20px;
        margin-bottom: 40px; }
        .product-page.card-product-page .product__description .advantages .advantage {
          width: 100%; }
      .product-page.card-product-page .product__description .characteristics, .product-page.card-product-page .product__description .additional-materials, .product-page.card-product-page .product__description .description, .product-page.card-product-page .product__description .applications {
        padding: 0 20px;
        margin-bottom: 40px; }
      .product-page.card-product-page .product__description .reviews {
        margin-bottom: 60px; }
        .product-page.card-product-page .product__description .reviews #comment-list-holder {
          border-radius: 0; }
          .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__header {
            padding: 20px; }
            .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__header__left > p {
              font-size: 22px;
              margin-bottom: 2px; }
            .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__header__left .wrap-star {
              margin-right: 0; }
          .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__body .review-block-item {
            padding: 0 20px; }
            .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__body .review-block-item__avatar .line {
              height: calc(100% - 50px);
              position: absolute;
              width: 3px;
              top: 50px;
              left: 40px; }
          .product-page.card-product-page .product__description .reviews #comment-list-holder .load-more {
            margin: 30px 20px 0 20px;
            width: calc(100% - 40px); }
          .product-page.card-product-page .product__description .reviews #comment-list-holder .reviews__no-comments .description__icon ul.stars li span {
            width: 40px;
            height: 40px; }
    .product-page.card-product-page .product .product__image .product__slider-nav .slick-track .slick-slide img {
      min-width: unset; }
  .product-page.card-product-page .wrap-width {
    padding: 0; }
    .product-page.card-product-page .wrap-width .wrap-slider-rec-products {
      margin-bottom: 60px;
      border-radius: 0; }
      .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header {
        padding: 20px; }
        .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header p {
          font-size: 22px;
          text-align: left; }
        .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-next, .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-prev {
          width: 35px;
          height: 35px; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-next svg, .product-page.card-product-page .wrap-width .wrap-slider-rec-products__header .buttons .wrap-slider-rec-products-prev svg {
            width: 7px; }
      .product-page.card-product-page .wrap-width .wrap-slider-rec-products .wrap {
        border-radius: 0; }
        .product-page.card-product-page .wrap-width .wrap-slider-rec-products .wrap .wrap-holder .ttl-text, .product-page.card-product-page .wrap-width .wrap-slider-rec-products .wrap .wrap-holder h2 {
          padding: 20px; }
      .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder {
        height: 350px; }
        .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category {
          padding: 10px; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .action span {
            margin-right: 4px; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder {
            height: 140px; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .compare-block {
            display: none; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .wishlist-block {
            display: none; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .wrap-star {
            margin-bottom: 0; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category > .price-new.pull-left {
            text-align: left;
            padding: 0; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category > .price-new {
            letter-spacing: -0.03em;
            color: #1F1F1F;
            font-weight: 500;
            font-size: 26px;
            line-height: 75%;
            font-family: "Geometria", serif;
            font-weight: 500;
            padding: 0 10px; }
            .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category > .price-new .old-price-holder {
              height: 20px;
              margin-bottom: 5px; }
              .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category > .price-new .old-price-holder .old-price {
                display: inline-block;
                margin-top: 0;
                text-decoration: none;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: -0.01em;
                color: #9C9C9C;
                position: relative; }
                .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category > .price-new .old-price-holder .old-price .discount {
                  position: absolute;
                  left: calc(100% + 5px);
                  font-size: 10px;
                  line-height: 120%;
                  letter-spacing: -0.03em;
                  color: #1F1F1F;
                  flex: none;
                  order: 0;
                  flex-grow: 0;
                  background: linear-gradient(0deg, #E3F5E9, #E3F5E9), linear-gradient(0deg, #E5E8FC, #E5E8FC), #E6DFFB;
                  border-radius: 8px;
                  padding: 2px 5px; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .price-new {
            display: none; }
          .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .pull-right.btn-holder {
            display: flex;
            align-items: center;
            position: relative;
            margin: 0 -3px; }
            .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .pull-right.btn-holder .wishlist-block, .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .pull-right.btn-holder .compare-block {
              position: static;
              display: block;
              margin: 0 3px; }
            .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .pull-right.btn-holder .compare-block > a:nth-child(2) {
              width: max-content;
              height: max-content; }
            .product-page.card-product-page .wrap-width .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .block-buy .pull-right.btn-holder a {
              display: none;
              width: 36px;
              height: 36px;
              padding: 0;
              align-items: center;
              border-radius: 10px;
              justify-content: center;
              margin: 0 3px; }
  .product__buy__top__left {
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: flex-end; }
  .product__buy__old-price {
    margin-left: 10px; } }

.to-tablet {
  display: none !important; }

@media screen and (max-width: 992px) {
  div.scroll-to-top a {
    bottom: 135px;
    right: 30px; } }

._orientationRight_de3d .button_7f18 {
  margin-right: 20px;
  margin-bottom: 60px !important; }

.main-slider-home .action, .article-slider .action {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  background: linear-gradient(0deg, #FD992F, #FD992F), linear-gradient(0deg, #FFAB1A, #FFAB1A), #FF832B;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px; }
  .main-slider-home .action span, .article-slider .action span {
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 8px; }
  .main-slider-home .action p, .article-slider .action p {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    color: #fff; }

.main-slider-home .price-new.pull-left .old-price-holder .discount, .article-slider .price-new.pull-left .old-price-holder .discount {
  display: none !important; }

.main-slider-home .clearfix.block-buy .clearfix.block-buy, .article-slider .clearfix.block-buy .clearfix.block-buy {
  display: flex;
  align-items: center; }
  .main-slider-home .clearfix.block-buy .clearfix.block-buy .price-new.pull-left, .article-slider .clearfix.block-buy .clearfix.block-buy .price-new.pull-left {
    flex-shrink: 0;
    margin-right: 10px; }
  .main-slider-home .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder, .article-slider .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder {
    margin-left: auto; }
    .main-slider-home .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a, .article-slider .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a {
      min-width: unset;
      height: auto;
      flex-grow: 1;
      display: flex !important;
      justify-content: center;
      align-items: center; }
      .main-slider-home .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a p, .article-slider .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a p {
        display: none; }
      @media screen and (max-width: 768px) {
        .main-slider-home .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a, .article-slider .clearfix.block-buy .clearfix.block-buy .pull-right.btn-holder a {
          flex-grow: 0;
          min-width: 44px;
          max-width: 130px;
          min-height: 44px; } }

.main-slider-home .price-new.pull-left.to-tablet, .article-slider .price-new.pull-left.to-tablet {
  display: none !important; }

.main-slider-home .wishlist-block, .main-slider-home .compare-block, .article-slider .wishlist-block, .article-slider .compare-block {
  display: none !important; }

.main-slider-home .in-cart-block, .article-slider .in-cart-block {
  display: none !important; }

.checkout-wrapper {
  font-family: "Geometria", serif;
  font-weight: 400; }

.basket .present-product .basket-holder .basket-item .basket-item__price {
  font-size: 24px;
  color: #333;
  flex-grow: 1;
  flex-shrink: 0; }

#city_retail_result {
  top: 100%;
  max-width: 283px;
  left: 15px; }

.checkout-wrapper .form-wrapper .FormHolder .delivery-method .checkbox .delivery-wrap .form-height label {
  pointer-events: none; }

.with-result .result span .highlighted {
  display: inline-block;
  padding: 0;
  background: #17627e;
  color: #fff; }

.main .product-page .category_list_page {
  height: auto !important; }

.product-list-page .slider-poduct .slick-next {
  right: 0; }

.main .search-slider-button .slick-prev {
  top: 50%; }

.main .search-slider-button .slick-next {
  top: 50%; }

.basket .present-product .basket-holder .basket-item .basket-item__image {
  max-width: 100px; }
  .basket .present-product .basket-holder .basket-item .basket-item__image img {
    width: 100%;
    object-fit: cover; }

.added-to-cart .modal-u__body {
  padding: 30px; }

.added-to-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  position: relative; }
  .added-to-cart__header:after {
    content: '';
    width: calc(100% + 60px);
    bottom: 0;
    left: -30px;
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0.14); }
  .added-to-cart__header p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0;
    font-family: 'Geometria', serif; }
  .added-to-cart__header .desktop-controls {
    margin: 0 auto;
    max-width: 10%; }
    @media screen and (max-width: 768px) {
      .added-to-cart__header .desktop-controls {
        display: none; } }
  .added-to-cart__header .close {
    width: 45px;
    height: 45px;
    background: #F8F8F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; }

.added-to-cart .added-to-cart__body-wrapper {
  position: relative; }
  .added-to-cart .added-to-cart__body-wrapper .background {
    position: absolute;
    height: 35px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.02%);
    width: calc(100% - 20px);
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.28s opacity, 0.28s visibility; }
    .added-to-cart .added-to-cart__body-wrapper .background.active {
      opacity: 1;
      visibility: visible; }

.added-to-cart__body {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .added-to-cart__body {
      min-height: 320px; } }
  .added-to-cart__body::-webkit-scrollbar-track {
    background-color: #FFFFFF; }
  .added-to-cart__body::-webkit-scrollbar {
    width: 3px;
    background-color: #FFFFFF; }
  .added-to-cart__body::-webkit-scrollbar-thumb {
    background: #D0D0D0;
    border-radius: 10px; }
  .added-to-cart__body .added-to-cart__product {
    display: flex;
    margin-top: 20px;
    width: 390px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .added-to-cart__body .added-to-cart__product {
        width: 100%; } }
    .added-to-cart__body .added-to-cart__product:last-child {
      margin-bottom: 20px; }
    .added-to-cart__body .added-to-cart__product__image {
      max-width: 78px;
      margin-right: 20px;
      height: 78px; }
      .added-to-cart__body .added-to-cart__product__image img {
        width: 100%; }
    .added-to-cart__body .added-to-cart__product__description {
      max-width: 239px;
      flex-grow: 1;
      margin-right: 5px; }
      .added-to-cart__body .added-to-cart__product__description p {
        text-align: left; }
      @media screen and (max-width: 768px) {
        .added-to-cart__body .added-to-cart__product__description {
          width: auto !important; } }
      .added-to-cart__body .added-to-cart__product__description a {
        display: block;
        font-family: "Geometria", serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #1F1F1F;
        text-align: left;
        margin-bottom: 9px; }
    .added-to-cart__body .added-to-cart__product__price {
      display: flex;
      align-items: center; }
      .added-to-cart__body .added-to-cart__product__price-count {
        display: flex;
        max-width: 115px;
        flex-grow: 1;
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-sizing: border-box;
        border-radius: 10px; }
        .added-to-cart__body .added-to-cart__product__price-count button {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 33px;
          background: transparent;
          flex-grow: 0;
          transition: 0.28s background-color; }
          .added-to-cart__body .added-to-cart__product__price-count button:hover {
            background-color: #F8F8F8; }
        .added-to-cart__body .added-to-cart__product__price-count p.count {
          margin-bottom: 0;
          font-family: "Geometria", serif;
          font-weight: 700;
          text-align: center;
          flex-shrink: 0; }
      .added-to-cart__body .added-to-cart__product__price .price {
        margin-bottom: 0;
        text-align: left;
        margin-left: 15px;
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 16px; }
    .added-to-cart__body .added-to-cart__product__remove {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 8px;
      transition: 0.28s background-color;
      flex-shrink: 0; }
      .added-to-cart__body .added-to-cart__product__remove:hover {
        background-color: #F8F8F8; }

.added-to-cart__total {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding-top: 11px;
  margin-bottom: 20px; }
  .added-to-cart__total p {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #494949;
    margin-bottom: 0; }
    .added-to-cart__total p:first-child {
      text-align: left; }
    .added-to-cart__total p:last-child {
      text-align: right; }

.added-to-cart__controls {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .added-to-cart__controls button {
    flex-grow: 1;
    padding: 0 10px;
    height: 44px;
    border: 0; }
    .added-to-cart__controls button.cancel {
      max-width: 92px;
      background: #F8F8F8;
      color: #1F1F1F;
      margin-right: 15px !important; }

.header__basket-empty {
  width: 290px;
  margin: auto;
  height: 276px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end; }
  .header__basket-empty svg {
    width: 140px !important;
    height: 140px !important; }
  @media screen and (max-width: 768px) {
    .header__basket-empty {
      width: auto; } }

.checkout-wrapper .form-wrapper .FormHolder .type-authorization-wrap .forgot-password {
  background: unset;
  border: unset; }

#for_liqpay, .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn {
  transition: .25s; }
  #for_liqpay:disabled, .checkout-wrapper .product-checkout .checkout-wrapper__confirm .confirm-btn:disabled {
    background: #17627e70;
    transition: .25s; }

@media screen and (max-width: 380px) {
  .wrap-holder .slick-next {
    right: -20px !important; }
  .wrap-holder .slick-prev {
    left: -20px !important; }
  .breadcrumb-holder {
    height: 45px;
    width: auto;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    padding: 0; }
    .breadcrumb-holder .breadcrumb {
      padding: 10px 10px 5px 10px; }
      .breadcrumb-holder .breadcrumb::-webkit-scrollbar {
        width: 3px;
        background-color: rgba(255, 0, 0, 0);
        height: 3px;
        border-radius: 50px;
        margin-left: 5px; }
      .breadcrumb-holder .breadcrumb::-webkit-scrollbar-thumb {
        margin-top: 5px;
        background-color: #b7b7b7;
        border-radius: 15px; } }

.one {
  background: #fff;
  border-radius: 20px; }

.catalog-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  margin-bottom: 101px; }

.top-box {
  display: grid;
  grid-template-rows: 1fr; }

.middle-box-wrapper {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 15px; }

.catalog-box1 {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.popular-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px; }
  .popular-category__title {
    margin-bottom: 23px; }
  .popular-category__categories {
    overflow-x: scroll;
    display: flex;
    width: 100%; }
    .popular-category__categories::-webkit-scrollbar-track {
      border-radius: 50px;
      background-color: #E5E5E5;
      height: 4px; }
    .popular-category__categories::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      background-color: #F5F5F5; }
    .popular-category__categories::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #44BB6E;
      height: 10px !important; }
    .popular-category__categories::-webkit-scrollbar:hover {
      width: 50px;
      height: 50px; }
  .popular-category__category-wrapper {
    display: flex;
    margin-bottom: 15px; }
    .popular-category__category-wrapper:last-child {
      margin-bottom: 30px; }
  .popular-category__small-box {
    width: 329px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-right: 17px; }

.additional-box-wrapper {
  display: grid;
  grid-column-gap: 16px;
  grid-column: 1/-1;
  padding: 0;
  list-style: none; }

.additional-box-wrapper .additional-box {
  background: #fff;
  text-align: center; }

/* three items */
.additional-box:first-child:nth-last-child(2),
.additional-box:first-child:nth-last-child(2) ~ .additional-box {
  grid-row: 1/2; }

/* three items */
.additional-box:first-child:nth-last-child(3),
.additional-box:first-child:nth-last-child(3) ~ .additional-box {
  grid-row: 1/3; }

/* four items */
.additional-box:first-child:nth-last-child(4),
.additional-box:first-child:nth-last-child(4) ~ .additional-box {
  grid-row: 1/4; }

.catalog-top__background-wrapper {
  position: relative; }

.catalog-top__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

.catalog-top__image {
  width: 170px;
  height: 170px;
  margin-bottom: 10px; }
  .catalog-top__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.catalog-top__title {
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  text-align: center; }

.catalog-top__subtitle {
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #9C9C9C; }

.catalog-top__links {
  margin-top: 20px;
  height: 100%;
  margin-bottom: 23px; }
  .catalog-top__links-wrapper li {
    list-style: none;
    margin-bottom: 5px; }
  .catalog-top__links-wrapper a {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #494949; }

.catalog-top__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: #F8F8F8;
  border-radius: 6px;
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.01em;
  border: 0;
  height: 35px;
  width: 100%;
  outline: none;
  padding: 0;
  color: #1F1F1F; }
  .catalog-top__button a:hover {
    background-color: #EFEFEF; }
  .catalog-top__button a.active {
    border: 2px solid #44BB6E;
    background-color: #E5E5E5; }
    .catalog-top__button a.active span {
      color: #44BB6E; }
  .catalog-top__button a:focus {
    opacity: 0.8;
    border: 2px solid #1F1F1F;
    background: #F8F8F8;
    color: #1F1F1F; }
  .catalog-top__button a:first-child {
    margin-right: 10px; }

.middle-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .middle-box__image {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-height: 114px; }
    .middle-box__image-wrapper {
      width: 80px;
      height: 80px;
      margin-right: 15px; }
      .middle-box__image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .middle-box__title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%; }
  .middle-box__title {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1F1F1F; }
  .middle-box__subtitle {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9C9C9C; }
  .middle-box__link li {
    list-style: none;
    margin-bottom: 7px; }
  .middle-box__link a {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #494949; }
  .middle-box__button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background: #F8F8F8;
    border-radius: 6px;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    border: 0;
    width: 100%;
    height: 35px;
    outline: none;
    padding: 0;
    color: #1F1F1F; }
    .middle-box__button a:hover {
      background-color: #EFEFEF; }
    .middle-box__button a.active {
      border: 2px solid #44BB6E;
      background-color: #E5E5E5; }
      .middle-box__button a.active span {
        color: #44BB6E; }
    .middle-box__button a:focus {
      opacity: 0.8;
      border: 2px solid #1F1F1F;
      background: #F8F8F8;
      color: #1F1F1F; }
    .middle-box__button a:first-child {
      margin-right: 10px; }

.small-box {
  padding: 20px; }
  .small-box__image {
    display: flex;
    align-items: center; }
    .small-box__image-wrapper {
      width: 74px;
      height: 74px;
      margin-right: 15px; }
      .small-box__image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .small-box__title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%; }
  .small-box__title {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1F1F1F; }
  .small-box__subtitle {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9C9C9C; }

.additional-box {
  padding: 20px; }
  .additional-box__image {
    display: flex;
    align-items: center; }
    .additional-box__image-wrapper {
      width: 74px;
      height: 74px;
      margin-right: 15px; }
      .additional-box__image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .additional-box__title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%; }
  .additional-box__title {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    text-align: center; }
  .additional-box__subtitle {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9C9C9C; }

.small-box-tablet-wrapper {
  display: none; }

.background-gradient {
  width: 100%;
  height: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 78.12%, #FFFFFF 100%);
  position: absolute;
  bottom: 0; }

@media only screen and (max-width: 1000px) {
  .catalog-wrapper.container-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .catalog-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
  .top-box {
    width: 358px;
    height: 470px; }
  .catalog-top__link {
    flex-direction: unset;
    justify-content: end;
    padding-bottom: 20px; }
  .catalog-top__links-wrapper {
    width: 298px; }
    .catalog-top__links-wrapper ul {
      overflow: hidden; }
    .catalog-top__links-wrapper a {
      width: 100%;
      display: block;
      white-space: nowrap; }
  .catalog-top__image {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px; }
  .catalog-top__text {
    display: flex;
    flex-direction: column;
    align-items: end; }
  .middle-box {
    padding: 10px 10px;
    height: 230px; }
    .middle-box-wrapper {
      grid-column-gap: 10px;
      grid-row-gap: 10px; }
    .middle-box__title {
      text-align: center;
      min-height: 72px; }
    .middle-box__link {
      display: none; }
    .middle-box__button {
      display: none; }
    .middle-box__background-wrapper {
      display: none; }
    .middle-box__image-wrapper {
      margin-right: 0;
      margin-bottom: 5px; }
    .middle-box__image {
      margin-bottom: 0;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .middle-box__title-wrapper {
      align-items: center; }
  .small-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1/-1;
    grid-template-rows: repeat(3, 1fr); }
  .additional-box-wrapper {
    display: none; } }

@media only screen and (max-width: 767px) {
  .middle-box-wrapper {
    grid-template-columns: repeat(2, 1fr); }
  .catalog-wrapper {
    grid-template-columns: 1fr; }
  .top-box {
    width: 100%;
    height: unset; }
  .catalog-top__image {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 15px; }
  .catalog-top__subtitle {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #9C9C9C; }
  .catalog-top__link {
    flex-direction: row;
    padding-bottom: 0;
    border: unset;
    justify-content: flex-start; }
  .catalog-top__links-wrapper {
    width: 220px; }
  .catalog-top__text {
    display: flex;
    flex-direction: column; }
  .catalog-top__links {
    height: 137px;
    margin-top: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    overflow-y: scroll; }
  .catalog-top__links-wrapper li {
    margin-bottom: 7px; }
  .catalog-top__links-wrapper a {
    font-size: 14px;
    line-height: 120%;
    color: #494949; }
  .middle-box {
    padding: 25px 10px;
    height: unset; }
    .middle-box__image-wrapper {
      width: 70px;
      height: 70px; }
    .middle-box__title {
      font-size: 16px;
      line-height: 140%;
      min-height: unset; }
    .middle-box__subtitle {
      font-size: 12px;
      line-height: 110%; }
  .product-relation {
    margin-top: 40px;
    border-radius: 8px;
    min-height: 325px; }
    .product-relation__card-image img {
      width: 115px;
      height: 115px; }
    .product-relation__card-image {
      padding: 5px; }
    .product-relation__card-wrapper {
      padding: 5px; }
      .product-relation__card-wrapper-title {
        font-size: 11px; }
        .product-relation__card-wrapper-title span {
          height: 30px; }
      .product-relation__card-wrapper-price {
        align-items: unset;
        width: 100%;
        flex-direction: column;
        height: 70px; }
      .product-relation__card-wrapper-button {
        width: 100%; }
        .product-relation__card-wrapper-button button {
          padding: 5px 5px !important;
          font-size: 11px; }
    .product-relation__card-price-new {
      font-size: 18px; }
    .product-relation__card-action {
      top: 6px; }
      .product-relation__card-action p {
        font-size: 10px; } }

.stock__arrow-button-left,
.stock__arrow-button-right {
  border: none;
  background: unset;
  top: -50px; }
  .stock__arrow-button-left:focus,
  .stock__arrow-button-right:focus {
    outline: none; }

.stock__arrow-button-right {
  position: absolute;
  right: 0; }

.stock__arrow-button-left {
  position: absolute;
  right: 40px; }

.card-product-page {
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-bottom: 0; }

.blog-title {
  text-align: left;
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-bottom: 0; }

.stock__slider-wrapper .slick-list {
  margin: 0 -12px; }

.stock__slider-wrapper .slick-dots {
  position: static;
  padding-top: 30px;
  padding-bottom: 20px; }
  .stock__slider-wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E5E5; }
    .stock__slider-wrapper .slick-dots li.slick-active {
      background: #44BB6E; }
      .stock__slider-wrapper .slick-dots li.slick-active button:before {
        content: unset; }
    .stock__slider-wrapper .slick-dots li button:before {
      content: unset; }

.stock__link {
  display: block;
  font-family: "Geometria", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #287C9B;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

.stock__slider-wrapper {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: none; }

.stock__slider-item-category {
  background: #fff;
  border-radius: 20px;
  max-width: 446px;
  padding: 20px;
  margin: 0 12px; }

.stock__slider-image {
  max-width: 406px;
  height: 234px;
  border-radius: 12px;
  margin-bottom: 15px; }
  .stock__slider-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px; }

.stock__title {
  text-align: left;
  margin-bottom: 25px; }
  .stock__title a p {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 5px; }
  .stock__title a span {
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #727272;
    margin-bottom: 0; }

.stock__end-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .stock__end-wrapper a {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    padding: 10px 15px;
    border: 2px solid #1F1F1F;
    border-radius: 6px;
    transition: .25s; }
    .stock__end-wrapper a:hover {
      background: #F8F8F8;
      transition: .25s; }
    .stock__end-wrapper a:active {
      background: #EFEFEF;
      transition: .25s; }

.stock__end-counter {
  display: flex;
  align-items: center; }
  .stock__end-counter p {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 0;
    margin-right: 10px; }
  .stock__end-counter span {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    padding: 8px 14px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: block; }

.counter-text {
  width: 100%;
  height: 100%; }
  .counter-text text {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #44BB6E;
    display: block; }
  .counter-text .text-cont {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1F1F1F; }

.progress-bar-block .text-cont {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1F1F1F; }

.progress-bar-block.advantage-block__wrapper .column {
  width: 25%; }

.progress-bar-block.advantage-block__wrapper {
  margin-bottom: 100px;
  max-width: 1367px; }

.advantage-block__text text {
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em; }

.advantage-block__text i {
  display: block;
  width: 181px;
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin: 0 auto; }

.advantage-block__image {
  margin-bottom: 20px; }
  .advantage-block__image img {
    width: 103px;
    height: 114px; }

@media only screen and (max-width: 1000px) {
  .stock__slider-item-category {
    background: #fff;
    border-radius: 20px;
    max-width: 446px;
    padding: 20px;
    margin: 0 3px; }
  .stock__end-counter p {
    display: none; }
  .stock__slider-wrapper .slick-dots {
    bottom: -35px; }
  .stock__slider-wrapper {
    padding-top: 20px; }
    .stock__slider-wrapper .slick-list {
      margin: 0 auto; }
  .stock__slider-image {
    max-width: 321px;
    height: 185px; }
    .stock__slider-image a img {
      object-fit: contain; }
  .stock__end-counter span {
    line-height: 111%; }
  .stock__end-wrapper a {
    line-height: 83%; }
  .progress-bar-block.advantage-block__wrapper .column {
    width: 50%; }
  .counter-text {
    display: flex;
    align-items: center; }
    .counter-text text {
      font-size: 34px;
      text-align: left; }
    .counter-text i {
      font-size: 16px;
      text-align: left; }
  .advantage-block__text {
    text-align: left; }
  .advantage-block__image img {
    width: 110px; }
  .container-wrapper.slider-container.popular_products-wrapper {
    padding: 0 20px; }
  .container-wrapper.slider-container.new-items-wrapper {
    padding: 0 20px; }
  .new-items-wrapper .box-category-holder .box-category:hover .block-addition {
    display: none; } }

@media only screen and (max-width: 767px) {
  .container-wrapper.slider-container.popular_products-wrapper {
    padding: 0 20px; }
  .container-wrapper.slider-container.new-items-wrapper {
    padding: 0; }
  .progress-bar-block.advantage-block__wrapper .column {
    width: 100%; }
  .counter-text text {
    font-size: 22px; } }

@media only screen and (max-width: 375px) {
  .container-wrapper.slider-container.popular_products-wrapper {
    padding: 0 20px; } }

.wrap-holder.wrap-slider-rec-products.new-items-wrap {
  max-width: unset; }

.new-items__buttons button {
  width: 35px;
  height: 35px; }

.new-item__button-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 25px 20px;
  align-items: center; }
  .new-item__button-wrapper p {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 0; }

.new-items__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .new-items__buttons button {
    display: block;
    width: 44px;
    height: 44px;
    background: #F8F8F8;
    border-radius: 8px;
    border: 0;
    margin-right: 5px; }
    .new-items__buttons button:last-child {
      margin-right: 0; }

.new-items .substrate {
  height: 71px !important; }

.new-items__block-addition {
  position: unset !important;
  border-top: none;
  padding: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  margin-bottom: 20px; }
  .new-items__block-addition ul {
    text-align: left; }
    .new-items__block-addition ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid rgba(0, 0, 0, 0.14);
      padding-top: 7px;
      margin-bottom: 2px; }
      .new-items__block-addition ul li span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #1F1F1F; }
      .new-items__block-addition ul li p {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #494949;
        margin-bottom: 0; }
      .new-items__block-addition ul li a {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .new-items__block-addition ul li a span {
          color: #44BB6E; }
      .new-items__block-addition ul li select {
        max-width: 100px !important;
        display: flex;
        align-items: center;
        border: unset;
        height: 16px;
        padding: 0;
        background: url(../images/select-arrow-down.png) 96% 1px no-repeat; }
        .new-items__block-addition ul li select:focus {
          border: unset; }

.new-items.block-addition__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1F1F1F; }

.new-items__wrapper {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: #fff; }
  .new-items__wrapper h1 {
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 30px; }

.new-items__box-category {
  position: relative; }
  .new-items__box-category ul.stars {
    display: flex;
    align-items: center; }
    .new-items__box-category ul.stars li {
      margin: 0 2px; }
      .new-items__box-category ul.stars li span {
        width: 13px;
        height: 13px; }
        .new-items__box-category ul.stars li span.star1 {
          background: url("/assets/images/star-full.svg");
          background-size: cover; }
        .new-items__box-category ul.stars li span.star2 {
          background: url("/assets/images/star-almost-full.svg");
          background-size: cover; }
        .new-items__box-category ul.stars li span.star3 {
          background: url("/assets/images/star-almost-empty.svg");
          background-size: cover; }
        .new-items__box-category ul.stars li span.star4 {
          background: url("/assets/images/star-empty.svg");
          background-size: cover; }
        .new-items__box-category ul.stars li span.star5 {
          background: url("/assets/images/star-half.svg");
          background-size: cover; }

.new-items__stars {
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  .new-items__stars span {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #1F1F1F; }

.new-items__box-category-holder {
  padding: 20px;
  border-right: 1px solid #E5E5E5;
  min-height: 487px; }
  .new-items__box-category-holder:nth-child(4n+4) {
    border-right: none; }

.new-items__action p {
  background: #FC2D00;
  border-radius: 20px;
  width: 80px;
  color: #fff;
  padding: 2px 6px 2px 16px;
  position: relative;
  font-family: "Geometria", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 6px; }
  .new-items__action p:after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%); }

.new-items__image-holder {
  width: 248px;
  height: 238px;
  margin: 0 auto 29px; }
  .new-items__image-holder a img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.new-items__about-title {
  margin-bottom: 6px; }
  .new-items__about-title a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    font-family: "Geometria", serif;
    font-weight: 400; }

.new-items__buy-button {
  display: flex;
  flex-direction: column;
  width: 36px;
  position: absolute;
  right: 5px;
  top: 26px; }
  .new-items__buy-button a.active {
    width: 36px;
    height: 36px;
    box-shadow: inset 0 0 0 2px #44bb6e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 5px;
    margin-right: 5px; }
    .new-items__buy-button a.active svg {
      width: 16px;
      stroke: #44BB6E; }
  .new-items__buy-button button {
    border: unset;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 5px;
    transition: .25s;
    width: 36px;
    height: 36px; }
    .new-items__buy-button button svg {
      width: 15px; }
    .new-items__buy-button button:last-child {
      margin-bottom: 0; }
    .new-items__buy-button button:hover {
      background-color: #EFEFEF;
      transition: .25s; }
    .new-items__buy-button button.active {
      box-shadow: inset 0 0 0 2px #44bb6e;
      transition: .25s; }
      .new-items__buy-button button.active svg {
        width: 17px; }
      .new-items__buy-button button.active span {
        color: #44BB6E; }

.new-items__block-addition {
  margin-top: 20px;
  margin-bottom: 0; }

.new-items__block-buy {
  display: flex;
  justify-content: space-between; }

.new-items__add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  max-width: 135px;
  min-height: 44px;
  margin: 0; }
  .new-items__add-to-cart svg {
    margin-right: 15px; }

.new-items__price-new {
  font-family: "Geometria", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 75%;
  letter-spacing: -0.03em;
  color: #1F1F1F; }

.new-items .slick-list {
  overflow: visible; }

.new-items .slick-dots {
  position: static;
  padding-top: 30px;
  padding-bottom: 20px; }
  .new-items .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E5E5; }
    .new-items .slick-dots li.slick-active {
      background: #44BB6E; }
      .new-items .slick-dots li.slick-active button:before {
        content: unset; }
    .new-items .slick-dots li button:before {
      content: unset; }

.new-items .slick-dotted.slick-slider {
  margin-bottom: 0; }

.new-items .item-category {
  position: relative; }

.new-items .descr {
  display: none;
  padding: 10px;
  margin-top: 17px;
  background: #fff;
  height: 200px;
  position: absolute;
  bottom: -203px;
  transition: .25s; }
  .new-items .descr ul li {
    height: 100%;
    font-size: 20px;
    font-family: "Geometria", serif;
    font-weight: 500; }

.new-items .box-category-holder:hover .descr {
  display: block;
  z-index: 10;
  width: 100%;
  bottom: -100px; }

@media only screen and (max-width: 1000px) {
  .box-category-holder .box-category:hover .block-addition.new-items__block-addition {
    display: none; }
  .wrap-slider-rec-products .new-items__category-wrap .new-items .holder {
    min-width: unset;
    height: 400px; }
  .card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #44BB6E;
    position: relative; }
  .popular__button-mobile-link .popular__button-mobile-added {
    background-color: transparent;
    position: relative;
    border: 2px solid #44BB6E;
    border-radius: 8px;
    padding: 13px; }
    .popular__button-mobile-link .popular__button-mobile-added span {
      position: absolute;
      top: -7px;
      right: -7px; } }

@media only screen and (max-width: 767px) {
  .new-items__buttons button {
    width: 35px;
    height: 35px; }
    .new-items__buttons button svg {
      width: 7px;
      height: 12px; }
  .new-item__button-wrapper {
    padding: 30px 30px 25px 40px; }
    .new-item__button-wrapper p {
      font-size: 22px; }
  .wrap-holder.wrap-slider-rec-products .wrap.new-items__category-wrap {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0; }
    .wrap-holder.wrap-slider-rec-products .wrap.new-items__category-wrap .category-links {
      min-height: unset; }
    .wrap-holder.wrap-slider-rec-products .wrap.new-items__category-wrap .slick-track {
      margin-right: 10px;
      margin-left: 20px; }
    .wrap-holder.wrap-slider-rec-products .wrap.new-items__category-wrap .slick-dots {
      padding-top: 20px;
      padding-bottom: 10px; }
  .wrap-slider-rec-products .new-items__category-wrap .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new {
    display: none; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
    width: 36px;
    height: 36px;
    padding: 6px;
    border-radius: 10px;
    border: 2px solid #44BB6E;
    position: relative; }
  .popular__button-mobile-link .popular__button-mobile-added {
    background-color: transparent; }
    .popular__button-mobile-link .popular__button-mobile-added span {
      position: absolute;
      top: -7px;
      right: -7px; }
  .wrap-slider-rec-products .new-items__category-wrap .new-items .holder {
    height: unset; }
  .new-items .price-new {
    display: none; }
  .new-items__buy-button button {
    padding: 6px;
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    margin-right: 5px; }
    .new-items__buy-button button svg {
      width: 21px; }
    .new-items__buy-button button:last-child {
      margin-right: 0; }
    .new-items__buy-button button.active svg {
      width: 23px; }
  .new-items__buy-button a.active svg {
    width: 21px; }
  .new-items__buy-button.new-items__buy-button-desktop {
    display: none; }
  .new-items__buy-button.new-items__buy-button-mobile {
    position: unset;
    flex-direction: unset;
    width: unset;
    height: 36px; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new.test6767 {
    display: none; }
  .stock__arrow-button-left, .stock__arrow-button-right {
    top: -52px; } }

.social-holder {
  margin: 0 auto; }

.blog-slider {
  border: unset; }
  .blog-slider__slide {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin: 0 8px;
    min-height: 396px; }
  .blog-slider__image {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 12px; }
    .blog-slider__image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin: 0 auto;
      border-radius: 12px; }
  .blog-slider__title {
    font-family: "Geometria", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px; }
  .blog-slider__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    color: #727272;
    min-height: 48px;
    position: relative; }
  .blog-slider__bg-gradient {
    position: absolute;
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%, #FFFFFF 58.33%);
    bottom: 0;
    left: 0; }
  .blog-slider__date {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9C9C9C; }
    .blog-slider__date svg {
      margin-right: 4px; }
  .blog-slider__date-wrapper {
    display: flex;
    align-items: center; }
  .blog-slider__likes {
    display: flex;
    align-items: center;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #9C9C9C; }
    .blog-slider__likes svg {
      margin-right: 4px; }
  .blog-slider .slick-list {
    margin: 0 -8px;
    border-radius: 20px; }
  .blog-slider .slick-dots {
    position: static;
    padding-top: 30px;
    padding-bottom: 20px; }
    .blog-slider .slick-dots li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #E5E5E5; }
      .blog-slider .slick-dots li.slick-active {
        background: #44BB6E; }
        .blog-slider .slick-dots li.slick-active button:before {
          content: unset; }
      .blog-slider .slick-dots li button:before {
        content: unset; }

@media only screen and (max-width: 767px) {
  .blog-slider__slide {
    margin: 0;
    padding: 15px; }
  .blog-slider__image {
    margin-bottom: 15px; }
    .blog-slider__image img {
      width: 250px;
      height: 200px; }
  .blog-slider__title {
    line-height: 140%;
    font-family: "Geometria", sans-serif;
    font-weight: 500;
    font-size: 16px; }
  .blog-slider__description {
    font-size: 12px;
    min-height: 43px; } }

.about-us {
  padding-bottom: 108px; }
  .about-us .description__body img:nth-of-type(odd) {
    margin-right: 20px; }
  .about-us .description__body .about-us__text p {
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #494949;
    margin-bottom: 30px; }
  .about-us .description__body .about-us__text h2 {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em; }
  .about-us .description__body .about-us__text li {
    font-family: "Geometria", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #494949; }
  .about-us .description__header:before {
    content: unset; }

.home__first-banner {
  display: flex;
  padding-top: 20px;
  margin-bottom: 103px; }

.home__slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 484px !important;
  border-radius: 20px; }
  .home__slide a {
    width: 100%;
    height: 484px; }
    .home__slide a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px; }
  .home__slide P {
    width: 396px;
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 105%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 auto 15px auto; }
  .home__slide span {
    font-family: "Geometria", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF; }

.home .slick-slide {
  background: #3a8999;
  color: white;
  padding: 20px 0 20px;
  font-size: 30px;
  text-align: center; }

.home .slick-prev:before,
.home .slick-next:before {
  color: black; }

.home .slick-dots {
  bottom: -30px; }

.home .slick-slide:nth-child(odd) {
  background: #e84a69; }

.home__buttons {
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  .home__buttons-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #F8F8F8;
    border-radius: 8px;
    border: 0;
    margin-left: 20px; }
  .home__buttons-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #F8F8F8;
    border-radius: 8px;
    border: 0;
    margin-right: 20px; }

.sliderContainer {
  position: relative;
  max-width: 74.8%;
  width: 100%;
  margin: 0 0 0 auto; }

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px; }
  .slider .slick-list {
    border-radius: 20px; }

.background-gradient__progress-bar {
  display: block;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.6%, rgba(0, 0, 0, 0.3) 39.58%, rgba(0, 0, 0, 0.6) 83.33%);
  width: 100%;
  height: 47px;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: .25s; }

.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 76%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .progressBarContainer p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px;
    text-align: center;
    color: #fff; }

.progressBarContainer div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 250px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  margin-right: 5px;
  color: #BEBEBE;
  border-radius: 5px; }

.progressBarContainer div:last-child {
  margin-right: 0; }

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 3px;
  background: rgba(190, 190, 190, 0.5);
  display: block; }

.progressBarContainer div span.progressBar .inProgress {
  background-color: #FFFFFF;
  width: 0;
  height: 3px; }

@media only screen and (max-width: 1000px) {
  .sliderContainer {
    order: 1;
    width: 100%;
    max-width: unset;
    margin-bottom: 30px; }
  .progressBarContainer div {
    width: 120px; }
  .background-gradient__progress-bar {
    opacity: 1 !important;
    background: none !important; }
  .progressBarContainer p {
    display: none; }
  .home__first-banner {
    padding: 20px 20px 0 20px;
    align-items: end;
    margin-bottom: 83px;
    flex-direction: column; }
  .home__slide {
    height: 342px !important; }
  .catalog__list-description {
    display: none !important; }
  .catalog__list {
    order: 2;
    margin-right: 0; }
  .catalog__list-link {
    padding: 0 0 30px 0;
    background-color: unset;
    border-radius: unset;
    overflow-x: scroll;
    width: 730px; }
    .catalog__list-link::-webkit-scrollbar-track {
      border-radius: 50px;
      background-color: #E5E5E5;
      height: 4px; }
    .catalog__list-link::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      background-color: #F5F5F5; }
    .catalog__list-link::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #44BB6E;
      height: 10px !important; }
    .catalog__list-link::-webkit-scrollbar:hover {
      width: 50px;
      height: 50px; }
  .catalog__list-holder.catalog__list-holder-tablet-main {
    width: 175px;
    height: 145px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 10px; }
    .catalog__list-holder.catalog__list-holder-tablet-main svg {
      display: none; }
  .catalog__list-link-tablet-main {
    display: block; }
    .catalog__list-link-tablet-main ul {
      display: flex; }
      .catalog__list-link-tablet-main ul li {
        margin-right: 10px; }
        .catalog__list-link-tablet-main ul li a {
          display: block;
          padding: 0; }
          .catalog__list-link-tablet-main ul li a img {
            width: 64px;
            height: 64px;
            margin-bottom: 0;
            margin-right: 0; }
          .catalog__list-link-tablet-main ul li a p {
            width: 100%;
            white-space: normal; }
  .catalog__list.catalog__list-home-page .catalog__list-link {
    width: 730px;
    border-radius: 0; }
  .popular-category {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 91px; }
    .popular-category__small-box {
      width: 315px;
      margin-right: 5px; }
    .popular-category__category-wrapper {
      display: flex;
      margin-bottom: 10px; }
  .blog-wrapper {
    padding: 0 20px; }
  .blog-slider {
    padding-top: 20px; }
    .blog-slider__slide {
      margin: 0 10px; } }

@media only screen and (max-width: 767px) {
  .home__slide p {
    font-size: 22px;
    margin-bottom: 5px;
    width: 100%; }
  .home__slide span {
    font-size: 12px; }
  .progressBarContainer div {
    width: 50px; }
  .home__first-banner {
    margin-bottom: 60px; }
  .home__buttons {
    display: none; }
  .catalog__list.catalog__list-home-page {
    width: 100%; }
  .catalog__list-link {
    width: 100%;
    padding: 0 0 15px 0; }
  .catalog__list-holder.catalog__list-holder-tablet-main {
    width: 115px;
    height: 105px; }
  .catalog__list-link-tablet-main ul li a img {
    width: 40px;
    height: 40px;
    margin-right: 0; }
  .catalog__list-link-tablet-main ul li a p {
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.03em; }
  .catalog__list.catalog__list-home-page .catalog__list-link {
    width: calc(100% + 20px); }
  .popular-category {
    padding: 0 0 0 20px;
    margin-bottom: 60px; }
    .popular-category__title {
      font-size: 20px;
      margin-bottom: 15px; }
    .popular-category__categories {
      display: unset; }
    .popular-category__category {
      display: flex; }
    .popular-category__small-box {
      width: 138px;
      height: 160px;
      margin-right: 10px;
      padding: 20px 10px; }
    .popular-category .small-box__image {
      align-items: center;
      flex-direction: column; }
    .popular-category .small-box__image-wrapper {
      width: 70px;
      height: 70px;
      margin-right: 0;
      margin-bottom: 5px; }
    .popular-category .small-box__title {
      font-size: 14px;
      line-height: 100%;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .popular-category .small-box__subtitle {
      font-size: 12px;
      line-height: 110%;
      letter-spacing: -0.03em; }
    .popular-category .small-box__title-wrapper {
      align-items: center;
      width: 100%; }
    .popular-category__category-wrapper {
      margin-bottom: 15px; }
    .popular-category__category-wrapper:last-child {
      margin-bottom: 0; }
  .about-us .description__body img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
    .about-us .description__body img:nth-child(2n+1) {
      margin-right: unset; } }

@media only screen and (max-width: 1000px) {
  .product__image .product__slider-nav .slick-track .slick-slide {
    height: 51px; }
    .product__image .product__slider-nav .slick-track .slick-slide img {
      min-width: unset; } }

@media only screen and (max-width: 420px) {
  .home__slide {
    height: 270px !important; }
    .home__slide a {
      height: 270px; }
  .product-page.card-product-page .product__image .product__slider {
    height: 374px; }
    .product-page.card-product-page .product__image .product__slider .slick-list .slick-track .slick-slide {
      height: 374px; }
  .product-page.card-product-page .product__image .product__slider-nav .slick-track .slick-slide {
    max-width: 40px;
    height: 40px; }
  .product-page.card-product-page .product__image__slider-nav {
    max-width: unset;
    width: 100%; } }

@media only screen and (max-width: 375px) {
  .home__slide {
    height: 240px !important; }
    .home__slide a {
      height: 240px; }
  .product-page.card-product-page .product__image .product__slider {
    height: 335px; }
    .product-page.card-product-page .product__image .product__slider .slick-list .slick-track .slick-slide {
      height: 335px; }
  .product-page.card-product-page .product__image .product__slider-nav .slick-track .slick-slide {
    max-width: 40px;
    height: 40px; }
  .product-page.card-product-page .product__image__slider-nav {
    max-width: unset;
    width: 100%; } }

@media only screen and (max-width: 320px) {
  .home__slide {
    height: 200px !important; }
    .home__slide a {
      height: 200px; }
  .product-page.card-product-page .product__image .product__slider {
    height: 280px; }
    .product-page.card-product-page .product__image .product__slider .slick-list .slick-track .slick-slide {
      height: 280px; }
  .product-page.card-product-page .product__image .product__slider-nav .slick-track .slick-slide {
    max-width: 40px;
    height: 40px; }
  .product-page.card-product-page .product__image__slider-nav {
    max-width: unset;
    width: 100%; } }

.product-page .popular__button-mobile {
  display: none; }

.popular {
  position: relative; }
  .popular__about-title {
    min-height: 66px; }
  .popular__button-desktop a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px; }
  .popular__button-desktop .in-cart__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    border: 2px solid #44BB6E;
    min-width: 135px;
    position: relative; }
    .popular__button-desktop .in-cart__body button {
      background: none;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 10px; }
      .popular__button-desktop .in-cart__body button:focus {
        background: rgba(68, 187, 110, 0.1); }
      .popular__button-desktop .in-cart__body button svg {
        width: 12px;
        height: 12px; }
    .popular__button-desktop .in-cart__body .popular__text {
      font-family: "Geometria", serif;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 90%;
      text-align: center;
      letter-spacing: -0.01em;
      color: #1F1F1F; }
    .popular__button-desktop .in-cart__body .checked-quantity {
      position: absolute;
      right: -10px;
      top: -10px; }
  .popular .category-links {
    height: 768px;
    overflow: hidden;
    border-radius: 20px; }
    .popular .category-links.show-more-popular {
      height: 100%;
      overflow: unset; }
    .popular .category-links .holder .box-category-holder .box-category .image-holder img {
      border-radius: 10px; }
    .popular .category-links .holder .box-category-holder .box-category .block-addition {
      position: unset;
      border-top: none;
      padding: 0;
      border-radius: 0;
      background: #fff;
      box-shadow: unset;
      margin-top: 20px; }
      .popular .category-links .holder .box-category-holder .box-category .block-addition__title {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #494949;
        margin-bottom: 0; }
      .popular .category-links .holder .box-category-holder .box-category .block-addition__text {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
        color: #1F1F1F; }
      .popular .category-links .holder .box-category-holder .box-category .block-addition ul {
        text-align: left; }
        .popular .category-links .holder .box-category-holder .box-category .block-addition ul li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-top: 1px solid rgba(0, 0, 0, 0.14);
          padding-top: 7px;
          margin-bottom: 2px; }
          .popular .category-links .holder .box-category-holder .box-category .block-addition ul li select {
            max-width: 100px !important;
            display: flex;
            align-items: center;
            border: unset;
            height: 16px;
            padding: 0;
            background: url(../images/select-arrow-down.png) 96% 1px no-repeat; }
            .popular .category-links .holder .box-category-holder .box-category .block-addition ul li select:focus {
              border: unset; }
          .popular .category-links .holder .box-category-holder .box-category .block-addition ul li a {
            display: flex;
            justify-content: space-between;
            width: 100%; }
            .popular .category-links .holder .box-category-holder .box-category .block-addition ul li a span {
              color: #44BB6E; }
  .popular .category-links {
    height: 766px;
    overflow: hidden;
    border-radius: 20px; }
    .popular .category-links.show-more-popular {
      height: 100%;
      overflow: unset; }
    .popular .category-links .holder .box-category-holder .box-category .image-holder img {
      border-radius: 10px; }
    .popular .category-links .holder .box-category-holder .box-category .item-category.popular__item-category {
      align-items: center;
      position: relative; }
    .popular .category-links .holder .box-category-holder .box-category .item-category.popular__description-category {
      flex-grow: unset; }
  .popular__background {
    width: 100%;
    height: 279px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40.1%, #FFFFFF 58.33%); }
    .popular__background.show-more-popular {
      background: #fff;
      position: unset;
      height: 139px; }
  .popular .old-price-holder .old-price .discount {
    width: max-content; }
  .popular__button {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%; }
    .popular__button-show-more {
      width: 313px;
      display: flex;
      align-items: center;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #1F1F1F;
      padding: 24px 35px;
      background: #fff;
      border: 2px solid #1F1F1F;
      box-sizing: border-box;
      border-radius: 10px;
      margin-bottom: 30px;
      outline: none; }
      .popular__button-show-more svg {
        margin-right: 10px;
        fill: #1F1F1F; }
      .popular__button-show-more:hover {
        background-color: #F8F8F8; }
      .popular__button-show-more:active {
        background-color: #EFEFEF; }
      .popular__button-show-more.show-more-popular {
        pointer-events: none;
        background-color: #E8E8E8;
        color: #ABABAB;
        border: 1px solid #E8E8E8; }
        .popular__button-show-more.show-more-popular svg {
          fill: #ABABAB; }
    .popular__button-show-more-hide {
      display: none; }
    .popular__button-all-categories {
      width: 313px;
      align-items: center;
      font-family: "Geometria", serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      padding: 24px 35px;
      background: #44BB6E;
      border: 2px solid #44BB6E;
      box-sizing: border-box;
      border-radius: 10px;
      display: none;
      height: 76px;
      margin-left: 15px; }
      .popular__button-all-categories.filtered-active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center; }
        .popular__button-all-categories.filtered-active:hover {
          background: #73CC92;
          color: #fff;
          border: #73CC92; }
        .popular__button-all-categories.filtered-active:active {
          background-color: #338C52; }
        .popular__button-all-categories.filtered-active:focus {
          color: #fff; }
        .popular__button-all-categories.filtered-active span {
          text-transform: lowercase; }
  .popular .category-links.show-more-popular .popular__button.show-more-popular .popular__button-show-more.popular__button-show-more-hide {
    display: none; }
  .popular__title {
    flex-direction: column;
    text-align: left; }
    .popular__title p {
      margin-bottom: 20px; }
  .popular__filter {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: 100%; }
    .popular__filter::-webkit-scrollbar-track {
      background-color: #FFFFFF; }
    .popular__filter::-webkit-scrollbar {
      width: 3px;
      height: 3px;
      background-color: #FFFFFF; }
    .popular__filter::-webkit-scrollbar-thumb {
      background: #D0D0D0;
      border-radius: 10px; }
    .popular__filter ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 5px;
      margin-left: 3px;
      margin-top: 2px; }
      .popular__filter ul li {
        margin-right: 10px;
        list-style: none;
        margin-bottom: 5px; }
        .popular__filter ul li:last-child {
          margin-right: 0; }
      .popular__filter ul button {
        width: max-content;
        background: #F8F8F8;
        border-radius: 6px;
        padding: 11px 15px;
        font-family: "Geometria", serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.01em;
        color: #1F1F1F;
        border: unset;
        outline: none; }
        .popular__filter ul button:hover {
          background-color: #EFEFEF; }
        .popular__filter ul button.active {
          box-shadow: 0 0 0 2px #44bb6e;
          background-color: #fff;
          color: #44BB6E; }
          .popular__filter ul button.active span {
            color: #44BB6E; }
        .popular__filter ul button:focus {
          opacity: 0.8;
          background-color: #fff;
          color: #44BB6E;
          box-shadow: 0 0 0 2px #44bb6e; }
  .popular__product-block-mobile {
    display: none; }

@media (hover: hover) {
  .category-links .holder .box-category-holder .box-category:hover {
    box-shadow: 0 25px 15px -10px rgba(190, 190, 190, 0.1), 0px 0px 40px rgba(0, 0, 0, 0.12) !important;
    height: max-content;
    background-color: #fff; }
  .sliderContainer:hover .background-gradient__progress-bar {
    opacity: 1;
    transition: .25s; }
  .sliderContainer:hover .home__buttons {
    opacity: 1;
    transition: .25s; } }

.wrap-holder.wrap-slider-rec-products.popular {
  max-width: unset; }
  .wrap-holder.wrap-slider-rec-products.popular h1 {
    text-align: left; }

.one-click-product {
  border-radius: 3px;
  height: 34px;
  border: 1px solid #17627e;
  position: relative;
  max-width: 210px;
  width: 100%;
  padding: 0 3px;
  display: inline-block;
  margin-top: 10px; }
  .one-click-product.error {
    border: 1px solid #DA1E28; }
  .one-click-product span {
    font: 12px/16px Geometria, sans-serif;
    font-weight: 400; }
  .one-click-product button {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 32px;
    background: #44bb6e;
    color: #fff;
    border: none;
    line-height: 16px;
    font-size: 14px;
    font-family: "Geometria", serif;
    font-weight: 500; }
    .one-click-product button:focus {
      outline: none; }
    .one-click-product button:disabled {
      background-color: #E8E8E8;
      color: #ABABAB;
      border: 2px solid #E8E8E8; }

.product__buy__top.catalog__buy-one-click {
  border: 0;
  height: 12px;
  padding: 0 2px;
  box-shadow: none;
  font: 12px/11px Geometria, sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: center; }
  .product__buy__top.catalog__buy-one-click input {
    display: block;
    text-align: center;
    margin: 0 auto; }

.category-links {
  min-height: 500px; }

@media (min-width: 1000px) and (max-width: 1279px) {
  .wrap-slider-rec-products .category-links.slider-tovar .holder {
    height: 440px; }
    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder {
      height: 100%; }
      .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category {
        width: 220px; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder.image-size {
          height: 220px; }
        .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy {
          margin-bottom: 20px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
            padding: 10px;
            max-width: 122px; }
          .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new {
            font-size: 19px; }
            .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder {
              height: unset;
              margin-bottom: 5px; }
              .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder .old-price {
                font-size: 14px; }
                .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new .old-price-holder .old-price .discount {
                  font-size: 8px; } }

@media only screen and (max-width: 1000px) {
  .product-page .popular {
    width: calc(100% + 40px);
    margin: 0 -20px; }
    .product-page .popular__filter ul {
      flex-wrap: unset; }
    .product-page .popular__filter-background {
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      width: 37px;
      height: 38px;
      position: absolute;
      right: 22px; }
    .product-page .popular .slider-tovar .holder {
      width: 33.3%;
      min-width: 256px;
      height: 400px; }
    .product-page .popular .wrap {
      border-radius: 0; }
    .product-page .popular__button-desktop {
      display: none; }
    .product-page .popular__button-mobile {
      display: block; }
    .product-page .popular .new-items__buy-button {
      right: 25px;
      top: 16px; }
    .product-page .popular .wrap-slider-rec-products__header {
      padding: 30px 23px 19px 23px; }
    .product-page .popular__product-discount {
      width: max-content;
      font-size: 9px;
      line-height: 120%;
      letter-spacing: -0.03em;
      color: #FFFFFF;
      background: #E3565E;
      border-radius: 8px;
      padding: 2px 4px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder {
    height: 400px; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category {
      width: 100%;
      padding: 10px 20px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder {
        width: 216px;
        height: 216px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.popular__item-category .action {
        left: 26px;
        top: 16px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category .action {
        left: 18px;
        top: 16px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category .new-items__buy-button {
        right: 18px;
        top: 16px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category {
        padding: 10px 15px; }
        .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category .action {
          top: 16px;
          left: 19px; }
        .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category .new-items__buy-button {
          right: 20px;
          top: 17px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.viewed-products__item-category {
        padding: 10px 15px; }
        .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.viewed-products__item-category .action {
          top: 16px;
          left: 19px; }
        .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.viewed-products__item-category .new-items__buy-button {
          right: 20px;
          top: 17px; }
  .popular .category-links .holder .box-category-holder .box-category .block-addition {
    display: none; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category:hover {
    height: 100%; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .product-page .popular .slider-tovar .holder {
    width: 50%;
    min-width: unset;
    height: 310px; }
    .product-page .popular .slider-tovar .holder .category-links .box-category-holder .box-category .item-category .image-holder {
      height: 140px; }
  .product-page .popular__product-button-mobile {
    position: unset;
    display: flex;
    flex-direction: unset; }
  .product-page .popular__product-button-desktop {
    display: none; }
  .product-page .popular__filter-background {
    right: 19px; }
  .product-page .popular__button button {
    padding: 12px;
    width: max-content;
    font-size: 14px; }
  .product-page .popular__product-block-mobile {
    display: block; }
  .product-page .popular .wrap-slider-rec-products__header {
    padding: 20px; }
    .product-page .popular .wrap-slider-rec-products__header p {
      font-size: 20px;
      margin-bottom: 15px; }
  .product-page .popular__filter {
    height: 48px; }
    .product-page .popular__filter ul li {
      margin-bottom: 0; }
  .product-page .popular__button {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
  .product-page .popular .popular__button-all-categories {
    width: calc(100% - 20px);
    height: max-content;
    font-size: 14px;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 10px; }
  .product-page .popular__button button {
    width: calc(100% - 40px);
    justify-content: center;
    margin-bottom: 20px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder {
    height: 310px; }
  .wrap-slider-rec-products .category-links {
    min-height: unset; }
    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category {
      justify-content: space-between; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .title .about-title {
    margin-bottom: 4px; }
    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .title .about-title a {
      font-size: 11px;
      line-height: 130%; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .substrate {
    height: 45px !important; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder.image-size,
  .basket-page .viewed_product__wrapper .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder.image-size {
    width: 120px;
    height: 120px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .image-holder.image-size.popular__image-holder {
    width: 140px;
    height: 140px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.popular__item-category {
    padding: 10px; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.popular__item-category .action {
      left: 15px;
      top: 15px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.popular__item-category .action p {
        font-size: 9px;
        line-height: 120%; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.popular__item-category .action span {
        width: 5px;
        height: 5px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category {
    padding: 10px; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category .action {
      left: 16px;
      top: 16px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category .action p {
        font-size: 9px;
        line-height: 120%; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.latest-product__item-category .action span {
        width: 5px;
        height: 5px; }
  .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category {
    padding: 10px; }
    .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category .action {
      left: 16px;
      top: 16px; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category .action p {
        font-size: 9px;
        line-height: 120%; }
      .product-page.card-product-page .wrap-holder.wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category.similar-products__item-category .action span {
        width: 5px;
        height: 5px; }
  .basket-page .viewed_product__wrapper .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category {
    width: 100%;
    padding: 10px; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .wrap-star {
    margin-bottom: 10px; }
  .wrap-holder .box-category-holder .box-category .item-category .description-category .btn-holder, .wrap-holder .box-category-holder .box-category .item-category .description-category .price-new {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy {
    margin-bottom: 0;
    align-items: center; }
    .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .price-new {
      display: none; }
  .old-price-holder .discount {
    display: inline-block; }
  .popular .category-links .holder .box-category-holder .box-category .block-addition {
    display: none; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category:hover {
    height: 100%; }
  .one-click-product {
    text-align: left; }
    .one-click-product span {
      font: 11px/16px 'Geometria', sans-serif;
      font-weight: 400; }
  .product__buy__top.catalog__buy-one-click {
    font: 9px/11px 'Geometria', sans-serif;
    font-weight: 400;
    text-align: left; }
    .product__buy__top.catalog__buy-one-click input {
      text-align: left; } }

.category-links {
  min-height: 500px; }

.zakaz_page {
  padding: 30px 0 20px 0; }
  .zakaz_page h3 {
    text-transform: uppercase; }
  .zakaz_page-addit {
    display: flex;
    align-items: center;
    flex-direction: column; }

.cart-popup_option {
  display: flex;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  font-weight: bold;
  height: 33px;
  justify-content: center;
  margin: 0 4px 0 0;
  position: relative; }
  .cart-popup_option :hover {
    cursor: pointer; }
  .cart-popup_option__list {
    position: absolute;
    top: 25px;
    left: -1px;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .cart-popup_option__list div {
      padding: 5%;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
      .cart-popup_option__list div:last-child {
        border-bottom: none; }
      .cart-popup_option__list div:hover {
        cursor: pointer; }

.__jivoMobileButton {
  margin-bottom: 40px; }

.basket .present-product .basket-holder .basket-item .basket-item__quantity {
  padding-right: 0; }

.basket-item__delimiter {
  margin: 0 12px;
  font-size: 24px; }

@media screen and (max-width: 568px) {
  .basket-item__delimiter {
    font-size: 14px; } }

.download {
  background: #44BB6E;
  border-radius: 10px;
  border: 0;
  color: #FFFFFF; }
  .download i {
    background-position: -66px -575px; }
  .download:hover {
    background: #73CC92; }
  .download:active {
    background-color: #338C52; }

.search {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
  width: 50%; }
  .search-page__title {
    padding-top: 20px; }
  .search-page__wrapper {
    position: relative;
    background-image: url(/assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .search__text-title {
    margin: 20px 0 10px 0; }
  .search__text-sub-title {
    font: 22px/30px 'Geometria', sans-serif;
    font-weight: 300;
    margin-bottom: 20px; }
  .search__popular-category__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .search__popular-category__buttons button {
      display: block;
      width: 44px;
      height: 44px;
      background: #F8F8F8;
      border-radius: 8px;
      border: 0;
      margin-right: 5px; }

#search__popular-category .slick-slide {
  padding: 10px; }
  #search__popular-category .slick-slide img {
    margin: 0 auto 20px auto;
    width: 100%;
    height: 260px;
    border-radius: 10px;
    object-fit: contain; }
  #search__popular-category .slick-slide p {
    font-family: "Geometria",serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom: 0; }
  #search__popular-category .slick-slide span {
    font-family: "Geometria",serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9C9C9C; }

.main .slick-prev, .main .slick-prev:focus, .main .slick-prev:hover {
  left: 0; }

.main .slick-next, .main .slick-next:focus, .main .slick-next:hover {
  right: 0; }

@media only screen and (max-width: 1000px) {
  .search {
    width: 100%; }
    .search .search-holder {
      width: 100%;
      margin-right: 0; }
  #search__popular .item-category {
    width: 240px;
    padding: 10px 15px; }
    #search__popular .item-category .image-holder.image-size {
      width: 216px;
      height: 216px;
      margin-bottom: 8px; }
    #search__popular .item-category .action {
      top: 16px;
      left: 18px; }
  #search__popular .new-items__buy-button {
    right: 17px;
    top: 16px; }
  #search__popular .popular__button-mobile {
    width: 44px;
    border-radius: 10px; }
  #search__popular .popular__button-mobile-added {
    border: 2px solid #44BB6E;
    border-radius: 10px;
    padding: 10px; }
  #search__popular .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
    border: 2px solid #44BB6E;
    border-radius: 10px;
    padding: 10px; }
  #search__popular #search__popular-category-wrapper.container-wrapper-new {
    padding: 0 20px; }
  #search__popular-category .slick-slide img {
    width: 216px;
    height: 216px; } }

@media only screen and (max-width: 767px) {
  #search__popular .new-item__button-wrapper p {
    font-size: 22px; }
  #search__popular .new-items__buttons button {
    width: 35px;
    height: 35px; }
  #search__popular .item-category {
    width: 100%;
    padding: 10px; }
    #search__popular .item-category .image-holder.image-size {
      width: 120px;
      height: 120px; }
    #search__popular .item-category .action {
      top: 16px;
      left: 18px; }
  .wrap-slider-rec-products .category-links.slider-tovar .holder .box-category-holder .box-category .item-category .description-category .block-buy .btn-buy {
    width: 36px;
    height: 36px; }
  #search__popular-category-wrapper.container-wrapper-new {
    padding: 0; }
  #search__popular-category-wrapper .new-item__button-wrapper p {
    font-size: 22px;
    text-align: left; }
  #search__popular-category-wrapper .search__popular-category__buttons button {
    width: 35px;
    height: 35px; }
  #search__popular-category .slick-slide img {
    width: 120px;
    height: 120px; } }

/*# sourceMappingURL=app-453ca2eb7a.css.map */
